query
stringlengths
10
8.11k
document
stringlengths
17
398k
negatives
sequencelengths
19
20
metadata
dict
Sets the copier button
public function setDefaultContentCopyController($button = 'Copy') { if (!$button instanceof ComponentInterface) { $button = new Button($button); } $this->copyBtn = $this->attachContentCopyController($button); $this->buttonArea['copy'] = $this->copyBtn; return $this; }
[ "private function makeTransferButton($arrParam = null)\n {\n $arrResult = $this->listNameTransfer($arrParam);\n $strNameSelectable = $arrResult[0];\n $strNameNotSelectable = $arrResult[1];\n $arrParamSelect = $arrParam[0];\n $strStyle = (self::isThemeAdministrativeResponsible()) ? 'text-align: center; width: 95px; ' : 'width: 79px; ';\n $arrDefault = (self::isThemeAdministrativeResponsible()) ? array('style' => 'float: none; margin-left: 10px; margin-right: 10px;') : array();\n $arrValue = (self::isThemeAdministrativeResponsible()) ? array('>' => array('value' => '>'), '<' => array('value' => '<'), '>>' => array('value' => '>>'), '<<' => array('value' => '<<')) : array();\n if (!@empty($arrParamSelect['disabled']))\n $arrDefault = array_merge($arrDefault, array('disabled' => $arrParamSelect['disabled']));\n $this->addHtml('<div style=\"' . $strStyle . 'overflow: hidden; float: left; padding-top: ' . ((self::$intHeightTransfer / 3) - 26) . 'px;\" class=\"divTransferButton\">');\n $this->addButton(array_merge($arrDefault, (array) @$arrValue['>'], array('name' => 'btnSetaSimplesAvancar', 'title' => 'Inserir um item selecionado', 'class' => 'btnDefault btnSetaSimplesAvancar', 'onclick' => $this->getJsTransferOptions($strNameNotSelectable, $strNameSelectable, '>', $arrParamSelect))));\n $this->addButton(array_merge($arrDefault, (array) @$arrValue['<'], array('name' => 'btnSetaSimplesVoltar', 'title' => 'Retirar um item selecionado', 'class' => 'btnDefault btnSetaSimplesVoltar', 'onclick' => $this->getJsTransferOptions($strNameNotSelectable, $strNameSelectable, '<', $arrParamSelect))));\n $this->addHtml('<br />');\n $this->addButton(array_merge($arrDefault, (array) @$arrValue['>>'], array('name' => 'btnSetaDuplaAvancar', 'title' => 'Inserir todos itens', 'class' => 'btnDefault btnSetaDuplaAvancar', 'onclick' => $this->getJsTransferOptions($strNameNotSelectable, $strNameSelectable, '>>', $arrParamSelect))));\n $this->addButton(array_merge($arrDefault, (array) @$arrValue['<<'], array('name' => 'btnSetaDuplaVoltar', 'title' => 'Retirar todos itens', 'class' => 'btnDefault btnSetaDuplaVoltar', 'onclick' => $this->getJsTransferOptions($strNameNotSelectable, $strNameSelectable, '<<', $arrParamSelect))));\n $this->addHtml('</div>');\n }", "function SetAffirmativeButton(wxButton &$button){}", "public function get_export_button() {\n\n\t\t$this->output_export_button();\n\t}", "function connectButton(){\n\n}", "function theme_brightcove_cck_browse_button($element) {\n drupal_add_js(drupal_get_path('module', 'brightcove_cck') . '/js/browse.js');\n $element['#button_type'] = 'button';\n $button = theme('button', $element);\n return str_ireplace('type=\"submit\"', 'type=\"button\"', $button);\n}", "function pon_copia ($destino) {\r\n\t\t$this->copia = $destino;\r\n\t}", "function ipChooserButton() {\n\tglobal $COMMSOCKET;\n\tif (graphAvailable()) {\n\t\tstoreParameters();\n\t\tprint '<input type=\"button\" name=\"graph\" value=\"graph\" onClick=\"window.open(\\'plugins/HAP4NfSen/ip_chooser.php?plugin_id='.getHAP4NfSenId().'\\',\\'nfsen_details_graph\\',\\'width=800,height=600,scrollbars=1,location=no\\');\" size=\"1\">';\n\t}\n}", "private function addButton_BUTTON_IN_ATTACHMENTOPTIONSMENU(array &$p): void\n {\n $this->add_buttons_attachmentmenu([\n [\n '_id' => $this->ID,\n 'label' => \"{$this->ID}.cloud_view_document\",\n 'href' => '#',\n 'prop' => '',\n 'command' => \"plugin.{$this->ID}.open-attachment\",\n ],\n ]);\n }", "public function configureButtons();", "public function setup_cart_abandonment_button() {\n\n\t\tif ( ! Cartflows_Admin::is_flow_edit_admin() ) {\n\t\t\treturn;\n\t\t}\n\n\t\t$reports_btn_markup = '<style>.wrap{ position:relative;}</style>';\n\t\t$reports_btn_markup .= \"<div class='wcf-reports-button-wrap'>\";\n\t\t$reports_btn_markup .= \"<button class='wcf-cart-abandonment-reports-popup button button-secondary'>\";\n\t\t$reports_btn_markup .= esc_html( 'View Report', 'woo-cart-abandonment-recovery' );\n\t\t$reports_btn_markup .= '</button>';\n\t\t$reports_btn_markup .= '</div>';\n\n\t\techo $reports_btn_markup;\n\n\t}", "protected function setUpButtons()\n {\n $this->setButtons(\n [\n 'cancel',\n 'delete',\n ]\n );\n }", "public function show_copy_button( $editor_id, $remote_site_id ) {\n\n\t\t$matches = array();\n\n\t\tpreg_match( '~mlp-translation-data-(\\d+)-content~', $editor_id, $matches );\n\t\tif ( empty( $matches[1] ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t$name = $this->get_name( $remote_site_id, 'copied_post' );\n\n\t\t$id = $this->get_id( $remote_site_id, 'copied-post' );\n\t\t?>\n\t\t<a href=\"#\" class=\"button mlp-copy-post-button dashicons-before dashicons-image-rotate-right\"\n\t\t\tdata-site-id=\"<?php echo esc_attr( $matches[1] ); ?>\">\n\t\t\t<?php esc_html_e( 'Copy source post', 'multilingual-press' ); ?>\n\t\t</a>\n\t\t<input type=\"hidden\" name=\"<?php echo esc_attr( $name ); ?>\" value=\"\" id=\"<?php echo esc_attr( $id ); ?>\">\n\t\t<?php\n\t}", "function setButtonSource(&$object)\n {\n $this->m_buttonsource = &$object;\n }", "public function printClipboard()\n {\n $languageService = $this->getLanguageService();\n $elementCount = count($this->elFromTable($this->fileMode ? '_FILE' : ''));\n // Copymode Selector menu\n $copymodeUrl = GeneralUtility::linkThisScript();\n\n $this->view->assign('actionCopyModeUrl', htmlspecialchars(GeneralUtility::quoteJSvalue($copymodeUrl . '&CB[setCopyMode]=')));\n $this->view->assign('actionCopyModeUrl1', htmlspecialchars(GeneralUtility::quoteJSvalue($copymodeUrl . '&CB[setCopyMode]=1')));\n $this->view->assign('currentMode', $this->currentMode());\n $this->view->assign('elementCount', $elementCount);\n\n if ($elementCount) {\n $removeAllUrl = GeneralUtility::linkThisScript(['CB' => ['removeAll' => $this->current]]);\n $this->view->assign('removeAllUrl', $removeAllUrl);\n\n // Selector menu + clear button\n $optionArray = [];\n // Import / Export link:\n if (ExtensionManagementUtility::isLoaded('impexp')) {\n $url = BackendUtility::getModuleUrl('xMOD_tximpexp', $this->exportClipElementParameters());\n $optionArray[] = [\n 'label' => $this->clLabel('export', 'rm'),\n 'uri' => $url\n ];\n }\n // Edit:\n if (!$this->fileMode) {\n $optionArray[] = [\n 'label' => $this->clLabel('edit', 'rm'),\n 'uri' => '#',\n 'additionalAttributes' => [\n 'onclick' => htmlspecialchars('window.location.href=' . GeneralUtility::quoteJSvalue($this->editUrl() . '&returnUrl=') . '+top.rawurlencode(window.location.href);'),\n ]\n ];\n }\n\n // Delete referenced elements:\n $confirmationCheck = false;\n if ($this->getBackendUser()->jsConfirmation(JsConfirmation::DELETE)) {\n $confirmationCheck = true;\n }\n\n $confirmationMessage = sprintf(\n $languageService->sL('LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:mess.deleteClip'),\n $elementCount\n );\n $title = $languageService\n ->sL('LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:labels.clipboard.delete_elements');\n $returnUrl = $this->deleteUrl(1, ($this->fileMode ? 1 : 0));\n $btnOkText = $languageService\n ->sL('LLL:EXT:lang/Resources/Private/Language/locallang_alt_doc.xlf:buttons.confirm.delete_elements.yes');\n $btnCancelText = $languageService\n ->sL('LLL:EXT:lang/Resources/Private/Language/locallang_alt_doc.xlf:buttons.confirm.delete_elements.no');\n $optionArray[] = [\n 'label' => htmlspecialchars($title),\n 'uri' => $returnUrl,\n 'additionalAttributes' => [\n 'class' => $confirmationCheck ? 't3js-modal-trigger' : '',\n ],\n 'data' => [\n 'severity' => 'warning',\n 'button-close-text' => htmlspecialchars($btnCancelText),\n 'button-ok-text' => htmlspecialchars($btnOkText),\n 'content' => htmlspecialchars($confirmationMessage),\n 'title' => htmlspecialchars($title)\n ]\n ];\n\n // Clear clipboard\n $optionArray[] = [\n 'label' => $languageService->sL('LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:labels.clipboard.clear_clipboard', true),\n 'uri' => $removeAllUrl . '#clip_head'\n ];\n $this->view->assign('optionArray', $optionArray);\n }\n\n // Print header and content for the NORMAL tab:\n $this->view->assign('current', $this->current);\n $tabArray = [];\n $tabArray['normal'] = [\n 'id' => 'normal',\n 'number' => 0,\n 'url' => GeneralUtility::linkThisScript(['CB' => ['setP' => 'normal']]),\n 'description' => 'normal-description',\n 'label' => 'labels.normal',\n 'padding' => $this->padTitle('normal')\n ];\n if ($this->current === 'normal') {\n $tabArray['normal']['content'] = $this->getContentFromTab('normal');\n }\n // Print header and content for the NUMERIC tabs:\n for ($a = 1; $a <= $this->numberTabs; $a++) {\n $tabArray['tab_' . $a] = [\n 'id' => 'tab_' . $a,\n 'number' => $a,\n 'url' => GeneralUtility::linkThisScript(['CB' => ['setP' => 'tab_' . $a]]),\n 'description' => 'cliptabs-description',\n 'label' => 'labels.cliptabs-name',\n 'padding' => $this->padTitle('tab_' . $a)\n ];\n if ($this->current === 'tab_' . $a) {\n $tabArray['tab_' . $a]['content'] = $this->getContentFromTab('tab_' . $a);\n }\n }\n $this->view->assign('clipboardHeader', BackendUtility::wrapInHelp('xMOD_csh_corebe', 'list_clipboard', $this->clLabel('clipboard', 'buttons')));\n $this->view->assign('tabArray', $tabArray);\n return $this->view->render();\n }", "public function setButtons()\n {\n // set buttons by widget parameters or defaults\n foreach (self::$defaults as $name => $values) {\n foreach ($values as $property => $value)\n if(!isset($this->btns[$name][$property]))\n $this->btns[$name][$property] = $property == 'action' && !$this->secure \n ? str_replace('-secure', '', self::$defaults[$name][$property])\n : self::$defaults[$name][$property];\n }\n // full path server side handlers\n $this->btns['delete']['action'] = Url::toRoute($this->btns['delete']['action']);\n $this->btns['save']['action'] = Url::toRoute($this->btns['save']['action']);\n $this->btns['crop']['action'] = Url::toRoute($this->btns['crop']['action']);\n $this->btns['swap']['action'] = Url::toRoute($this->btns['swap']['action']);\n }", "public static function output_storefront_button()\n {\n }", "function setButtonIcon($buttonIcon);", "public function initButtons()\n {\n $this->buttons = collect();\n\n if ($this->tienePermiso('update')) {\n $this->addButton('line', 'update', 'view', 'cesi::crud.buttons.update', 'end');\n }\n if ($this->tienePermiso('delete')) {\n $this->addButton('line', 'delete', 'view', 'cesi::crud.buttons.delete', 'end');\n }\n\n if ($this->tienePermiso('create')) {\n $this->addButton('top', 'create', 'view', 'cesi::crud.buttons.create', 'end');\n }\n\n $this->addButton('top', 'refresh', 'view', 'cesi::crud.buttons.refresh', 'end');\n }", "protected function addMoveToArchiveButton()\n {\n $archiveUrl = $this->getUrl(\n 'sales/archive/add',\n ['order_id' => $this->getOrder()->getId()]\n );\n $this->getToolbar()->addChild(\n 'move_to_archive',\n \\Magento\\Backend\\Block\\Widget\\Button::class,\n [\n 'label' => __('Move to Archive'),\n 'onclick' => 'setLocation(\\'' . $archiveUrl . '\\')'\n ]\n );\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Tests that entities retrieves and then modified, without updating, will reflect those changes if retrieved a second time.
public function testRetrieveEditRetrieve() { $entity = new SimpleEntity(); $entity->setName('Entity'); $entity->setValue('EntityValue'); $id = $this->persister->create($entity); $this->assertNotNull($id); $retrieved = $this->persister->getById($id); $retrieved->setValue('NewEntityValue'); $retrievedAgain = $this->persister->getById($id); $this->assertEquals('NewEntityValue', $retrievedAgain->getValue()); }
[ "public function testGettingUnsyncedEntities()\n {\n // Add entity 1 to both data mappers\n $this->dataMapper->getSqlDataMapper()->add($this->entity1);\n $this->dataMapper->getCacheDataMapper()->add($this->entity1);\n // Only add entity to the SQL data mapper\n $this->dataMapper->getSqlDataMapper()->add($this->entity2);\n // Add different versions of the same entity to the data mappers\n $this->dataMapper->getSqlDataMapper()->add($this->entity3);\n // Add an entity with slightly different data to see if it gets updated with the refresh call\n $differentEntity = clone $this->entity3;\n $differentEntity->setUsername('differentName');\n $this->dataMapper->getCacheDataMapper()->add($differentEntity);\n // This entity is ONLY in cache\n $this->dataMapper->getCacheDataMapper()->add($this->entity4);\n // This should synchronize cache and SQL\n $unsyncedEntities = $this->dataMapper->getUnsyncedEntities();\n $this->assertEquals([\n 'missing' => [$this->entity2],\n 'differing' => [$this->entity3],\n 'additional' => [$this->entity4]\n ], $unsyncedEntities);\n // This should be the exact same instance because it was already in sync\n $this->assertSame($this->entity1, $this->dataMapper->getCacheDataMapper()->getById($this->entity1->getId()));\n // This entity should not appear in the cache data mapper\n $this->assertNull($this->dataMapper->getCacheDataMapper()->getById($this->entity2->getId()));\n // This entity should have been different than the one in the SQL data mapper\n $this->assertSame($differentEntity, $this->dataMapper->getCacheDataMapper()->getById($this->entity3->getId()));\n // This entity should only appear in the cache data mapper\n $this->assertSame($this->entity4, $this->dataMapper->getCacheDataMapper()->getById($this->entity4->getId()));\n }", "public function testGettingEntityByIdAndThenAllEntities()\n {\n $this->repo->add($this->entity1);\n $this->unitOfWork->commit();\n /** @var User $entityFromGetById */\n $entityFromGetById = $this->repo->getById($this->entity1->getId());\n /** @var User[] $allEntities */\n $allEntities = $this->repo->getAll();\n /** @var User $entityFromGetAll */\n $entityFromGetAll = null;\n\n foreach ($allEntities as $entity) {\n $entity->setUsername('newUsername');\n\n if ($entity->getId() == $entityFromGetById->getId()) {\n $entityFromGetAll = $entity;\n }\n }\n\n foreach ($allEntities as $entity) {\n if ($entity->getId() == $entityFromGetById->getId()) {\n $this->assertSame($entityFromGetById, $entity);\n $this->assertEquals($entityFromGetAll->getUsername(), $entityFromGetById->getUsername());\n }\n }\n }", "public function testMakingSureUnchangedEntityIsNotScheduledForUpdate()\n {\n $className = $this->entityRegistry->getClassName($this->entity1);\n $this->unitOfWork->registerDataMapper($className, $this->dataMapper);\n $this->entityRegistry->registerEntity($this->entity1);\n $reflectionClass = new \\ReflectionClass($this->unitOfWork);\n $method = $reflectionClass->getMethod('checkForUpdates');\n $method->setAccessible(true);\n $method->invoke($this->unitOfWork);\n $scheduledFoUpdate = $this->unitOfWork->getScheduledEntityUpdates();\n $this->assertFalse(in_array($this->entity1, $scheduledFoUpdate));\n }", "public function doTestChangedTimeAfterSaveWithoutChanges() {\n $storage = $this->container->get('entity_type.manager')\n ->getStorage($this->entityTypeId);\n $storage->resetCache([$this->entityId]);\n $entity = $storage->load($this->entityId);\n // Test only entities, which implement the EntityChangedInterface.\n if ($entity instanceof EntityChangedInterface) {\n $changed_timestamp = $entity->getChangedTime();\n\n $entity->save();\n $storage = $this->container->get('entity_type.manager')\n ->getStorage($this->entityTypeId);\n $storage->resetCache([$this->entityId]);\n $entity = $storage->load($this->entityId);\n $this->assertEquals($changed_timestamp, $entity->getChangedTime(), 'The entity\\'s changed time wasn\\'t updated after API save without changes.');\n\n // Ensure different save timestamps.\n sleep(1);\n\n // Save the entity on the regular edit form.\n $language = $entity->language();\n $edit_path = $entity->toUrl('edit-form', ['language' => $language]);\n $this->drupalGet($edit_path);\n $this->submitForm([], $this->getFormSubmitAction($entity, $language->getId()));\n\n $storage->resetCache([$this->entityId]);\n $entity = $storage->load($this->entityId);\n $this->assertNotEquals($changed_timestamp, $entity->getChangedTime(), 'The entity\\'s changed time was updated after form save without changes.');\n }\n }", "public function testGettingAll()\n {\n $this->repo->add($this->entity1);\n $this->repo->add($this->entity2);\n $this->unitOfWork->commit();\n $this->assertEquals([$this->entity1, $this->entity2], $this->repo->getAll());\n }", "function testDeterminingChanges() {\n // Initial creation.\n $support_ticket = entity_create('support_ticket', array(\n 'uid' => $this->webUser->id(),\n 'support_ticket_type' => 'ticket',\n 'title' => 'test_changes',\n ));\n $support_ticket->save();\n\n // Update the support_ticket without applying changes.\n $support_ticket->save();\n $this->assertEqual($support_ticket->label(), 'test_changes', 'No changes have been determined.');\n\n // Apply changes.\n $support_ticket->title = 'updated';\n $support_ticket->save();\n\n // The hook implementations support_ticket_test_support_ticket_presave() and\n // support_ticket_test_support_ticket_update() determine changes and change the title.\n $this->assertEqual($support_ticket->label(), 'updated_presave_update', 'Changes have been determined.');\n\n // Test the static support_ticket load cache to be cleared.\n $support_ticket = SupportTicket::load($support_ticket->id());\n $this->assertEqual($support_ticket->label(), 'updated_presave', 'Static cache has been cleared.');\n }", "public function testEntityPropertiesModifications() {\n // Create a test entity with a translation, which will internally trigger\n // entity cloning for the new translation and create references for some of\n // the entity properties.\n $entity = EntityTestMulRev::create([\n 'name' => 'original',\n 'language' => 'en',\n ]);\n $translation = $entity->addTranslation('de');\n $entity->save();\n\n // Clone the entity.\n $clone = clone $entity;\n\n // Retrieve the entity properties.\n $reflection = new \\ReflectionClass($entity);\n $properties = $reflection->getProperties(~\\ReflectionProperty::IS_STATIC);\n $translation_unique_properties = ['activeLangcode', 'translationInitialize', 'fieldDefinitions', 'languages', 'langcodeKey', 'defaultLangcode', 'defaultLangcodeKey', 'revisionTranslationAffectedKey', 'validated', 'validationRequired', 'entityTypeId', 'typedData', 'cacheContexts', 'cacheTags', 'cacheMaxAge', '_serviceIds', '_entityStorages'];\n\n foreach ($properties as $property) {\n // Modify each entity property on the clone and assert that the change is\n // not propagated to the original entity.\n $property->setAccessible(TRUE);\n $property->setValue($entity, 'default-value');\n $property->setValue($translation, 'default-value');\n $property->setValue($clone, 'test-entity-cloning');\n // Static properties remain the same across all instances of the class.\n if ($property->isStatic()) {\n $this->assertEquals('test-entity-cloning', $property->getValue($entity), (string) new FormattableMarkup('Entity property %property_name is not cloned properly.', ['%property_name' => $property->getName()]));\n $this->assertEquals('test-entity-cloning', $property->getValue($translation), (string) new FormattableMarkup('Entity property %property_name is not cloned properly.', ['%property_name' => $property->getName()]));\n $this->assertEquals('test-entity-cloning', $property->getValue($clone), (string) new FormattableMarkup('Entity property %property_name is not cloned properly.', ['%property_name' => $property->getName()]));\n }\n else {\n $this->assertEquals('default-value', $property->getValue($entity), (string) new FormattableMarkup('Entity property %property_name is not cloned properly.', ['%property_name' => $property->getName()]));\n $this->assertEquals('default-value', $property->getValue($translation), (string) new FormattableMarkup('Entity property %property_name is not cloned properly.', ['%property_name' => $property->getName()]));\n $this->assertEquals('test-entity-cloning', $property->getValue($clone), (string) new FormattableMarkup('Entity property %property_name is not cloned properly.', ['%property_name' => $property->getName()]));\n }\n\n // Modify each entity property on the translation entity object and assert\n // that the change is propagated to the default translation entity object\n // except for the properties that are unique for each entity translation\n // object.\n $property->setValue($translation, 'test-translation-cloning');\n // Using assertEquals or assertNotEquals here is dangerous as if the\n // assertion fails and the property for some reasons contains the entity\n // object e.g. the \"typedData\" property then the property will be\n // serialized, but this will cause exceptions because the entity is\n // modified in a non-consistent way and ContentEntityBase::__sleep() will\n // not be able to properly access all properties and this will cause\n // exceptions without a proper backtrace.\n if (in_array($property->getName(), $translation_unique_properties)) {\n $this->assertEquals('default-value', $property->getValue($entity), (string) new FormattableMarkup('Entity property %property_name is not cloned properly.', ['%property_name' => $property->getName()]));\n $this->assertEquals('test-translation-cloning', $property->getValue($translation), (string) new FormattableMarkup('Entity property %property_name is not cloned properly.', ['%property_name' => $property->getName()]));\n }\n else {\n $this->assertEquals('test-translation-cloning', $property->getValue($entity), (string) new FormattableMarkup('Entity property %property_name is not cloned properly.', ['%property_name' => $property->getName()]));\n $this->assertEquals('test-translation-cloning', $property->getValue($translation), (string) new FormattableMarkup('Entity property %property_name is not cloned properly.', ['%property_name' => $property->getName()]));\n }\n }\n }", "public function testReset() {\n $storage = $this->container->get('entity_type.manager')\n ->getStorage($this->entityTypeId);\n $entity = $storage->load($this->entityId);\n\n // Ensure loading after a save retrieves the updated entity rather than an\n // obsolete cached one.\n $entity->label = 'New label';\n $entity->save();\n $entity = $storage->load($this->entityId);\n $this->assertSame('New label', $entity->label);\n\n // Ensure loading after a delete retrieves NULL rather than an obsolete\n // cached one.\n $entity->delete();\n $this->assertNull($storage->load($this->entityId));\n }", "public function testSavedVsFetched()\n {\n // open a file for add.\n $file = new File;\n $file->setFilespec('//depot/test-file')\n ->add();\n\n // create a job.\n $job = new Job;\n $job->set('Description', 'fix something')\n ->save();\n\n // save a change with a file and a job.\n $change = new Change;\n $change->setDescription(\"a change with a file and a job.\\n\")\n ->setFiles(array($file->getFilespec()))\n ->setJobs(array($job->getId()))\n ->save();\n\n $fetched = Change::fetch($change->getId());\n\n $types = array('Id', 'Date', 'User', 'Status', 'Description', 'JobStatus', 'Jobs');\n foreach ($types as $type) {\n $method = \"get$type\";\n $this->assertSame($fetched->$method(), $change->$method(), \"Expect matching $type.\");\n }\n }", "public function testRetrieveNoCache() {\n $entity = new SimpleEntity();\n $entity->setName('Entity');\n $entity->setValue('EntityValue');\n $id = $this->persister->create($entity);\n $this->assertNotNull($id);\n\n $this->persister->clearCache($id);\n\n $retrieved = $this->persister->getById($id);\n $this->assertEquals('Entity', $retrieved->getName());\n $this->assertEquals('EntityValue', $retrieved->getValue());\n }", "public function testGettingAllAfterAddingEntitiesInDifferentTransactions()\n {\n $this->repo->add($this->entity1);\n $this->unitOfWork->commit();\n $this->repo->add($this->entity2);\n $this->unitOfWork->commit();\n $this->assertEquals([$this->entity1, $this->entity2], $this->repo->getAll());\n }", "public function testEntityKeysModifications() {\n // Create a test entity with a translation, which will internally trigger\n // entity cloning for the new translation and create references for some of\n // the entity properties.\n $entity = EntityTestMulRev::create([\n 'name' => 'original-name',\n 'uuid' => 'original-uuid',\n 'language' => 'en',\n ]);\n $entity->addTranslation('de');\n $entity->save();\n\n // Clone the entity.\n $clone = clone $entity;\n\n // Alter a non-translatable and a translatable entity key fields of the\n // cloned entity and assert that retrieving the value through the entity\n // keys local cache will be different for the cloned and the original\n // entity.\n // We first have to call the ::uuid() and ::label() method on the original\n // entity as it is going to cache the field values into the $entityKeys and\n // $translatableEntityKeys properties of the entity object and we want to\n // check that the cloned and the original entity aren't sharing the same\n // reference to those local cache properties.\n $uuid_field_name = $entity->getEntityType()->getKey('uuid');\n $this->assertFalse($entity->getFieldDefinition($uuid_field_name)->isTranslatable());\n $clone->$uuid_field_name->value = 'clone-uuid';\n $this->assertEquals('original-uuid', $entity->uuid());\n $this->assertEquals('clone-uuid', $clone->uuid());\n\n $label_field_name = $entity->getEntityType()->getKey('label');\n $this->assertTrue($entity->getFieldDefinition($label_field_name)->isTranslatable());\n $clone->$label_field_name->value = 'clone-name';\n $this->assertEquals('original-name', $entity->label());\n $this->assertEquals('clone-name', $clone->label());\n }", "public function testQuarantineUpdateAll()\n {\n\n }", "public function testWasModified()\n\t{\n\t\t$comment = Comment::one(1);\n\n\t\t$this->assertFalse($comment->wasModified(), 'Comment->wasModified() should have returned a value of false');\n\n\t\t$comment = Comment::one(2);\n\n\t\t$this->assertTrue($comment->wasModified(), 'Comment->wasModified() should have returned a value of true');\n\t}", "public function testFindCleanEntities(): void\n {\n $table = new ArticlesTable([\n 'connection' => $this->connection,\n ]);\n $results = $table->find('all')->contain(['Tags', 'Authors'])->toArray();\n $this->assertCount(3, $results);\n foreach ($results as $article) {\n $this->assertFalse($article->isDirty('id'));\n $this->assertFalse($article->isDirty('title'));\n $this->assertFalse($article->isDirty('author_id'));\n $this->assertFalse($article->isDirty('body'));\n $this->assertFalse($article->isDirty('published'));\n $this->assertFalse($article->isDirty('author'));\n $this->assertFalse($article->author->isDirty('id'));\n $this->assertFalse($article->author->isDirty('name'));\n $this->assertFalse($article->isDirty('tag'));\n if ($article->tag) {\n $this->assertFalse($article->tag[0]->_joinData->isDirty('tag_id'));\n }\n }\n }", "public function testUpdate() {\n $user = Woodling::saved('User');\n $this->specify(\"returns false when there is a validation error\", function() use($user){\n $this->assertFalse($user->update(['email' => null]));\n });\n\n $this->specify(\"returns false when there is a validation error\", function() use($user){\n $this->assertCount(0, User::where('email','test@yahoo.com')->get());\n $this->assertTrue($user->update(['email' => 'test@yahoo.com']));\n $this->assertCount(1, User::where('email','test@yahoo.com')->get());\n });\n }", "public function testPersistShouldPropagateToStatusChanges()\n\t{\n\t\t// create TimeSheet and add additional statusChange\n\t\t$user = new User('some@email.com');\n\t\t$timeSheet = new TimeSheet($user);\n\t\t$timeSheet->addStatusChange(new TimeSheetStatusChange('submitted'));\n\t\t\n\t\t$this->em->persist($user);\n\t\t$this->em->persist($timeSheet);\n\t\t$this->em->flush();\n\t\t\n\t\t// clear and reload\n\t\t$this->em->clear();\n\t\t$reloadedTimeSheet = $this->em->find('Domain\\Entity\\TimeSheet', $timeSheet->getId());\n\n\t\t// test properties of reloaded TimeSheet\n\t\t$this->assertEquals(2, count($reloadedTimeSheet->getStatusChanges()));\t\t\n\t\t$this->assertEquals('submitted', $reloadedTimeSheet->getStatus());\t\t\n\t}", "public function testSetOriginalFieldInSetDirty(): void\n {\n $entity = new Entity([]);\n $entity->set('foo', 'bar');\n\n $return = $entity->isOriginalField('foo');\n $this->assertSame(false, $return);\n\n $entity->setDirty('foo', false);\n\n $return = $entity->isOriginalField('foo');\n $this->assertSame(true, $return);\n }", "public function testRefresh(): void\n {\n $persistService = new PersistService(\n $this->entityName,\n $this->entityManager,\n $this->eventDispatcher,\n $this->logger\n );\n\n /** @var EntityInterface&MockObject $entity */\n $entity = $this->createMock(EntityInterface::class);\n\n $this->entityManager->expects($this->once())\n ->method('refresh')\n ->with($entity);\n\n $persistService->refresh($entity);\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Relacion con el modelo Terminales de transporte
public function TerminalesTransporte(){ return $this->hasMany('App\Capmterm','m_nucoter','m_nucodig'); }
[ "public function termini(){\n require_once 'models/termin.php';\n require_once 'models/baloni.php';\n $_POST['sport'] = 'termini u kojima ucestvujes';\n self::$termini = Termin::dohvatiSveMojeAktivnePrihvacene($_SESSION['username']);\n self::$termini2 = Termin::dohvatiSveMojeNaCekanju($_SESSION['username']);\n self::$termini3 = Termin::dohvatiSveMojeAktivneKreirane($_SESSION['username']);\n self::$baloni = Balon::dohvatiSve();\n require_once 'views/korisnik/header.php';\n require_once 'views/mojitermini.php';\n require_once 'views/baloni.php';\n require_once 'views/footer.php';\n }", "public function getProyectos_terminados_id(){\n return $this->proyectos_terminados_id;\n }", "public function getTransporte()\n {\n return $this->transporte;\n }", "public function emitirtransmittalAction()\n {\n try {\n $transmittal = $this->_getParam('transmittal');\n $correlativo = $this->_getParam('correlativo');\n $trans = new Admin_Model_DbTable_Transmittal();\n $respuesta = $trans->_cambiarEstadoElaboracion($transmittal, $correlativo);\n $this->_helper->json->sendJson($respuesta);\n } catch (Exception $e) {\n print $e->getMessage();\n }\n }", "public function tramite()\n {\n $datos = Request()->validate([\n 'cuenta' => 'required|numeric|min:2',\n 'valor' => 'required|numeric|min:0',\n 'tipo' => 'required|numeric',\n ]);\n $cuenta = CuentaModel::where('cuenta', $datos['cuenta'])->get();\n $tipo_tramite = TipoTramiteModel::findOrFail($datos['tipo']);\n\n switch ($tipo_tramite->id) {\n case 1 : // CONSULTAR\n //echo print_r($cuenta);\n Return Response()->json(['status' => 1, 'datos' => [\n 'cuenta'=>$cuenta[0]['cuenta'],\n 'name'=>$cuenta[0]['cliente_nomrbe'],\n 'saldo'=>$cuenta[0]['saldo'],\n 'create'=>$cuenta[0]['created_at'],\n 'Actualiza'=>$cuenta[0]['updated_at']\n ]\n ]);\n\n break;\n case 2: // RETIRAR\n $status = $this->gestion_cueta($datos, $cuenta, 'restar');\n\n return $status;\n break;\n case 3: // CONSIGNAR\n $status = $this->gestion_cueta($datos, $cuenta, 'sumar');\n\n return $status;\n break;\n default:\n return Response()->json([\n 'status' => 0,\n 'message' => 'Tramite no valido',\n ], 404);\n }\n }", "public function getLinhaTransporte() {\n return $this->oLinhaTransporte;\n }", "private function transferData(&$modelLogTransporte){\n $camporefactual=static::campoRefActual();\n $camporefanterior=static::campoRefAnt(); \n $campos=[\n 'activo_id'=>$this->id,\n 'numdoc'=>$this->numdoc,\n 'codocu'=>$this->codocu, \n 'fecha'=>$this->fecha,\n 'codestado'=>$this->codestado \n ]; \n $campos[$camporefactual]=$this->{$camporefactual};\n $campos[$camporefanterior]=$this->{$camporefanterior};\n // print_r($campos);die();\n $modelLogTransporte->setAttributes($campos); \n return $modelLogTransporte;\n }", "public function terminoEtapas()\r\n {\r\n $etapas = $this->varEnterpriseRowAndUserId();\r\n $modelQuest = new Model_Questionnaire();\r\n $arrTerminoEtapas = $modelQuest->terminoEtapas($etapas['enterpriseId'], $etapas['userId']);\r\n\r\n return $arrTerminoEtapas; \r\n }", "public function getEncuestaTerminado()\r\n {\r\n return $this->encuesta_terminado;\r\n }", "public function getMetTcProductoTerminado()\n\t{\n\t\treturn $this->met_tc_producto_terminado;\n\t}", "public function leerTraslados()\n {\n $this->load->model(\"Centros_model\");\n //leemos los traslados que hay para este centro.\n echo json_encode($this->Gerente_model->leerTraslados($this->Centros_model->leerCentroPorGerente($this->session->userdata(\"ciu\"))['id']));\n }", "public function remainingBusStop($plat_nomor){\n $busOperationModel = new BusOperation();\n $busRouteModel = new BusRoute();\n $busStopHistoryModel = new BusStopHistory();\n $response = array();\n\n try{\n if($plat_nomor=='all'){\n $listBusOperation = $busOperationModel->get()\n ->toArray();\n $counter = 0;\n $dataContainer = array();\n foreach($listBusOperation as $busOperation){\n $busStopHistory = $busStopHistoryModel->where('plat_nomor', '=', $plat_nomor)\n ->get()\n ->toArray();\n\n $visitedBusStopArray = array();\n for($i=0; $i<sizeof($busStopHistory); $i++){\n $visitedBusStopArray[$i] = $busStopHistory[$i]['halte_id'];\n }\n\n $busRoute = $busRouteModel->where('rute_id', '=', $busOperation['rute_id'])\n ->whereNotIn('halte_id', $visitedBusStopArray)\n ->with('detailHalte')\n ->get()\n ->toArray();\n\n if($busRoute!=null){\n $dataContainer[$counter] = $busRoute;\n } else {\n $dataContainer[$counter]['msg'] = 'route is not registered in system';\n }\n\n $counter++;\n }\n\n $response['code'] = 200;\n $response['data'] = $dataContainer;\n } else {\n $busOperation = $busOperationModel->where('plat_nomor', '=', $plat_nomor)\n ->firstOrFail();\n\n $busStopHistory = $busStopHistoryModel->where('plat_nomor', '=', $plat_nomor)\n ->get()\n ->toArray();\n\n $visitedBusStopArray = array();\n for($i=0; $i<sizeof($busStopHistory); $i++){\n $visitedBusStopArray[$i] = $busStopHistory[$i]['halte_id'];\n }\n\n $busRoute = $busRouteModel->where('rute_id', '=', $busOperation['rute_id'])\n ->whereNotIn('halte_id', $visitedBusStopArray)\n ->with('detailHalte')\n ->get()\n ->toArray();\n\n $response['code'] = 200;\n if($busRoute!=null){\n $response['data'] = $busRoute;\n } else {\n $response['data']['msg'] = 'route is not registered in system';\n }\n }\n } catch(\\Exception $e) {\n $response['code'] = 200;\n $response['data']['msg'] = 'bus is not registered in system';\n }\n\n header(\"Access-Control-Allow-Origin: *\");\n return response()->json($response);\n }", "function listar_terminados($objeto) {\n\t// Si el objeto viene vacio(llamado desde el index) se le asigna el $_REQUEST que manda el Index\n\t// Si no conserva su valor normal\n\t\t$objeto = (empty($objeto)) ? $_REQUEST : $objeto;\n\t\t\n\t\tsession_start();\n\t\t\n\t// Valida si se debe de mostrar en listado o por comandas los pedidos(1-> listado, 0->comandas)\n\t\tif ($objeto['vista_listado'] == 1) {\n\t\t\t$terminados = $_SESSION['listado_terminados'];\n\t\t\trequire ('views/pedidos/listado_terminados.php');\n\t\t} else {\n\t\t\t$terminados = $_SESSION['terminados'];\n\t\t\trequire ('views/pedidos/listar_terminados.php');\n\t\t}\n\t}", "function elPlanTieneEstructuraDefinida(){\r\n \r\n $plan_id = $this->data['Anio']['plan_id'];\r\n\r\n $et = $this->Plan->tieneEstructuraDefinida($plan_id);\r\n\r\n return $et;\r\n\r\n }", "function ExibeDados(){\r\n\t\t\r\n\t\techo 'Codigo: ' . $this->Codigo .\"<br>\\n\";\r\n\t\techo 'Descricao: ' . $this->Descricao .\"<br>\\n\";\r\n\t\techo 'Preco: ' . $this->Preco .\"<br>\\n\";\r\n\t\techo 'Fornecedor: '. $this->Fornecedor->Nome .\"<br>\\n\";\r\n\t\t\r\n\t\t//atribui a um fornecedor ao produto \r\n\t\tfunction setFornecedor(Fornecedor $fornecedor){\r\n\t\t\t\r\n\t\t\t$this->Fornecedor = $fornecedor; //associação interna \r\n\t\t\t\r\n\t\t}\r\n\t}", "public function trazabilidad_sub_proceso_agenda() {\n $etapa_id = $this->input->post('etapa_id');\n $secuencia = $this->input->post('secuencia');\n\n $etapa = Doctrine::getTable('Etapa')->find($etapa_id);\n $paso = $etapa->getPasoEjecutable($secuencia);\n enviar_traza_sub_proceso_agenda($etapa, $paso);\n }", "public function getHoraTermino()\n {\n return $this->hora_termino;\n }", "public function ultimosMovimientosController(){\n\t\t//Se manda a llamar el modelo que consulta los registros de la base de datos\n\t\t$respuesta=Datos::consultarTiendaModel(\"historial\",$_GET[\"id_tienda\"]);\n\t\t//Si se lleva a cabo la consulta se recorre un el array devuevlto y se imprimen las filas\n\t\tif($respuesta){\n\t\t\tforeach ($respuesta as $fila) {\n\t\t\t\t$producto = Datos::buscarProductoModel($fila[\"id_producto\"]);\n\t\t\t\t$usuario = Datos::buscarU($fila[\"id_usuario\"]);\n\t\t\t\techo '<tr>\n\t\t\t\t<td>'.$fila[\"id_historial\"].'</td>\n\t\t\t\t<td>'.$producto[\"nombre_producto\"].'</td>\n\t\t\t\t<td>'.$usuario[\"nombre\"].'</td>\n\t\t\t\t<td>'.$fila[\"fecha\"].'</td>\n\t\t\t\t<td>'.$fila[\"hora\"].'</td>\n\t\t\t\t<td>'.$fila[\"nota\"].'</td>\n\t\t\t\t<td>'.$fila[\"referencia\"].'</td>\n\t\t\t\t<td>'.$fila[\"cantidad\"].'</td>\n\t\t\t\t<td>'.$fila[\"movimiento\"].'</td>\n\t\t\t\t</tr>';\n\t\t\t}\n\t\t}\n\t}", "function titulosTablaTendencias(){\n\t\t\tglobal $secciones;\n\t\t\techo \"<tr>\";\n\t\t echo \"<th></th>\";\n\t\t echo \"<th>Puntaje</th>\";\n\t\t for($i = 0; $i < count($secciones); $i++){\n\t\t \techo \"<th>\". $secciones[$i] .\"</th>\";\n\t\t }\n\t\t echo \"</tr>\";\n\t\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
END PUBLIC METHOD set_cookie() PRIVATE METHOD _post_load_indexing()
function _post_load_indexing() { global $page; $instance =& SELanguage::_init(); $languagevar_ids = array_keys($instance->_storage->_language_variables); $non_globals = array_diff($languagevar_ids, $instance->_indexing_vars_global); echo 'test'; if( !empty($non_globals) ) { SELanguage::_update_index_file($non_globals, $page.'.tpl'); } }
[ "private static function initCookies() {\n\t\tself::$registry['cookies'] =& $_COOKIE;\n\t\t\n\t}", "public function setCookies() {\n\t\t\n\t\t}", "protected function updateCookie()\n\t{\n\t\tprintDebug(\"We manage the cookie...\");\n\n\t\tif( isset($this->visitorInfo['referer_type'])\n\t\t\t&& $this->visitorInfo['referer_type'] != Piwik_Common::REFERER_TYPE_DIRECT_ENTRY)\n\t\t{\n\t\t\t// if the setting is set to use only the first referer,\n\t\t\t// we don't update the cookie referer values if they are already set\n\t\t\tif( !Piwik_Tracker_Config::getInstance()->Tracker['use_first_referer_to_determine_goal_referer']\n\t\t\t\t|| $this->cookie->get( Piwik_Tracker::COOKIE_INDEX_REFERER_TYPE ) == false)\n\t\t\t{\n\t\t\t\t$this->cookie->set( Piwik_Tracker::COOKIE_INDEX_REFERER_TYPE, $this->visitorInfo['referer_type']);\n\t\t\t\t$this->cookie->set( Piwik_Tracker::COOKIE_INDEX_REFERER_NAME, $this->visitorInfo['referer_name']);\n\t\t\t\t$this->cookie->set( Piwik_Tracker::COOKIE_INDEX_REFERER_KEYWORD, $this->visitorInfo['referer_keyword']);\n\t\t\t\t$this->cookie->set( Piwik_Tracker::COOKIE_INDEX_REFERER_ID_VISIT, $this->visitorInfo['idvisit']);\n\t\t\t\t$this->cookie->set( Piwik_Tracker::COOKIE_INDEX_REFERER_TIMESTAMP, $this->getCurrentTimestamp()) ;\n\t\t\t}\n\t\t}\n\n\t\t// idcookie has been generated in handleNewVisit or we simply propagate the old value\n\t\t$this->cookie->set( \tPiwik_Tracker::COOKIE_INDEX_IDVISITOR,\n\t\t\t\t\t\t\t\t$this->visitorInfo['visitor_idcookie'] );\n\n\t\t// the last action timestamp is the current timestamp\n\t\t$this->cookie->set( \tPiwik_Tracker::COOKIE_INDEX_TIMESTAMP_LAST_ACTION,\n\t\t\t\t\t\t\t\t$this->visitorInfo['visit_last_action_time'] );\n\n\t\t// the first action timestamp is the timestamp of the first action of the current visit\n\t\t$this->cookie->set( \tPiwik_Tracker::COOKIE_INDEX_TIMESTAMP_FIRST_ACTION,\n\t\t\t\t\t\t\t\t$this->visitorInfo['visit_first_action_time'] );\n\n\t\t// the idvisit has been generated by mysql in handleNewVisit or simply propagated here\n\t\t$this->cookie->set( \tPiwik_Tracker::COOKIE_INDEX_ID_VISIT,\n\t\t\t\t\t\t\t\t$this->visitorInfo['idvisit'] );\n\n\t\t// the last action ID is the current exit idaction\n\t\t$this->cookie->set( \tPiwik_Tracker::COOKIE_INDEX_ID_LAST_ACTION,\n\t\t\t\t\t\t\t\t$this->visitorInfo['visit_exit_idaction'] );\n\n\t\t// for a new visit, we flag the visit with visitor_returning\n\t\tif(isset($this->visitorInfo['visitor_returning']))\n\t\t{\n\t\t\t$this->cookie->set( Piwik_Tracker::COOKIE_INDEX_VISITOR_RETURNING,\n\t\t\t\t\t\t\t\t$this->visitorInfo['visitor_returning'] );\n\t\t}\n\n\t\t$this->cookie->save();\n\t}", "function load()\n {\n $this->cookieJar = $this->getSession()->get($this->getCookieJarName(), []);\n }", "public function set_cookie(){\r\n\t\tglobal $current_user;\r\n\t\t$uid = (isset($current_user->ID)) ? $current_user->ID : 0;\r\n\t\t$post_id = url_to_postid(IHC_PROTOCOL . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);\r\n\t\tif ($post_id && $uid){\r\n\t\t\t $this->increment_user_posts_views($uid, $post_id);\r\n\t\t}\r\n\t}", "protected function handle_cookie() {}", "private function _setAdminCookies(){\n\t\t/* Setting Cookie for System Admin or PA Administrator for 1 month this is used to show the drop down when changing the Companies */\n\t\tsetcookie('_iSsYsTeMaDmIn', 1, time() + (2678400), \"/\");\n\t}", "function load_cookie() {\n $this->cookie = load_class('Cookie', '', 'Caspian\\\\Core\\\\');\n }", "function hook_search_api_index_load(array $indexes) {\n foreach ($indexes as $index) {\n db_insert('example_search_index_access')\n ->fields(array(\n 'index' => $index->machine_name,\n 'access_time' => REQUEST_TIME,\n ))\n ->execute();\n }\n}", "private function _setLoginCookies(){\n\t\t/* Setting logger cookie for 1 month */\n\t\tsetcookie('_xAyBzCwD', $this->_strLoggerCode, time() + (2678400), \"/\");\n\t}", "public function prepareForIndexing();", "private function loadIndexes(): void\n {\n if (null !== $this->gsi) {\n return;\n }\n\n $this->gsi = [];\n foreach ($this->getIndexes() as $gsi) {\n $this->gsi[$gsi->getAlias()] = $gsi;\n }\n }", "private function startCookie()\n {\n\n if(isset($_COOKIE[config::COOKIE_NAME]))\n {\n $this->cookie = $_COOKIE[config::COOKIE_NAME];\n\n }\n else\n {\n setcookie(config::COOKIE_NAME, \"asd\", time()+60*60*24*180, '/'); // Remove this to work on all domains: ,\n }\n }", "static function setData(){\n\t\tsetcookie('data',Encryption::encrypt(serialize(self::$data)),0,'/');\n\t}", "protected function initCookies() {\n if (is_array($this->cookies)) return;\n\n $this->cookies= array();\n foreach ($_COOKIE as $name => $value) {\n $this->cookies[$name]= new Cookie($name, $value);\n }\n }", "function site_index($session_id) {\n return exec_python(\n 'site.py',\n '--cookie', fetch_cookies($session_id)\n );\n}", "protected function assignCookieParams()\n\t{\n\t\tif( !strlen($_COOKIE[\"searchSaving\"]) && !$this->userID ) \n\t\t\tsetcookie(\"searchSaving\", generatePassword(24), time() + 5 * 365 * 86400);\n\t\t\n\t\t$this->cookie = $_COOKIE[\"searchSaving\"];\n\t}", "function set_cookie_downloaded()\n{\n \tsetcookie(\"downloaded\", \"downloaded\", time()+ 604800);\n}", "protected function setCookieParams()\n\t{\n\n\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Create a new ValidatorIterator with a single Validator
public function testConstruct() { // create and hold a static reference to the validator in the iterator self::$validator = $this->getMock('\Radial\RetailOrderManagement\Payload\IValidator'); $iterator = new ValidatorIterator([self::$validator]); // new iterator with one validator should have key of 0 and be valid $this->assertSame(0, $iterator->key()); $this->assertTrue($iterator->valid()); return $iterator; }
[ "public function setNext(ValidatorInterface $validator) {}", "abstract protected function getValidatorInstance();", "public function getIterator(): Traversable {\n return new Collection($this->validators);\n }", "function validate(Iterator $iterator);", "public function getValidatorInstance();", "public function createValidator() : IValidator;", "protected function NewObjValidator () {\n\t\treturn new Validator();\n\t}", "public function setNextValidator($validator) {\n\t\t$this->nextValidator = $validator;\n\t}", "protected function getValidatorInstance()\n {\n return $this->validator();\n }", "public function setValidator($validator);", "public function setValidator(Validator $validator);", "public function next()\n {\n next($this->validators);\n }", "public function addValidator(\\Phalcon\\Filter\\Validation\\ValidatorInterface $validator): ElementInterface;", "private function initValidation()\n {\n $validator = Validation::createValidatorBuilder()\n ->enableAnnotationMapping()\n ->getValidator();\n\n return $validator;\n }", "abstract protected function createValidator(array $validators = array());", "public function createValidator();", "public function setValidator($validator)\n\t{\n\t\treturn $this->validator = $validator;\n\t}", "protected function getValidatorInstance()\n {\n $this->sanitize();\n return parent::getValidatorInstance();\n }", "protected function createValidator()\n {\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Check to see if the number is empty or nonzero.
function number_empty($value) { return empty($value) && $value != '0'; }
[ "function not_empty($var)\n{\n\treturn ! empty($var) || $var === 0 || $var === '0';\n}", "function is_blank($value) {\n\t\t\n\t\treturn empty($value) && !is_numeric($value);\n\t\t\n\t}", "private function isEmpty(): bool\n {\n $data = $this->value;\n if (is_numeric($data)) {\n return false;\n }\n return empty(is_string($data) ? trim($data) : $data);\n }", "private static function betterEmpty($value)\n {\n return empty($value) && !is_numeric($value);\n }", "function empty_or_zero($expr) {\n if ($expr == \"\" || preg_match(\"~^0$~\",$expr)) {\n return true;\n }\n return false;\n}", "public static function notEmpty($input) {\n return (!empty($input) || $input === 0 || $input === '0');\n }", "function is_empty($chaine){\r\n if(long_chaine($chaine)==0){\r\n return true;\r\n }\r\n return false;\r\n}", "function dadosVaziosDesconsiderandoZero($dado) {\n if (!is_numeric($dado) && empty($dado))\n return true;\n else\n return false;\n}", "public static function emptyInteger(&$var) {\n return is_integer($var) && empty($var);\n }", "public function isZero()\n {\n return $this->getMath()->comp($this->getAmount(), '0') == 0;\n }", "public function is_zero() {\n return $this->units == 0;\n }", "public function is_empty()\r\n\t{\r\n\t\treturn substr($this->type(), 0, 6) == 'empty-';\r\n\t}", "public function testIsZero_returnsTrue_ifNumberIsZero()\n\t{\n\t\treturn $this->assertTrue(Num::isZero(0));\n\t}", "public function isZero(): bool\n {\n return $this->counter === 0;\n }", "public function isZero(): bool\n {\n return $this->value === 0;\n }", "public function isEmpty()\n\t{\n\t\treturn $this->counter === 0;\n\t}", "function is_natural_no_zero($field)\r\n\t{\r\n\t\tif (!preg_match('#^[0-9]+$#', $field['value'])) {\r\n\t\t\treturn false;\r\n\t\t}\r\n\r\n\t\tif ($field['value'] == 0) {\r\n\t\t\treturn false;\r\n\t\t}\r\n\r\n\t\treturn true;\r\n\t}", "public function isZero()\n {\n return $this->amount->isZero();\n }", "public function isZero()\n {\n return $this->numerator == 0 || $this->denominator == 0;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Suggest spellings of a word
function pspell_suggest($dictionary_link, $word) { }
[ "abstract public function getSpellingSuggestions();", "public function suggestionsFor($word) {\n return pspell_suggest($this->handle, $word);\n }", "function SuggestSpelling($word, $dictionary) // Recipe 96\n{\n //\n // This recipe should be supplied with a misspelled word\n // using which it will search $dictionary for words it\n // believes the user may have meant to have typed in. Upon\n // success it returns a two element array, the first of\n // which is the number of possible words it suggests, and\n // the second is an array of words in order of likelihood.\n // On failure a single element array with the value FALSE\n // is returned. It requires these arguments:\n //\n // $word: A word to look up\n // $dictionary: The location of a list of words separated\n // by non-word or space characters such as\n // \\n or \\r\\n\n\n if (!strlen($word)) return array(FALSE);\n\n static $count, $words;\n\n if ($count++ == 0)\n {\n $dict = @file_get_contents($dictionary);\n if (!strlen($dict)) return array(FALSE);\n $words = explode(\"\\r\\n\", $dict);\n }\n\n $possibles = array();\n $known = array();\n $suggested = array();\n $wordlen = strlen($word);\n $chars = str_split('abcdefghijklmnopqrstuvwxyz');\n\n for($j = 0 ; $j < $wordlen ; ++$j)\n {\n $possibles[] = substr($word, 0, $j) .\n substr($word, $j + 1);\n\n foreach($chars as $letter)\n $possibles[] = substr($word, 0, $j) .\n $letter .\n substr($word, $j + 1);\n }\n\n for($j = 0; $j < $wordlen - 1 ; ++$j)\n $possibles[] = substr($word, 0, $j) .\n $word[$j + 1] .\n $word[$j] .\n substr($word, $j +2 );\n\n for($j = 0; $j < $wordlen + 1 ; ++$j)\n foreach($chars as $letter)\n $possibles[] = substr($word, 0, $j).\n $letter.\n substr($word, $j);\n\n $known = array_intersect($possibles, $words);\n $known = array_count_values($known);\n arsort($known, SORT_NUMERIC);\n\n foreach ($known as $temp => $val)\n $suggested[] = $temp;\n\n return array(count($suggested), $suggested);\n}", "function spellCheck( $sentence ){\n $keywords = preg_split( \"/\\s+/\", $sentence );\n $arr_size = count( $keywords );\n \n //$pspell_config = pspell_config_create(\"en\");\n //pspell_config_mode( $pspell_config, PSPELL_FAST );\n //$pspell_link = pspell_new_config( $pspell_config );\n $pspell_link = pspell_new_personal( \"./custom.pws\", \"en\", \"\", \"\", \"\", PSPELL_FAST );\n \n for( $i = 0; $i < $arr_size; ++$i ){\n if( !pspell_check( $pspell_link, $keywords[ $i ] ) ){ \n $candidates = pspell_suggest( $pspell_link, $keywords[ $i ] );\n $selected = '';\n //sometimes it returns 2 words, i dont want that. find next available word\n foreach( $candidates as $value ){\n if( !preg_match( '/\\s|-/',$value ) ){\n $selected = $value;\n break;\n }\n }\n //if (strpos($str, '.') !== FALSE)\n $keywords[ $i ] = strtolower( $selected );\n }\n } \n return implode( \" \", $keywords ); \n }", "private function _basicSpelling()\n {\n // TODO: There might be a way to run the\n // search against both dictionaries from\n // inside solr. Investigate. Currently\n // submitting a second search for this.\n\n // Create a new search object\n $type = str_replace('SearchObject_', '', get_class($this));\n $newSearch = SearchObjectFactory::initSearchObject($type);\n $newSearch->deminify($this->minify());\n\n // Activate the basic dictionary\n $newSearch->useBasicDictionary();\n // We don't want it in the search history\n $newSearch->disableLogging();\n\n // Run the search\n $newSearch->processSearch();\n // Get the spelling results\n $newList = $newSearch->getRawSuggestions();\n\n // If there were no shingle suggestions\n if (count($this->suggestions) == 0) {\n // Just use the basic ones as provided\n $this->suggestions = $newList;\n } else {\n // Otherwise...\n // For all the new suggestions\n foreach ($newList as $word => $data) {\n // Check the old suggestions\n $found = false;\n foreach ($this->suggestions as $k => $v) {\n // Make sure it wasn't part of a shingle\n // which has been suggested at a higher\n // level.\n $found = preg_match(\"/\\b$word\\b/\", $k) ? true : $found;\n }\n if (!$found) {\n $this->suggestions[$word] = $data;\n }\n }\n }\n }", "function _suggestion_known( $attempt = array() ) \n\t{\n\t\tif ( count( $attempt ) == 0 ) return;\n\n\t\t$sql = \" SELECT term, term_id, type\n\t\t\t\t\tFROM exp_super_search_terms\n\t\t\t\t\tWHERE term IN ('\" . implode( \"','\", array_keys( ee()->db->escape_str( $attempt ))) . \"')\";\n\n\t\t$query = ee()->db->query( $sql );\n\n\t\tif ( $query->num_rows > 0 )\n\t\t{\n\t\t\t// We have at least one of our terms in our lexicon, deal with it\n\n\t\t\tforeach( $query->result_array() AS $key => $row )\n\t\t\t{\n\t\t\t\tif ( $row['type'] == 'misspelling' ) \n\t\t\t\t{\n\t\t\t\t\t// This is a recognized misspelling of a corrected word\n\t\t\t\t\t// Update the corrected array with the proper spelling\n\n\t\t\t\t\tif ( $lookup_multi )\n\t\t\t\t\t{\n\t\t\t\t\t\t// Find the base term that we used to get here\n\t\t\t\t\t}\n\t\t\t\t\t$this->corrected[ $row['term'] ] = $attempt[ $row['term'] ];\n\t\t\t\t\t\n\t\t\t\t\tunset( $this->suggested[ $row['term'] ] );\n\t\t\t\t}\n\t\t\t\telseif ( $row['type'] == 'variant' )\n\t\t\t\t{\n\t\t\t\t\t// This is a variant of a different word, with better results\n\t\t\t\t\t// ie. a plural etc..\n\n\t\t\t\t\t$this->corrected[ $row['term'] ] = $attempt[ $row['term'] ];\n\n\t\t\t\t\tunset( $this->suggested[ $attempt[ $row['term'] ] ] );\n\t\t\t\t}\n\t\t\t\telseif ( $row['type'] == 'valid' )\n\t\t\t\t{\n\t\t\t\t\t// this appears to be valid word, we just have not results for\n\t\t\t\t\t// this filter set. \n\t\t\t\t\t// Remove from the suggested array, but leave out of the corrected\n\n\t\t\t\t\t$this->corrected[ $row['term'] ] = $attempt[ $row['term'] ];\n\n\t\t\t\t\tunset( $this->suggested[ $attempt[ $row['term'] ] ] );\n\t\t\t\t}\n\t\t\t\telseif ( $row['type'] == 'unknown' )\n\t\t\t\t{\n\t\t\t\t\t// We've tried to correct this before and couldn't, stop here\n\t\t\t\t\n\t\t\t\t\tunset( $this->suggested[ $attempt[ $row['term'] ] ] );\n\n\t\t\t\t}\n\t\t\t\telseif ( $row['type'] == 'seed' )\n\t\t\t\t{\t\t\t\t\n\t\t\t\t\t// We have a term from the seed lexicon\n\t\t\t\t\tif ( $row['term'] != $attempt[ $row['term'] ] ) $this->corrected[ $row['term'] ] = $attempt[ $row['term'] ];\n\n\t\t\t\t\tunset( $this->suggested[ $attempt[ $row['term'] ] ] );\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t// This is strange\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "private function appendSpellingSuggestions($query){\n $words = preg_split (\"/\\\\s+/\", $query);\n $pl = pspell_new(CoreLanguage::$language);\n foreach($words as $word) {\n if (!pspell_check($pl, $word)) {\n $suggestions = pspell_suggest($pl, $word);\n if(sizeof($suggestions) > 4) array_splice($suggestions, 4);\n foreach ($suggestions as $suggestion) {\n if(strpos($suggestion, '\\'') > 0 || strpos($suggestion, ' ') > 0 || strpos($suggestion, '-')) continue; //skip\n $query .= ' ' . $suggestion;\n }\n }\n }\n return $query;\n }", "function run_spellcheck($text, $lang = null, $skip_known_words_in_db = true)\n{\n if (find_spell_checker() === null) {\n return array();\n }\n\n $words = find_words($text);\n\n if (count($words) == 0) {\n return array();\n }\n\n // Filter out what might be misspelled but we know actually is a proper word\n if ($skip_known_words_in_db) {\n $non_words = array(\n // Some common Composr terms that should not be corrected\n 'comcode',\n 'tempcode',\n 'selectcode',\n 'filtercode',\n );\n\n $or_list = '';\n foreach ($words as $word) {\n if ($or_list != '') {\n $or_list .= ' OR ';\n }\n $or_list .= db_string_equal_to('w_replacement', $word);\n }\n if (addon_installed('wordfilter')) {\n $_non_words = $GLOBALS['SITE_DB']->query_select('wordfilter', array('w_replacement'), null, 'WHERE ' . $or_list);\n foreach ($_non_words as $_non_word) {\n if ($_non_word['w_replacement'] != '') {\n $non_words[] = $_non_word['w_replacement'];\n }\n }\n }\n\n if (multi_lang_content()) {\n $or_list = '';\n foreach ($words as $word) {\n if ($or_list != '') {\n $or_list .= ' OR ';\n }\n $or_list .= db_string_equal_to('text_original', $word);\n }\n $_non_words = $GLOBALS['SITE_DB']->query_select('seo_meta_keywords k JOIN ' . get_table_prefix() . 'translate t ON k.meta_keyword=t.id', array('DISTINCT text_original AS meta_keyword'), null, 'WHERE ' . $or_list);\n } else {\n $or_list = '';\n foreach ($words as $word) {\n if ($or_list != '') {\n $or_list .= ' OR ';\n }\n $or_list .= db_string_equal_to('meta_keyword', $word);\n }\n $_non_words = $GLOBALS['SITE_DB']->query_select('seo_meta_keywords', array('DISTINCT meta_keyword'), null, 'WHERE ' . $or_list);\n }\n foreach ($_non_words as $_non_word) {\n if ($_non_word['meta_keyword'] != '') {\n $non_words[] = $_non_word['meta_keyword'];\n }\n }\n\n $words = array_diff($words, $non_words);\n }\n\n $errors = array();\n\n // Run checks\n $spell_link = _spellcheck_initialise($lang);\n if (find_spell_checker() === 'pspell') {\n if ($spell_link !== null) {\n foreach ($words as $word) {\n if (!pspell_check($spell_link, $word)) {\n $corrections = pspell_suggest($spell_link, $word);\n $errors[cms_mb_strtolower($word)] = $corrections;\n }\n }\n }\n }\n if (find_spell_checker() === 'enchant') {\n list($broker, $dict, $personal_dict) = $spell_link;\n\n if ($dict !== null) {\n foreach ($words as $word) {\n $corrections = array();\n if (!enchant_dict_quick_check($dict, $word, $corrections)) {\n $errors[cms_mb_strtolower($word)] = $corrections;\n }\n }\n\n //enchant_broker_free($broker); Seems to crash on some PHP versions\n }\n }\n\n return $errors;\n}", "public function getSpellcheck();", "function getSuggestions($word) {\n\n\tglobal $editablePersonalDict; //bool to set editability of personal dictionary\n\tglobal $silpaspell_module; //the global link to the pspell module\n\n\t$retVal = \"\";\n\n\t//an array of all the suggestions that psepll returns for $word.\n\t$suggestions = silpaspell_suggest($silpaspell_module, $word);\n\n\t// If the number of suggestions returned by pspell is less than the maximum\n\t// number, just use the number of suggestions returned.\n\t$numSuggestions = count($suggestions);\n\t$tmpNum = min($numSuggestions, MAX_SUGGESTIONS);\n\n\tif ($tmpNum > 0) {\n\t\t//this creates the table of suggestions.\n\t\tfor ($i=0; $i<$tmpNum; $i++) {\n\t\t\t$retVal .= '<div class=\"suggestion\">' . $suggestions[$i] . '</div>';\n\t\t}\n\n\t\tif ($editablePersonalDict) {\n\t\t\t$retVal .= '<div class=\"addToDictionary\">Add To Dictionary</div>';\n\t\t}\n\t} else {\n\t\t$retVal .= \"No Suggestions\";\n\t}\n\n\techo $retVal; //the return value - a string containing the table of suggestions.\n\n}", "function spell_check($word, $bot_id)\n {\n runDebug(__FILE__, __FUNCTION__, __LINE__, \"Preforming a spel chek on $word.\", 2);\n global $con, $dbn, $spellcheck_common_words;\n if (strstr($word, \"'\")) $word = str_replace(\"'\", ' ', $word);\n $test_word = (IS_MB_ENABLED) ? mb_strtolower($word) : strtolower($word);\n if (!isset($_SESSION['spellcheck'])) load_spelling_list();\n if (in_array($test_word, $spellcheck_common_words))\n {\n runDebug(__FILE__, __FUNCTION__, __LINE__, \"The word '$word' is a common word. Returning without checking.\", 4);\n return $word;\n }\n if (in_array($test_word, array_keys($_SESSION['spellcheck'])))\n {\n $corrected_word = $_SESSION['spellcheck'][$test_word];\n runDebug(__FILE__, __FUNCTION__, __LINE__, \"Misspelling found! Replaced $word with $corrected_word.\", 4);\n }\n else\n {\n runDebug(__FILE__, __FUNCTION__, __LINE__,'Spelling check passed.', 4);\n $corrected_word = $word;\n }\n if (IS_MB_ENABLED)\n {\n switch ($word){\n case mb_strtolower($word):\n $corrected_word = mb_strtolower($corrected_word);\n break;\n case mb_strtoupper($word):\n $corrected_word = mb_strtoupper($corrected_word);\n break;\n case mb_convert_case($word, MB_CASE_TITLE):\n $corrected_word = mb_convert_case($corrected_word, MB_CASE_TITLE);\n break;\n default:\n }\n }\n else\n {\n switch ($word){\n case strtolower($word):\n $corrected_word = strtolower($corrected_word);\n break;\n case strtoupper($word):\n $corrected_word = strtoupper($corrected_word);\n break;\n case ucfirst($word):\n $corrected_word = ucfirst($corrected_word);\n break;\n default:\n }\n }\n //set in global config file\n return $corrected_word;\n }", "function suggest(){\n\t\t$suggestions = $this->Service->suggest($this->input->post('q'));\n\t\techo implode(\"\\n\",$suggestions);\n\t}", "public function EnglishMisspellingsWords() {\r\n\t\t\treturn [\r\n\t\t\t\t'qabalah'=>[\r\n\t\t\t\t\t'qabala',\r\n\t\t\t\t],\r\n\t\t\t\t'qabalahs'=>[\r\n\t\t\t\t\t'qabalas',\r\n\t\t\t\t],\r\n\t\t\t\t'qindar'=>[\r\n\t\t\t\t\t'qinder',\r\n\t\t\t\t],\r\n\t\t\t\t'qintar'=>[\r\n\t\t\t\t\t'qinter',\r\n\t\t\t\t],\r\n\t\t\t\t'quack'=>[\r\n\t\t\t\t\t'qauck',\r\n\t\t\t\t],\r\n\t\t\t\t'quacks'=>[\r\n\t\t\t\t\t'qaucks',\r\n\t\t\t\t],\r\n\t\t\t\t'quacksalver'=>[\r\n\t\t\t\t\t'qaucksalver',\r\n\t\t\t\t],\r\n\t\t\t\t'quacksalvers'=>[\r\n\t\t\t\t\t'qaucksalvers',\r\n\t\t\t\t],\r\n\t\t\t\t'quacky'=>[\r\n\t\t\t\t\t'qaucky',\r\n\t\t\t\t],\r\n\t\t\t\t'quad'=>[\r\n\t\t\t\t\t'qaud',\r\n\t\t\t\t],\r\n\t\t\t\t'quadplex'=>[\r\n\t\t\t\t\t'qaudplex',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrangle'=>[\r\n\t\t\t\t\t'qaudrangle',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrangular'=>[\r\n\t\t\t\t\t'qaudrangular',\r\n\t\t\t\t\t'quadranguler',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrant'=>[\r\n\t\t\t\t\t'qaudrant',\r\n\t\t\t\t\t'quadrent',\r\n\t\t\t\t],\r\n\t\t\t\t'quadraphonic'=>[\r\n\t\t\t\t\t'qaudraphonic',\r\n\t\t\t\t],\r\n\t\t\t\t'quadraphonics'=>[\r\n\t\t\t\t\t'qaudraphonics',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrat'=>[\r\n\t\t\t\t\t'qaudrat',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrate'=>[\r\n\t\t\t\t\t'qaudrate',\r\n\t\t\t\t],\r\n\t\t\t\t'quadratic'=>[\r\n\t\t\t\t\t'qaudratic',\r\n\t\t\t\t],\r\n\t\t\t\t'quadratically'=>[\r\n\t\t\t\t\t'qaudratically',\r\n\t\t\t\t],\r\n\t\t\t\t'quadratics'=>[\r\n\t\t\t\t\t'qaudratics',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrature'=>[\r\n\t\t\t\t\t'qaudrature',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrennial'=>[\r\n\t\t\t\t\t'qaudrennial',\r\n\t\t\t\t\t'quadrenial',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrennially'=>[\r\n\t\t\t\t\t'qaudrennially',\r\n\t\t\t\t\t'quadrenially',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrennials'=>[\r\n\t\t\t\t\t'qaudrennials',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrennium'=>[\r\n\t\t\t\t\t'qaudrennium',\r\n\t\t\t\t\t'quadrenium',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrenniums'=>[\r\n\t\t\t\t\t'qaudrenniums',\r\n\t\t\t\t],\r\n\t\t\t\t'quadric'=>[\r\n\t\t\t\t\t'qaudric',\r\n\t\t\t\t],\r\n\t\t\t\t'quadriceps'=>[\r\n\t\t\t\t\t'qaudriceps',\r\n\t\t\t\t],\r\n\t\t\t\t'quadricepses'=>[\r\n\t\t\t\t\t'qaudricepses',\r\n\t\t\t\t],\r\n\t\t\t\t'quadriga'=>[\r\n\t\t\t\t\t'qaudriga',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrilateral'=>[\r\n\t\t\t\t\t'qaudrilateral',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrilaterals'=>[\r\n\t\t\t\t\t'qaudrilaterals',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrille'=>[\r\n\t\t\t\t\t'qaudrille',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrillion'=>[\r\n\t\t\t\t\t'qaudrillion',\r\n\t\t\t\t\t'quadrilion',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrillions'=>[\r\n\t\t\t\t\t'qaudrillions',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrillionth'=>[\r\n\t\t\t\t\t'qaudrillionth',\r\n\t\t\t\t\t'quadrilionth',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrillionths'=>[\r\n\t\t\t\t\t'qaudrillionths',\r\n\t\t\t\t],\r\n\t\t\t\t'quadripartite'=>[\r\n\t\t\t\t\t'qaudripartite',\r\n\t\t\t\t\t'quadripertite',\r\n\t\t\t\t],\r\n\t\t\t\t'quadriphonic'=>[\r\n\t\t\t\t\t'qaudriphonic',\r\n\t\t\t\t],\r\n\t\t\t\t'quadriphonics'=>[\r\n\t\t\t\t\t'qaudriphonics',\r\n\t\t\t\t],\r\n\t\t\t\t'quadriplegia'=>[\r\n\t\t\t\t\t'qaudriplegia',\r\n\t\t\t\t],\r\n\t\t\t\t'quadriplegias'=>[\r\n\t\t\t\t\t'qaudriplegias',\r\n\t\t\t\t],\r\n\t\t\t\t'quadriplegic'=>[\r\n\t\t\t\t\t'qaudriplegic',\r\n\t\t\t\t],\r\n\t\t\t\t'quadriplegics'=>[\r\n\t\t\t\t\t'qaudriplegics',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrivalent'=>[\r\n\t\t\t\t\t'qaudrivalent',\r\n\t\t\t\t\t'quadrivalant',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrivalents'=>[\r\n\t\t\t\t\t'qaudrivalents',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrivium'=>[\r\n\t\t\t\t\t'qaudrivium',\r\n\t\t\t\t],\r\n\t\t\t\t'quadroon'=>[\r\n\t\t\t\t\t'qaudroon',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrumanous'=>[\r\n\t\t\t\t\t'qaudrumanous',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrumvirate'=>[\r\n\t\t\t\t\t'qaudrumvirate',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrumvirates'=>[\r\n\t\t\t\t\t'qaudrumvirates',\r\n\t\t\t\t],\r\n\t\t\t\t'quadruped'=>[\r\n\t\t\t\t\t'qaudruped',\r\n\t\t\t\t\t'quadraped',\r\n\t\t\t\t\t'quadriped',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrupedal'=>[\r\n\t\t\t\t\t'quadrapedal',\r\n\t\t\t\t\t'quadripedal',\r\n\t\t\t\t\t'quadropedal',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrupedalism'=>[\r\n\t\t\t\t\t'quadrapedalism',\r\n\t\t\t\t\t'quadripedalism',\r\n\t\t\t\t],\r\n\t\t\t\t'quadruple'=>[\r\n\t\t\t\t\t'qaudruple',\r\n\t\t\t\t],\r\n\t\t\t\t'quadruplet'=>[\r\n\t\t\t\t\t'qaudruplet',\r\n\t\t\t\t],\r\n\t\t\t\t'quadruplicate'=>[\r\n\t\t\t\t\t'qaudruplicate',\r\n\t\t\t\t],\r\n\t\t\t\t'quadruplicated'=>[\r\n\t\t\t\t\t'qaudruplicated',\r\n\t\t\t\t],\r\n\t\t\t\t'quadruplicates'=>[\r\n\t\t\t\t\t'qaudruplicates',\r\n\t\t\t\t],\r\n\t\t\t\t'quadruplicating'=>[\r\n\t\t\t\t\t'qaudruplicating',\r\n\t\t\t\t],\r\n\t\t\t\t'quadruplication'=>[\r\n\t\t\t\t\t'qaudruplication',\r\n\t\t\t\t],\r\n\t\t\t\t'quadruplicities'=>[\r\n\t\t\t\t\t'qaudruplicities',\r\n\t\t\t\t],\r\n\t\t\t\t'quadruplicity'=>[\r\n\t\t\t\t\t'qaudruplicity',\r\n\t\t\t\t],\r\n\t\t\t\t'quadrupole'=>[\r\n\t\t\t\t\t'qaudrupole',\r\n\t\t\t\t\t'quadrapole',\r\n\t\t\t\t],\r\n\t\t\t\t'quads'=>[\r\n\t\t\t\t\t'qauds',\r\n\t\t\t\t],\r\n\t\t\t\t'quaere'=>[\r\n\t\t\t\t\t'qauere',\r\n\t\t\t\t],\r\n\t\t\t\t'quaestor'=>[\r\n\t\t\t\t\t'qauestor',\r\n\t\t\t\t],\r\n\t\t\t\t'quaff'=>[\r\n\t\t\t\t\t'qauff',\r\n\t\t\t\t],\r\n\t\t\t\t'quaffs'=>[\r\n\t\t\t\t\t'qauffs',\r\n\t\t\t\t],\r\n\t\t\t\t'quag'=>[\r\n\t\t\t\t\t'qaug',\r\n\t\t\t\t],\r\n\t\t\t\t'quagga'=>[\r\n\t\t\t\t\t'qaugga',\r\n\t\t\t\t\t'quaga',\r\n\t\t\t\t],\r\n\t\t\t\t'quaggas'=>[\r\n\t\t\t\t\t'quagas',\r\n\t\t\t\t],\r\n\t\t\t\t'quaggier'=>[\r\n\t\t\t\t\t'quagier',\r\n\t\t\t\t],\r\n\t\t\t\t'quaggy'=>[\r\n\t\t\t\t\t'qauggy',\r\n\t\t\t\t\t'quagy',\r\n\t\t\t\t],\r\n\t\t\t\t'quagmire'=>[\r\n\t\t\t\t\t'qaugmire',\r\n\t\t\t\t],\r\n\t\t\t\t'quags'=>[\r\n\t\t\t\t\t'qaugs',\r\n\t\t\t\t],\r\n\t\t\t\t'quahaug'=>[\r\n\t\t\t\t\t'quaaug',\r\n\t\t\t\t],\r\n\t\t\t\t'quahaugs'=>[\r\n\t\t\t\t\t'quaaugs',\r\n\t\t\t\t],\r\n\t\t\t\t'quahog'=>[\r\n\t\t\t\t\t'qauhog',\r\n\t\t\t\t\t'quaog',\r\n\t\t\t\t],\r\n\t\t\t\t'quahogs'=>[\r\n\t\t\t\t\t'quaogs',\r\n\t\t\t\t],\r\n\t\t\t\t'quai'=>[\r\n\t\t\t\t\t'qaui',\r\n\t\t\t\t],\r\n\t\t\t\t'quaich'=>[\r\n\t\t\t\t\t'qauich',\r\n\t\t\t\t],\r\n\t\t\t\t'quaigh'=>[\r\n\t\t\t\t\t'qauigh',\r\n\t\t\t\t],\r\n\t\t\t\t'quail'=>[\r\n\t\t\t\t\t'qauil',\r\n\t\t\t\t],\r\n\t\t\t\t'quails'=>[\r\n\t\t\t\t\t'qauils',\r\n\t\t\t\t],\r\n\t\t\t\t'quaint'=>[\r\n\t\t\t\t\t'qauint',\r\n\t\t\t\t],\r\n\t\t\t\t'quaintly'=>[\r\n\t\t\t\t\t'quaintally',\r\n\t\t\t\t\t'quaintaly',\r\n\t\t\t\t\t'quaintely',\r\n\t\t\t\t\t'quaintlly',\r\n\t\t\t\t],\r\n\t\t\t\t'quaintnesses'=>[\r\n\t\t\t\t\t'qauintnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'quais'=>[\r\n\t\t\t\t\t'qauis',\r\n\t\t\t\t],\r\n\t\t\t\t'quake'=>[\r\n\t\t\t\t\t'qauke',\r\n\t\t\t\t],\r\n\t\t\t\t'quaked'=>[\r\n\t\t\t\t\t'qauked',\r\n\t\t\t\t],\r\n\t\t\t\t'quaker'=>[\r\n\t\t\t\t\t'qauker',\r\n\t\t\t\t],\r\n\t\t\t\t'quakes'=>[\r\n\t\t\t\t\t'qaukes',\r\n\t\t\t\t],\r\n\t\t\t\t'quaky'=>[\r\n\t\t\t\t\t'qauky',\r\n\t\t\t\t],\r\n\t\t\t\t'quale'=>[\r\n\t\t\t\t\t'qaule',\r\n\t\t\t\t],\r\n\t\t\t\t'qualia'=>[\r\n\t\t\t\t\t'qaulia',\r\n\t\t\t\t],\r\n\t\t\t\t'qualification'=>[\r\n\t\t\t\t\t'qaulification',\r\n\t\t\t\t\t'qualifaction',\r\n\t\t\t\t],\r\n\t\t\t\t'qualifications'=>[\r\n\t\t\t\t\t'qaulifications',\r\n\t\t\t\t],\r\n\t\t\t\t'qualified'=>[\r\n\t\t\t\t\t'qaulified',\r\n\t\t\t\t\t'qualifeid',\r\n\t\t\t\t\t'qualifid',\r\n\t\t\t\t\t'qualifiyed',\r\n\t\t\t\t],\r\n\t\t\t\t'qualifier'=>[\r\n\t\t\t\t\t'qaulifier',\r\n\t\t\t\t\t'qualifeir',\r\n\t\t\t\t\t'qualifer',\r\n\t\t\t\t\t'qualifir',\r\n\t\t\t\t],\r\n\t\t\t\t'qualifiers'=>[\r\n\t\t\t\t\t'qualifers',\r\n\t\t\t\t],\r\n\t\t\t\t'qualify'=>[\r\n\t\t\t\t\t'qaulify',\r\n\t\t\t\t],\r\n\t\t\t\t'qualifying'=>[\r\n\t\t\t\t\t'qualifiing',\r\n\t\t\t\t\t'qualifiying',\r\n\t\t\t\t\t'qualifyng',\r\n\t\t\t\t],\r\n\t\t\t\t'qualitative'=>[\r\n\t\t\t\t\t'qaulitative',\r\n\t\t\t\t],\r\n\t\t\t\t'qualitatively'=>[\r\n\t\t\t\t\t'qaulitatively',\r\n\t\t\t\t\t'qualitativly',\r\n\t\t\t\t],\r\n\t\t\t\t'qualities'=>[\r\n\t\t\t\t\t'qualites',\r\n\t\t\t\t],\r\n\t\t\t\t'quality'=>[\r\n\t\t\t\t\t'qaulity',\r\n\t\t\t\t],\r\n\t\t\t\t'qualm'=>[\r\n\t\t\t\t\t'qaulm',\r\n\t\t\t\t],\r\n\t\t\t\t'qualmishness'=>[\r\n\t\t\t\t\t'qaulmishness',\r\n\t\t\t\t],\r\n\t\t\t\t'qualmishnesses'=>[\r\n\t\t\t\t\t'qaulmishnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'qualms'=>[\r\n\t\t\t\t\t'qaulms',\r\n\t\t\t\t],\r\n\t\t\t\t'qualmy'=>[\r\n\t\t\t\t\t'qaulmy',\r\n\t\t\t\t],\r\n\t\t\t\t'quamash'=>[\r\n\t\t\t\t\t'qaumash',\r\n\t\t\t\t],\r\n\t\t\t\t'quandary'=>[\r\n\t\t\t\t\t'qaundary',\r\n\t\t\t\t\t'quandery',\r\n\t\t\t\t\t'quandry',\r\n\t\t\t\t],\r\n\t\t\t\t'quandong'=>[\r\n\t\t\t\t\t'qaundong',\r\n\t\t\t\t],\r\n\t\t\t\t'quango'=>[\r\n\t\t\t\t\t'qaungo',\r\n\t\t\t\t],\r\n\t\t\t\t'quant'=>[\r\n\t\t\t\t\t'qaunt',\r\n\t\t\t\t\t'quent',\r\n\t\t\t\t],\r\n\t\t\t\t'quanta'=>[\r\n\t\t\t\t\t'qaunta',\r\n\t\t\t\t\t'quenta',\r\n\t\t\t\t],\r\n\t\t\t\t'quantal'=>[\r\n\t\t\t\t\t'qauntal',\r\n\t\t\t\t\t'quental',\r\n\t\t\t\t],\r\n\t\t\t\t'quantic'=>[\r\n\t\t\t\t\t'qauntic',\r\n\t\t\t\t\t'quentic',\r\n\t\t\t\t],\r\n\t\t\t\t'quantifiable'=>[\r\n\t\t\t\t\t'qauntifiable',\r\n\t\t\t\t],\r\n\t\t\t\t'quantification'=>[\r\n\t\t\t\t\t'qauntification',\r\n\t\t\t\t],\r\n\t\t\t\t'quantifications'=>[\r\n\t\t\t\t\t'qauntifications',\r\n\t\t\t\t],\r\n\t\t\t\t'quantifier'=>[\r\n\t\t\t\t\t'qauntifier',\r\n\t\t\t\t\t'quantifeir',\r\n\t\t\t\t\t'quantifir',\r\n\t\t\t\t\t'quentifier',\r\n\t\t\t\t],\r\n\t\t\t\t'quantify'=>[\r\n\t\t\t\t\t'qauntify',\r\n\t\t\t\t\t'quentify',\r\n\t\t\t\t],\r\n\t\t\t\t'quantile'=>[\r\n\t\t\t\t\t'qauntile',\r\n\t\t\t\t\t'quentile',\r\n\t\t\t\t],\r\n\t\t\t\t'quantitate'=>[\r\n\t\t\t\t\t'qauntitate',\r\n\t\t\t\t\t'quentitate',\r\n\t\t\t\t],\r\n\t\t\t\t'quantitating'=>[\r\n\t\t\t\t\t'qauntitating',\r\n\t\t\t\t],\r\n\t\t\t\t'quantitation'=>[\r\n\t\t\t\t\t'qauntitation',\r\n\t\t\t\t],\r\n\t\t\t\t'quantitations'=>[\r\n\t\t\t\t\t'qauntitations',\r\n\t\t\t\t],\r\n\t\t\t\t'quantitative'=>[\r\n\t\t\t\t\t'qauntitative',\r\n\t\t\t\t\t'quantative',\r\n\t\t\t\t\t'quentitative',\r\n\t\t\t\t],\r\n\t\t\t\t'quantitatively'=>[\r\n\t\t\t\t\t'qauntitatively',\r\n\t\t\t\t\t'quantitativly',\r\n\t\t\t\t],\r\n\t\t\t\t'quantities'=>[\r\n\t\t\t\t\t'quanities',\r\n\t\t\t\t\t'quanitities',\r\n\t\t\t\t\t'quantites',\r\n\t\t\t\t],\r\n\t\t\t\t'quantity'=>[\r\n\t\t\t\t\t'qauntity',\r\n\t\t\t\t\t'quanitity',\r\n\t\t\t\t\t'quanity',\r\n\t\t\t\t\t'quantaty',\r\n\t\t\t\t\t'quentity',\r\n\t\t\t\t],\r\n\t\t\t\t'quantization'=>[\r\n\t\t\t\t\t'qauntization',\r\n\t\t\t\t],\r\n\t\t\t\t'quantizations'=>[\r\n\t\t\t\t\t'qauntizations',\r\n\t\t\t\t],\r\n\t\t\t\t'quantize'=>[\r\n\t\t\t\t\t'qauntize',\r\n\t\t\t\t],\r\n\t\t\t\t'quants'=>[\r\n\t\t\t\t\t'qaunts',\r\n\t\t\t\t\t'quents',\r\n\t\t\t\t],\r\n\t\t\t\t'quantum'=>[\r\n\t\t\t\t\t'qauntum',\r\n\t\t\t\t\t'quentum',\r\n\t\t\t\t],\r\n\t\t\t\t'quarantine'=>[\r\n\t\t\t\t\t'qaurantine',\r\n\t\t\t\t\t'quarantaine',\r\n\t\t\t\t\t'quarantini',\r\n\t\t\t\t\t'quarentine',\r\n\t\t\t\t],\r\n\t\t\t\t'quarantining'=>[\r\n\t\t\t\t\t'qaurantining',\r\n\t\t\t\t\t'quarantinang',\r\n\t\t\t\t],\r\n\t\t\t\t'quare'=>[\r\n\t\t\t\t\t'qaure',\r\n\t\t\t\t],\r\n\t\t\t\t'quark'=>[\r\n\t\t\t\t\t'qaurk',\r\n\t\t\t\t],\r\n\t\t\t\t'quarks'=>[\r\n\t\t\t\t\t'qaurks',\r\n\t\t\t\t],\r\n\t\t\t\t'quarrel'=>[\r\n\t\t\t\t\t'qaurrel',\r\n\t\t\t\t\t'quarel',\r\n\t\t\t\t\t'quarell',\r\n\t\t\t\t],\r\n\t\t\t\t'quarrellers'=>[\r\n\t\t\t\t\t'qaurrellers',\r\n\t\t\t\t],\r\n\t\t\t\t'quarrelling'=>[\r\n\t\t\t\t\t'qaurrelling',\r\n\t\t\t\t],\r\n\t\t\t\t'quarrelsome'=>[\r\n\t\t\t\t\t'qaurrelsome',\r\n\t\t\t\t\t'quarelsome',\r\n\t\t\t\t],\r\n\t\t\t\t'quarrelsomely'=>[\r\n\t\t\t\t\t'quarrelsomly',\r\n\t\t\t\t],\r\n\t\t\t\t'quarrelsomeness'=>[\r\n\t\t\t\t\t'qaurrelsomeness',\r\n\t\t\t\t\t'quarelsomeness',\r\n\t\t\t\t],\r\n\t\t\t\t'quarry'=>[\r\n\t\t\t\t\t'qaurry',\r\n\t\t\t\t\t'quary',\r\n\t\t\t\t],\r\n\t\t\t\t'quarryman'=>[\r\n\t\t\t\t\t'qaurryman',\r\n\t\t\t\t],\r\n\t\t\t\t'quart'=>[\r\n\t\t\t\t\t'qaurt',\r\n\t\t\t\t\t'quart quart',\r\n\t\t\t\t\t'quart quart quart',\r\n\t\t\t\t],\r\n\t\t\t\t'quartan'=>[\r\n\t\t\t\t\t'qaurtan',\r\n\t\t\t\t],\r\n\t\t\t\t'quarte'=>[\r\n\t\t\t\t\t'qaurte',\r\n\t\t\t\t],\r\n\t\t\t\t'quarter'=>[\r\n\t\t\t\t\t'qaurter',\r\n\t\t\t\t\t'quater',\r\n\t\t\t\t],\r\n\t\t\t\t'quarter '=>[\r\n\t\t\t\t\t'quater',\r\n\t\t\t\t],\r\n\t\t\t\t'quarterage'=>[\r\n\t\t\t\t\t'qaurterage',\r\n\t\t\t\t],\r\n\t\t\t\t'quarterages'=>[\r\n\t\t\t\t\t'qaurterages',\r\n\t\t\t\t],\r\n\t\t\t\t'quarterback'=>[\r\n\t\t\t\t\t'qaurterback',\r\n\t\t\t\t\t'quaterback',\r\n\t\t\t\t],\r\n\t\t\t\t'quarterbacking'=>[\r\n\t\t\t\t\t'qaurterbacking',\r\n\t\t\t\t],\r\n\t\t\t\t'quarterdeck'=>[\r\n\t\t\t\t\t'qaurterdeck',\r\n\t\t\t\t],\r\n\t\t\t\t'quarterfinal'=>[\r\n\t\t\t\t\t'qaurterfinal',\r\n\t\t\t\t\t'quarterfinil',\r\n\t\t\t\t],\r\n\t\t\t\t'quarterfinalist'=>[\r\n\t\t\t\t\t'qaurterfinalist',\r\n\t\t\t\t\t'quarterfinilist',\r\n\t\t\t\t],\r\n\t\t\t\t'quarterfinals'=>[\r\n\t\t\t\t\t'quarterfinils',\r\n\t\t\t\t\t'quaterfinals',\r\n\t\t\t\t],\r\n\t\t\t\t'quarterings'=>[\r\n\t\t\t\t\t'qaurterings',\r\n\t\t\t\t],\r\n\t\t\t\t'quarterlies'=>[\r\n\t\t\t\t\t'qaurterlies',\r\n\t\t\t\t],\r\n\t\t\t\t'quarterly'=>[\r\n\t\t\t\t\t'qaurterly',\r\n\t\t\t\t\t'quarterally',\r\n\t\t\t\t\t'quarteraly',\r\n\t\t\t\t\t'quarterely',\r\n\t\t\t\t\t'quarterlly',\r\n\t\t\t\t\t'quaterly',\r\n\t\t\t\t],\r\n\t\t\t\t'quartermaster'=>[\r\n\t\t\t\t\t'qaurtermaster',\r\n\t\t\t\t\t'quatermaster',\r\n\t\t\t\t],\r\n\t\t\t\t'quartermasters'=>[\r\n\t\t\t\t\t'qaurtermasters',\r\n\t\t\t\t],\r\n\t\t\t\t'quartern'=>[\r\n\t\t\t\t\t'qaurtern',\r\n\t\t\t\t],\r\n\t\t\t\t'quartersawn'=>[\r\n\t\t\t\t\t'qaurtersawn',\r\n\t\t\t\t],\r\n\t\t\t\t'quarterstaff'=>[\r\n\t\t\t\t\t'qaurterstaff',\r\n\t\t\t\t],\r\n\t\t\t\t'quartes'=>[\r\n\t\t\t\t\t'qaurtes',\r\n\t\t\t\t],\r\n\t\t\t\t'quartet'=>[\r\n\t\t\t\t\t'qaurtet',\r\n\t\t\t\t],\r\n\t\t\t\t'quartic'=>[\r\n\t\t\t\t\t'qaurtic',\r\n\t\t\t\t],\r\n\t\t\t\t'quartier'=>[\r\n\t\t\t\t\t'qaurtier',\r\n\t\t\t\t\t'quarteir',\r\n\t\t\t\t\t'quartir',\r\n\t\t\t\t],\r\n\t\t\t\t'quartile'=>[\r\n\t\t\t\t\t'qaurtile',\r\n\t\t\t\t],\r\n\t\t\t\t'quarto'=>[\r\n\t\t\t\t\t'qaurto',\r\n\t\t\t\t],\r\n\t\t\t\t'quartos'=>[\r\n\t\t\t\t\t'qaurtos',\r\n\t\t\t\t],\r\n\t\t\t\t'quarts'=>[\r\n\t\t\t\t\t'qaurts',\r\n\t\t\t\t],\r\n\t\t\t\t'quartz'=>[\r\n\t\t\t\t\t'qaurtz',\r\n\t\t\t\t],\r\n\t\t\t\t'quartzite'=>[\r\n\t\t\t\t\t'qaurtzite',\r\n\t\t\t\t],\r\n\t\t\t\t'quasar'=>[\r\n\t\t\t\t\t'qausar',\r\n\t\t\t\t\t'quaser',\r\n\t\t\t\t],\r\n\t\t\t\t'quasars'=>[\r\n\t\t\t\t\t'qausars',\r\n\t\t\t\t],\r\n\t\t\t\t'quash'=>[\r\n\t\t\t\t\t'qaush',\r\n\t\t\t\t],\r\n\t\t\t\t'quashed'=>[\r\n\t\t\t\t\t'qaushed',\r\n\t\t\t\t],\r\n\t\t\t\t'quasher'=>[\r\n\t\t\t\t\t'qausher',\r\n\t\t\t\t],\r\n\t\t\t\t'quashes'=>[\r\n\t\t\t\t\t'qaushes',\r\n\t\t\t\t],\r\n\t\t\t\t'quasi'=>[\r\n\t\t\t\t\t'qausi',\r\n\t\t\t\t],\r\n\t\t\t\t'quasicrystal'=>[\r\n\t\t\t\t\t'qausicrystal',\r\n\t\t\t\t],\r\n\t\t\t\t'quasiparticle'=>[\r\n\t\t\t\t\t'qausiparticle',\r\n\t\t\t\t\t'quasiperticle',\r\n\t\t\t\t],\r\n\t\t\t\t'quasiparticles'=>[\r\n\t\t\t\t\t'qausiparticles',\r\n\t\t\t\t\t'quasiperticles',\r\n\t\t\t\t],\r\n\t\t\t\t'quass'=>[\r\n\t\t\t\t\t'qauss',\r\n\t\t\t\t\t'quas',\r\n\t\t\t\t],\r\n\t\t\t\t'quasses'=>[\r\n\t\t\t\t\t'qausses',\r\n\t\t\t\t],\r\n\t\t\t\t'quassia'=>[\r\n\t\t\t\t\t'qaussia',\r\n\t\t\t\t],\r\n\t\t\t\t'quassin'=>[\r\n\t\t\t\t\t'qaussin',\r\n\t\t\t\t],\r\n\t\t\t\t'quatari-occupied'=>[\r\n\t\t\t\t\t'quatari occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'quate'=>[\r\n\t\t\t\t\t'qaute',\r\n\t\t\t\t],\r\n\t\t\t\t'quatercentenary'=>[\r\n\t\t\t\t\t'qautercentenary',\r\n\t\t\t\t\t'quatercantenary',\r\n\t\t\t\t\t'quatercentenery',\r\n\t\t\t\t],\r\n\t\t\t\t'quaternary'=>[\r\n\t\t\t\t\t'qauternary',\r\n\t\t\t\t\t'quarternary',\r\n\t\t\t\t\t'quaternery',\r\n\t\t\t\t],\r\n\t\t\t\t'quaternion'=>[\r\n\t\t\t\t\t'qauternion',\r\n\t\t\t\t],\r\n\t\t\t\t'quaternions'=>[\r\n\t\t\t\t\t'qauternions',\r\n\t\t\t\t],\r\n\t\t\t\t'quatorze'=>[\r\n\t\t\t\t\t'qautorze',\r\n\t\t\t\t],\r\n\t\t\t\t'quatrain'=>[\r\n\t\t\t\t\t'qautrain',\r\n\t\t\t\t],\r\n\t\t\t\t'quatre'=>[\r\n\t\t\t\t\t'qautre',\r\n\t\t\t\t],\r\n\t\t\t\t'quatrefoil'=>[\r\n\t\t\t\t\t'qautrefoil',\r\n\t\t\t\t],\r\n\t\t\t\t'quatrefoils'=>[\r\n\t\t\t\t\t'qautrefoils',\r\n\t\t\t\t],\r\n\t\t\t\t'quatres'=>[\r\n\t\t\t\t\t'qautres',\r\n\t\t\t\t],\r\n\t\t\t\t'quattrocento'=>[\r\n\t\t\t\t\t'qauttrocento',\r\n\t\t\t\t\t'quattrocanto',\r\n\t\t\t\t],\r\n\t\t\t\t'quaver'=>[\r\n\t\t\t\t\t'qauver',\r\n\t\t\t\t],\r\n\t\t\t\t'quaveringly'=>[\r\n\t\t\t\t\t'qauveringly',\r\n\t\t\t\t],\r\n\t\t\t\t'quavers'=>[\r\n\t\t\t\t\t'qauvers',\r\n\t\t\t\t],\r\n\t\t\t\t'quavery'=>[\r\n\t\t\t\t\t'qauvery',\r\n\t\t\t\t],\r\n\t\t\t\t'quay'=>[\r\n\t\t\t\t\t'qauy',\r\n\t\t\t\t],\r\n\t\t\t\t'quayage'=>[\r\n\t\t\t\t\t'qauyage',\r\n\t\t\t\t],\r\n\t\t\t\t'quays'=>[\r\n\t\t\t\t\t'qauys',\r\n\t\t\t\t],\r\n\t\t\t\t'quayside'=>[\r\n\t\t\t\t\t'qauyside',\r\n\t\t\t\t],\r\n\t\t\t\t'queasy'=>[\r\n\t\t\t\t\t'queacy',\r\n\t\t\t\t\t'queazy',\r\n\t\t\t\t\t'quesy',\r\n\t\t\t\t],\r\n\t\t\t\t'queened'=>[\r\n\t\t\t\t\t'queend',\r\n\t\t\t\t],\r\n\t\t\t\t'queenly'=>[\r\n\t\t\t\t\t'queenally',\r\n\t\t\t\t\t'queenaly',\r\n\t\t\t\t\t'queenely',\r\n\t\t\t\t\t'queenlly',\r\n\t\t\t\t],\r\n\t\t\t\t'quell'=>[\r\n\t\t\t\t\t'quel',\r\n\t\t\t\t],\r\n\t\t\t\t'quesadilla'=>[\r\n\t\t\t\t\t'quesadila',\r\n\t\t\t\t],\r\n\t\t\t\t'question'=>[\r\n\t\t\t\t\t'question question',\r\n\t\t\t\t\t'question question question',\r\n\t\t\t\t],\r\n\t\t\t\t'questionable'=>[\r\n\t\t\t\t\t'questionible',\r\n\t\t\t\t],\r\n\t\t\t\t'questionably'=>[\r\n\t\t\t\t\t'questionabally',\r\n\t\t\t\t\t'questionabaly',\r\n\t\t\t\t\t'questionabely',\r\n\t\t\t\t\t'questionablly',\r\n\t\t\t\t],\r\n\t\t\t\t'questionary'=>[\r\n\t\t\t\t\t'questionery',\r\n\t\t\t\t],\r\n\t\t\t\t'questioned'=>[\r\n\t\t\t\t\t'questionned',\r\n\t\t\t\t],\r\n\t\t\t\t'questionnaire'=>[\r\n\t\t\t\t\t'questionaire',\r\n\t\t\t\t],\r\n\t\t\t\t'questionnaires'=>[\r\n\t\t\t\t\t'questionaires',\r\n\t\t\t\t],\r\n\t\t\t\t'quibble'=>[\r\n\t\t\t\t\t'quible',\r\n\t\t\t\t],\r\n\t\t\t\t'quibblers'=>[\r\n\t\t\t\t\t'quiblers',\r\n\t\t\t\t],\r\n\t\t\t\t'quibbling'=>[\r\n\t\t\t\t\t'quibling',\r\n\t\t\t\t],\r\n\t\t\t\t'quick'=>[\r\n\t\t\t\t\t'quick quick',\r\n\t\t\t\t\t'quick quick quick',\r\n\t\t\t\t],\r\n\t\t\t\t'quickened'=>[\r\n\t\t\t\t\t'quickend',\r\n\t\t\t\t],\r\n\t\t\t\t'quickie'=>[\r\n\t\t\t\t\t'quickei',\r\n\t\t\t\t\t'quicki',\r\n\t\t\t\t],\r\n\t\t\t\t'quickly'=>[\r\n\t\t\t\t\t'quicklyu',\r\n\t\t\t\t\t'quicky',\r\n\t\t\t\t\t'quikly',\r\n\t\t\t\t],\r\n\t\t\t\t'quiescence'=>[\r\n\t\t\t\t\t'quiescance',\r\n\t\t\t\t],\r\n\t\t\t\t'quiescent'=>[\r\n\t\t\t\t\t'queiscent',\r\n\t\t\t\t\t'quiecent',\r\n\t\t\t\t\t'quiecsent',\r\n\t\t\t\t\t'quiesent',\r\n\t\t\t\t\t'quiscent',\r\n\t\t\t\t],\r\n\t\t\t\t'quiet'=>[\r\n\t\t\t\t\t'queit',\r\n\t\t\t\t\t'quiet quiet',\r\n\t\t\t\t\t'quiet quiet quiet',\r\n\t\t\t\t\t'quit',\r\n\t\t\t\t],\r\n\t\t\t\t'quietened'=>[\r\n\t\t\t\t\t'quietend',\r\n\t\t\t\t],\r\n\t\t\t\t'quietism'=>[\r\n\t\t\t\t\t'queitism',\r\n\t\t\t\t\t'quitism',\r\n\t\t\t\t],\r\n\t\t\t\t'quietly'=>[\r\n\t\t\t\t\t'quitely',\r\n\t\t\t\t],\r\n\t\t\t\t'quietude'=>[\r\n\t\t\t\t\t'queitude',\r\n\t\t\t\t\t'quitude',\r\n\t\t\t\t],\r\n\t\t\t\t'quill'=>[\r\n\t\t\t\t\t'quil',\r\n\t\t\t\t],\r\n\t\t\t\t'quinacrine'=>[\r\n\t\t\t\t\t'quinacrini',\r\n\t\t\t\t\t'quinicrine',\r\n\t\t\t\t],\r\n\t\t\t\t'quinary'=>[\r\n\t\t\t\t\t'quinery',\r\n\t\t\t\t\t'quiniry',\r\n\t\t\t\t],\r\n\t\t\t\t'quinate'=>[\r\n\t\t\t\t\t'quinite',\r\n\t\t\t\t],\r\n\t\t\t\t'quincentenary'=>[\r\n\t\t\t\t\t'quincantenary',\r\n\t\t\t\t\t'quincentenery',\r\n\t\t\t\t],\r\n\t\t\t\t'quincentennial'=>[\r\n\t\t\t\t\t'quincantennial',\r\n\t\t\t\t\t'quincentenial',\r\n\t\t\t\t],\r\n\t\t\t\t'quincentennials'=>[\r\n\t\t\t\t\t'quincentenials',\r\n\t\t\t\t],\r\n\t\t\t\t'quindecillion'=>[\r\n\t\t\t\t\t'quindecilion',\r\n\t\t\t\t],\r\n\t\t\t\t'quindecimvir'=>[\r\n\t\t\t\t\t'quindecemvir',\r\n\t\t\t\t],\r\n\t\t\t\t'quindecimviri'=>[\r\n\t\t\t\t\t'quindecemviri',\r\n\t\t\t\t],\r\n\t\t\t\t'quinic'=>[\r\n\t\t\t\t\t'quinac',\r\n\t\t\t\t],\r\n\t\t\t\t'quinidine'=>[\r\n\t\t\t\t\t'quinadine',\r\n\t\t\t\t],\r\n\t\t\t\t'quinidines'=>[\r\n\t\t\t\t\t'quinadines',\r\n\t\t\t\t],\r\n\t\t\t\t'quiniela'=>[\r\n\t\t\t\t\t'quinaela',\r\n\t\t\t\t],\r\n\t\t\t\t'quinin'=>[\r\n\t\t\t\t\t'quinan',\r\n\t\t\t\t],\r\n\t\t\t\t'quinina'=>[\r\n\t\t\t\t\t'quinana',\r\n\t\t\t\t\t'quinini',\r\n\t\t\t\t],\r\n\t\t\t\t'quininas'=>[\r\n\t\t\t\t\t'quininis',\r\n\t\t\t\t],\r\n\t\t\t\t'quinine'=>[\r\n\t\t\t\t\t'quinane',\r\n\t\t\t\t\t'quinini',\r\n\t\t\t\t],\r\n\t\t\t\t'quinins'=>[\r\n\t\t\t\t\t'quinans',\r\n\t\t\t\t],\r\n\t\t\t\t'quinnat'=>[\r\n\t\t\t\t\t'quinat',\r\n\t\t\t\t],\r\n\t\t\t\t'quinquennial'=>[\r\n\t\t\t\t\t'quinquenial',\r\n\t\t\t\t],\r\n\t\t\t\t'quinquennially'=>[\r\n\t\t\t\t\t'quinquenially',\r\n\t\t\t\t],\r\n\t\t\t\t'quinquennials'=>[\r\n\t\t\t\t\t'quinquenials',\r\n\t\t\t\t],\r\n\t\t\t\t'quinquennium'=>[\r\n\t\t\t\t\t'quinquenium',\r\n\t\t\t\t],\r\n\t\t\t\t'quinquenniums'=>[\r\n\t\t\t\t\t'quinqueniums',\r\n\t\t\t\t],\r\n\t\t\t\t'quinquereme'=>[\r\n\t\t\t\t\t'quinquireme',\r\n\t\t\t\t],\r\n\t\t\t\t'quinsy'=>[\r\n\t\t\t\t\t'quincy',\r\n\t\t\t\t],\r\n\t\t\t\t'quintessence'=>[\r\n\t\t\t\t\t'quintesence',\r\n\t\t\t\t\t'quintessance',\r\n\t\t\t\t],\r\n\t\t\t\t'quintessential'=>[\r\n\t\t\t\t\t'quintesential',\r\n\t\t\t\t\t'quintessantial',\r\n\t\t\t\t\t'quintissential',\r\n\t\t\t\t],\r\n\t\t\t\t'quintillion'=>[\r\n\t\t\t\t\t'quintilion',\r\n\t\t\t\t],\r\n\t\t\t\t'quintillionth'=>[\r\n\t\t\t\t\t'quintilionth',\r\n\t\t\t\t],\r\n\t\t\t\t'quintino'=>[\r\n\t\t\t\t\t'qmntino',\r\n\t\t\t\t],\r\n\t\t\t\t'quipped'=>[\r\n\t\t\t\t\t'quiped',\r\n\t\t\t\t],\r\n\t\t\t\t'quipper'=>[\r\n\t\t\t\t\t'quiper',\r\n\t\t\t\t],\r\n\t\t\t\t'quippiest'=>[\r\n\t\t\t\t\t'quipiest',\r\n\t\t\t\t],\r\n\t\t\t\t'quippu'=>[\r\n\t\t\t\t\t'quipu',\r\n\t\t\t\t],\r\n\t\t\t\t'quippus'=>[\r\n\t\t\t\t\t'quipus',\r\n\t\t\t\t],\r\n\t\t\t\t'quippy'=>[\r\n\t\t\t\t\t'quipy',\r\n\t\t\t\t],\r\n\t\t\t\t'quit'=>[\r\n\t\t\t\t\t'quited',\r\n\t\t\t\t],\r\n\t\t\t\t'quite'=>[\r\n\t\t\t\t\t'qtiite',\r\n\t\t\t\t\t'qtuie',\r\n\t\t\t\t\t'quite quite',\r\n\t\t\t\t\t'quite quite quite',\r\n\t\t\t\t\t'qutie',\r\n\t\t\t\t],\r\n\t\t\t\t'quittance'=>[\r\n\t\t\t\t\t'quittence',\r\n\t\t\t\t],\r\n\t\t\t\t'quizzes'=>[\r\n\t\t\t\t\t'quizes',\r\n\t\t\t\t],\r\n\t\t\t\t'quodlibet'=>[\r\n\t\t\t\t\t'qodlibet',\r\n\t\t\t\t],\r\n\t\t\t\t'quodlibets'=>[\r\n\t\t\t\t\t'qodlibets',\r\n\t\t\t\t],\r\n\t\t\t\t'quods'=>[\r\n\t\t\t\t\t'qods',\r\n\t\t\t\t],\r\n\t\t\t\t'quohog'=>[\r\n\t\t\t\t\t'qohog',\r\n\t\t\t\t],\r\n\t\t\t\t'quohogs'=>[\r\n\t\t\t\t\t'qohogs',\r\n\t\t\t\t],\r\n\t\t\t\t'quoin'=>[\r\n\t\t\t\t\t'qoin',\r\n\t\t\t\t],\r\n\t\t\t\t'quoined'=>[\r\n\t\t\t\t\t'qoined',\r\n\t\t\t\t],\r\n\t\t\t\t'quoining'=>[\r\n\t\t\t\t\t'qoining',\r\n\t\t\t\t],\r\n\t\t\t\t'quoins'=>[\r\n\t\t\t\t\t'qoins',\r\n\t\t\t\t],\r\n\t\t\t\t'quoit'=>[\r\n\t\t\t\t\t'qoit',\r\n\t\t\t\t],\r\n\t\t\t\t'quoited'=>[\r\n\t\t\t\t\t'qoited',\r\n\t\t\t\t],\r\n\t\t\t\t'quoiting'=>[\r\n\t\t\t\t\t'qoiting',\r\n\t\t\t\t],\r\n\t\t\t\t'quoits'=>[\r\n\t\t\t\t\t'qoits',\r\n\t\t\t\t],\r\n\t\t\t\t'quokka'=>[\r\n\t\t\t\t\t'qokka',\r\n\t\t\t\t],\r\n\t\t\t\t'quokkas'=>[\r\n\t\t\t\t\t'qokkas',\r\n\t\t\t\t],\r\n\t\t\t\t'quoll'=>[\r\n\t\t\t\t\t'qoll',\r\n\t\t\t\t\t'quol',\r\n\t\t\t\t],\r\n\t\t\t\t'quolls'=>[\r\n\t\t\t\t\t'qolls',\r\n\t\t\t\t],\r\n\t\t\t\t'quomodos'=>[\r\n\t\t\t\t\t'qomodos',\r\n\t\t\t\t],\r\n\t\t\t\t'quondam'=>[\r\n\t\t\t\t\t'qondam',\r\n\t\t\t\t],\r\n\t\t\t\t'quorum'=>[\r\n\t\t\t\t\t'qorum',\r\n\t\t\t\t],\r\n\t\t\t\t'quorums'=>[\r\n\t\t\t\t\t'qorums',\r\n\t\t\t\t],\r\n\t\t\t\t'quota'=>[\r\n\t\t\t\t\t'qota',\r\n\t\t\t\t],\r\n\t\t\t\t'quotabilities'=>[\r\n\t\t\t\t\t'qotabilities',\r\n\t\t\t\t],\r\n\t\t\t\t'quotability'=>[\r\n\t\t\t\t\t'qotability',\r\n\t\t\t\t],\r\n\t\t\t\t'quotable'=>[\r\n\t\t\t\t\t'qotable',\r\n\t\t\t\t\t'quotible',\r\n\t\t\t\t],\r\n\t\t\t\t'quotably'=>[\r\n\t\t\t\t\t'qotably',\r\n\t\t\t\t],\r\n\t\t\t\t'quotas'=>[\r\n\t\t\t\t\t'qotas',\r\n\t\t\t\t],\r\n\t\t\t\t'quotation'=>[\r\n\t\t\t\t\t'qotation',\r\n\t\t\t\t\t'qoutation',\r\n\t\t\t\t],\r\n\t\t\t\t'quotations'=>[\r\n\t\t\t\t\t'qotations',\r\n\t\t\t\t],\r\n\t\t\t\t'quote'=>[\r\n\t\t\t\t\t'qote',\r\n\t\t\t\t\t'qoute',\r\n\t\t\t\t],\r\n\t\t\t\t'quoted'=>[\r\n\t\t\t\t\t'qoted',\r\n\t\t\t\t\t'qouted',\r\n\t\t\t\t],\r\n\t\t\t\t'quoter'=>[\r\n\t\t\t\t\t'qoter',\r\n\t\t\t\t],\r\n\t\t\t\t'quoters'=>[\r\n\t\t\t\t\t'qoters',\r\n\t\t\t\t],\r\n\t\t\t\t'quotes'=>[\r\n\t\t\t\t\t'qotes',\r\n\t\t\t\t\t'qoutes',\r\n\t\t\t\t],\r\n\t\t\t\t'quoth'=>[\r\n\t\t\t\t\t'qoth',\r\n\t\t\t\t],\r\n\t\t\t\t'quotha'=>[\r\n\t\t\t\t\t'qotha',\r\n\t\t\t\t],\r\n\t\t\t\t'quotidian'=>[\r\n\t\t\t\t\t'qotidian',\r\n\t\t\t\t\t'quotidan',\r\n\t\t\t\t],\r\n\t\t\t\t'quotidians'=>[\r\n\t\t\t\t\t'qotidians',\r\n\t\t\t\t],\r\n\t\t\t\t'quotient'=>[\r\n\t\t\t\t\t'qotient',\r\n\t\t\t\t\t'quoteint',\r\n\t\t\t\t\t'quotiant',\r\n\t\t\t\t\t'quotient quotient',\r\n\t\t\t\t\t'quotient quotient quotient',\r\n\t\t\t\t\t'quotint',\r\n\t\t\t\t],\r\n\t\t\t\t'quotients'=>[\r\n\t\t\t\t\t'qotients',\r\n\t\t\t\t],\r\n\t\t\t\t'quoting'=>[\r\n\t\t\t\t\t'qoting',\r\n\t\t\t\t\t'qouting',\r\n\t\t\t\t],\r\n\t\t\t];\r\n\t\t}", "public function EnglishMisspellingsWords() {\r\n\t\t\treturn [\r\n\t\t\t\t'each'=>[\r\n\t\t\t\t\t'cach',\r\n\t\t\t\t\t'each each',\r\n\t\t\t\t\t'each each each',\r\n\t\t\t\t\t'ech',\r\n\t\t\t\t],\r\n\t\t\t\t'each other'=>[\r\n\t\t\t\t\t'eachother',\r\n\t\t\t\t],\r\n\t\t\t\t'eager'=>[\r\n\t\t\t\t\t'eger',\r\n\t\t\t\t],\r\n\t\t\t\t'eagle'=>[\r\n\t\t\t\t\t'egle',\r\n\t\t\t\t],\r\n\t\t\t\t'ear'=>[\r\n\t\t\t\t\t'ear ear',\r\n\t\t\t\t\t'ear ear ear',\r\n\t\t\t\t\t'er',\r\n\t\t\t\t],\r\n\t\t\t\t'eared'=>[\r\n\t\t\t\t\t'ered',\r\n\t\t\t\t],\r\n\t\t\t\t'earl'=>[\r\n\t\t\t\t\t'erl',\r\n\t\t\t\t],\r\n\t\t\t\t'earlier'=>[\r\n\t\t\t\t\t'ealier',\r\n\t\t\t\t\t'eariler',\r\n\t\t\t\t\t'earler',\r\n\t\t\t\t],\r\n\t\t\t\t'earliest'=>[\r\n\t\t\t\t\t'ealiest',\r\n\t\t\t\t],\r\n\t\t\t\t'early'=>[\r\n\t\t\t\t\t'earely',\r\n\t\t\t\t\t'early early',\r\n\t\t\t\t\t'early early early',\r\n\t\t\t\t\t'eary',\r\n\t\t\t\t\t'earally',\r\n\t\t\t\t\t'earaly',\r\n\t\t\t\t\t'earlly',\r\n\t\t\t\t\t'erly',\r\n\t\t\t\t],\r\n\t\t\t\t'earn'=>[\r\n\t\t\t\t\t'ern',\r\n\t\t\t\t],\r\n\t\t\t\t'earned'=>[\r\n\t\t\t\t\t'earnt',\r\n\t\t\t\t],\r\n\t\t\t\t'earnest'=>[\r\n\t\t\t\t\t'ernest',\r\n\t\t\t\t],\r\n\t\t\t\t'earnestly'=>[\r\n\t\t\t\t\t'earnestally',\r\n\t\t\t\t\t'earnestaly',\r\n\t\t\t\t\t'earnestely',\r\n\t\t\t\t\t'earnestlly',\r\n\t\t\t\t],\r\n\t\t\t\t'earnestnesses'=>[\r\n\t\t\t\t\t'ernestnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'earnings'=>[\r\n\t\t\t\t\t'ernings',\r\n\t\t\t\t],\r\n\t\t\t\t'earpiece'=>[\r\n\t\t\t\t\t'earpeice',\r\n\t\t\t\t\t'earpice',\r\n\t\t\t\t],\r\n\t\t\t\t'earring'=>[\r\n\t\t\t\t\t'earing',\r\n\t\t\t\t],\r\n\t\t\t\t'ears'=>[\r\n\t\t\t\t\t'ers',\r\n\t\t\t\t],\r\n\t\t\t\t'earsplitting'=>[\r\n\t\t\t\t\t'ersplitting',\r\n\t\t\t\t],\r\n\t\t\t\t'earth'=>[\r\n\t\t\t\t\t'ealth',\r\n\t\t\t\t\t'earth earth',\r\n\t\t\t\t\t'earth earth earth',\r\n\t\t\t\t\t'erth',\r\n\t\t\t\t],\r\n\t\t\t\t'earthbound'=>[\r\n\t\t\t\t\t'erthbound',\r\n\t\t\t\t],\r\n\t\t\t\t'earthenware'=>[\r\n\t\t\t\t\t'erthenware',\r\n\t\t\t\t],\r\n\t\t\t\t'earthenwares'=>[\r\n\t\t\t\t\t'erthenwares',\r\n\t\t\t\t],\r\n\t\t\t\t'earthinesses'=>[\r\n\t\t\t\t\t'erthinesses',\r\n\t\t\t\t],\r\n\t\t\t\t'earthlinesses'=>[\r\n\t\t\t\t\t'earthlinisses',\r\n\t\t\t\t\t'erthlinesses',\r\n\t\t\t\t],\r\n\t\t\t\t'earthly'=>[\r\n\t\t\t\t\t'earthally',\r\n\t\t\t\t\t'earthaly',\r\n\t\t\t\t\t'earthely',\r\n\t\t\t\t\t'earthlly',\r\n\t\t\t\t\t'erthly',\r\n\t\t\t\t],\r\n\t\t\t\t'earthmovings'=>[\r\n\t\t\t\t\t'erthmovings',\r\n\t\t\t\t],\r\n\t\t\t\t'earthquake'=>[\r\n\t\t\t\t\t'earthqauke',\r\n\t\t\t\t\t'erthquake',\r\n\t\t\t\t],\r\n\t\t\t\t'earthshaking'=>[\r\n\t\t\t\t\t'erthshaking',\r\n\t\t\t\t],\r\n\t\t\t\t'earthshakingly'=>[\r\n\t\t\t\t\t'erthshakingly',\r\n\t\t\t\t],\r\n\t\t\t\t'earthstar'=>[\r\n\t\t\t\t\t'earthster',\r\n\t\t\t\t],\r\n\t\t\t\t'earthy'=>[\r\n\t\t\t\t\t'erthy',\r\n\t\t\t\t],\r\n\t\t\t\t'earwigged'=>[\r\n\t\t\t\t\t'earwiged',\r\n\t\t\t\t],\r\n\t\t\t\t'ease'=>[\r\n\t\t\t\t\t'ease ease',\r\n\t\t\t\t\t'ease ease ease',\r\n\t\t\t\t\t'ese',\r\n\t\t\t\t],\r\n\t\t\t\t'easel'=>[\r\n\t\t\t\t\t'esel',\r\n\t\t\t\t],\r\n\t\t\t\t'easement'=>[\r\n\t\t\t\t\t'easemant',\r\n\t\t\t\t],\r\n\t\t\t\t'easily'=>[\r\n\t\t\t\t\t'easiliy',\r\n\t\t\t\t\t'easly',\r\n\t\t\t\t\t'easially',\r\n\t\t\t\t\t'easialy',\r\n\t\t\t\t\t'easiely',\r\n\t\t\t\t\t'easilly',\r\n\t\t\t\t\t'esily',\r\n\t\t\t\t],\r\n\t\t\t\t'east'=>[\r\n\t\t\t\t\t'east east',\r\n\t\t\t\t\t'east east east',\r\n\t\t\t\t\t'est',\r\n\t\t\t\t],\r\n\t\t\t\t'eastbound'=>[\r\n\t\t\t\t\t'estbound',\r\n\t\t\t\t],\r\n\t\t\t\t'easterly'=>[\r\n\t\t\t\t\t'easterally',\r\n\t\t\t\t\t'easteraly',\r\n\t\t\t\t\t'easterely',\r\n\t\t\t\t\t'easterlly',\r\n\t\t\t\t],\r\n\t\t\t\t'eastern'=>[\r\n\t\t\t\t\t'eastearn',\r\n\t\t\t\t\t'easten',\r\n\t\t\t\t\t'estern',\r\n\t\t\t\t],\r\n\t\t\t\t'easternmost'=>[\r\n\t\t\t\t\t'eastermost',\r\n\t\t\t\t\t'easternost',\r\n\t\t\t\t\t'esternmost',\r\n\t\t\t\t],\r\n\t\t\t\t'eastward'=>[\r\n\t\t\t\t\t'estward',\r\n\t\t\t\t],\r\n\t\t\t\t'easy'=>[\r\n\t\t\t\t\t'eacy',\r\n\t\t\t\t\t'esy',\r\n\t\t\t\t],\r\n\t\t\t\t'easygoing'=>[\r\n\t\t\t\t\t'esygoing',\r\n\t\t\t\t],\r\n\t\t\t\t'easygoingnesses'=>[\r\n\t\t\t\t\t'esygoingnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'eat'=>[\r\n\t\t\t\t\t'eat eat',\r\n\t\t\t\t\t'eat eat eat',\r\n\t\t\t\t\t'et',\r\n\t\t\t\t],\r\n\t\t\t\t'eatable'=>[\r\n\t\t\t\t\t'eatible',\r\n\t\t\t\t],\r\n\t\t\t\t'eaten'=>[\r\n\t\t\t\t\t'eated',\r\n\t\t\t\t\t'eten',\r\n\t\t\t\t],\r\n\t\t\t\t'eatery'=>[\r\n\t\t\t\t\t'eatary',\r\n\t\t\t\t\t'etery',\r\n\t\t\t\t],\r\n\t\t\t\t'eath'=>[\r\n\t\t\t\t\t'eth',\r\n\t\t\t\t],\r\n\t\t\t\t'eating'=>[\r\n\t\t\t\t\t'eting',\r\n\t\t\t\t],\r\n\t\t\t\t'eats'=>[\r\n\t\t\t\t\t'ets',\r\n\t\t\t\t],\r\n\t\t\t\t'eau'=>[\r\n\t\t\t\t\t'eu',\r\n\t\t\t\t],\r\n\t\t\t\t'eaux'=>[\r\n\t\t\t\t\t'eux',\r\n\t\t\t\t],\r\n\t\t\t\t'eave'=>[\r\n\t\t\t\t\t'eve',\r\n\t\t\t\t],\r\n\t\t\t\t'eaves'=>[\r\n\t\t\t\t\t'eves',\r\n\t\t\t\t],\r\n\t\t\t\t'eavesdrop'=>[\r\n\t\t\t\t\t'evesdrop',\r\n\t\t\t\t],\r\n\t\t\t\t'eavesdroppers'=>[\r\n\t\t\t\t\t'eavesdropers',\r\n\t\t\t\t],\r\n\t\t\t\t'eavesdropping'=>[\r\n\t\t\t\t\t'eavesdroping',\r\n\t\t\t\t],\r\n\t\t\t\t'ebb'=>[\r\n\t\t\t\t\t'eb',\r\n\t\t\t\t],\r\n\t\t\t\t'ebbed'=>[\r\n\t\t\t\t\t'ebed',\r\n\t\t\t\t],\r\n\t\t\t\t'ebbet'=>[\r\n\t\t\t\t\t'ebet',\r\n\t\t\t\t],\r\n\t\t\t\t'ebbets'=>[\r\n\t\t\t\t\t'ebets',\r\n\t\t\t\t],\r\n\t\t\t\t'ebbing'=>[\r\n\t\t\t\t\t'ebing',\r\n\t\t\t\t],\r\n\t\t\t\t'ebbs'=>[\r\n\t\t\t\t\t'ebs',\r\n\t\t\t\t],\r\n\t\t\t\t'ebullience'=>[\r\n\t\t\t\t\t'ebulleince',\r\n\t\t\t\t\t'ebulience',\r\n\t\t\t\t\t'ebulliance',\r\n\t\t\t\t\t'ebullince',\r\n\t\t\t\t],\r\n\t\t\t\t'ebulliences'=>[\r\n\t\t\t\t\t'ebulleinces',\r\n\t\t\t\t\t'ebullinces',\r\n\t\t\t\t],\r\n\t\t\t\t'ebulliency'=>[\r\n\t\t\t\t\t'ebulliensy',\r\n\t\t\t\t],\r\n\t\t\t\t'ebullient'=>[\r\n\t\t\t\t\t'ebulleint',\r\n\t\t\t\t\t'ebulient',\r\n\t\t\t\t\t'ebullint',\r\n\t\t\t\t],\r\n\t\t\t\t'ebulliently'=>[\r\n\t\t\t\t\t'ebulleintly',\r\n\t\t\t\t\t'ebullintly',\r\n\t\t\t\t],\r\n\t\t\t\t'eccentric'=>[\r\n\t\t\t\t\t'eccantric',\r\n\t\t\t\t\t'ecentric',\r\n\t\t\t\t],\r\n\t\t\t\t'eccentrically'=>[\r\n\t\t\t\t\t'ecentrically',\r\n\t\t\t\t],\r\n\t\t\t\t'eccentricities'=>[\r\n\t\t\t\t\t'eccentriciteis',\r\n\t\t\t\t\t'eccentricitis',\r\n\t\t\t\t\t'ecentricities',\r\n\t\t\t\t],\r\n\t\t\t\t'eccentricity'=>[\r\n\t\t\t\t\t'eccantricity',\r\n\t\t\t\t\t'ecentricity',\r\n\t\t\t\t],\r\n\t\t\t\t'eccentrics'=>[\r\n\t\t\t\t\t'ecentrics',\r\n\t\t\t\t],\r\n\t\t\t\t'ecchymoses'=>[\r\n\t\t\t\t\t'echymoses',\r\n\t\t\t\t],\r\n\t\t\t\t'ecchymosis'=>[\r\n\t\t\t\t\t'echymosis',\r\n\t\t\t\t],\r\n\t\t\t\t'ecchymotic'=>[\r\n\t\t\t\t\t'echymotic',\r\n\t\t\t\t],\r\n\t\t\t\t'ecclesia'=>[\r\n\t\t\t\t\t'eclesia',\r\n\t\t\t\t],\r\n\t\t\t\t'ecclesiae'=>[\r\n\t\t\t\t\t'eclesiae',\r\n\t\t\t\t],\r\n\t\t\t\t'ecclesial'=>[\r\n\t\t\t\t\t'eclesial',\r\n\t\t\t\t],\r\n\t\t\t\t'ecclesiastic'=>[\r\n\t\t\t\t\t'ecclesiatic',\r\n\t\t\t\t\t'eclesiastic',\r\n\t\t\t\t],\r\n\t\t\t\t'ecclesiastical'=>[\r\n\t\t\t\t\t'ecclesiatical',\r\n\t\t\t\t\t'ecclestiastical',\r\n\t\t\t\t\t'eclesiastical',\r\n\t\t\t\t],\r\n\t\t\t\t'ecclesiasticism'=>[\r\n\t\t\t\t\t'eclesiasticism',\r\n\t\t\t\t],\r\n\t\t\t\t'ecclesiastics'=>[\r\n\t\t\t\t\t'eclesiastics',\r\n\t\t\t\t],\r\n\t\t\t\t'ecclesiological'=>[\r\n\t\t\t\t\t'eclesiological',\r\n\t\t\t\t],\r\n\t\t\t\t'ecclesiologies'=>[\r\n\t\t\t\t\t'ecclesiologeis',\r\n\t\t\t\t\t'ecclesiologis',\r\n\t\t\t\t\t'eclesiologies',\r\n\t\t\t\t],\r\n\t\t\t\t'ecclesiologist'=>[\r\n\t\t\t\t\t'eclesiologist',\r\n\t\t\t\t],\r\n\t\t\t\t'ecclesiologists'=>[\r\n\t\t\t\t\t'eclesiologists',\r\n\t\t\t\t],\r\n\t\t\t\t'ecclesiology'=>[\r\n\t\t\t\t\t'eclesiology',\r\n\t\t\t\t],\r\n\t\t\t\t'eccrine'=>[\r\n\t\t\t\t\t'ecrine',\r\n\t\t\t\t],\r\n\t\t\t\t'echinacea'=>[\r\n\t\t\t\t\t'echinicea',\r\n\t\t\t\t],\r\n\t\t\t\t'echinate'=>[\r\n\t\t\t\t\t'echinite',\r\n\t\t\t\t],\r\n\t\t\t\t'echini'=>[\r\n\t\t\t\t\t'echina',\r\n\t\t\t\t],\r\n\t\t\t\t'echinococci'=>[\r\n\t\t\t\t\t'echinococi',\r\n\t\t\t\t],\r\n\t\t\t\t'echinococcoses'=>[\r\n\t\t\t\t\t'echinococoses',\r\n\t\t\t\t],\r\n\t\t\t\t'echinococcosis'=>[\r\n\t\t\t\t\t'echinococosis',\r\n\t\t\t\t],\r\n\t\t\t\t'echinococcus'=>[\r\n\t\t\t\t\t'echinococus',\r\n\t\t\t\t],\r\n\t\t\t\t'eclaircissement'=>[\r\n\t\t\t\t\t'eclaircisement',\r\n\t\t\t\t\t'eclaircissemant',\r\n\t\t\t\t],\r\n\t\t\t\t'eclectic'=>[\r\n\t\t\t\t\t'ecclectic',\r\n\t\t\t\t\t'eclectric',\r\n\t\t\t\t],\r\n\t\t\t\t'eclipse'=>[\r\n\t\t\t\t\t'eclispe',\r\n\t\t\t\t],\r\n\t\t\t\t'eclogues'=>[\r\n\t\t\t\t\t'edogues',\r\n\t\t\t\t],\r\n\t\t\t\t'ecofeminism'=>[\r\n\t\t\t\t\t'ecofeminasm',\r\n\t\t\t\t],\r\n\t\t\t\t'ecological'=>[\r\n\t\t\t\t\t'ecolical',\r\n\t\t\t\t],\r\n\t\t\t\t'econometrician'=>[\r\n\t\t\t\t\t'econometrican',\r\n\t\t\t\t],\r\n\t\t\t\t'economic'=>[\r\n\t\t\t\t\t'ecomonic',\r\n\t\t\t\t\t'economis',\r\n\t\t\t\t],\r\n\t\t\t\t'economical'=>[\r\n\t\t\t\t\t'ecomonical',\r\n\t\t\t\t\t'economial',\r\n\t\t\t\t],\r\n\t\t\t\t'economist'=>[\r\n\t\t\t\t\t'eeonomist',\r\n\t\t\t\t],\r\n\t\t\t\t'economists'=>[\r\n\t\t\t\t\t'eeonomists',\r\n\t\t\t\t],\r\n\t\t\t\t'economy'=>[\r\n\t\t\t\t\t'ecomony',\r\n\t\t\t\t],\r\n\t\t\t\t'ecophysiologies'=>[\r\n\t\t\t\t\t'ecophysiologeis',\r\n\t\t\t\t\t'ecophysiologis',\r\n\t\t\t\t],\r\n\t\t\t\t'ecoterrorism'=>[\r\n\t\t\t\t\t'ecoterorism',\r\n\t\t\t\t],\r\n\t\t\t\t'ecraseur'=>[\r\n\t\t\t\t\t'ecraser',\r\n\t\t\t\t],\r\n\t\t\t\t'ecstasy'=>[\r\n\t\t\t\t\t'ecstacy',\r\n\t\t\t\t\t'esctasy',\r\n\t\t\t\t\t'exstacy',\r\n\t\t\t\t\t'extacy',\r\n\t\t\t\t\t'extasy',\r\n\t\t\t\t],\r\n\t\t\t\t'ectomorph'=>[\r\n\t\t\t\t\t'ectomourph',\r\n\t\t\t\t],\r\n\t\t\t\t'ectomorphic'=>[\r\n\t\t\t\t\t'ectomourphic',\r\n\t\t\t\t],\r\n\t\t\t\t'ectomorphs'=>[\r\n\t\t\t\t\t'ectomourphs',\r\n\t\t\t\t],\r\n\t\t\t\t'ectoparasite'=>[\r\n\t\t\t\t\t'ectoperasite',\r\n\t\t\t\t],\r\n\t\t\t\t'ectoparasites'=>[\r\n\t\t\t\t\t'ectoperasites',\r\n\t\t\t\t],\r\n\t\t\t\t'ectoparasitic'=>[\r\n\t\t\t\t\t'ectoperasitic',\r\n\t\t\t\t],\r\n\t\t\t\t'ecuadorean-occupied'=>[\r\n\t\t\t\t\t'ecuadorean occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'edacious'=>[\r\n\t\t\t\t\t'edacous',\r\n\t\t\t\t],\r\n\t\t\t\t'edelweiss'=>[\r\n\t\t\t\t\t'edelwiess',\r\n\t\t\t\t],\r\n\t\t\t\t'edelweisses'=>[\r\n\t\t\t\t\t'edelwiesses',\r\n\t\t\t\t],\r\n\t\t\t\t'edentate'=>[\r\n\t\t\t\t\t'edantate',\r\n\t\t\t\t],\r\n\t\t\t\t'edentates'=>[\r\n\t\t\t\t\t'edantates',\r\n\t\t\t\t],\r\n\t\t\t\t'edentulous'=>[\r\n\t\t\t\t\t'edantulous',\r\n\t\t\t\t],\r\n\t\t\t\t'edge'=>[\r\n\t\t\t\t\t'edge edge',\r\n\t\t\t\t\t'edge edge edge',\r\n\t\t\t\t],\r\n\t\t\t\t'edged'=>[\r\n\t\t\t\t\t'eged',\r\n\t\t\t\t],\r\n\t\t\t\t'edgeless'=>[\r\n\t\t\t\t\t'egeless',\r\n\t\t\t\t],\r\n\t\t\t\t'edger'=>[\r\n\t\t\t\t\t'eger',\r\n\t\t\t\t],\r\n\t\t\t\t'edgers'=>[\r\n\t\t\t\t\t'egers',\r\n\t\t\t\t],\r\n\t\t\t\t'edges'=>[\r\n\t\t\t\t\t'eges',\r\n\t\t\t\t],\r\n\t\t\t\t'edgeways'=>[\r\n\t\t\t\t\t'egeways',\r\n\t\t\t\t],\r\n\t\t\t\t'edgewise'=>[\r\n\t\t\t\t\t'egewise',\r\n\t\t\t\t],\r\n\t\t\t\t'edibilities'=>[\r\n\t\t\t\t\t'edibiliteis',\r\n\t\t\t\t\t'edibilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'edible'=>[\r\n\t\t\t\t\t'edable',\r\n\t\t\t\t],\r\n\t\t\t\t'editable'=>[\r\n\t\t\t\t\t'editible',\r\n\t\t\t\t],\r\n\t\t\t\t'edited'=>[\r\n\t\t\t\t\t'editied',\r\n\t\t\t\t],\r\n\t\t\t\t'edition'=>[\r\n\t\t\t\t\t'edtion',\r\n\t\t\t\t],\r\n\t\t\t\t'editor'=>[\r\n\t\t\t\t\t'editior',\r\n\t\t\t\t],\r\n\t\t\t\t'educable'=>[\r\n\t\t\t\t\t'educible',\r\n\t\t\t\t],\r\n\t\t\t\t'education'=>[\r\n\t\t\t\t\t'educadon',\r\n\t\t\t\t\t'eduction',\r\n\t\t\t\t],\r\n\t\t\t\t'educational'=>[\r\n\t\t\t\t\t'eductional',\r\n\t\t\t\t],\r\n\t\t\t\t'educible'=>[\r\n\t\t\t\t\t'educable',\r\n\t\t\t\t],\r\n\t\t\t\t'edutainment'=>[\r\n\t\t\t\t\t'edutaiment',\r\n\t\t\t\t\t'edutainent',\r\n\t\t\t\t\t'edutainmant',\r\n\t\t\t\t],\r\n\t\t\t\t'edutainments'=>[\r\n\t\t\t\t\t'edutaiments',\r\n\t\t\t\t\t'edutainents',\r\n\t\t\t\t],\r\n\t\t\t\t'eels'=>[\r\n\t\t\t\t\t'eles',\r\n\t\t\t\t],\r\n\t\t\t\t'eerie'=>[\r\n\t\t\t\t\t'eerei',\r\n\t\t\t\t\t'eery',\r\n\t\t\t\t\t'eeri',\r\n\t\t\t\t],\r\n\t\t\t\t'eerily'=>[\r\n\t\t\t\t\t'eeriely',\r\n\t\t\t\t],\r\n\t\t\t\t'eeriness'=>[\r\n\t\t\t\t\t'eerieness',\r\n\t\t\t\t],\r\n\t\t\t\t'effable'=>[\r\n\t\t\t\t\t'effible',\r\n\t\t\t\t],\r\n\t\t\t\t'effect'=>[\r\n\t\t\t\t\t'cffect',\r\n\t\t\t\t\t'effect effect',\r\n\t\t\t\t\t'effect effect effect',\r\n\t\t\t\t],\r\n\t\t\t\t'effective'=>[\r\n\t\t\t\t\t'efective',\r\n\t\t\t\t\t'effetive',\r\n\t\t\t\t],\r\n\t\t\t\t'effectively'=>[\r\n\t\t\t\t\t'effectiveally',\r\n\t\t\t\t\t'effectivealy',\r\n\t\t\t\t\t'effectiveely',\r\n\t\t\t\t\t'effectivelly',\r\n\t\t\t\t\t'effectivly',\r\n\t\t\t\t],\r\n\t\t\t\t'effectual'=>[\r\n\t\t\t\t\t'effectaul',\r\n\t\t\t\t],\r\n\t\t\t\t'effectualities'=>[\r\n\t\t\t\t\t'effectualiteis',\r\n\t\t\t\t\t'effectaulities',\r\n\t\t\t\t\t'effectualitis',\r\n\t\t\t\t],\r\n\t\t\t\t'effectualness'=>[\r\n\t\t\t\t\t'effectaulness',\r\n\t\t\t\t],\r\n\t\t\t\t'effectualnesses'=>[\r\n\t\t\t\t\t'effectaulnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'effectuate'=>[\r\n\t\t\t\t\t'effectaute',\r\n\t\t\t\t],\r\n\t\t\t\t'effectuations'=>[\r\n\t\t\t\t\t'effectautions',\r\n\t\t\t\t],\r\n\t\t\t\t'effeminacy'=>[\r\n\t\t\t\t\t'effeminasy',\r\n\t\t\t\t\t'effeminicy',\r\n\t\t\t\t],\r\n\t\t\t\t'effeminate'=>[\r\n\t\t\t\t\t'effeminite',\r\n\t\t\t\t],\r\n\t\t\t\t'effervescence'=>[\r\n\t\t\t\t\t'effervecence',\r\n\t\t\t\t\t'effervecsence',\r\n\t\t\t\t\t'effervescance',\r\n\t\t\t\t\t'effervesence',\r\n\t\t\t\t],\r\n\t\t\t\t'effervescences'=>[\r\n\t\t\t\t\t'effervecences',\r\n\t\t\t\t\t'effervecsences',\r\n\t\t\t\t\t'effervesences',\r\n\t\t\t\t],\r\n\t\t\t\t'effervescently'=>[\r\n\t\t\t\t\t'effervecently',\r\n\t\t\t\t\t'effervecsently',\r\n\t\t\t\t\t'effervescentally',\r\n\t\t\t\t\t'effervescentaly',\r\n\t\t\t\t\t'effervescentely',\r\n\t\t\t\t\t'effervescentlly',\r\n\t\t\t\t\t'effervesently',\r\n\t\t\t\t],\r\n\t\t\t\t'effetely'=>[\r\n\t\t\t\t\t'effetly',\r\n\t\t\t\t],\r\n\t\t\t\t'efficacious'=>[\r\n\t\t\t\t\t'efficacous',\r\n\t\t\t\t],\r\n\t\t\t\t'efficaciously'=>[\r\n\t\t\t\t\t'efficaciousally',\r\n\t\t\t\t\t'efficaciousaly',\r\n\t\t\t\t\t'efficaciousely',\r\n\t\t\t\t\t'efficaciouslly',\r\n\t\t\t\t\t'efficacously',\r\n\t\t\t\t],\r\n\t\t\t\t'efficacy'=>[\r\n\t\t\t\t\t'efficasy',\r\n\t\t\t\t],\r\n\t\t\t\t'efficent'=>[\r\n\t\t\t\t\t'eficient',\r\n\t\t\t\t],\r\n\t\t\t\t'efficiency'=>[\r\n\t\t\t\t\t'effeciency',\r\n\t\t\t\t\t'efficeincy',\r\n\t\t\t\t\t'efficency',\r\n\t\t\t\t\t'efficiensy',\r\n\t\t\t\t\t'efficincy',\r\n\t\t\t\t],\r\n\t\t\t\t'efficient'=>[\r\n\t\t\t\t\t'effecient',\r\n\t\t\t\t\t'efficeint',\r\n\t\t\t\t\t'efficent',\r\n\t\t\t\t\t'eficient',\r\n\t\t\t\t\t'efficiant',\r\n\t\t\t\t\t'efficint',\r\n\t\t\t\t],\r\n\t\t\t\t'efficiently'=>[\r\n\t\t\t\t\t'efficeintly',\r\n\t\t\t\t\t'efficently',\r\n\t\t\t\t\t'efficintly',\r\n\t\t\t\t],\r\n\t\t\t\t'efflorescence'=>[\r\n\t\t\t\t\t'efflorecence',\r\n\t\t\t\t\t'efflorecsence',\r\n\t\t\t\t\t'efflorescance',\r\n\t\t\t\t\t'effloresence',\r\n\t\t\t\t],\r\n\t\t\t\t'efflorescences'=>[\r\n\t\t\t\t\t'efflorecences',\r\n\t\t\t\t\t'efflorecsences',\r\n\t\t\t\t\t'effloresences',\r\n\t\t\t\t],\r\n\t\t\t\t'effluence'=>[\r\n\t\t\t\t\t'effulence',\r\n\t\t\t\t\t'effluance',\r\n\t\t\t\t],\r\n\t\t\t\t'effluent'=>[\r\n\t\t\t\t\t'effluant',\r\n\t\t\t\t],\r\n\t\t\t\t'effort'=>[\r\n\t\t\t\t\t'affort',\r\n\t\t\t\t\t'ef- fort',\r\n\t\t\t\t\t'ef-fort',\r\n\t\t\t\t\t'efford',\r\n\t\t\t\t\t'efort',\r\n\t\t\t\t],\r\n\t\t\t\t'effortless'=>[\r\n\t\t\t\t\t'effortles',\r\n\t\t\t\t],\r\n\t\t\t\t'efforts'=>[\r\n\t\t\t\t\t'effords',\r\n\t\t\t\t],\r\n\t\t\t\t'effrontery'=>[\r\n\t\t\t\t\t'effrontary',\r\n\t\t\t\t],\r\n\t\t\t\t'effulgence'=>[\r\n\t\t\t\t\t'effulgance',\r\n\t\t\t\t],\r\n\t\t\t\t'effusing'=>[\r\n\t\t\t\t\t'effuisng',\r\n\t\t\t\t],\r\n\t\t\t\t'effusion'=>[\r\n\t\t\t\t\t'effuison',\r\n\t\t\t\t],\r\n\t\t\t\t'effusions'=>[\r\n\t\t\t\t\t'effuisons',\r\n\t\t\t\t],\r\n\t\t\t\t'effusive'=>[\r\n\t\t\t\t\t'effuisve',\r\n\t\t\t\t],\r\n\t\t\t\t'effusively'=>[\r\n\t\t\t\t\t'effuisvely',\r\n\t\t\t\t\t'effusivly',\r\n\t\t\t\t],\r\n\t\t\t\t'effusiveness'=>[\r\n\t\t\t\t\t'effuisveness',\r\n\t\t\t\t],\r\n\t\t\t\t'effusivenesses'=>[\r\n\t\t\t\t\t'effuisvenesses',\r\n\t\t\t\t],\r\n\t\t\t\t'efraín'=>[\r\n\t\t\t\t\t'efrain',\r\n\t\t\t\t],\r\n\t\t\t\t'egalitarian'=>[\r\n\t\t\t\t\t'egalitaran',\r\n\t\t\t\t],\r\n\t\t\t\t'egg'=>[\r\n\t\t\t\t\t'egg egg',\r\n\t\t\t\t\t'egg egg egg',\r\n\t\t\t\t\t'eg',\r\n\t\t\t\t],\r\n\t\t\t\t'eggar'=>[\r\n\t\t\t\t\t'egar',\r\n\t\t\t\t\t'egger',\r\n\t\t\t\t],\r\n\t\t\t\t'eggbeater'=>[\r\n\t\t\t\t\t'egbeater',\r\n\t\t\t\t],\r\n\t\t\t\t'eggcup'=>[\r\n\t\t\t\t\t'egcup',\r\n\t\t\t\t],\r\n\t\t\t\t'egged'=>[\r\n\t\t\t\t\t'eged',\r\n\t\t\t\t],\r\n\t\t\t\t'egger'=>[\r\n\t\t\t\t\t'eger',\r\n\t\t\t\t],\r\n\t\t\t\t'eggfruit'=>[\r\n\t\t\t\t\t'egfruit',\r\n\t\t\t\t],\r\n\t\t\t\t'eggfruits'=>[\r\n\t\t\t\t\t'egfruits',\r\n\t\t\t\t],\r\n\t\t\t\t'egghead'=>[\r\n\t\t\t\t\t'eghead',\r\n\t\t\t\t],\r\n\t\t\t\t'eggheaded'=>[\r\n\t\t\t\t\t'egheaded',\r\n\t\t\t\t],\r\n\t\t\t\t'eggheadedness'=>[\r\n\t\t\t\t\t'egheadedness',\r\n\t\t\t\t],\r\n\t\t\t\t'eggheadednesses'=>[\r\n\t\t\t\t\t'egghedednesses',\r\n\t\t\t\t\t'egheadednesses',\r\n\t\t\t\t],\r\n\t\t\t\t'eggnog'=>[\r\n\t\t\t\t\t'egnog',\r\n\t\t\t\t],\r\n\t\t\t\t'eggplant'=>[\r\n\t\t\t\t\t'eggplent',\r\n\t\t\t\t\t'egplant',\r\n\t\t\t\t],\r\n\t\t\t\t'eggplants'=>[\r\n\t\t\t\t\t'egplants',\r\n\t\t\t\t],\r\n\t\t\t\t'eggs'=>[\r\n\t\t\t\t\t'egs',\r\n\t\t\t\t],\r\n\t\t\t\t'eggshell'=>[\r\n\t\t\t\t\t'egshell',\r\n\t\t\t\t],\r\n\t\t\t\t'eggshells'=>[\r\n\t\t\t\t\t'egshells',\r\n\t\t\t\t],\r\n\t\t\t\t'eggy'=>[\r\n\t\t\t\t\t'egy',\r\n\t\t\t\t],\r\n\t\t\t\t'egocentricities'=>[\r\n\t\t\t\t\t'egocentriciteis',\r\n\t\t\t\t\t'egocantricities',\r\n\t\t\t\t\t'egocentricitis',\r\n\t\t\t\t],\r\n\t\t\t\t'egregious'=>[\r\n\t\t\t\t\t'aggregious',\r\n\t\t\t\t\t'agregious',\r\n\t\t\t\t\t'egregous',\r\n\t\t\t\t],\r\n\t\t\t\t'egregiously'=>[\r\n\t\t\t\t\t'egregiousally',\r\n\t\t\t\t\t'egregiousaly',\r\n\t\t\t\t\t'egregiousely',\r\n\t\t\t\t\t'egregiouslly',\r\n\t\t\t\t\t'egregously',\r\n\t\t\t\t],\r\n\t\t\t\t'egress'=>[\r\n\t\t\t\t\t'egres',\r\n\t\t\t\t],\r\n\t\t\t\t'egypt'=>[\r\n\t\t\t\t\t'eqypt',\r\n\t\t\t\t],\r\n\t\t\t\t'egyptian'=>[\r\n\t\t\t\t\t'eqyptian',\r\n\t\t\t\t\t'egyptan',\r\n\t\t\t\t],\r\n\t\t\t\t'egyptian-occupied'=>[\r\n\t\t\t\t\t'egyptian occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'eicosanoid'=>[\r\n\t\t\t\t\t'iecosanoid',\r\n\t\t\t\t],\r\n\t\t\t\t'eicosanoids'=>[\r\n\t\t\t\t\t'iecosanoids',\r\n\t\t\t\t],\r\n\t\t\t\t'eide'=>[\r\n\t\t\t\t\t'iede',\r\n\t\t\t\t],\r\n\t\t\t\t'eider'=>[\r\n\t\t\t\t\t'ieder',\r\n\t\t\t\t],\r\n\t\t\t\t'eiderdown'=>[\r\n\t\t\t\t\t'iederdown',\r\n\t\t\t\t],\r\n\t\t\t\t'eiderdowns'=>[\r\n\t\t\t\t\t'iederdowns',\r\n\t\t\t\t],\r\n\t\t\t\t'eidetic'=>[\r\n\t\t\t\t\t'iedetic',\r\n\t\t\t\t],\r\n\t\t\t\t'eidetically'=>[\r\n\t\t\t\t\t'iedetically',\r\n\t\t\t\t],\r\n\t\t\t\t'eidola'=>[\r\n\t\t\t\t\t'iedola',\r\n\t\t\t\t],\r\n\t\t\t\t'eidolic'=>[\r\n\t\t\t\t\t'iedolic',\r\n\t\t\t\t],\r\n\t\t\t\t'eidolon'=>[\r\n\t\t\t\t\t'iedolon',\r\n\t\t\t\t],\r\n\t\t\t\t'eidos'=>[\r\n\t\t\t\t\t'iedos',\r\n\t\t\t\t],\r\n\t\t\t\t'eigenmode'=>[\r\n\t\t\t\t\t'eigemode',\r\n\t\t\t\t\t'eigenode',\r\n\t\t\t\t],\r\n\t\t\t\t'eigenmodes'=>[\r\n\t\t\t\t\t'eigemodes',\r\n\t\t\t\t\t'eigenodes',\r\n\t\t\t\t\t'iegenmodes',\r\n\t\t\t\t],\r\n\t\t\t\t'eigenvalue'=>[\r\n\t\t\t\t\t'iegenvalue',\r\n\t\t\t\t],\r\n\t\t\t\t'eigenvalues'=>[\r\n\t\t\t\t\t'iegenvalues',\r\n\t\t\t\t],\r\n\t\t\t\t'eigenvector'=>[\r\n\t\t\t\t\t'iegenvector',\r\n\t\t\t\t],\r\n\t\t\t\t'eigenvectors'=>[\r\n\t\t\t\t\t'iegenvectors',\r\n\t\t\t\t],\r\n\t\t\t\t'eight'=>[\r\n\t\t\t\t\t'eght',\r\n\t\t\t\t\t'eight eight',\r\n\t\t\t\t\t'eight eight eight',\r\n\t\t\t\t\t'eigth',\r\n\t\t\t\t\t'ieght',\r\n\t\t\t\t],\r\n\t\t\t\t'eight-hour'=>[\r\n\t\t\t\t\t'eighthour',\r\n\t\t\t\t],\r\n\t\t\t\t'eightballs'=>[\r\n\t\t\t\t\t'ieghtballs',\r\n\t\t\t\t],\r\n\t\t\t\t'eighteen'=>[\r\n\t\t\t\t\t'ieghteen',\r\n\t\t\t\t],\r\n\t\t\t\t'eighteenth'=>[\r\n\t\t\t\t\t'eighteanth',\r\n\t\t\t\t\t'ieghteenth',\r\n\t\t\t\t],\r\n\t\t\t\t'eighteenths'=>[\r\n\t\t\t\t\t'ieghteenths',\r\n\t\t\t\t],\r\n\t\t\t\t'eightfold'=>[\r\n\t\t\t\t\t'ieghtfold',\r\n\t\t\t\t],\r\n\t\t\t\t'eighth'=>[\r\n\t\t\t\t\t'eigth',\r\n\t\t\t\t\t'ieghth',\r\n\t\t\t\t],\r\n\t\t\t\t'eighths'=>[\r\n\t\t\t\t\t'ieghths',\r\n\t\t\t\t],\r\n\t\t\t\t'eighties'=>[\r\n\t\t\t\t\t'eightys',\r\n\t\t\t\t],\r\n\t\t\t\t'eightieth'=>[\r\n\t\t\t\t\t'eighieth',\r\n\t\t\t\t\t'eighteith',\r\n\t\t\t\t\t'eightith',\r\n\t\t\t\t\t'ieghtieth',\r\n\t\t\t\t],\r\n\t\t\t\t'eightieths'=>[\r\n\t\t\t\t\t'ieghtieths',\r\n\t\t\t\t],\r\n\t\t\t\t'eights'=>[\r\n\t\t\t\t\t'ieghts',\r\n\t\t\t\t],\r\n\t\t\t\t'eightvo'=>[\r\n\t\t\t\t\t'ieghtvo',\r\n\t\t\t\t],\r\n\t\t\t\t'eighty'=>[\r\n\t\t\t\t\t'ieghty',\r\n\t\t\t\t],\r\n\t\t\t\t'eikon'=>[\r\n\t\t\t\t\t'iekon',\r\n\t\t\t\t],\r\n\t\t\t\t'eikones'=>[\r\n\t\t\t\t\t'iekones',\r\n\t\t\t\t],\r\n\t\t\t\t'eikons'=>[\r\n\t\t\t\t\t'iekons',\r\n\t\t\t\t],\r\n\t\t\t\t'einkorn'=>[\r\n\t\t\t\t\t'ienkorn',\r\n\t\t\t\t],\r\n\t\t\t\t'einsteinium'=>[\r\n\t\t\t\t\t'einsteinaum',\r\n\t\t\t\t\t'einstienium',\r\n\t\t\t\t],\r\n\t\t\t\t'einsteiniums'=>[\r\n\t\t\t\t\t'einsteinaums',\r\n\t\t\t\t\t'einstieniums',\r\n\t\t\t\t],\r\n\t\t\t\t'eirenic'=>[\r\n\t\t\t\t\t'ierenic',\r\n\t\t\t\t],\r\n\t\t\t\t'eisteddfod'=>[\r\n\t\t\t\t\t'iesteddfod',\r\n\t\t\t\t],\r\n\t\t\t\t'eisteddfodau'=>[\r\n\t\t\t\t\t'iesteddfodau',\r\n\t\t\t\t],\r\n\t\t\t\t'eisteddfodic'=>[\r\n\t\t\t\t\t'iesteddfodic',\r\n\t\t\t\t],\r\n\t\t\t\t'eisteddfods'=>[\r\n\t\t\t\t\t'iesteddfods',\r\n\t\t\t\t],\r\n\t\t\t\t'either'=>[\r\n\t\t\t\t\t'either either',\r\n\t\t\t\t\t'either either either',\r\n\t\t\t\t\t'iether',\r\n\t\t\t\t],\r\n\t\t\t\t'eked'=>[\r\n\t\t\t\t\t'eeked',\r\n\t\t\t\t],\r\n\t\t\t\t'ekes'=>[\r\n\t\t\t\t\t'eeks',\r\n\t\t\t\t],\r\n\t\t\t\t'eking'=>[\r\n\t\t\t\t\t'eeking',\r\n\t\t\t\t],\r\n\t\t\t\t'el dorado'=>[\r\n\t\t\t\t\t'elderado',\r\n\t\t\t\t],\r\n\t\t\t\t'elaborate'=>[\r\n\t\t\t\t\t'elaborite',\r\n\t\t\t\t],\r\n\t\t\t\t'elaborately'=>[\r\n\t\t\t\t\t'elaboratly',\r\n\t\t\t\t],\r\n\t\t\t\t'elderberry'=>[\r\n\t\t\t\t\t'elderbery',\r\n\t\t\t\t],\r\n\t\t\t\t'elderlinesses'=>[\r\n\t\t\t\t\t'elderlinisses',\r\n\t\t\t\t],\r\n\t\t\t\t'elderly'=>[\r\n\t\t\t\t\t'elderally',\r\n\t\t\t\t\t'elderaly',\r\n\t\t\t\t\t'elderely',\r\n\t\t\t\t\t'elderlly',\r\n\t\t\t\t],\r\n\t\t\t\t'electabilities'=>[\r\n\t\t\t\t\t'electabiliteis',\r\n\t\t\t\t\t'electabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'electable'=>[\r\n\t\t\t\t\t'electible',\r\n\t\t\t\t],\r\n\t\t\t\t'electively'=>[\r\n\t\t\t\t\t'electivly',\r\n\t\t\t\t],\r\n\t\t\t\t'electoral'=>[\r\n\t\t\t\t\t'electorial',\r\n\t\t\t\t],\r\n\t\t\t\t'electric'=>[\r\n\t\t\t\t\t'elecric',\r\n\t\t\t\t\t'electic',\r\n\t\t\t\t\t'electric electric',\r\n\t\t\t\t\t'electric electric electric',\r\n\t\t\t\t],\r\n\t\t\t\t'electrical'=>[\r\n\t\t\t\t\t'electrial',\r\n\t\t\t\t],\r\n\t\t\t\t'electrically'=>[\r\n\t\t\t\t\t'electricly',\r\n\t\t\t\t],\r\n\t\t\t\t'electrician'=>[\r\n\t\t\t\t\t'electrican',\r\n\t\t\t\t],\r\n\t\t\t\t'electricity'=>[\r\n\t\t\t\t\t'electricty',\r\n\t\t\t\t],\r\n\t\t\t\t'electrified'=>[\r\n\t\t\t\t\t'electrifeid',\r\n\t\t\t\t\t'electrifid',\r\n\t\t\t\t],\r\n\t\t\t\t'electrifies'=>[\r\n\t\t\t\t\t'electrifeis',\r\n\t\t\t\t\t'electrifis',\r\n\t\t\t\t],\r\n\t\t\t\t'electrokinetic'=>[\r\n\t\t\t\t\t'electrokinitic',\r\n\t\t\t\t],\r\n\t\t\t\t'electrokinetics'=>[\r\n\t\t\t\t\t'electrokinitics',\r\n\t\t\t\t],\r\n\t\t\t\t'electroless'=>[\r\n\t\t\t\t\t'electroles',\r\n\t\t\t\t],\r\n\t\t\t\t'electron'=>[\r\n\t\t\t\t\t'electon',\r\n\t\t\t\t],\r\n\t\t\t\t'electronic'=>[\r\n\t\t\t\t\t'eletronic',\r\n\t\t\t\t],\r\n\t\t\t\t'electroscope'=>[\r\n\t\t\t\t\t'electrocope',\r\n\t\t\t\t\t'electrocsope',\r\n\t\t\t\t\t'electrosope',\r\n\t\t\t\t],\r\n\t\t\t\t'electroscopes'=>[\r\n\t\t\t\t\t'electrocopes',\r\n\t\t\t\t\t'electrocsopes',\r\n\t\t\t\t\t'electrosopes',\r\n\t\t\t\t],\r\n\t\t\t\t'electroweak'=>[\r\n\t\t\t\t\t'electrowek',\r\n\t\t\t\t],\r\n\t\t\t\t'electrowinning'=>[\r\n\t\t\t\t\t'electrowining',\r\n\t\t\t\t],\r\n\t\t\t\t'electrowinnings'=>[\r\n\t\t\t\t\t'electrowinings',\r\n\t\t\t\t],\r\n\t\t\t\t'electuaries'=>[\r\n\t\t\t\t\t'electuareis',\r\n\t\t\t\t\t'electuaris',\r\n\t\t\t\t],\r\n\t\t\t\t'electuary'=>[\r\n\t\t\t\t\t'electaury',\r\n\t\t\t\t\t'electuery',\r\n\t\t\t\t],\r\n\t\t\t\t'eleemosynary'=>[\r\n\t\t\t\t\t'eleemosynery',\r\n\t\t\t\t],\r\n\t\t\t\t'elegance'=>[\r\n\t\t\t\t\t'elegence',\r\n\t\t\t\t],\r\n\t\t\t\t'elegancy'=>[\r\n\t\t\t\t\t'elegansy',\r\n\t\t\t\t],\r\n\t\t\t\t'elegant'=>[\r\n\t\t\t\t\t'elegent',\r\n\t\t\t\t],\r\n\t\t\t\t'element'=>[\r\n\t\t\t\t\t'element element',\r\n\t\t\t\t\t'element element element',\r\n\t\t\t\t\t'elemant',\r\n\t\t\t\t],\r\n\t\t\t\t'elemental'=>[\r\n\t\t\t\t\t'elemantal',\r\n\t\t\t\t],\r\n\t\t\t\t'elementariness'=>[\r\n\t\t\t\t\t'elementariniss',\r\n\t\t\t\t],\r\n\t\t\t\t'elementary'=>[\r\n\t\t\t\t\t'elemantary',\r\n\t\t\t\t\t'elimentary',\r\n\t\t\t\t\t'elementery',\r\n\t\t\t\t],\r\n\t\t\t\t'elements'=>[\r\n\t\t\t\t\t'elemenst',\r\n\t\t\t\t\t'elemnts',\r\n\t\t\t\t\t'elemts',\r\n\t\t\t\t],\r\n\t\t\t\t'elephant'=>[\r\n\t\t\t\t\t'elphant',\r\n\t\t\t\t\t'elephent',\r\n\t\t\t\t],\r\n\t\t\t\t'elephantiases'=>[\r\n\t\t\t\t\t'elephentiases',\r\n\t\t\t\t],\r\n\t\t\t\t'elephantiasis'=>[\r\n\t\t\t\t\t'elephentiasis',\r\n\t\t\t\t],\r\n\t\t\t\t'elephantine'=>[\r\n\t\t\t\t\t'elephantini',\r\n\t\t\t\t\t'elephentine',\r\n\t\t\t\t],\r\n\t\t\t\t'eleventh'=>[\r\n\t\t\t\t\t'elevanth',\r\n\t\t\t\t],\r\n\t\t\t\t'elicited'=>[\r\n\t\t\t\t\t'elicided',\r\n\t\t\t\t],\r\n\t\t\t\t'elidible'=>[\r\n\t\t\t\t\t'elidable',\r\n\t\t\t\t],\r\n\t\t\t\t'eligibility'=>[\r\n\t\t\t\t\t'eligability',\r\n\t\t\t\t],\r\n\t\t\t\t'eligible'=>[\r\n\t\t\t\t\t'eligable',\r\n\t\t\t\t],\r\n\t\t\t\t'eliminate'=>[\r\n\t\t\t\t\t'elminate',\r\n\t\t\t\t\t'eliminite',\r\n\t\t\t\t],\r\n\t\t\t\t'eliminated'=>[\r\n\t\t\t\t\t'eleminated',\r\n\t\t\t\t],\r\n\t\t\t\t'eliminating'=>[\r\n\t\t\t\t\t'eleminating',\r\n\t\t\t\t],\r\n\t\t\t\t'ellipse'=>[\r\n\t\t\t\t\t'elipse',\r\n\t\t\t\t],\r\n\t\t\t\t'ells'=>[\r\n\t\t\t\t\t'els',\r\n\t\t\t\t],\r\n\t\t\t\t'elocutionary'=>[\r\n\t\t\t\t\t'elocutionery',\r\n\t\t\t\t],\r\n\t\t\t\t'eloinment'=>[\r\n\t\t\t\t\t'eloiment',\r\n\t\t\t\t\t'eloinent',\r\n\t\t\t\t],\r\n\t\t\t\t'eloinments'=>[\r\n\t\t\t\t\t'eloiments',\r\n\t\t\t\t\t'eloinents',\r\n\t\t\t\t],\r\n\t\t\t\t'eloquence'=>[\r\n\t\t\t\t\t'eloquance',\r\n\t\t\t\t],\r\n\t\t\t\t'eloquent'=>[\r\n\t\t\t\t\t'eloquant',\r\n\t\t\t\t],\r\n\t\t\t\t'else'=>[\r\n\t\t\t\t\t'else else',\r\n\t\t\t\t\t'else else else',\r\n\t\t\t\t\t'esle',\r\n\t\t\t\t],\r\n\t\t\t\t'eluant'=>[\r\n\t\t\t\t\t'elaunt',\r\n\t\t\t\t\t'eluent',\r\n\t\t\t\t],\r\n\t\t\t\t'eluate'=>[\r\n\t\t\t\t\t'elaute',\r\n\t\t\t\t],\r\n\t\t\t\t'eluent'=>[\r\n\t\t\t\t\t'eluant',\r\n\t\t\t\t],\r\n\t\t\t\t'elusions'=>[\r\n\t\t\t\t\t'eluisons',\r\n\t\t\t\t],\r\n\t\t\t\t'elusive'=>[\r\n\t\t\t\t\t'ellusive',\r\n\t\t\t\t],\r\n\t\t\t\t'elusively'=>[\r\n\t\t\t\t\t'eluisvely',\r\n\t\t\t\t\t'elusivly',\r\n\t\t\t\t],\r\n\t\t\t\t'elusiveness'=>[\r\n\t\t\t\t\t'eluisveness',\r\n\t\t\t\t],\r\n\t\t\t\t'elusivenesses'=>[\r\n\t\t\t\t\t'eluisvenesses',\r\n\t\t\t\t],\r\n\t\t\t\t'eluveitie'=>[\r\n\t\t\t\t\t'eluviete',\r\n\t\t\t\t],\r\n\t\t\t\t'elysian'=>[\r\n\t\t\t\t\t'elysan',\r\n\t\t\t\t],\r\n\t\t\t\t'emanant'=>[\r\n\t\t\t\t\t'iminent',\r\n\t\t\t\t],\r\n\t\t\t\t'emanate'=>[\r\n\t\t\t\t\t'eminate',\r\n\t\t\t\t],\r\n\t\t\t\t'emancipate'=>[\r\n\t\t\t\t\t'emacipate',\r\n\t\t\t\t],\r\n\t\t\t\t'emarginate'=>[\r\n\t\t\t\t\t'emarginite',\r\n\t\t\t\t],\r\n\t\t\t\t'emasculate'=>[\r\n\t\t\t\t\t'emacsulate',\r\n\t\t\t\t\t'emaculate',\r\n\t\t\t\t\t'emasulate',\r\n\t\t\t\t],\r\n\t\t\t\t'emasculations'=>[\r\n\t\t\t\t\t'emacsulations',\r\n\t\t\t\t\t'emaculations',\r\n\t\t\t\t\t'emasulations',\r\n\t\t\t\t],\r\n\t\t\t\t'embalmment'=>[\r\n\t\t\t\t\t'embalmnent',\r\n\t\t\t\t],\r\n\t\t\t\t'embankment'=>[\r\n\t\t\t\t\t'enbankment',\r\n\t\t\t\t\t'embankmant',\r\n\t\t\t\t],\r\n\t\t\t\t'embankments'=>[\r\n\t\t\t\t\t'enbankments',\r\n\t\t\t\t],\r\n\t\t\t\t'embar'=>[\r\n\t\t\t\t\t'ember',\r\n\t\t\t\t],\r\n\t\t\t\t'embarrass'=>[\r\n\t\t\t\t\t'embarass',\r\n\t\t\t\t\t'embaress',\r\n\t\t\t\t\t'embarras',\r\n\t\t\t\t\t'embarress',\r\n\t\t\t\t],\r\n\t\t\t\t'embarrassable'=>[\r\n\t\t\t\t\t'embarrassible',\r\n\t\t\t\t],\r\n\t\t\t\t'embarrassed'=>[\r\n\t\t\t\t\t'embarassed',\r\n\t\t\t\t\t'embarrased',\r\n\t\t\t\t],\r\n\t\t\t\t'embarrassing'=>[\r\n\t\t\t\t\t'embarassing',\r\n\t\t\t\t\t'embarrasing',\r\n\t\t\t\t],\r\n\t\t\t\t'embarrassingly'=>[\r\n\t\t\t\t\t'embarassingly',\r\n\t\t\t\t],\r\n\t\t\t\t'embarrassment'=>[\r\n\t\t\t\t\t'embarassment',\r\n\t\t\t\t\t'embaressment',\r\n\t\t\t\t\t'embarrasment',\r\n\t\t\t\t\t'embarressment',\r\n\t\t\t\t\t'embarrassmant',\r\n\t\t\t\t],\r\n\t\t\t\t'embarrassments'=>[\r\n\t\t\t\t\t'embarassments',\r\n\t\t\t\t],\r\n\t\t\t\t'embassy'=>[\r\n\t\t\t\t\t'embascy',\r\n\t\t\t\t\t'embasy',\r\n\t\t\t\t],\r\n\t\t\t\t'embattlement'=>[\r\n\t\t\t\t\t'embattlemant',\r\n\t\t\t\t],\r\n\t\t\t\t'embedded'=>[\r\n\t\t\t\t\t'embeded',\r\n\t\t\t\t],\r\n\t\t\t\t'embellish'=>[\r\n\t\t\t\t\t'embelish',\r\n\t\t\t\t],\r\n\t\t\t\t'embellishment'=>[\r\n\t\t\t\t\t'embelishment',\r\n\t\t\t\t\t'embellishmant',\r\n\t\t\t\t],\r\n\t\t\t\t'embezzled'=>[\r\n\t\t\t\t\t'embezelled',\r\n\t\t\t\t],\r\n\t\t\t\t'emblazonment'=>[\r\n\t\t\t\t\t'emblazoment',\r\n\t\t\t\t\t'emblazonent',\r\n\t\t\t\t],\r\n\t\t\t\t'emblazonments'=>[\r\n\t\t\t\t\t'emblazoments',\r\n\t\t\t\t\t'emblazonents',\r\n\t\t\t\t],\r\n\t\t\t\t'embodiment'=>[\r\n\t\t\t\t\t'embodimant',\r\n\t\t\t\t],\r\n\t\t\t\t'emboldened'=>[\r\n\t\t\t\t\t'emboldend',\r\n\t\t\t\t],\r\n\t\t\t\t'emboly'=>[\r\n\t\t\t\t\t'emboally',\r\n\t\t\t\t\t'emboaly',\r\n\t\t\t\t\t'emboely',\r\n\t\t\t\t\t'embolly',\r\n\t\t\t\t],\r\n\t\t\t\t'emboss'=>[\r\n\t\t\t\t\t'embos',\r\n\t\t\t\t],\r\n\t\t\t\t'embraceries'=>[\r\n\t\t\t\t\t'embracereis',\r\n\t\t\t\t\t'embraceris',\r\n\t\t\t\t],\r\n\t\t\t\t'embryologically'=>[\r\n\t\t\t\t\t'embryologicalally',\r\n\t\t\t\t\t'embryologicalaly',\r\n\t\t\t\t\t'embryologicalely',\r\n\t\t\t\t\t'embryologicallly',\r\n\t\t\t\t],\r\n\t\t\t\t'emergence'=>[\r\n\t\t\t\t\t'emergance',\r\n\t\t\t\t],\r\n\t\t\t\t'emergencies'=>[\r\n\t\t\t\t\t'emergenceis',\r\n\t\t\t\t\t'emergencis',\r\n\t\t\t\t],\r\n\t\t\t\t'emergency'=>[\r\n\t\t\t\t\t'emergensy',\r\n\t\t\t\t],\r\n\t\t\t\t'emergent'=>[\r\n\t\t\t\t\t'emergant',\r\n\t\t\t\t],\r\n\t\t\t\t'emigrant'=>[\r\n\t\t\t\t\t'emmigrant',\r\n\t\t\t\t\t'emigrent',\r\n\t\t\t\t],\r\n\t\t\t\t'emigrants'=>[\r\n\t\t\t\t\t'emmigrants',\r\n\t\t\t\t],\r\n\t\t\t\t'emigrate'=>[\r\n\t\t\t\t\t'emmigrate',\r\n\t\t\t\t],\r\n\t\t\t\t'emigrated'=>[\r\n\t\t\t\t\t'emmigrated',\r\n\t\t\t\t],\r\n\t\t\t\t'emigration'=>[\r\n\t\t\t\t\t'emmigration',\r\n\t\t\t\t],\r\n\t\t\t\t'emilia elsner'=>[\r\n\t\t\t\t\t'emily elsner',\r\n\t\t\t\t],\r\n\t\t\t\t'eminence'=>[\r\n\t\t\t\t\t'eminance',\r\n\t\t\t\t\t'eminince',\r\n\t\t\t\t],\r\n\t\t\t\t'eminency'=>[\r\n\t\t\t\t\t'eminensy',\r\n\t\t\t\t],\r\n\t\t\t\t'eminent'=>[\r\n\t\t\t\t\t'emminent',\r\n\t\t\t\t\t'eminant',\r\n\t\t\t\t\t'eminint',\r\n\t\t\t\t],\r\n\t\t\t\t'eminently'=>[\r\n\t\t\t\t\t'emminently',\r\n\t\t\t\t\t'eminentally',\r\n\t\t\t\t\t'eminentaly',\r\n\t\t\t\t\t'eminentely',\r\n\t\t\t\t\t'eminentlly',\r\n\t\t\t\t],\r\n\t\t\t\t'emissaries'=>[\r\n\t\t\t\t\t'emmisaries',\r\n\t\t\t\t\t'emmisarries',\r\n\t\t\t\t],\r\n\t\t\t\t'emissary'=>[\r\n\t\t\t\t\t'emisary',\r\n\t\t\t\t\t'emmisarry',\r\n\t\t\t\t\t'emmisary',\r\n\t\t\t\t\t'emmissary',\r\n\t\t\t\t\t'emissery',\r\n\t\t\t\t],\r\n\t\t\t\t'emission'=>[\r\n\t\t\t\t\t'emision',\r\n\t\t\t\t\t'emmision',\r\n\t\t\t\t\t'emmission',\r\n\t\t\t\t],\r\n\t\t\t\t'emit'=>[\r\n\t\t\t\t\t'emitt',\r\n\t\t\t\t],\r\n\t\t\t\t'emittance'=>[\r\n\t\t\t\t\t'emittence',\r\n\t\t\t\t],\r\n\t\t\t\t'emitted'=>[\r\n\t\t\t\t\t'emited',\r\n\t\t\t\t\t'emmited',\r\n\t\t\t\t\t'emmitted',\r\n\t\t\t\t],\r\n\t\t\t\t'emitter'=>[\r\n\t\t\t\t\t'emiter',\r\n\t\t\t\t],\r\n\t\t\t\t'emitting'=>[\r\n\t\t\t\t\t'emiting',\r\n\t\t\t\t\t'emmiting',\r\n\t\t\t\t\t'emmitting',\r\n\t\t\t\t],\r\n\t\t\t\t'emmenagogue'=>[\r\n\t\t\t\t\t'emnenagogue',\r\n\t\t\t\t],\r\n\t\t\t\t'emmer'=>[\r\n\t\t\t\t\t'emner',\r\n\t\t\t\t],\r\n\t\t\t\t'emmers'=>[\r\n\t\t\t\t\t'emners',\r\n\t\t\t\t],\r\n\t\t\t\t'emmet'=>[\r\n\t\t\t\t\t'emnet',\r\n\t\t\t\t],\r\n\t\t\t\t'emmetropes'=>[\r\n\t\t\t\t\t'emnetropes',\r\n\t\t\t\t],\r\n\t\t\t\t'emmets'=>[\r\n\t\t\t\t\t'emnets',\r\n\t\t\t\t],\r\n\t\t\t\t'emmy'=>[\r\n\t\t\t\t\t'emny',\r\n\t\t\t\t],\r\n\t\t\t\t'emmys'=>[\r\n\t\t\t\t\t'emnys',\r\n\t\t\t\t],\r\n\t\t\t\t'emollient'=>[\r\n\t\t\t\t\t'emolleint',\r\n\t\t\t\t\t'emollint',\r\n\t\t\t\t],\r\n\t\t\t\t'emotion'=>[\r\n\t\t\t\t\t'emition',\r\n\t\t\t\t],\r\n\t\t\t\t'emotionalities'=>[\r\n\t\t\t\t\t'emotionaliteis',\r\n\t\t\t\t\t'emotionalitis',\r\n\t\t\t\t],\r\n\t\t\t\t'emotionless'=>[\r\n\t\t\t\t\t'emotionles',\r\n\t\t\t\t],\r\n\t\t\t\t'emotionlessly'=>[\r\n\t\t\t\t\t'emotionlessally',\r\n\t\t\t\t\t'emotionlessaly',\r\n\t\t\t\t\t'emotionlessely',\r\n\t\t\t\t\t'emotionlesslly',\r\n\t\t\t\t],\r\n\t\t\t\t'emotivities'=>[\r\n\t\t\t\t\t'emotiviteis',\r\n\t\t\t\t\t'emotivitis',\r\n\t\t\t\t],\r\n\t\t\t\t'empennage'=>[\r\n\t\t\t\t\t'empenage',\r\n\t\t\t\t],\r\n\t\t\t\t'emperor'=>[\r\n\t\t\t\t\t'emporer',\r\n\t\t\t\t],\r\n\t\t\t\t'emphasis'=>[\r\n\t\t\t\t\t'empahsis',\r\n\t\t\t\t],\r\n\t\t\t\t'emphasize'=>[\r\n\t\t\t\t\t'empahsize',\r\n\t\t\t\t],\r\n\t\t\t\t'emphysema'=>[\r\n\t\t\t\t\t'emphysyma',\r\n\t\t\t\t],\r\n\t\t\t\t'empire'=>[\r\n\t\t\t\t\t'emprie',\r\n\t\t\t\t],\r\n\t\t\t\t'empiric'=>[\r\n\t\t\t\t\t'imperic',\r\n\t\t\t\t],\r\n\t\t\t\t'empirical'=>[\r\n\t\t\t\t\t'emperical',\r\n\t\t\t\t\t'imperical',\r\n\t\t\t\t],\r\n\t\t\t\t'empiricalism'=>[\r\n\t\t\t\t\t'emperical',\r\n\t\t\t\t\t'impericalism',\r\n\t\t\t\t],\r\n\t\t\t\t'empirically'=>[\r\n\t\t\t\t\t'imperically',\r\n\t\t\t\t],\r\n\t\t\t\t'emplacement'=>[\r\n\t\t\t\t\t'emplacemant',\r\n\t\t\t\t],\r\n\t\t\t\t'employ'=>[\r\n\t\t\t\t\t'emply',\r\n\t\t\t\t],\r\n\t\t\t\t'employabilities'=>[\r\n\t\t\t\t\t'employabiliteis',\r\n\t\t\t\t\t'employabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'employed'=>[\r\n\t\t\t\t\t'emloyed',\r\n\t\t\t\t\t'emploved',\r\n\t\t\t\t\t'emplowed',\r\n\t\t\t\t\t'employeed',\r\n\t\t\t\t],\r\n\t\t\t\t'employee'=>[\r\n\t\t\t\t\t'emloyee',\r\n\t\t\t\t\t'employe',\r\n\t\t\t\t],\r\n\t\t\t\t'employees'=>[\r\n\t\t\t\t\t'emloyees',\r\n\t\t\t\t\t'employes',\r\n\t\t\t\t],\r\n\t\t\t\t'employing'=>[\r\n\t\t\t\t\t'emloying',\r\n\t\t\t\t],\r\n\t\t\t\t'employment'=>[\r\n\t\t\t\t\t'employmant',\r\n\t\t\t\t],\r\n\t\t\t\t'empoisonment'=>[\r\n\t\t\t\t\t'empoisoment',\r\n\t\t\t\t\t'empoisonent',\r\n\t\t\t\t],\r\n\t\t\t\t'empoisonments'=>[\r\n\t\t\t\t\t'empoisoments',\r\n\t\t\t\t\t'empoisonents',\r\n\t\t\t\t],\r\n\t\t\t\t'empress'=>[\r\n\t\t\t\t\t'empres',\r\n\t\t\t\t],\r\n\t\t\t\t'empressement'=>[\r\n\t\t\t\t\t'empresement',\r\n\t\t\t\t],\r\n\t\t\t\t'emulatively'=>[\r\n\t\t\t\t\t'emulativly',\r\n\t\t\t\t],\r\n\t\t\t\t'emulsible'=>[\r\n\t\t\t\t\t'emulsable',\r\n\t\t\t\t],\r\n\t\t\t\t'emulsifiers'=>[\r\n\t\t\t\t\t'emulsifeirs',\r\n\t\t\t\t\t'emulsifirs',\r\n\t\t\t\t],\r\n\t\t\t\t'emunctories'=>[\r\n\t\t\t\t\t'emunctoreis',\r\n\t\t\t\t\t'emunctoris',\r\n\t\t\t\t],\r\n\t\t\t\t'en route'=>[\r\n\t\t\t\t\t'enroute',\r\n\t\t\t\t],\r\n\t\t\t\t'enable'=>[\r\n\t\t\t\t\t'enible',\r\n\t\t\t\t],\r\n\t\t\t\t'enact'=>[\r\n\t\t\t\t\t'inact',\r\n\t\t\t\t],\r\n\t\t\t\t'enactment'=>[\r\n\t\t\t\t\t'enactmant',\r\n\t\t\t\t],\r\n\t\t\t\t'enamor'=>[\r\n\t\t\t\t\t'enamour',\r\n\t\t\t\t],\r\n\t\t\t\t'enamored'=>[\r\n\t\t\t\t\t'enamoured',\r\n\t\t\t\t],\r\n\t\t\t\t'enamoring'=>[\r\n\t\t\t\t\t'enamouring',\r\n\t\t\t\t],\r\n\t\t\t\t'enamors'=>[\r\n\t\t\t\t\t'enamours',\r\n\t\t\t\t],\r\n\t\t\t\t'enantiomer'=>[\r\n\t\t\t\t\t'enentiomer',\r\n\t\t\t\t],\r\n\t\t\t\t'enantiomorph'=>[\r\n\t\t\t\t\t'enantiomourph',\r\n\t\t\t\t\t'enentiomorph',\r\n\t\t\t\t],\r\n\t\t\t\t'enantiomorphic'=>[\r\n\t\t\t\t\t'enantiomourphic',\r\n\t\t\t\t\t'enentiomorphic',\r\n\t\t\t\t],\r\n\t\t\t\t'enantiomorphism'=>[\r\n\t\t\t\t\t'enantiomourphism',\r\n\t\t\t\t\t'enentiomorphism',\r\n\t\t\t\t],\r\n\t\t\t\t'enantiomorphous'=>[\r\n\t\t\t\t\t'enantiomourphous',\r\n\t\t\t\t\t'enentiomorphous',\r\n\t\t\t\t],\r\n\t\t\t\t'enantiomorphs'=>[\r\n\t\t\t\t\t'enantiomourphs',\r\n\t\t\t\t\t'enentiomorphs',\r\n\t\t\t\t],\r\n\t\t\t\t'enceinte'=>[\r\n\t\t\t\t\t'enciente',\r\n\t\t\t\t],\r\n\t\t\t\t'enchainment'=>[\r\n\t\t\t\t\t'enchaiment',\r\n\t\t\t\t\t'enchainent',\r\n\t\t\t\t],\r\n\t\t\t\t'enchainments'=>[\r\n\t\t\t\t\t'enchaiments',\r\n\t\t\t\t\t'enchainents',\r\n\t\t\t\t],\r\n\t\t\t\t'enchant'=>[\r\n\t\t\t\t\t'enchent',\r\n\t\t\t\t],\r\n\t\t\t\t'enchanter'=>[\r\n\t\t\t\t\t'enchenter',\r\n\t\t\t\t],\r\n\t\t\t\t'enchanting'=>[\r\n\t\t\t\t\t'enchenting',\r\n\t\t\t\t],\r\n\t\t\t\t'enchantment'=>[\r\n\t\t\t\t\t'enchantmant',\r\n\t\t\t\t\t'enchentment',\r\n\t\t\t\t],\r\n\t\t\t\t'enchantress'=>[\r\n\t\t\t\t\t'enchantres',\r\n\t\t\t\t\t'enchentress',\r\n\t\t\t\t],\r\n\t\t\t\t'enchantresses'=>[\r\n\t\t\t\t\t'enchentresses',\r\n\t\t\t\t],\r\n\t\t\t\t'encina'=>[\r\n\t\t\t\t\t'encini',\r\n\t\t\t\t],\r\n\t\t\t\t'enclose'=>[\r\n\t\t\t\t\t'inclose',\r\n\t\t\t\t],\r\n\t\t\t\t'enclosed'=>[\r\n\t\t\t\t\t'inclosed',\r\n\t\t\t\t],\r\n\t\t\t\t'enclosure'=>[\r\n\t\t\t\t\t'encolsure',\r\n\t\t\t\t],\r\n\t\t\t\t'encompass'=>[\r\n\t\t\t\t\t'encompas',\r\n\t\t\t\t],\r\n\t\t\t\t'encounter'=>[\r\n\t\t\t\t\t'encouter',\r\n\t\t\t\t],\r\n\t\t\t\t'encouragement'=>[\r\n\t\t\t\t\t'encouragemant',\r\n\t\t\t\t],\r\n\t\t\t\t'encouraging'=>[\r\n\t\t\t\t\t'engourageing', 'engouraging', 'enouraging',\r\n\t\t\t\t],\r\n\t\t\t\t'encroachment'=>[\r\n\t\t\t\t\t'encroachmant',\r\n\t\t\t\t],\r\n\t\t\t\t'encryption'=>[\r\n\t\t\t\t\t'encryptiion',\r\n\t\t\t\t],\r\n\t\t\t\t'encumber'=>[\r\n\t\t\t\t\t'incumber',\r\n\t\t\t\t],\r\n\t\t\t\t'encumbrance'=>[\r\n\t\t\t\t\t'incumbrance',\r\n\t\t\t\t\t'encumbrence',\r\n\t\t\t\t],\r\n\t\t\t\t'encyclopedia'=>[\r\n\t\t\t\t\t'encyclopeadia',\r\n\t\t\t\t\t'encyclopeda',\r\n\t\t\t\t\t'encyclpedia',\r\n\t\t\t\t\t'encylopedia',\r\n\t\t\t\t\t'eyncyclopedia',\r\n\t\t\t\t],\r\n\t\t\t\t'end'=>[\r\n\t\t\t\t\t'end end',\r\n\t\t\t\t\t'end end end',\r\n\t\t\t\t],\r\n\t\t\t\t'endear'=>[\r\n\t\t\t\t\t'endeer',\r\n\t\t\t\t],\r\n\t\t\t\t'endearing'=>[\r\n\t\t\t\t\t'endering',\r\n\t\t\t\t],\r\n\t\t\t\t'endearment'=>[\r\n\t\t\t\t\t'enderment',\r\n\t\t\t\t],\r\n\t\t\t\t'endeavor'=>[\r\n\t\t\t\t\t'endavour',\r\n\t\t\t\t\t'endeaovour',\r\n\t\t\t\t\t'endeavnor',\r\n\t\t\t\t\t'endevor',\r\n\t\t\t\t],\r\n\t\t\t\t'endeavour'=>[\r\n\t\t\t\t\t'edeavour',\r\n\t\t\t\t\t'endevour',\r\n\t\t\t\t],\r\n\t\t\t\t'endless'=>[\r\n\t\t\t\t\t'endles',\r\n\t\t\t\t],\r\n\t\t\t\t'endocrine'=>[\r\n\t\t\t\t\t'endocrini',\r\n\t\t\t\t],\r\n\t\t\t\t'endocrinologies'=>[\r\n\t\t\t\t\t'endocrinologeis',\r\n\t\t\t\t\t'endocrinologis',\r\n\t\t\t\t],\r\n\t\t\t\t'endoliths'=>[\r\n\t\t\t\t\t'endolithes',\r\n\t\t\t\t],\r\n\t\t\t\t'endomorph'=>[\r\n\t\t\t\t\t'endomourph',\r\n\t\t\t\t],\r\n\t\t\t\t'endomorphic'=>[\r\n\t\t\t\t\t'endomourphic',\r\n\t\t\t\t],\r\n\t\t\t\t'endomorphies'=>[\r\n\t\t\t\t\t'endomourphies',\r\n\t\t\t\t],\r\n\t\t\t\t'endomorphism'=>[\r\n\t\t\t\t\t'endomourphism',\r\n\t\t\t\t],\r\n\t\t\t\t'endomorphisms'=>[\r\n\t\t\t\t\t'endomourphisms',\r\n\t\t\t\t],\r\n\t\t\t\t'endomorphs'=>[\r\n\t\t\t\t\t'endomourphs',\r\n\t\t\t\t],\r\n\t\t\t\t'endomorphy'=>[\r\n\t\t\t\t\t'endomourphy',\r\n\t\t\t\t],\r\n\t\t\t\t'endonuclease'=>[\r\n\t\t\t\t\t'endonuclese',\r\n\t\t\t\t],\r\n\t\t\t\t'endoparasite'=>[\r\n\t\t\t\t\t'endoperasite',\r\n\t\t\t\t],\r\n\t\t\t\t'endoparasites'=>[\r\n\t\t\t\t\t'endoperasites',\r\n\t\t\t\t],\r\n\t\t\t\t'endoparasitic'=>[\r\n\t\t\t\t\t'endoperasitic',\r\n\t\t\t\t],\r\n\t\t\t\t'endoparasitism'=>[\r\n\t\t\t\t\t'endoperasitism',\r\n\t\t\t\t],\r\n\t\t\t\t'endoparasitisms'=>[\r\n\t\t\t\t\t'endoperasitisms',\r\n\t\t\t\t],\r\n\t\t\t\t'endorsement'=>[\r\n\t\t\t\t\t'endorsemant',\r\n\t\t\t\t],\r\n\t\t\t\t'endoscope'=>[\r\n\t\t\t\t\t'endocope',\r\n\t\t\t\t\t'endocsope',\r\n\t\t\t\t\t'endosope',\r\n\t\t\t\t],\r\n\t\t\t\t'endoscopically'=>[\r\n\t\t\t\t\t'endocopically',\r\n\t\t\t\t\t'endocsopically',\r\n\t\t\t\t\t'endosopically',\r\n\t\t\t\t],\r\n\t\t\t\t'endoscopies'=>[\r\n\t\t\t\t\t'endoscopeis',\r\n\t\t\t\t\t'endoscopis',\r\n\t\t\t\t],\r\n\t\t\t\t'endotracheal'=>[\r\n\t\t\t\t\t'endotrachel',\r\n\t\t\t\t],\r\n\t\t\t\t'endowment'=>[\r\n\t\t\t\t\t'endowmant',\r\n\t\t\t\t],\r\n\t\t\t\t'endurable'=>[\r\n\t\t\t\t\t'endurible',\r\n\t\t\t\t],\r\n\t\t\t\t'endurance'=>[\r\n\t\t\t\t\t'endurace',\r\n\t\t\t\t\t'indurance',\r\n\t\t\t\t\t'endurence',\r\n\t\t\t\t],\r\n\t\t\t\t'endure'=>[\r\n\t\t\t\t\t'indure',\r\n\t\t\t\t],\r\n\t\t\t\t'enemy'=>[\r\n\t\t\t\t\t'enemey',\r\n\t\t\t\t\t'enemy enemy',\r\n\t\t\t\t\t'enemy enemy enemy',\r\n\t\t\t\t],\r\n\t\t\t\t'energy'=>[\r\n\t\t\t\t\t'energy energy',\r\n\t\t\t\t\t'energy energy energy',\r\n\t\t\t\t],\r\n\t\t\t\t'enforceability'=>[\r\n\t\t\t\t\t'enforcebility',\r\n\t\t\t\t],\r\n\t\t\t\t'enframement'=>[\r\n\t\t\t\t\t'enframent',\r\n\t\t\t\t],\r\n\t\t\t\t'enframements'=>[\r\n\t\t\t\t\t'enframents',\r\n\t\t\t\t],\r\n\t\t\t\t'enfranchisement'=>[\r\n\t\t\t\t\t'enfranchisemant',\r\n\t\t\t\t],\r\n\t\t\t\t'engage'=>[\r\n\t\t\t\t\t'enage',\r\n\t\t\t\t],\r\n\t\t\t\t'engagement'=>[\r\n\t\t\t\t\t'engagment',\r\n\t\t\t\t\t'engagemant',\r\n\t\t\t\t],\r\n\t\t\t\t'engine'=>[\r\n\t\t\t\t\t'engine engine',\r\n\t\t\t\t\t'engine engine engine',\r\n\t\t\t\t\t'engini',\r\n\t\t\t\t],\r\n\t\t\t\t'engineer'=>[\r\n\t\t\t\t\t'engeneer',\r\n\t\t\t\t\t'engieneer',\r\n\t\t\t\t\t'engineeer',\r\n\t\t\t\t\t'enginer',\r\n\t\t\t\t\t'enginner',\r\n\t\t\t\t\t'enginier',\r\n\t\t\t\t],\r\n\t\t\t\t'engineering'=>[\r\n\t\t\t\t\t'engeneering',\r\n\t\t\t\t\t'engineeering',\r\n\t\t\t\t\t'engineeering ',\r\n\t\t\t\t\t'enginnering',\r\n\t\t\t\t\t'enginiering',\r\n\t\t\t\t],\r\n\t\t\t\t'engineers'=>[\r\n\t\t\t\t\t'engieneers',\r\n\t\t\t\t\t'engineeers',\r\n\t\t\t\t\t'enginners',\r\n\t\t\t\t],\r\n\t\t\t\t'england'=>[\r\n\t\t\t\t\t'engand',\r\n\t\t\t\t],\r\n\t\t\t\t'english'=>[\r\n\t\t\t\t\t'enlish',\r\n\t\t\t\t],\r\n\t\t\t\t'english-occupied'=>[\r\n\t\t\t\t\t'english occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'engrossing'=>[\r\n\t\t\t\t\t'engrosing',\r\n\t\t\t\t],\r\n\t\t\t\t'enhance'=>[\r\n\t\t\t\t\t'enhence',\r\n\t\t\t\t],\r\n\t\t\t\t'enhancement'=>[\r\n\t\t\t\t\t'enchancement',\r\n\t\t\t\t],\r\n\t\t\t\t'enjoyment'=>[\r\n\t\t\t\t\t'enjoymant',\r\n\t\t\t\t],\r\n\t\t\t\t'enlargement'=>[\r\n\t\t\t\t\t'enlargment',\r\n\t\t\t\t\t'enlargemant',\r\n\t\t\t\t],\r\n\t\t\t\t'enlightened'=>[\r\n\t\t\t\t\t'enlightend',\r\n\t\t\t\t],\r\n\t\t\t\t'enlightenment'=>[\r\n\t\t\t\t\t'enlightement',\r\n\t\t\t\t\t'enlightenent',\r\n\t\t\t\t\t'enlightenmant',\r\n\t\t\t\t],\r\n\t\t\t\t'enlightenments'=>[\r\n\t\t\t\t\t'enlightements',\r\n\t\t\t\t\t'enlightenents',\r\n\t\t\t\t\t'enlightenmants',\r\n\t\t\t\t],\r\n\t\t\t\t'enlist'=>[\r\n\t\t\t\t\t'enlift',\r\n\t\t\t\t\t'enlish',\r\n\t\t\t\t],\r\n\t\t\t\t'enlisted'=>[\r\n\t\t\t\t\t'enlifted',\r\n\t\t\t\t],\r\n\t\t\t\t'enlivened'=>[\r\n\t\t\t\t\t'enlivend',\r\n\t\t\t\t],\r\n\t\t\t\t'enmesh'=>[\r\n\t\t\t\t\t'emesh',\r\n\t\t\t\t\t'enesh',\r\n\t\t\t\t],\r\n\t\t\t\t'enmeshed'=>[\r\n\t\t\t\t\t'emeshed',\r\n\t\t\t\t\t'eneshed',\r\n\t\t\t\t],\r\n\t\t\t\t'enmeshes'=>[\r\n\t\t\t\t\t'emeshes',\r\n\t\t\t\t\t'eneshes',\r\n\t\t\t\t],\r\n\t\t\t\t'enmeshing'=>[\r\n\t\t\t\t\t'emeshing',\r\n\t\t\t\t\t'eneshing',\r\n\t\t\t\t],\r\n\t\t\t\t'enmeshment'=>[\r\n\t\t\t\t\t'emeshment',\r\n\t\t\t\t\t'eneshment',\r\n\t\t\t\t],\r\n\t\t\t\t'enmeshments'=>[\r\n\t\t\t\t\t'emeshments',\r\n\t\t\t\t\t'eneshments',\r\n\t\t\t\t],\r\n\t\t\t\t'enmities'=>[\r\n\t\t\t\t\t'emities',\r\n\t\t\t\t\t'enities',\r\n\t\t\t\t],\r\n\t\t\t\t'enmity'=>[\r\n\t\t\t\t\t'emnity',\r\n\t\t\t\t\t'emity',\r\n\t\t\t\t\t'enity',\r\n\t\t\t\t],\r\n\t\t\t\t'ennead'=>[\r\n\t\t\t\t\t'enead',\r\n\t\t\t\t],\r\n\t\t\t\t'ennoble'=>[\r\n\t\t\t\t\t'enoble',\r\n\t\t\t\t],\r\n\t\t\t\t'ennoblement'=>[\r\n\t\t\t\t\t'enoblement',\r\n\t\t\t\t],\r\n\t\t\t\t'ennoblements'=>[\r\n\t\t\t\t\t'enoblements',\r\n\t\t\t\t],\r\n\t\t\t\t'ennui'=>[\r\n\t\t\t\t\t'enui',\r\n\t\t\t\t],\r\n\t\t\t\t'enormities'=>[\r\n\t\t\t\t\t'enourmities',\r\n\t\t\t\t],\r\n\t\t\t\t'enormity'=>[\r\n\t\t\t\t\t'enourmity',\r\n\t\t\t\t],\r\n\t\t\t\t'enormous'=>[\r\n\t\t\t\t\t'enourmous',\r\n\t\t\t\t],\r\n\t\t\t\t'enormously'=>[\r\n\t\t\t\t\t'enourmously',\r\n\t\t\t\t],\r\n\t\t\t\t'enormousness'=>[\r\n\t\t\t\t\t'enourmousness',\r\n\t\t\t\t],\r\n\t\t\t\t'enormousnesses'=>[\r\n\t\t\t\t\t'enourmousnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'enough'=>[\r\n\t\t\t\t\t'enough enough',\r\n\t\t\t\t\t'enough enough enough',\r\n\t\t\t\t\t'enought',\r\n\t\t\t\t],\r\n\t\t\t\t'enrichment'=>[\r\n\t\t\t\t\t'enrichmant',\r\n\t\t\t\t],\r\n\t\t\t\t'enroll'=>[\r\n\t\t\t\t\t'enrole',\r\n\t\t\t\t\t'enrol',\r\n\t\t\t\t],\r\n\t\t\t\t'enrollment'=>[\r\n\t\t\t\t\t'enrolement',\r\n\t\t\t\t\t'enrollmant',\r\n\t\t\t\t\t'enrolment',\r\n\t\t\t\t],\r\n\t\t\t\t'ensanguining'=>[\r\n\t\t\t\t\t'ensanguinang',\r\n\t\t\t\t],\r\n\t\t\t\t'ensconce'=>[\r\n\t\t\t\t\t'enconce',\r\n\t\t\t\t\t'encsonce',\r\n\t\t\t\t\t'ensonce',\r\n\t\t\t\t],\r\n\t\t\t\t'enshrine'=>[\r\n\t\t\t\t\t'enshrini',\r\n\t\t\t\t],\r\n\t\t\t\t'enshrinements'=>[\r\n\t\t\t\t\t'enshriniments',\r\n\t\t\t\t],\r\n\t\t\t\t'ensigncy'=>[\r\n\t\t\t\t\t'ensignsy',\r\n\t\t\t\t],\r\n\t\t\t\t'ensorcellments'=>[\r\n\t\t\t\t\t'ensorcellmants',\r\n\t\t\t\t],\r\n\t\t\t\t'ensue'=>[\r\n\t\t\t\t\t'insue',\r\n\t\t\t\t\t'insue etc.',\r\n\t\t\t\t],\r\n\t\t\t\t'ensued'=>[\r\n\t\t\t\t\t'unsued',\r\n\t\t\t\t],\r\n\t\t\t\t'ensuing'=>[\r\n\t\t\t\t\t'ensueing',\r\n\t\t\t\t],\r\n\t\t\t\t'ensuring'=>[\r\n\t\t\t\t\t'ensureing',\r\n\t\t\t\t],\r\n\t\t\t\t'entail'=>[\r\n\t\t\t\t\t'antail',\r\n\t\t\t\t],\r\n\t\t\t\t'entangle'=>[\r\n\t\t\t\t\t'antangle',\r\n\t\t\t\t],\r\n\t\t\t\t'entelechies'=>[\r\n\t\t\t\t\t'entelecheis',\r\n\t\t\t\t\t'entelechis',\r\n\t\t\t\t],\r\n\t\t\t\t'entente'=>[\r\n\t\t\t\t\t'entante',\r\n\t\t\t\t],\r\n\t\t\t\t'enter'=>[\r\n\t\t\t\t\t'enter enter',\r\n\t\t\t\t\t'enter enter enter',\r\n\t\t\t\t\t'anter',\r\n\t\t\t\t],\r\n\t\t\t\t'entera'=>[\r\n\t\t\t\t\t'antera',\r\n\t\t\t\t],\r\n\t\t\t\t'entered'=>[\r\n\t\t\t\t\t'entred',\r\n\t\t\t\t],\r\n\t\t\t\t'enteric'=>[\r\n\t\t\t\t\t'anteric',\r\n\t\t\t\t],\r\n\t\t\t\t'enterobacteria'=>[\r\n\t\t\t\t\t'anterobacteria',\r\n\t\t\t\t],\r\n\t\t\t\t'enterobacterial'=>[\r\n\t\t\t\t\t'anterobacterial',\r\n\t\t\t\t],\r\n\t\t\t\t'enterobacterium'=>[\r\n\t\t\t\t\t'anterobacterium',\r\n\t\t\t\t],\r\n\t\t\t\t'enterococcal'=>[\r\n\t\t\t\t\t'enterococal',\r\n\t\t\t\t],\r\n\t\t\t\t'enterococci'=>[\r\n\t\t\t\t\t'enterococi',\r\n\t\t\t\t],\r\n\t\t\t\t'enterococcus'=>[\r\n\t\t\t\t\t'anterococcus',\r\n\t\t\t\t\t'enterococus',\r\n\t\t\t\t],\r\n\t\t\t\t'enterocolitis'=>[\r\n\t\t\t\t\t'anterocolitis',\r\n\t\t\t\t],\r\n\t\t\t\t'enterocolitises'=>[\r\n\t\t\t\t\t'anterocolitises',\r\n\t\t\t\t],\r\n\t\t\t\t'enterogastrone'=>[\r\n\t\t\t\t\t'anterogastrone',\r\n\t\t\t\t],\r\n\t\t\t\t'enterogastrones'=>[\r\n\t\t\t\t\t'anterogastrones',\r\n\t\t\t\t],\r\n\t\t\t\t'enterokinase'=>[\r\n\t\t\t\t\t'enterokinise',\r\n\t\t\t\t],\r\n\t\t\t\t'enterprise'=>[\r\n\t\t\t\t\t'enteprise',\r\n\t\t\t\t\t'anterprise',\r\n\t\t\t\t],\r\n\t\t\t\t'enterprising'=>[\r\n\t\t\t\t\t'anterprising',\r\n\t\t\t\t],\r\n\t\t\t\t'enters'=>[\r\n\t\t\t\t\t'anters',\r\n\t\t\t\t],\r\n\t\t\t\t'entertain'=>[\r\n\t\t\t\t\t'antertain',\r\n\t\t\t\t],\r\n\t\t\t\t'entertaining'=>[\r\n\t\t\t\t\t'intertaining',\r\n\t\t\t\t\t'antertaining',\r\n\t\t\t\t\t'entertainang',\r\n\t\t\t\t],\r\n\t\t\t\t'entertainingly'=>[\r\n\t\t\t\t\t'antertainingly',\r\n\t\t\t\t\t'entertainangly',\r\n\t\t\t\t],\r\n\t\t\t\t'entertainment'=>[\r\n\t\t\t\t\t'entertaiment',\r\n\t\t\t\t\t'entertainement',\r\n\t\t\t\t\t'entertainent',\r\n\t\t\t\t\t'entertainmant',\r\n\t\t\t\t],\r\n\t\t\t\t'entertainments'=>[\r\n\t\t\t\t\t'entertaiments',\r\n\t\t\t\t\t'entertainents',\r\n\t\t\t\t\t'entertainmants',\r\n\t\t\t\t],\r\n\t\t\t\t'enthalpy'=>[\r\n\t\t\t\t\t'anthalpy',\r\n\t\t\t\t],\r\n\t\t\t\t'enthralled'=>[\r\n\t\t\t\t\t'enthralledd',\r\n\t\t\t\t],\r\n\t\t\t\t'enthuse'=>[\r\n\t\t\t\t\t'anthuse',\r\n\t\t\t\t],\r\n\t\t\t\t'enthusiasm'=>[\r\n\t\t\t\t\t'enthusiam',\r\n\t\t\t\t\t'anthusiasm',\r\n\t\t\t\t\t'enthuisasm',\r\n\t\t\t\t],\r\n\t\t\t\t'enthusiasms'=>[\r\n\t\t\t\t\t'enthuisasms',\r\n\t\t\t\t],\r\n\t\t\t\t'enthusiast'=>[\r\n\t\t\t\t\t'enthusiat',\r\n\t\t\t\t\t'anthusiast',\r\n\t\t\t\t\t'enthuisast',\r\n\t\t\t\t],\r\n\t\t\t\t'enthusiastic'=>[\r\n\t\t\t\t\t'enthusiatic',\r\n\t\t\t\t\t'entlinsiastic',\r\n\t\t\t\t\t'anthusiastic',\r\n\t\t\t\t\t'enthuisastic',\r\n\t\t\t\t],\r\n\t\t\t\t'enthusiasts'=>[\r\n\t\t\t\t\t'enthuisasts',\r\n\t\t\t\t],\r\n\t\t\t\t'enthusing'=>[\r\n\t\t\t\t\t'enthuisng',\r\n\t\t\t\t],\r\n\t\t\t\t'enthymeme'=>[\r\n\t\t\t\t\t'enthyme',\r\n\t\t\t\t],\r\n\t\t\t\t'enthymemes'=>[\r\n\t\t\t\t\t'enthymes',\r\n\t\t\t\t],\r\n\t\t\t\t'entia'=>[\r\n\t\t\t\t\t'antia',\r\n\t\t\t\t],\r\n\t\t\t\t'entice'=>[\r\n\t\t\t\t\t'intice',\r\n\t\t\t\t\t'antice',\r\n\t\t\t\t],\r\n\t\t\t\t'entire'=>[\r\n\t\t\t\t\t'entrie',\r\n\t\t\t\t\t'antire',\r\n\t\t\t\t],\r\n\t\t\t\t'entirely'=>[\r\n\t\t\t\t\t'antirely',\r\n\t\t\t\t\t'entireally',\r\n\t\t\t\t\t'entirealy',\r\n\t\t\t\t\t'entireely',\r\n\t\t\t\t\t'entirelly',\r\n\t\t\t\t\t'entirly',\r\n\t\t\t\t],\r\n\t\t\t\t'entirety'=>[\r\n\t\t\t\t\t'antirety',\r\n\t\t\t\t],\r\n\t\t\t\t'entities'=>[\r\n\t\t\t\t\t'entites',\r\n\t\t\t\t],\r\n\t\t\t\t'entitle'=>[\r\n\t\t\t\t\t'antitle',\r\n\t\t\t\t],\r\n\t\t\t\t'entitled'=>[\r\n\t\t\t\t\t'entilted',\r\n\t\t\t\t\t'entited',\r\n\t\t\t\t\t'entitied',\r\n\t\t\t\t],\r\n\t\t\t\t'entitlement'=>[\r\n\t\t\t\t\t'entitlemant',\r\n\t\t\t\t],\r\n\t\t\t\t'entity'=>[\r\n\t\t\t\t\t'enitity',\r\n\t\t\t\t\t'enity',\r\n\t\t\t\t\t'antity',\r\n\t\t\t\t],\r\n\t\t\t\t'entoil'=>[\r\n\t\t\t\t\t'antoil',\r\n\t\t\t\t],\r\n\t\t\t\t'entomb'=>[\r\n\t\t\t\t\t'antomb',\r\n\t\t\t\t],\r\n\t\t\t\t'entomologically'=>[\r\n\t\t\t\t\t'antomologically',\r\n\t\t\t\t\t'entomologicalally',\r\n\t\t\t\t\t'entomologicalaly',\r\n\t\t\t\t\t'entomologicalely',\r\n\t\t\t\t\t'entomologicallly',\r\n\t\t\t\t],\r\n\t\t\t\t'entomophagous'=>[\r\n\t\t\t\t\t'antomophagous',\r\n\t\t\t\t],\r\n\t\t\t\t'entomophilous'=>[\r\n\t\t\t\t\t'antomophilous',\r\n\t\t\t\t],\r\n\t\t\t\t'entourage'=>[\r\n\t\t\t\t\t'antourage',\r\n\t\t\t\t],\r\n\t\t\t\t'entrails'=>[\r\n\t\t\t\t\t'antrails',\r\n\t\t\t\t],\r\n\t\t\t\t'entrain'=>[\r\n\t\t\t\t\t'antrain',\r\n\t\t\t\t],\r\n\t\t\t\t'entrainment'=>[\r\n\t\t\t\t\t'entraiment',\r\n\t\t\t\t\t'entrainent',\r\n\t\t\t\t],\r\n\t\t\t\t'entrainments'=>[\r\n\t\t\t\t\t'entraiments',\r\n\t\t\t\t\t'entrainents',\r\n\t\t\t\t],\r\n\t\t\t\t'entrance'=>[\r\n\t\t\t\t\t'enterance',\r\n\t\t\t\t\t'entrace',\r\n\t\t\t\t\t'entrence',\r\n\t\t\t\t\t'antrance',\r\n\t\t\t\t],\r\n\t\t\t\t'entrances'=>[\r\n\t\t\t\t\t'entrences',\r\n\t\t\t\t],\r\n\t\t\t\t'entrant'=>[\r\n\t\t\t\t\t'antrant',\r\n\t\t\t\t\t'entrent',\r\n\t\t\t\t],\r\n\t\t\t\t'entrap'=>[\r\n\t\t\t\t\t'antrap',\r\n\t\t\t\t],\r\n\t\t\t\t'entre'=>[\r\n\t\t\t\t\t'emtre',\r\n\t\t\t\t],\r\n\t\t\t\t'entreat'=>[\r\n\t\t\t\t\t'antreat',\r\n\t\t\t\t],\r\n\t\t\t\t'entree'=>[\r\n\t\t\t\t\t'antree',\r\n\t\t\t\t],\r\n\t\t\t\t'entrench'=>[\r\n\t\t\t\t\t'antrench',\r\n\t\t\t\t],\r\n\t\t\t\t'entrepreneur'=>[\r\n\t\t\t\t\t'enterpreneur',\r\n\t\t\t\t\t'entrepeneur',\r\n\t\t\t\t\t'entreprenuer',\r\n\t\t\t\t\t'antrepreneur',\r\n\t\t\t\t\t'entreprener',\r\n\t\t\t\t],\r\n\t\t\t\t'entrepreneurial'=>[\r\n\t\t\t\t\t'entrepeneurial',\r\n\t\t\t\t\t'antrepreneurial',\r\n\t\t\t\t],\r\n\t\t\t\t'entrepreneurs'=>[\r\n\t\t\t\t\t'entrepeneurs',\r\n\t\t\t\t],\r\n\t\t\t\t'entropy'=>[\r\n\t\t\t\t\t'antropy',\r\n\t\t\t\t],\r\n\t\t\t\t'entrust'=>[\r\n\t\t\t\t\t'intrust',\r\n\t\t\t\t\t'antrust',\r\n\t\t\t\t],\r\n\t\t\t\t'entrusted'=>[\r\n\t\t\t\t\t'intrusted',\r\n\t\t\t\t],\r\n\t\t\t\t'entry'=>[\r\n\t\t\t\t\t'antry',\r\n\t\t\t\t],\r\n\t\t\t\t'entryway'=>[\r\n\t\t\t\t\t'antryway',\r\n\t\t\t\t],\r\n\t\t\t\t'entwine'=>[\r\n\t\t\t\t\t'antwine',\r\n\t\t\t\t\t'entwini',\r\n\t\t\t\t],\r\n\t\t\t\t'enumerabilities'=>[\r\n\t\t\t\t\t'enumerabiliteis',\r\n\t\t\t\t\t'enumerabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'enviable'=>[\r\n\t\t\t\t\t'enviible',\r\n\t\t\t\t],\r\n\t\t\t\t'envious'=>[\r\n\t\t\t\t\t'envous',\r\n\t\t\t\t],\r\n\t\t\t\t'enviously'=>[\r\n\t\t\t\t\t'envously',\r\n\t\t\t\t],\r\n\t\t\t\t'environment'=>[\r\n\t\t\t\t\t'enivoriment',\r\n\t\t\t\t\t'enviorment',\r\n\t\t\t\t\t'enviornment',\r\n\t\t\t\t\t'enviroment',\r\n\t\t\t\t\t'environent',\r\n\t\t\t\t\t'environmant',\r\n\t\t\t\t],\r\n\t\t\t\t'environmental'=>[\r\n\t\t\t\t\t'enviormental',\r\n\t\t\t\t\t'enviornmental',\r\n\t\t\t\t\t'enviromental',\r\n\t\t\t\t\t'environental',\r\n\t\t\t\t\t'environmantal',\r\n\t\t\t\t],\r\n\t\t\t\t'environmentalist'=>[\r\n\t\t\t\t\t'enviornmentalist',\r\n\t\t\t\t\t'enviromentalist',\r\n\t\t\t\t],\r\n\t\t\t\t'environmentally'=>[\r\n\t\t\t\t\t'enviormentally',\r\n\t\t\t\t\t'enviornmentally',\r\n\t\t\t\t\t'enviromentally',\r\n\t\t\t\t\t'environentally',\r\n\t\t\t\t\t'environmantally',\r\n\t\t\t\t],\r\n\t\t\t\t'environments'=>[\r\n\t\t\t\t\t'enviorments',\r\n\t\t\t\t\t'enviornments',\r\n\t\t\t\t\t'enviroments',\r\n\t\t\t\t\t'environents',\r\n\t\t\t\t],\r\n\t\t\t\t'eohippus'=>[\r\n\t\t\t\t\t'eohipus',\r\n\t\t\t\t],\r\n\t\t\t\t'eolian'=>[\r\n\t\t\t\t\t'eolan',\r\n\t\t\t\t],\r\n\t\t\t\t'eonian'=>[\r\n\t\t\t\t\t'eonan',\r\n\t\t\t\t],\r\n\t\t\t\t'eosine'=>[\r\n\t\t\t\t\t'eosini',\r\n\t\t\t\t],\r\n\t\t\t\t'eosinic'=>[\r\n\t\t\t\t\t'eosinac',\r\n\t\t\t\t],\r\n\t\t\t\t'eparchial'=>[\r\n\t\t\t\t\t'eperchial',\r\n\t\t\t\t],\r\n\t\t\t\t'eparchies'=>[\r\n\t\t\t\t\t'eperchies',\r\n\t\t\t\t],\r\n\t\t\t\t'eparchs'=>[\r\n\t\t\t\t\t'eperchs',\r\n\t\t\t\t],\r\n\t\t\t\t'eparchy'=>[\r\n\t\t\t\t\t'eperchy',\r\n\t\t\t\t],\r\n\t\t\t\t'epeeist'=>[\r\n\t\t\t\t\t'epeiest',\r\n\t\t\t\t],\r\n\t\t\t\t'epeiric'=>[\r\n\t\t\t\t\t'epieric',\r\n\t\t\t\t],\r\n\t\t\t\t'epeirogenic'=>[\r\n\t\t\t\t\t'epierogenic',\r\n\t\t\t\t],\r\n\t\t\t\t'epeirogenically'=>[\r\n\t\t\t\t\t'epeirogenicalally',\r\n\t\t\t\t\t'epeirogenicalaly',\r\n\t\t\t\t\t'epeirogenicalely',\r\n\t\t\t\t\t'epeirogenicallly',\r\n\t\t\t\t\t'epierogenically',\r\n\t\t\t\t],\r\n\t\t\t\t'epeirogenies'=>[\r\n\t\t\t\t\t'epierogenies',\r\n\t\t\t\t],\r\n\t\t\t\t'epeirogeny'=>[\r\n\t\t\t\t\t'epierogeny',\r\n\t\t\t\t],\r\n\t\t\t\t'ephah'=>[\r\n\t\t\t\t\t'epha',\r\n\t\t\t\t],\r\n\t\t\t\t'ephahs'=>[\r\n\t\t\t\t\t'ephas',\r\n\t\t\t\t],\r\n\t\t\t\t'ephedrine'=>[\r\n\t\t\t\t\t'ephedrini',\r\n\t\t\t\t],\r\n\t\t\t\t'ephemeralities'=>[\r\n\t\t\t\t\t'ephemeraliteis',\r\n\t\t\t\t\t'ephemeralitis',\r\n\t\t\t\t],\r\n\t\t\t\t'epiboly'=>[\r\n\t\t\t\t\t'epiboally',\r\n\t\t\t\t\t'epiboaly',\r\n\t\t\t\t\t'epiboely',\r\n\t\t\t\t\t'epibolly',\r\n\t\t\t\t],\r\n\t\t\t\t'epicenter'=>[\r\n\t\t\t\t\t'epicanter',\r\n\t\t\t\t],\r\n\t\t\t\t'epicontinental'=>[\r\n\t\t\t\t\t'epicontinantal',\r\n\t\t\t\t\t'epicontinintal',\r\n\t\t\t\t],\r\n\t\t\t\t'epicuticular'=>[\r\n\t\t\t\t\t'epicuticuler',\r\n\t\t\t\t],\r\n\t\t\t\t'epidemiologies'=>[\r\n\t\t\t\t\t'epidemiologeis',\r\n\t\t\t\t\t'epidemiologis',\r\n\t\t\t\t],\r\n\t\t\t\t'epigrammatic'=>[\r\n\t\t\t\t\t'epigramnatic',\r\n\t\t\t\t],\r\n\t\t\t\t'epigrammatism'=>[\r\n\t\t\t\t\t'epigramnatism',\r\n\t\t\t\t],\r\n\t\t\t\t'epigrammatisms'=>[\r\n\t\t\t\t\t'epigramnatisms',\r\n\t\t\t\t],\r\n\t\t\t\t'epigrammatist'=>[\r\n\t\t\t\t\t'epigramnatist',\r\n\t\t\t\t],\r\n\t\t\t\t'epigrammatists'=>[\r\n\t\t\t\t\t'epigramnatists',\r\n\t\t\t\t],\r\n\t\t\t\t'epigrammatize'=>[\r\n\t\t\t\t\t'epigramnatize',\r\n\t\t\t\t],\r\n\t\t\t\t'epigrammatized'=>[\r\n\t\t\t\t\t'epigramnatized',\r\n\t\t\t\t],\r\n\t\t\t\t'epigrammatizer'=>[\r\n\t\t\t\t\t'epigramnatizer',\r\n\t\t\t\t],\r\n\t\t\t\t'epigrammatizers'=>[\r\n\t\t\t\t\t'epigramnatizers',\r\n\t\t\t\t],\r\n\t\t\t\t'epigrammatizes'=>[\r\n\t\t\t\t\t'epigramnatizes',\r\n\t\t\t\t],\r\n\t\t\t\t'epigrammatizing'=>[\r\n\t\t\t\t\t'epigramnatizing',\r\n\t\t\t\t],\r\n\t\t\t\t'epigraphies'=>[\r\n\t\t\t\t\t'epigrapheis',\r\n\t\t\t\t\t'epigraphis',\r\n\t\t\t\t],\r\n\t\t\t\t'epilepsy'=>[\r\n\t\t\t\t\t'epilepcy',\r\n\t\t\t\t],\r\n\t\t\t\t'epinasty'=>[\r\n\t\t\t\t\t'epinisty',\r\n\t\t\t\t],\r\n\t\t\t\t'epinephrine'=>[\r\n\t\t\t\t\t'epinephrini',\r\n\t\t\t\t],\r\n\t\t\t\t'epineurium'=>[\r\n\t\t\t\t\t'epiniurium',\r\n\t\t\t\t],\r\n\t\t\t\t'epiphytologies'=>[\r\n\t\t\t\t\t'epiphytologeis',\r\n\t\t\t\t\t'epiphytologis',\r\n\t\t\t\t],\r\n\t\t\t\t'epirogenies'=>[\r\n\t\t\t\t\t'epirogeneis',\r\n\t\t\t\t\t'epirogenis',\r\n\t\t\t\t],\r\n\t\t\t\t'episcopacy'=>[\r\n\t\t\t\t\t'epicopacy',\r\n\t\t\t\t\t'epicsopacy',\r\n\t\t\t\t\t'episcopasy',\r\n\t\t\t\t\t'episopacy',\r\n\t\t\t\t],\r\n\t\t\t\t'episcopal'=>[\r\n\t\t\t\t\t'epicopal',\r\n\t\t\t\t\t'epicsopal',\r\n\t\t\t\t\t'episopal',\r\n\t\t\t\t],\r\n\t\t\t\t'episcopate'=>[\r\n\t\t\t\t\t'epicopate',\r\n\t\t\t\t\t'epicsopate',\r\n\t\t\t\t\t'episopate',\r\n\t\t\t\t],\r\n\t\t\t\t'episode'=>[\r\n\t\t\t\t\t'epiode',\r\n\t\t\t\t\t'eposide',\r\n\t\t\t\t\t'epsiode',\r\n\t\t\t\t],\r\n\t\t\t\t'episodes'=>[\r\n\t\t\t\t\t'kpisodes',\r\n\t\t\t\t],\r\n\t\t\t\t'epistasy'=>[\r\n\t\t\t\t\t'epistacy',\r\n\t\t\t\t],\r\n\t\t\t\t'epistemologies'=>[\r\n\t\t\t\t\t'epistemologeis',\r\n\t\t\t\t\t'epistemologis',\r\n\t\t\t\t],\r\n\t\t\t\t'epistolary'=>[\r\n\t\t\t\t\t'epistolery',\r\n\t\t\t\t],\r\n\t\t\t\t'epitome'=>[\r\n\t\t\t\t\t'epitomy',\r\n\t\t\t\t],\r\n\t\t\t\t'epizootiologies'=>[\r\n\t\t\t\t\t'epizootiologeis',\r\n\t\t\t\t\t'epizootiologis',\r\n\t\t\t\t],\r\n\t\t\t\t'equability'=>[\r\n\t\t\t\t\t'eqaubility',\r\n\t\t\t\t],\r\n\t\t\t\t'equable'=>[\r\n\t\t\t\t\t'eqauble',\r\n\t\t\t\t\t'equible',\r\n\t\t\t\t],\r\n\t\t\t\t'equablenesses'=>[\r\n\t\t\t\t\t'eqaublenesses',\r\n\t\t\t\t],\r\n\t\t\t\t'equal'=>[\r\n\t\t\t\t\t'equal equal',\r\n\t\t\t\t\t'equal equal equal',\r\n\t\t\t\t\t'eqaul',\r\n\t\t\t\t],\r\n\t\t\t\t'equalisers'=>[\r\n\t\t\t\t\t'eqaulisers',\r\n\t\t\t\t],\r\n\t\t\t\t'equalising'=>[\r\n\t\t\t\t\t'eqaulising',\r\n\t\t\t\t],\r\n\t\t\t\t'equalitarian'=>[\r\n\t\t\t\t\t'eqaulitarian',\r\n\t\t\t\t\t'equalitaran',\r\n\t\t\t\t],\r\n\t\t\t\t'equalitarianism'=>[\r\n\t\t\t\t\t'eqaulitarianism',\r\n\t\t\t\t],\r\n\t\t\t\t'equalitarians'=>[\r\n\t\t\t\t\t'eqaulitarians',\r\n\t\t\t\t],\r\n\t\t\t\t'equalities'=>[\r\n\t\t\t\t\t'eqaulities',\r\n\t\t\t\t],\r\n\t\t\t\t'equality'=>[\r\n\t\t\t\t\t'eqaulity',\r\n\t\t\t\t],\r\n\t\t\t\t'equalizations'=>[\r\n\t\t\t\t\t'eqaulizations',\r\n\t\t\t\t],\r\n\t\t\t\t'equalize'=>[\r\n\t\t\t\t\t'eqaulize',\r\n\t\t\t\t],\r\n\t\t\t\t'equalizer'=>[\r\n\t\t\t\t\t'eqaulizer',\r\n\t\t\t\t],\r\n\t\t\t\t'equalizers'=>[\r\n\t\t\t\t\t'eqaulizers',\r\n\t\t\t\t],\r\n\t\t\t\t'equalizing'=>[\r\n\t\t\t\t\t'eqaulizing',\r\n\t\t\t\t],\r\n\t\t\t\t'equally'=>[\r\n\t\t\t\t\t'eqaully',\r\n\t\t\t\t\t'equaly',\r\n\t\t\t\t],\r\n\t\t\t\t'equals'=>[\r\n\t\t\t\t\t'eqauls',\r\n\t\t\t\t],\r\n\t\t\t\t'equaly'=>[\r\n\t\t\t\t\t'eqaul',\r\n\t\t\t\t],\r\n\t\t\t\t'equanimity'=>[\r\n\t\t\t\t\t'eqaunimity',\r\n\t\t\t\t],\r\n\t\t\t\t'equate'=>[\r\n\t\t\t\t\t'equate equate',\r\n\t\t\t\t\t'equate equate equate',\r\n\t\t\t\t\t'eqaute',\r\n\t\t\t\t],\r\n\t\t\t\t'equation'=>[\r\n\t\t\t\t\t'eqaution',\r\n\t\t\t\t],\r\n\t\t\t\t'equational'=>[\r\n\t\t\t\t\t'eqautional',\r\n\t\t\t\t],\r\n\t\t\t\t'equator'=>[\r\n\t\t\t\t\t'eqautor',\r\n\t\t\t\t],\r\n\t\t\t\t'equatorial'=>[\r\n\t\t\t\t\t'equitorial',\r\n\t\t\t\t\t'eqautorial',\r\n\t\t\t\t],\r\n\t\t\t\t'equerry'=>[\r\n\t\t\t\t\t'equery',\r\n\t\t\t\t],\r\n\t\t\t\t'equestrian'=>[\r\n\t\t\t\t\t'equestran',\r\n\t\t\t\t],\r\n\t\t\t\t'equestrienne'=>[\r\n\t\t\t\t\t'equestreinne',\r\n\t\t\t\t\t'equestriene',\r\n\t\t\t\t\t'equestrinne',\r\n\t\t\t\t],\r\n\t\t\t\t'equestriennes'=>[\r\n\t\t\t\t\t'equestrienes',\r\n\t\t\t\t],\r\n\t\t\t\t'equiangular'=>[\r\n\t\t\t\t\t'equianguler',\r\n\t\t\t\t],\r\n\t\t\t\t'equidistant'=>[\r\n\t\t\t\t\t'equidistent',\r\n\t\t\t\t],\r\n\t\t\t\t'equidistantly'=>[\r\n\t\t\t\t\t'equidistantally',\r\n\t\t\t\t\t'equidistantaly',\r\n\t\t\t\t\t'equidistantely',\r\n\t\t\t\t\t'equidistantlly',\r\n\t\t\t\t\t'equidistently',\r\n\t\t\t\t],\r\n\t\t\t\t'equilibrium'=>[\r\n\t\t\t\t\t'equilibium',\r\n\t\t\t\t\t'equilibrum',\r\n\t\t\t\t],\r\n\t\t\t\t'equimolar'=>[\r\n\t\t\t\t\t'equimoler',\r\n\t\t\t\t],\r\n\t\t\t\t'equine'=>[\r\n\t\t\t\t\t'equini',\r\n\t\t\t\t],\r\n\t\t\t\t'equinely'=>[\r\n\t\t\t\t\t'equinly',\r\n\t\t\t\t],\r\n\t\t\t\t'equipment'=>[\r\n\t\t\t\t\t'equippment',\r\n\t\t\t\t\t'equiptment',\r\n\t\t\t\t\t'equipmant',\r\n\t\t\t\t],\r\n\t\t\t\t'equipollence'=>[\r\n\t\t\t\t\t'equipollance',\r\n\t\t\t\t],\r\n\t\t\t\t'equiponderant'=>[\r\n\t\t\t\t\t'equiponderent',\r\n\t\t\t\t],\r\n\t\t\t\t'equipotential'=>[\r\n\t\t\t\t\t'equipotantial',\r\n\t\t\t\t],\r\n\t\t\t\t'equipped'=>[\r\n\t\t\t\t\t'equiped',\r\n\t\t\t\t],\r\n\t\t\t\t'equipper'=>[\r\n\t\t\t\t\t'equiper',\r\n\t\t\t\t],\r\n\t\t\t\t'equiprobable'=>[\r\n\t\t\t\t\t'equiprobible',\r\n\t\t\t\t],\r\n\t\t\t\t'equitabilities'=>[\r\n\t\t\t\t\t'equitabiliteis',\r\n\t\t\t\t\t'equitabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'equitable'=>[\r\n\t\t\t\t\t'equitible',\r\n\t\t\t\t],\r\n\t\t\t\t'equitant'=>[\r\n\t\t\t\t\t'equitent',\r\n\t\t\t\t],\r\n\t\t\t\t'equivalence'=>[\r\n\t\t\t\t\t'equivalance',\r\n\t\t\t\t],\r\n\t\t\t\t'equivalency'=>[\r\n\t\t\t\t\t'equivalensy',\r\n\t\t\t\t],\r\n\t\t\t\t'equivalent'=>[\r\n\t\t\t\t\t'equilavent',\r\n\t\t\t\t\t'equivalant',\r\n\t\t\t\t\t'equivelant',\r\n\t\t\t\t\t'equivelent',\r\n\t\t\t\t\t'equivilant',\r\n\t\t\t\t\t'equivilent',\r\n\t\t\t\t\t'equivolent',\r\n\t\t\t\t],\r\n\t\t\t\t'equivocal'=>[\r\n\t\t\t\t\t'equivoval',\r\n\t\t\t\t],\r\n\t\t\t\t'equivocalities'=>[\r\n\t\t\t\t\t'equivocaliteis',\r\n\t\t\t\t\t'equivocalitis',\r\n\t\t\t\t],\r\n\t\t\t\t'eradicate'=>[\r\n\t\t\t\t\t'erradicate',\r\n\t\t\t\t],\r\n\t\t\t\t'erasable'=>[\r\n\t\t\t\t\t'erasible',\r\n\t\t\t\t],\r\n\t\t\t\t'erect'=>[\r\n\t\t\t\t\t'errect',\r\n\t\t\t\t],\r\n\t\t\t\t'erected'=>[\r\n\t\t\t\t\t'erested',\r\n\t\t\t\t\t'errected',\r\n\t\t\t\t],\r\n\t\t\t\t'ergometries'=>[\r\n\t\t\t\t\t'ergometreis',\r\n\t\t\t\t\t'ergometris',\r\n\t\t\t\t],\r\n\t\t\t\t'ergotamine'=>[\r\n\t\t\t\t\t'ergotamini',\r\n\t\t\t\t],\r\n\t\t\t\t'eritrean-occupied'=>[\r\n\t\t\t\t\t'eritrean occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'ermine'=>[\r\n\t\t\t\t\t'ermini',\r\n\t\t\t\t],\r\n\t\t\t\t'erode'=>[\r\n\t\t\t\t\t'errode',\r\n\t\t\t\t],\r\n\t\t\t\t'eroded'=>[\r\n\t\t\t\t\t'erroded',\r\n\t\t\t\t],\r\n\t\t\t\t'erodent'=>[\r\n\t\t\t\t\t'erodant',\r\n\t\t\t\t],\r\n\t\t\t\t'erodible'=>[\r\n\t\t\t\t\t'erodable',\r\n\t\t\t\t],\r\n\t\t\t\t'eroding'=>[\r\n\t\t\t\t\t'errode',\r\n\t\t\t\t],\r\n\t\t\t\t'erosely'=>[\r\n\t\t\t\t\t'erosly',\r\n\t\t\t\t],\r\n\t\t\t\t'erosible'=>[\r\n\t\t\t\t\t'erosable',\r\n\t\t\t\t],\r\n\t\t\t\t'erosion'=>[\r\n\t\t\t\t\t'errosion',\r\n\t\t\t\t],\r\n\t\t\t\t'erosivities'=>[\r\n\t\t\t\t\t'erosiviteis',\r\n\t\t\t\t\t'erosivitis',\r\n\t\t\t\t],\r\n\t\t\t\t'errable'=>[\r\n\t\t\t\t\t'errible',\r\n\t\t\t\t],\r\n\t\t\t\t'errancy'=>[\r\n\t\t\t\t\t'erancy',\r\n\t\t\t\t\t'erransy',\r\n\t\t\t\t],\r\n\t\t\t\t'errand'=>[\r\n\t\t\t\t\t'erand',\r\n\t\t\t\t],\r\n\t\t\t\t'errant'=>[\r\n\t\t\t\t\t'erant',\r\n\t\t\t\t\t'errent',\r\n\t\t\t\t],\r\n\t\t\t\t'errantry'=>[\r\n\t\t\t\t\t'erantry',\r\n\t\t\t\t],\r\n\t\t\t\t'errata'=>[\r\n\t\t\t\t\t'erata',\r\n\t\t\t\t],\r\n\t\t\t\t'erratic'=>[\r\n\t\t\t\t\t'eratic',\r\n\t\t\t\t],\r\n\t\t\t\t'erratically'=>[\r\n\t\t\t\t\t'eraticly',\r\n\t\t\t\t],\r\n\t\t\t\t'erratum'=>[\r\n\t\t\t\t\t'eratum',\r\n\t\t\t\t],\r\n\t\t\t\t'erred'=>[\r\n\t\t\t\t\t'ered',\r\n\t\t\t\t],\r\n\t\t\t\t'errhine'=>[\r\n\t\t\t\t\t'erhine',\r\n\t\t\t\t],\r\n\t\t\t\t'erring'=>[\r\n\t\t\t\t\t'ering',\r\n\t\t\t\t],\r\n\t\t\t\t'erroneous'=>[\r\n\t\t\t\t\t'eroneous',\r\n\t\t\t\t],\r\n\t\t\t\t'erroneousness'=>[\r\n\t\t\t\t\t'eroneousness',\r\n\t\t\t\t],\r\n\t\t\t\t'erroneousnesses'=>[\r\n\t\t\t\t\t'eroneousnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'error'=>[\r\n\t\t\t\t\t'eror',\r\n\t\t\t\t],\r\n\t\t\t\t'errors'=>[\r\n\t\t\t\t\t'erors',\r\n\t\t\t\t],\r\n\t\t\t\t'errs'=>[\r\n\t\t\t\t\t'ers',\r\n\t\t\t\t],\r\n\t\t\t\t'erudite'=>[\r\n\t\t\t\t\t'erudit',\r\n\t\t\t\t],\r\n\t\t\t\t'eruditely'=>[\r\n\t\t\t\t\t'erudately',\r\n\t\t\t\t\t'eruditly',\r\n\t\t\t\t],\r\n\t\t\t\t'erupted'=>[\r\n\t\t\t\t\t'errupted',\r\n\t\t\t\t],\r\n\t\t\t\t'eruptible'=>[\r\n\t\t\t\t\t'eruptable',\r\n\t\t\t\t],\r\n\t\t\t\t'eruptively'=>[\r\n\t\t\t\t\t'eruptivly',\r\n\t\t\t\t],\r\n\t\t\t\t'erythropoieses'=>[\r\n\t\t\t\t\t'erythropoeises',\r\n\t\t\t\t\t'erythropoises',\r\n\t\t\t\t],\r\n\t\t\t\t'erythropoiesis'=>[\r\n\t\t\t\t\t'erythropoeisis',\r\n\t\t\t\t\t'erythropoisis',\r\n\t\t\t\t],\r\n\t\t\t\t'erythropoietic'=>[\r\n\t\t\t\t\t'erythropoeitic',\r\n\t\t\t\t\t'erythropoitic',\r\n\t\t\t\t],\r\n\t\t\t\t'erythropoietin'=>[\r\n\t\t\t\t\t'erythropoeitin',\r\n\t\t\t\t\t'erythropoitin',\r\n\t\t\t\t],\r\n\t\t\t\t'erythropoietins'=>[\r\n\t\t\t\t\t'erythropoeitins',\r\n\t\t\t\t\t'erythropoitins',\r\n\t\t\t\t],\r\n\t\t\t\t'escalade'=>[\r\n\t\t\t\t\t'ecalade',\r\n\t\t\t\t\t'ecsalade',\r\n\t\t\t\t\t'esalade',\r\n\t\t\t\t],\r\n\t\t\t\t'escalate'=>[\r\n\t\t\t\t\t'ecalate',\r\n\t\t\t\t\t'ecsalate',\r\n\t\t\t\t\t'esalate',\r\n\t\t\t\t],\r\n\t\t\t\t'escalator'=>[\r\n\t\t\t\t\t'ecalator',\r\n\t\t\t\t\t'ecsalator',\r\n\t\t\t\t\t'esalator',\r\n\t\t\t\t],\r\n\t\t\t\t'escapade'=>[\r\n\t\t\t\t\t'ecapade',\r\n\t\t\t\t\t'ecsapade',\r\n\t\t\t\t\t'esapade',\r\n\t\t\t\t],\r\n\t\t\t\t'escape'=>[\r\n\t\t\t\t\t'excape',\r\n\t\t\t\t\t'exscape',\r\n\t\t\t\t\t'ecape',\r\n\t\t\t\t\t'ecsape',\r\n\t\t\t\t\t'esape',\r\n\t\t\t\t],\r\n\t\t\t\t'escapee'=>[\r\n\t\t\t\t\t'ecapee',\r\n\t\t\t\t\t'ecsapee',\r\n\t\t\t\t\t'esapee',\r\n\t\t\t\t],\r\n\t\t\t\t'escapement'=>[\r\n\t\t\t\t\t'ecapement',\r\n\t\t\t\t\t'ecsapement',\r\n\t\t\t\t\t'esapement',\r\n\t\t\t\t],\r\n\t\t\t\t'escapism'=>[\r\n\t\t\t\t\t'ecapism',\r\n\t\t\t\t\t'ecsapism',\r\n\t\t\t\t\t'esapism',\r\n\t\t\t\t],\r\n\t\t\t\t'escapist'=>[\r\n\t\t\t\t\t'ecapist',\r\n\t\t\t\t\t'ecsapist',\r\n\t\t\t\t\t'esapist',\r\n\t\t\t\t],\r\n\t\t\t\t'escar'=>[\r\n\t\t\t\t\t'ecar',\r\n\t\t\t\t\t'ecsar',\r\n\t\t\t\t\t'esar',\r\n\t\t\t\t\t'escer',\r\n\t\t\t\t],\r\n\t\t\t\t'escargot'=>[\r\n\t\t\t\t\t'ecargot',\r\n\t\t\t\t\t'ecsargot',\r\n\t\t\t\t\t'esargot',\r\n\t\t\t\t],\r\n\t\t\t\t'escarole'=>[\r\n\t\t\t\t\t'ecarole',\r\n\t\t\t\t\t'ecsarole',\r\n\t\t\t\t\t'esarole',\r\n\t\t\t\t],\r\n\t\t\t\t'escarp'=>[\r\n\t\t\t\t\t'ecarp',\r\n\t\t\t\t\t'ecsarp',\r\n\t\t\t\t\t'esarp',\r\n\t\t\t\t],\r\n\t\t\t\t'escarpment'=>[\r\n\t\t\t\t\t'ecarpment',\r\n\t\t\t\t\t'ecsarpment',\r\n\t\t\t\t\t'esarpment',\r\n\t\t\t\t],\r\n\t\t\t\t'escars'=>[\r\n\t\t\t\t\t'ecars',\r\n\t\t\t\t\t'ecsars',\r\n\t\t\t\t\t'esars',\r\n\t\t\t\t],\r\n\t\t\t\t'eschar'=>[\r\n\t\t\t\t\t'echar',\r\n\t\t\t\t\t'ecshar',\r\n\t\t\t\t\t'escher',\r\n\t\t\t\t\t'eshar',\r\n\t\t\t\t],\r\n\t\t\t\t'eschatological'=>[\r\n\t\t\t\t\t'echatological',\r\n\t\t\t\t\t'ecshatological',\r\n\t\t\t\t\t'eshatological',\r\n\t\t\t\t],\r\n\t\t\t\t'eschatology'=>[\r\n\t\t\t\t\t'echatology',\r\n\t\t\t\t\t'ecshatology',\r\n\t\t\t\t\t'eshatology',\r\n\t\t\t\t],\r\n\t\t\t\t'escheat'=>[\r\n\t\t\t\t\t'echeat',\r\n\t\t\t\t\t'ecsheat',\r\n\t\t\t\t\t'esheat',\r\n\t\t\t\t],\r\n\t\t\t\t'eschew'=>[\r\n\t\t\t\t\t'echew',\r\n\t\t\t\t\t'ecshew',\r\n\t\t\t\t\t'eshew',\r\n\t\t\t\t],\r\n\t\t\t\t'escolar'=>[\r\n\t\t\t\t\t'ecolar',\r\n\t\t\t\t\t'ecsolar',\r\n\t\t\t\t\t'escoler',\r\n\t\t\t\t\t'esolar',\r\n\t\t\t\t],\r\n\t\t\t\t'escort'=>[\r\n\t\t\t\t\t'ecort',\r\n\t\t\t\t\t'ecsort',\r\n\t\t\t\t\t'esort',\r\n\t\t\t\t],\r\n\t\t\t\t'escot'=>[\r\n\t\t\t\t\t'ecot',\r\n\t\t\t\t\t'ecsot',\r\n\t\t\t\t\t'esot',\r\n\t\t\t\t],\r\n\t\t\t\t'escots'=>[\r\n\t\t\t\t\t'ecots',\r\n\t\t\t\t\t'ecsots',\r\n\t\t\t\t\t'esots',\r\n\t\t\t\t],\r\n\t\t\t\t'escrow'=>[\r\n\t\t\t\t\t'ecrow',\r\n\t\t\t\t\t'ecsrow',\r\n\t\t\t\t\t'esrow',\r\n\t\t\t\t],\r\n\t\t\t\t'escudo'=>[\r\n\t\t\t\t\t'ecsudo',\r\n\t\t\t\t\t'ecudo',\r\n\t\t\t\t\t'esudo',\r\n\t\t\t\t],\r\n\t\t\t\t'eskar'=>[\r\n\t\t\t\t\t'esker',\r\n\t\t\t\t],\r\n\t\t\t\t'espalier'=>[\r\n\t\t\t\t\t'espaleir',\r\n\t\t\t\t\t'espalir',\r\n\t\t\t\t],\r\n\t\t\t\t'esparto'=>[\r\n\t\t\t\t\t'esperto',\r\n\t\t\t\t],\r\n\t\t\t\t'espartos'=>[\r\n\t\t\t\t\t'espertos',\r\n\t\t\t\t],\r\n\t\t\t\t'especially'=>[\r\n\t\t\t\t\t'espacially',\r\n\t\t\t\t\t'especally',\r\n\t\t\t\t\t'especially especially',\r\n\t\t\t\t\t'especially especially especially',\r\n\t\t\t\t\t'expecially',\r\n\t\t\t\t\t'especialally',\r\n\t\t\t\t\t'especialaly',\r\n\t\t\t\t\t'especialely',\r\n\t\t\t\t\t'especiallly',\r\n\t\t\t\t\t'especialy',\r\n\t\t\t\t],\r\n\t\t\t\t'esperance'=>[\r\n\t\t\t\t\t'esperence',\r\n\t\t\t\t],\r\n\t\t\t\t'espionage'=>[\r\n\t\t\t\t\t'espoinage',\r\n\t\t\t\t\t'esponage',\r\n\t\t\t\t\t'esponiage',\r\n\t\t\t\t],\r\n\t\t\t\t'espousing'=>[\r\n\t\t\t\t\t'espouisng',\r\n\t\t\t\t],\r\n\t\t\t\t'espresso'=>[\r\n\t\t\t\t\t'espreso',\r\n\t\t\t\t],\r\n\t\t\t\t'essai sur sénèque'=>[\r\n\t\t\t\t\t'esai sur seneque',\r\n\t\t\t\t],\r\n\t\t\t\t'essay'=>[\r\n\t\t\t\t\t'esay',\r\n\t\t\t\t],\r\n\t\t\t\t'essence'=>[\r\n\t\t\t\t\t'esence',\r\n\t\t\t\t\t'essense',\r\n\t\t\t\t\t'essance',\r\n\t\t\t\t],\r\n\t\t\t\t'essential'=>[\r\n\t\t\t\t\t'esential',\r\n\t\t\t\t\t'essencial',\r\n\t\t\t\t\t'essental',\r\n\t\t\t\t\t'essentual',\r\n\t\t\t\t\t'essesital',\r\n\t\t\t\t\t'essantial',\r\n\t\t\t\t],\r\n\t\t\t\t'essentialism'=>[\r\n\t\t\t\t\t'esentialism',\r\n\t\t\t\t\t'essantialism',\r\n\t\t\t\t],\r\n\t\t\t\t'essentialities'=>[\r\n\t\t\t\t\t'essentialiteis',\r\n\t\t\t\t\t'essentialitis',\r\n\t\t\t\t],\r\n\t\t\t\t'essentialize'=>[\r\n\t\t\t\t\t'esentialize',\r\n\t\t\t\t\t'essantialize',\r\n\t\t\t\t],\r\n\t\t\t\t'essentially'=>[\r\n\t\t\t\t\t'esentially',\r\n\t\t\t\t\t'essentialy',\r\n\t\t\t\t],\r\n\t\t\t\t'essentialnesses'=>[\r\n\t\t\t\t\t'essantialnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'esses'=>[\r\n\t\t\t\t\t'eses',\r\n\t\t\t\t],\r\n\t\t\t\t'establish'=>[\r\n\t\t\t\t\t'estabilish',\r\n\t\t\t\t\t'estalbish',\r\n\t\t\t\t],\r\n\t\t\t\t'establishable'=>[\r\n\t\t\t\t\t'establishible',\r\n\t\t\t\t],\r\n\t\t\t\t'established'=>[\r\n\t\t\t\t\t'establised',\r\n\t\t\t\t\t'establislied',\r\n\t\t\t\t],\r\n\t\t\t\t'establishment'=>[\r\n\t\t\t\t\t'establishement',\r\n\t\t\t\t\t'establishme',\r\n\t\t\t\t\t'establishmant',\r\n\t\t\t\t],\r\n\t\t\t\t'esthetician'=>[\r\n\t\t\t\t\t'esthetican',\r\n\t\t\t\t],\r\n\t\t\t\t'estimable'=>[\r\n\t\t\t\t\t'estimible',\r\n\t\t\t\t],\r\n\t\t\t\t'estimate'=>[\r\n\t\t\t\t\t'estamite',\r\n\t\t\t\t\t'estimite',\r\n\t\t\t\t],\r\n\t\t\t\t'estonian-occupied'=>[\r\n\t\t\t\t\t'estonian occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'estopped'=>[\r\n\t\t\t\t\t'estoped',\r\n\t\t\t\t],\r\n\t\t\t\t'estoppel'=>[\r\n\t\t\t\t\t'estopel',\r\n\t\t\t\t],\r\n\t\t\t\t'estrellas de areito'=>[\r\n\t\t\t\t\t'estreas de areito',\r\n\t\t\t\t],\r\n\t\t\t\t'estuarine'=>[\r\n\t\t\t\t\t'estaurine',\r\n\t\t\t\t\t'estuarini',\r\n\t\t\t\t],\r\n\t\t\t\t'estuary'=>[\r\n\t\t\t\t\t'estaury',\r\n\t\t\t\t\t'estuery',\r\n\t\t\t\t],\r\n\t\t\t\t'esurience'=>[\r\n\t\t\t\t\t'esuriance',\r\n\t\t\t\t],\r\n\t\t\t\t'esuriency'=>[\r\n\t\t\t\t\t'esuriensy',\r\n\t\t\t\t],\r\n\t\t\t\t'et cetera'=>[\r\n\t\t\t\t\t'ec cetera',\r\n\t\t\t\t\t'etcetera',\r\n\t\t\t\t],\r\n\t\t\t\t'etc'=>[\r\n\t\t\t\t\t'ect',\r\n\t\t\t\t],\r\n\t\t\t\t'etc.'=>[\r\n\t\t\t\t\t'ect.',\r\n\t\t\t\t],\r\n\t\t\t\t'etchant'=>[\r\n\t\t\t\t\t'etchent',\r\n\t\t\t\t],\r\n\t\t\t\t'etesian'=>[\r\n\t\t\t\t\t'etesan',\r\n\t\t\t\t],\r\n\t\t\t\t'ethanolamine'=>[\r\n\t\t\t\t\t'ethanolamini',\r\n\t\t\t\t],\r\n\t\t\t\t'ethanolamines'=>[\r\n\t\t\t\t\t'ethanolaminis',\r\n\t\t\t\t],\r\n\t\t\t\t'ethereal'=>[\r\n\t\t\t\t\t'etherial',\r\n\t\t\t\t\t'etherel',\r\n\t\t\t\t],\r\n\t\t\t\t'etherealization'=>[\r\n\t\t\t\t\t'etherelization',\r\n\t\t\t\t],\r\n\t\t\t\t'etherealnesses'=>[\r\n\t\t\t\t\t'etherelnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'ethician'=>[\r\n\t\t\t\t\t'ethican',\r\n\t\t\t\t],\r\n\t\t\t\t'ethiopia'=>[\r\n\t\t\t\t\t'ethiopa',\r\n\t\t\t\t],\r\n\t\t\t\t'ethiopian-occupied'=>[\r\n\t\t\t\t\t'ethiopian occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'ethnocentricity'=>[\r\n\t\t\t\t\t'ethnocantricity',\r\n\t\t\t\t],\r\n\t\t\t\t'ethnocentrism'=>[\r\n\t\t\t\t\t'ethnocantrism',\r\n\t\t\t\t],\r\n\t\t\t\t'ethnography'=>[\r\n\t\t\t\t\t'etnography',\r\n\t\t\t\t],\r\n\t\t\t\t'ethnohistorian'=>[\r\n\t\t\t\t\t'ethnohistoran',\r\n\t\t\t\t],\r\n\t\t\t\t'ethnohistories'=>[\r\n\t\t\t\t\t'ethnohistoreis',\r\n\t\t\t\t\t'ethnohistoris',\r\n\t\t\t\t],\r\n\t\t\t\t'ethnomusicology'=>[\r\n\t\t\t\t\t'ethnomuiscology',\r\n\t\t\t\t],\r\n\t\t\t\t'ethnoscience'=>[\r\n\t\t\t\t\t'ethnosceince',\r\n\t\t\t\t\t'ethnocience',\r\n\t\t\t\t\t'ethnocsience',\r\n\t\t\t\t\t'ethnosciance',\r\n\t\t\t\t\t'ethnoscince',\r\n\t\t\t\t\t'ethnosience',\r\n\t\t\t\t],\r\n\t\t\t\t'etymology'=>[\r\n\t\t\t\t\t'ethymology',\r\n\t\t\t\t],\r\n\t\t\t\t'euclidean'=>[\r\n\t\t\t\t\t'euclidian',\r\n\t\t\t\t],\r\n\t\t\t\t'euclidian'=>[\r\n\t\t\t\t\t'euclidan',\r\n\t\t\t\t],\r\n\t\t\t\t'eugeosyncline'=>[\r\n\t\t\t\t\t'eugeosynclini',\r\n\t\t\t\t],\r\n\t\t\t\t'eugeosynclines'=>[\r\n\t\t\t\t\t'eugeosynclinis',\r\n\t\t\t\t],\r\n\t\t\t\t'eulogistically'=>[\r\n\t\t\t\t\t'eulogisticalally',\r\n\t\t\t\t\t'eulogisticalaly',\r\n\t\t\t\t\t'eulogisticalely',\r\n\t\t\t\t\t'eulogisticallly',\r\n\t\t\t\t],\r\n\t\t\t\t'eulogy'=>[\r\n\t\t\t\t\t'euology',\r\n\t\t\t\t],\r\n\t\t\t\t'euonymus'=>[\r\n\t\t\t\t\t'eonymus',\r\n\t\t\t\t],\r\n\t\t\t\t'euonymuses'=>[\r\n\t\t\t\t\t'eonymuses',\r\n\t\t\t\t],\r\n\t\t\t\t'eupepsy'=>[\r\n\t\t\t\t\t'eupepcy',\r\n\t\t\t\t],\r\n\t\t\t\t'euphausid'=>[\r\n\t\t\t\t\t'euphauisd',\r\n\t\t\t\t],\r\n\t\t\t\t'euphausids'=>[\r\n\t\t\t\t\t'euphauisds',\r\n\t\t\t\t],\r\n\t\t\t\t'euphausiid'=>[\r\n\t\t\t\t\t'euphauisid',\r\n\t\t\t\t],\r\n\t\t\t\t'euphausiids'=>[\r\n\t\t\t\t\t'euphauisids',\r\n\t\t\t\t],\r\n\t\t\t\t'euphemism'=>[\r\n\t\t\t\t\t'euphamism',\r\n\t\t\t\t],\r\n\t\t\t\t'euphonious'=>[\r\n\t\t\t\t\t'euphonous',\r\n\t\t\t\t],\r\n\t\t\t\t'euphoniously'=>[\r\n\t\t\t\t\t'euphonously',\r\n\t\t\t\t],\r\n\t\t\t\t'euphrasy'=>[\r\n\t\t\t\t\t'euphracy',\r\n\t\t\t\t],\r\n\t\t\t\t'europe'=>[\r\n\t\t\t\t\t'euorpe',\r\n\t\t\t\t],\r\n\t\t\t\t'european'=>[\r\n\t\t\t\t\t'euorpean',\r\n\t\t\t\t\t'europian',\r\n\t\t\t\t\t'eurpean',\r\n\t\t\t\t\t'eurpoean',\r\n\t\t\t\t],\r\n\t\t\t\t'europeans'=>[\r\n\t\t\t\t\t'europians',\r\n\t\t\t\t],\r\n\t\t\t\t'eustacy'=>[\r\n\t\t\t\t\t'eustasy',\r\n\t\t\t\t],\r\n\t\t\t\t'eustasy'=>[\r\n\t\t\t\t\t'eustacy',\r\n\t\t\t\t],\r\n\t\t\t\t'eutherian'=>[\r\n\t\t\t\t\t'eutheran',\r\n\t\t\t\t],\r\n\t\t\t\t'evacuant'=>[\r\n\t\t\t\t\t'evacaunt',\r\n\t\t\t\t],\r\n\t\t\t\t'evacuate'=>[\r\n\t\t\t\t\t'evacaute',\r\n\t\t\t\t],\r\n\t\t\t\t'evacuating'=>[\r\n\t\t\t\t\t'evacauting',\r\n\t\t\t\t],\r\n\t\t\t\t'evacuation'=>[\r\n\t\t\t\t\t'evacaution',\r\n\t\t\t\t],\r\n\t\t\t\t'evacuative'=>[\r\n\t\t\t\t\t'evacautive',\r\n\t\t\t\t],\r\n\t\t\t\t'evacuators'=>[\r\n\t\t\t\t\t'evacautors',\r\n\t\t\t\t],\r\n\t\t\t\t'evadible'=>[\r\n\t\t\t\t\t'evadable',\r\n\t\t\t\t],\r\n\t\t\t\t'evaginate'=>[\r\n\t\t\t\t\t'evaginite',\r\n\t\t\t\t],\r\n\t\t\t\t'evaluate'=>[\r\n\t\t\t\t\t'evalaute',\r\n\t\t\t\t],\r\n\t\t\t\t'evaluating'=>[\r\n\t\t\t\t\t'evalauting',\r\n\t\t\t\t],\r\n\t\t\t\t'evaluation'=>[\r\n\t\t\t\t\t'evalaution',\r\n\t\t\t\t],\r\n\t\t\t\t'evaluative'=>[\r\n\t\t\t\t\t'evalautive',\r\n\t\t\t\t],\r\n\t\t\t\t'evaluators'=>[\r\n\t\t\t\t\t'evalautors',\r\n\t\t\t\t],\r\n\t\t\t\t'evanescence'=>[\r\n\t\t\t\t\t'evanescance',\r\n\t\t\t\t],\r\n\t\t\t\t'evanescences'=>[\r\n\t\t\t\t\t'evanecences',\r\n\t\t\t\t\t'evanecsences',\r\n\t\t\t\t\t'evanesences',\r\n\t\t\t\t],\r\n\t\t\t\t'evanescent'=>[\r\n\t\t\t\t\t'evanecent',\r\n\t\t\t\t\t'evanecsent',\r\n\t\t\t\t\t'evanesent',\r\n\t\t\t\t],\r\n\t\t\t\t'evasively'=>[\r\n\t\t\t\t\t'evasivly',\r\n\t\t\t\t],\r\n\t\t\t\t'even'=>[\r\n\t\t\t\t\t'even even',\r\n\t\t\t\t\t'even even even',\r\n\t\t\t\t],\r\n\t\t\t\t'evened'=>[\r\n\t\t\t\t\t'evend',\r\n\t\t\t\t],\r\n\t\t\t\t'evenhandedly'=>[\r\n\t\t\t\t\t'evenhandedally',\r\n\t\t\t\t\t'evenhandedaly',\r\n\t\t\t\t\t'evenhandedely',\r\n\t\t\t\t\t'evenhandedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'evening'=>[\r\n\t\t\t\t\t'evening evening',\r\n\t\t\t\t\t'evening evening evening',\r\n\t\t\t\t\t'evining',\r\n\t\t\t\t],\r\n\t\t\t\t'event'=>[\r\n\t\t\t\t\t'event event',\r\n\t\t\t\t\t'event event event',\r\n\t\t\t\t\t'evant',\r\n\t\t\t\t],\r\n\t\t\t\t'eventful'=>[\r\n\t\t\t\t\t'evantful',\r\n\t\t\t\t],\r\n\t\t\t\t'events'=>[\r\n\t\t\t\t\t'evens',\r\n\t\t\t\t\t'evants',\r\n\t\t\t\t],\r\n\t\t\t\t'eventual'=>[\r\n\t\t\t\t\t'evantual',\r\n\t\t\t\t\t'eventaul',\r\n\t\t\t\t],\r\n\t\t\t\t'eventualities'=>[\r\n\t\t\t\t\t'eventaulities',\r\n\t\t\t\t],\r\n\t\t\t\t'eventuality'=>[\r\n\t\t\t\t\t'evantuality',\r\n\t\t\t\t\t'eventaulity',\r\n\t\t\t\t],\r\n\t\t\t\t'eventually'=>[\r\n\t\t\t\t\t'eventualy',\r\n\t\t\t\t\t'evantually',\r\n\t\t\t\t\t'eventaully',\r\n\t\t\t\t\t'eventualally',\r\n\t\t\t\t\t'eventualaly',\r\n\t\t\t\t\t'eventualely',\r\n\t\t\t\t\t'eventuallly',\r\n\t\t\t\t],\r\n\t\t\t\t'eventuate'=>[\r\n\t\t\t\t\t'eventaute',\r\n\t\t\t\t],\r\n\t\t\t\t'eventuated'=>[\r\n\t\t\t\t\t'eventauted',\r\n\t\t\t\t],\r\n\t\t\t\t'eventuates'=>[\r\n\t\t\t\t\t'eventautes',\r\n\t\t\t\t],\r\n\t\t\t\t'ever'=>[\r\n\t\t\t\t\t'ever ever',\r\n\t\t\t\t\t'ever ever ever',\r\n\t\t\t\t],\r\n\t\t\t\t'ever since'=>[\r\n\t\t\t\t\t'eversince',\r\n\t\t\t\t],\r\n\t\t\t\t'ever-working'=>[\r\n\t\t\t\t\t'everworking',\r\n\t\t\t\t],\r\n\t\t\t\t'evermore'=>[\r\n\t\t\t\t\t'evermoure',\r\n\t\t\t\t],\r\n\t\t\t\t'eversible'=>[\r\n\t\t\t\t\t'eversable',\r\n\t\t\t\t],\r\n\t\t\t\t'every'=>[\r\n\t\t\t\t\t'every every',\r\n\t\t\t\t\t'every every every',\r\n\t\t\t\t\t'eveyr',\r\n\t\t\t\t],\r\n\t\t\t\t'every time'=>[\r\n\t\t\t\t\t'everytime',\r\n\t\t\t\t],\r\n\t\t\t\t'everybody'=>[\r\n\t\t\t\t\t'everbody',\r\n\t\t\t\t\t'every body',\r\n\t\t\t\t\t'every-body',\r\n\t\t\t\t\t'everyboyd',\r\n\t\t\t\t],\r\n\t\t\t\t'everyone'=>[\r\n\t\t\t\t\t'every one',\r\n\t\t\t\t\t'every-one',\r\n\t\t\t\t],\r\n\t\t\t\t'everything'=>[\r\n\t\t\t\t\t'evervthing',\r\n\t\t\t\t],\r\n\t\t\t\t'evidence'=>[\r\n\t\t\t\t\t'evidance',\r\n\t\t\t\t],\r\n\t\t\t\t'evident'=>[\r\n\t\t\t\t\t'evedent',\r\n\t\t\t\t\t'evidant',\r\n\t\t\t\t],\r\n\t\t\t\t'evidential'=>[\r\n\t\t\t\t\t'evidantial',\r\n\t\t\t\t],\r\n\t\t\t\t'evidentially'=>[\r\n\t\t\t\t\t'evidantially',\r\n\t\t\t\t],\r\n\t\t\t\t'evidentiary'=>[\r\n\t\t\t\t\t'evidantiary',\r\n\t\t\t\t\t'evidentiery',\r\n\t\t\t\t],\r\n\t\t\t\t'evidently'=>[\r\n\t\t\t\t\t'evidentally',\r\n\t\t\t\t\t'evidantly',\r\n\t\t\t\t\t'evidentaly',\r\n\t\t\t\t\t'evidentely',\r\n\t\t\t\t\t'evidentlly',\r\n\t\t\t\t],\r\n\t\t\t\t'evil'=>[\r\n\t\t\t\t\t'evol',\r\n\t\t\t\t],\r\n\t\t\t\t'evincible'=>[\r\n\t\t\t\t\t'evincable',\r\n\t\t\t\t],\r\n\t\t\t\t'eviscerate'=>[\r\n\t\t\t\t\t'evicerate',\r\n\t\t\t\t\t'evicserate',\r\n\t\t\t\t\t'eviserate',\r\n\t\t\t\t],\r\n\t\t\t\t'eviscerating'=>[\r\n\t\t\t\t\t'evicerating',\r\n\t\t\t\t\t'evicserating',\r\n\t\t\t\t\t'eviserating',\r\n\t\t\t\t],\r\n\t\t\t\t'evisceration'=>[\r\n\t\t\t\t\t'eviceration',\r\n\t\t\t\t\t'evicseration',\r\n\t\t\t\t\t'eviseration',\r\n\t\t\t\t],\r\n\t\t\t\t'evitable'=>[\r\n\t\t\t\t\t'evitible',\r\n\t\t\t\t],\r\n\t\t\t\t'evocatively'=>[\r\n\t\t\t\t\t'evocativly',\r\n\t\t\t\t],\r\n\t\t\t\t'evolution'=>[\r\n\t\t\t\t\t'evalution',\r\n\t\t\t\t\t'evlution',\r\n\t\t\t\t\t'evoltion',\r\n\t\t\t\t\t'evoluton',\r\n\t\t\t\t],\r\n\t\t\t\t'evolutionary'=>[\r\n\t\t\t\t\t'evolutionery',\r\n\t\t\t\t],\r\n\t\t\t\t'exacerbate'=>[\r\n\t\t\t\t\t'exerbate',\r\n\t\t\t\t],\r\n\t\t\t\t'exacerbated'=>[\r\n\t\t\t\t\t'exerbated',\r\n\t\t\t\t],\r\n\t\t\t\t'exact'=>[\r\n\t\t\t\t\t'exact exact',\r\n\t\t\t\t\t'exact exact exact',\r\n\t\t\t\t],\r\n\t\t\t\t'exactly'=>[\r\n\t\t\t\t\t'exactally',\r\n\t\t\t\t\t'exactaly',\r\n\t\t\t\t\t'exactely',\r\n\t\t\t\t\t'exactlly',\r\n\t\t\t\t],\r\n\t\t\t\t'exaggerate'=>[\r\n\t\t\t\t\t'exagerate',\r\n\t\t\t\t\t'exagerrate',\r\n\t\t\t\t],\r\n\t\t\t\t'exaggerated'=>[\r\n\t\t\t\t\t'exagerated',\r\n\t\t\t\t],\r\n\t\t\t\t'exaggeratedly'=>[\r\n\t\t\t\t\t'exageratedly',\r\n\t\t\t\t],\r\n\t\t\t\t'exaggeratedness'=>[\r\n\t\t\t\t\t'exageratedness',\r\n\t\t\t\t],\r\n\t\t\t\t'exaggerates'=>[\r\n\t\t\t\t\t'exagerates',\r\n\t\t\t\t\t'exagerrates',\r\n\t\t\t\t],\r\n\t\t\t\t'exaggerating'=>[\r\n\t\t\t\t\t'exagerating',\r\n\t\t\t\t\t'exagerrating',\r\n\t\t\t\t],\r\n\t\t\t\t'exaggeration'=>[\r\n\t\t\t\t\t'exageration',\r\n\t\t\t\t],\r\n\t\t\t\t'exaggerations'=>[\r\n\t\t\t\t\t'exagerations',\r\n\t\t\t\t],\r\n\t\t\t\t'exaggerative'=>[\r\n\t\t\t\t\t'exagerative',\r\n\t\t\t\t],\r\n\t\t\t\t'exaggerator'=>[\r\n\t\t\t\t\t'exagerator',\r\n\t\t\t\t],\r\n\t\t\t\t'exaggerators'=>[\r\n\t\t\t\t\t'exagerators',\r\n\t\t\t\t],\r\n\t\t\t\t'exaggeratory'=>[\r\n\t\t\t\t\t'exageratory',\r\n\t\t\t\t],\r\n\t\t\t\t'exahertz'=>[\r\n\t\t\t\t\t'exaertz',\r\n\t\t\t\t],\r\n\t\t\t\t'exahertzes'=>[\r\n\t\t\t\t\t'exaertzes',\r\n\t\t\t\t],\r\n\t\t\t\t'exalt'=>[\r\n\t\t\t\t\t'exhalt',\r\n\t\t\t\t],\r\n\t\t\t\t'exaltation'=>[\r\n\t\t\t\t\t'exhaltation',\r\n\t\t\t\t],\r\n\t\t\t\t'examinant'=>[\r\n\t\t\t\t\t'examinint',\r\n\t\t\t\t],\r\n\t\t\t\t'examination'=>[\r\n\t\t\t\t\t'examinition',\r\n\t\t\t\t],\r\n\t\t\t\t'examine'=>[\r\n\t\t\t\t\t'examinate',\r\n\t\t\t\t\t'examini',\r\n\t\t\t\t],\r\n\t\t\t\t'examinee'=>[\r\n\t\t\t\t\t'examinie',\r\n\t\t\t\t],\r\n\t\t\t\t'example'=>[\r\n\t\t\t\t\t'example example',\r\n\t\t\t\t\t'example example example',\r\n\t\t\t\t\t'exemple',\r\n\t\t\t\t\t'exmaple',\r\n\t\t\t\t],\r\n\t\t\t\t'exanthematic'=>[\r\n\t\t\t\t\t'exenthematic',\r\n\t\t\t\t],\r\n\t\t\t\t'exasperated'=>[\r\n\t\t\t\t\t'exasparated',\r\n\t\t\t\t],\r\n\t\t\t\t'exceed'=>[\r\n\t\t\t\t\t'excede',\r\n\t\t\t\t],\r\n\t\t\t\t'exceeded'=>[\r\n\t\t\t\t\t'excedded',\r\n\t\t\t\t],\r\n\t\t\t\t'exceedingly'=>[\r\n\t\t\t\t\t'exceedingally',\r\n\t\t\t\t\t'exceedingaly',\r\n\t\t\t\t\t'exceedingely',\r\n\t\t\t\t\t'exceedinglly',\r\n\t\t\t\t],\r\n\t\t\t\t'excel'=>[\r\n\t\t\t\t\t'excell',\r\n\t\t\t\t],\r\n\t\t\t\t'excellence'=>[\r\n\t\t\t\t\t'excellance',\r\n\t\t\t\t\t'excelence',\r\n\t\t\t\t],\r\n\t\t\t\t'excellency'=>[\r\n\t\t\t\t\t'excellensy',\r\n\t\t\t\t],\r\n\t\t\t\t'excellent'=>[\r\n\t\t\t\t\t'excelent',\r\n\t\t\t\t\t'excellant',\r\n\t\t\t\t\t'execellent',\r\n\t\t\t\t\t'exelent',\r\n\t\t\t\t\t'exellent',\r\n\t\t\t\t],\r\n\t\t\t\t'excels'=>[\r\n\t\t\t\t\t'excells',\r\n\t\t\t\t],\r\n\t\t\t\t'except'=>[\r\n\t\t\t\t\t'except except',\r\n\t\t\t\t\t'except except except',\r\n\t\t\t\t\t'excet',\r\n\t\t\t\t\t'execpt',\r\n\t\t\t\t\t'exept',\r\n\t\t\t\t],\r\n\t\t\t\t'exceptionable'=>[\r\n\t\t\t\t\t'exceptionible',\r\n\t\t\t\t],\r\n\t\t\t\t'excerpt'=>[\r\n\t\t\t\t\t'exerpt',\r\n\t\t\t\t],\r\n\t\t\t\t'excerpting'=>[\r\n\t\t\t\t\t'exerpting',\r\n\t\t\t\t],\r\n\t\t\t\t'excerpts'=>[\r\n\t\t\t\t\t'exerpts',\r\n\t\t\t\t],\r\n\t\t\t\t'excess'=>[\r\n\t\t\t\t\t'exces',\r\n\t\t\t\t],\r\n\t\t\t\t'excessive'=>[\r\n\t\t\t\t\t'eccessive',\r\n\t\t\t\t\t'excesssive',\r\n\t\t\t\t\t'excesive',\r\n\t\t\t\t],\r\n\t\t\t\t'excessively'=>[\r\n\t\t\t\t\t'excessivly',\r\n\t\t\t\t],\r\n\t\t\t\t'exchange'=>[\r\n\t\t\t\t\t'exchnage',\r\n\t\t\t\t\t'exhange',\r\n\t\t\t\t],\r\n\t\t\t\t'exchangeability'=>[\r\n\t\t\t\t\t'exchangebility',\r\n\t\t\t\t],\r\n\t\t\t\t'excipient'=>[\r\n\t\t\t\t\t'excipeint',\r\n\t\t\t\t\t'excipint',\r\n\t\t\t\t],\r\n\t\t\t\t'excisable'=>[\r\n\t\t\t\t\t'excisible',\r\n\t\t\t\t],\r\n\t\t\t\t'excitabilities'=>[\r\n\t\t\t\t\t'excitabiliteis',\r\n\t\t\t\t\t'excitabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'excitable'=>[\r\n\t\t\t\t\t'exciteable',\r\n\t\t\t\t\t'excitible',\r\n\t\t\t\t],\r\n\t\t\t\t'excite'=>[\r\n\t\t\t\t\t'excite excite',\r\n\t\t\t\t\t'excite excite excite',\r\n\t\t\t\t],\r\n\t\t\t\t'excitement'=>[\r\n\t\t\t\t\t'excitemant',\r\n\t\t\t\t],\r\n\t\t\t\t'excludabilities'=>[\r\n\t\t\t\t\t'excludabiliteis',\r\n\t\t\t\t\t'excludabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'excludible'=>[\r\n\t\t\t\t\t'excludable',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusion'=>[\r\n\t\t\t\t\t'excluison',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusionary'=>[\r\n\t\t\t\t\t'excluisonary',\r\n\t\t\t\t\t'exclusionery',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusionist'=>[\r\n\t\t\t\t\t'excluisonist',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusionists'=>[\r\n\t\t\t\t\t'excluisonists',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusions'=>[\r\n\t\t\t\t\t'excluisons',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusive'=>[\r\n\t\t\t\t\t'excluisve',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusively'=>[\r\n\t\t\t\t\t'excluisvely',\r\n\t\t\t\t\t'exclusivly',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusiveness'=>[\r\n\t\t\t\t\t'excluisveness',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusivenesses'=>[\r\n\t\t\t\t\t'excluisvenesses',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusives'=>[\r\n\t\t\t\t\t'excluisves',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusivism'=>[\r\n\t\t\t\t\t'excluisvism',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusivisms'=>[\r\n\t\t\t\t\t'excluisvisms',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusivist'=>[\r\n\t\t\t\t\t'excluisvist',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusivists'=>[\r\n\t\t\t\t\t'excluisvists',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusivities'=>[\r\n\t\t\t\t\t'excluisvities',\r\n\t\t\t\t],\r\n\t\t\t\t'exclusivity'=>[\r\n\t\t\t\t\t'excluisvity',\r\n\t\t\t\t],\r\n\t\t\t\t'excommunicate'=>[\r\n\t\t\t\t\t'excomnunicate',\r\n\t\t\t\t],\r\n\t\t\t\t'excommunicated'=>[\r\n\t\t\t\t\t'excomnunicated',\r\n\t\t\t\t],\r\n\t\t\t\t'excommunicates'=>[\r\n\t\t\t\t\t'excomnunicates',\r\n\t\t\t\t],\r\n\t\t\t\t'excommunicating'=>[\r\n\t\t\t\t\t'excomnunicating',\r\n\t\t\t\t],\r\n\t\t\t\t'excommunication'=>[\r\n\t\t\t\t\t'excomnunication',\r\n\t\t\t\t],\r\n\t\t\t\t'excommunicative'=>[\r\n\t\t\t\t\t'excomnunicative',\r\n\t\t\t\t],\r\n\t\t\t\t'excommunicator'=>[\r\n\t\t\t\t\t'excomnunicator',\r\n\t\t\t\t],\r\n\t\t\t\t'excommunicators'=>[\r\n\t\t\t\t\t'excomnunicators',\r\n\t\t\t\t],\r\n\t\t\t\t'excrementitious'=>[\r\n\t\t\t\t\t'excremantitious',\r\n\t\t\t\t\t'excrementitous',\r\n\t\t\t\t],\r\n\t\t\t\t'excrescence'=>[\r\n\t\t\t\t\t'excrecence',\r\n\t\t\t\t\t'excrecsence',\r\n\t\t\t\t\t'excrescance',\r\n\t\t\t\t\t'excresence',\r\n\t\t\t\t],\r\n\t\t\t\t'excrescences'=>[\r\n\t\t\t\t\t'excrecences',\r\n\t\t\t\t\t'excrecsences',\r\n\t\t\t\t\t'excresences',\r\n\t\t\t\t],\r\n\t\t\t\t'excrescency'=>[\r\n\t\t\t\t\t'excrescensy',\r\n\t\t\t\t],\r\n\t\t\t\t'excrescently'=>[\r\n\t\t\t\t\t'excrecently',\r\n\t\t\t\t\t'excrecsently',\r\n\t\t\t\t\t'excresently',\r\n\t\t\t\t],\r\n\t\t\t\t'excruciating'=>[\r\n\t\t\t\t\t'excrutiating',\r\n\t\t\t\t],\r\n\t\t\t\t'excurrent'=>[\r\n\t\t\t\t\t'excurent',\r\n\t\t\t\t],\r\n\t\t\t\t'excursively'=>[\r\n\t\t\t\t\t'excursivly',\r\n\t\t\t\t],\r\n\t\t\t\t'excusing'=>[\r\n\t\t\t\t\t'excuisng',\r\n\t\t\t\t],\r\n\t\t\t\t'execrable'=>[\r\n\t\t\t\t\t'execrible',\r\n\t\t\t\t],\r\n\t\t\t\t'execute'=>[\r\n\t\t\t\t\t'excecute',\r\n\t\t\t\t],\r\n\t\t\t\t'execution'=>[\r\n\t\t\t\t\t'excecution',\r\n\t\t\t\t],\r\n\t\t\t\t'executive'=>[\r\n\t\t\t\t\t'exective',\r\n\t\t\t\t],\r\n\t\t\t\t'exemplar'=>[\r\n\t\t\t\t\t'exempler',\r\n\t\t\t\t],\r\n\t\t\t\t'exemplariness'=>[\r\n\t\t\t\t\t'exemplariniss',\r\n\t\t\t\t],\r\n\t\t\t\t'exemplarinesses'=>[\r\n\t\t\t\t\t'exemplarinisses',\r\n\t\t\t\t],\r\n\t\t\t\t'exemplary'=>[\r\n\t\t\t\t\t'exemplery',\r\n\t\t\t\t],\r\n\t\t\t\t'exempt'=>[\r\n\t\t\t\t\t'exampt',\r\n\t\t\t\t\t'excempt',\r\n\t\t\t\t],\r\n\t\t\t\t'exequatur'=>[\r\n\t\t\t\t\t'exeqautur',\r\n\t\t\t\t],\r\n\t\t\t\t'exequaturs'=>[\r\n\t\t\t\t\t'exeqauturs',\r\n\t\t\t\t],\r\n\t\t\t\t'exercise'=>[\r\n\t\t\t\t\t'excercise',\r\n\t\t\t\t\t'excersise',\r\n\t\t\t\t\t'exercice',\r\n\t\t\t\t\t'exercise exercise',\r\n\t\t\t\t\t'exercise exercise exercise',\r\n\t\t\t\t\t'exercize',\r\n\t\t\t\t],\r\n\t\t\t\t'exerted'=>[\r\n\t\t\t\t\t'extered',\r\n\t\t\t\t],\r\n\t\t\t\t'exfoliate'=>[\r\n\t\t\t\t\t'exfolliate',\r\n\t\t\t\t],\r\n\t\t\t\t'exhaust'=>[\r\n\t\t\t\t\t'exaust',\r\n\t\t\t\t\t'exhuast',\r\n\t\t\t\t],\r\n\t\t\t\t'exhaustible'=>[\r\n\t\t\t\t\t'exhaustable',\r\n\t\t\t\t],\r\n\t\t\t\t'exhaustively'=>[\r\n\t\t\t\t\t'exhaustivly',\r\n\t\t\t\t],\r\n\t\t\t\t'exhaustivities'=>[\r\n\t\t\t\t\t'exhaustiviteis',\r\n\t\t\t\t\t'exhaustivitis',\r\n\t\t\t\t],\r\n\t\t\t\t'exhaustlessly'=>[\r\n\t\t\t\t\t'exhaustlessally',\r\n\t\t\t\t\t'exhaustlessaly',\r\n\t\t\t\t\t'exhaustlessely',\r\n\t\t\t\t\t'exhaustlesslly',\r\n\t\t\t\t],\r\n\t\t\t\t'exhibit'=>[\r\n\t\t\t\t\t'exbit',\r\n\t\t\t\t\t'exhbit',\r\n\t\t\t\t\t'exhibt',\r\n\t\t\t\t\t'exibit',\r\n\t\t\t\t],\r\n\t\t\t\t'exhibiting'=>[\r\n\t\t\t\t\t'exbiting',\r\n\t\t\t\t\t'exhbiting',\r\n\t\t\t\t\t'exhibting',\r\n\t\t\t\t\t'exibiting',\r\n\t\t\t\t],\r\n\t\t\t\t'exhibition'=>[\r\n\t\t\t\t\t'exhibiton',\r\n\t\t\t\t\t'exhibtion',\r\n\t\t\t\t\t'exibition',\r\n\t\t\t\t],\r\n\t\t\t\t'exhibitions'=>[\r\n\t\t\t\t\t'exjibitions',\r\n\t\t\t\t],\r\n\t\t\t\t'exhibits'=>[\r\n\t\t\t\t\t'exbits',\r\n\t\t\t\t\t'exhbits',\r\n\t\t\t\t\t'exhibts',\r\n\t\t\t\t\t'exibits',\r\n\t\t\t\t],\r\n\t\t\t\t'exhilarate'=>[\r\n\t\t\t\t\t'exhilirate',\r\n\t\t\t\t],\r\n\t\t\t\t'exigence'=>[\r\n\t\t\t\t\t'exigance',\r\n\t\t\t\t],\r\n\t\t\t\t'exigency'=>[\r\n\t\t\t\t\t'exigensy',\r\n\t\t\t\t],\r\n\t\t\t\t'exigent'=>[\r\n\t\t\t\t\t'exigant',\r\n\t\t\t\t],\r\n\t\t\t\t'exigently'=>[\r\n\t\t\t\t\t'exigentally',\r\n\t\t\t\t\t'exigentaly',\r\n\t\t\t\t\t'exigentely',\r\n\t\t\t\t\t'exigentlly',\r\n\t\t\t\t],\r\n\t\t\t\t'exigible'=>[\r\n\t\t\t\t\t'exigable',\r\n\t\t\t\t],\r\n\t\t\t\t'exiguous'=>[\r\n\t\t\t\t\t'exigous',\r\n\t\t\t\t],\r\n\t\t\t\t'exiguously'=>[\r\n\t\t\t\t\t'exigously',\r\n\t\t\t\t],\r\n\t\t\t\t'exiguousness'=>[\r\n\t\t\t\t\t'exigousness',\r\n\t\t\t\t],\r\n\t\t\t\t'exiguousnesses'=>[\r\n\t\t\t\t\t'exigousnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'exilian'=>[\r\n\t\t\t\t\t'exilan',\r\n\t\t\t\t],\r\n\t\t\t\t'eximious'=>[\r\n\t\t\t\t\t'eximous',\r\n\t\t\t\t],\r\n\t\t\t\t'exine'=>[\r\n\t\t\t\t\t'exini',\r\n\t\t\t\t],\r\n\t\t\t\t'exines'=>[\r\n\t\t\t\t\t'exinis',\r\n\t\t\t\t],\r\n\t\t\t\t'exist'=>[\r\n\t\t\t\t\t'exsist',\r\n\t\t\t\t\t'exsit',\r\n\t\t\t\t],\r\n\t\t\t\t'existence'=>[\r\n\t\t\t\t\t'existance',\r\n\t\t\t\t\t'exsistance',\r\n\t\t\t\t\t'exsistence',\r\n\t\t\t\t\t'exsitance',\r\n\t\t\t\t\t'exsitence',\r\n\t\t\t\t],\r\n\t\t\t\t'existent'=>[\r\n\t\t\t\t\t'existant',\r\n\t\t\t\t],\r\n\t\t\t\t'existential'=>[\r\n\t\t\t\t\t'existantial',\r\n\t\t\t\t],\r\n\t\t\t\t'existentialism'=>[\r\n\t\t\t\t\t'existantialism',\r\n\t\t\t\t],\r\n\t\t\t\t'existentialisms'=>[\r\n\t\t\t\t\t'existantialisms',\r\n\t\t\t\t],\r\n\t\t\t\t'existentially'=>[\r\n\t\t\t\t\t'existantially',\r\n\t\t\t\t],\r\n\t\t\t\t'existing'=>[\r\n\t\t\t\t\t'exisiting',\r\n\t\t\t\t\t'exsiting',\r\n\t\t\t\t],\r\n\t\t\t\t'exocrine'=>[\r\n\t\t\t\t\t'exocrini',\r\n\t\t\t\t],\r\n\t\t\t\t'exonuclease'=>[\r\n\t\t\t\t\t'exonuclese',\r\n\t\t\t\t],\r\n\t\t\t\t'exorbitance'=>[\r\n\t\t\t\t\t'exorbitence',\r\n\t\t\t\t],\r\n\t\t\t\t'exorbitant'=>[\r\n\t\t\t\t\t'exhorbitant',\r\n\t\t\t\t\t'exorbitent',\r\n\t\t\t\t],\r\n\t\t\t\t'exorbitantly'=>[\r\n\t\t\t\t\t'exorbitently',\r\n\t\t\t\t],\r\n\t\t\t\t'exoskeleton'=>[\r\n\t\t\t\t\t'exoskelaton',\r\n\t\t\t\t],\r\n\t\t\t\t'exothermicities'=>[\r\n\t\t\t\t\t'exothermiciteis',\r\n\t\t\t\t\t'exothermicitis',\r\n\t\t\t\t],\r\n\t\t\t\t'expandabilities'=>[\r\n\t\t\t\t\t'expandabiliteis',\r\n\t\t\t\t\t'expandabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'expanded'=>[\r\n\t\t\t\t\t'exapnded',\r\n\t\t\t\t],\r\n\t\t\t\t'expanse'=>[\r\n\t\t\t\t\t'expance',\r\n\t\t\t\t],\r\n\t\t\t\t'expansibilities'=>[\r\n\t\t\t\t\t'expansibiliteis',\r\n\t\t\t\t\t'expansibilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'expansible'=>[\r\n\t\t\t\t\t'expansable',\r\n\t\t\t\t],\r\n\t\t\t\t'expansion'=>[\r\n\t\t\t\t\t'expantion',\r\n\t\t\t\t],\r\n\t\t\t\t'expansionary'=>[\r\n\t\t\t\t\t'expansionery',\r\n\t\t\t\t],\r\n\t\t\t\t'expansively'=>[\r\n\t\t\t\t\t'expansivly',\r\n\t\t\t\t],\r\n\t\t\t\t'expect'=>[\r\n\t\t\t\t\t'expect expect',\r\n\t\t\t\t\t'expect expect expect',\r\n\t\t\t\t],\r\n\t\t\t\t'expectance'=>[\r\n\t\t\t\t\t'expectence',\r\n\t\t\t\t],\r\n\t\t\t\t'expectancy'=>[\r\n\t\t\t\t\t'expectansy',\r\n\t\t\t\t],\r\n\t\t\t\t'expectant'=>[\r\n\t\t\t\t\t'expectent',\r\n\t\t\t\t],\r\n\t\t\t\t'expectation'=>[\r\n\t\t\t\t\t'expection',\r\n\t\t\t\t],\r\n\t\t\t\t'expectedly'=>[\r\n\t\t\t\t\t'expectedally',\r\n\t\t\t\t\t'expectedaly',\r\n\t\t\t\t\t'expectedely',\r\n\t\t\t\t\t'expectedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'expectorant'=>[\r\n\t\t\t\t\t'expectorent',\r\n\t\t\t\t],\r\n\t\t\t\t'expectorants'=>[\r\n\t\t\t\t\t'expectorents',\r\n\t\t\t\t],\r\n\t\t\t\t'expedience'=>[\r\n\t\t\t\t\t'expedeince',\r\n\t\t\t\t\t'expediance',\r\n\t\t\t\t\t'expedince',\r\n\t\t\t\t],\r\n\t\t\t\t'expediency'=>[\r\n\t\t\t\t\t'expedeincy',\r\n\t\t\t\t\t'expediensy',\r\n\t\t\t\t\t'expedincy',\r\n\t\t\t\t],\r\n\t\t\t\t'expedient'=>[\r\n\t\t\t\t\t'expedeint',\r\n\t\t\t\t\t'expediant',\r\n\t\t\t\t\t'expedint',\r\n\t\t\t\t],\r\n\t\t\t\t'expediential'=>[\r\n\t\t\t\t\t'expedeintial',\r\n\t\t\t\t\t'expediantial',\r\n\t\t\t\t\t'expedintial',\r\n\t\t\t\t],\r\n\t\t\t\t'expedite'=>[\r\n\t\t\t\t\t'expidite',\r\n\t\t\t\t],\r\n\t\t\t\t'expeditionary'=>[\r\n\t\t\t\t\t'expeditionery',\r\n\t\t\t\t],\r\n\t\t\t\t'expeditious'=>[\r\n\t\t\t\t\t'expeditous',\r\n\t\t\t\t],\r\n\t\t\t\t'expeditiously'=>[\r\n\t\t\t\t\t'expeditiousally',\r\n\t\t\t\t\t'expeditiousaly',\r\n\t\t\t\t\t'expeditiousely',\r\n\t\t\t\t\t'expeditiouslly',\r\n\t\t\t\t\t'expeditously',\r\n\t\t\t\t],\r\n\t\t\t\t'expel'=>[\r\n\t\t\t\t\t'expell',\r\n\t\t\t\t],\r\n\t\t\t\t'expelled'=>[\r\n\t\t\t\t\t'expeled',\r\n\t\t\t\t],\r\n\t\t\t\t'expelling'=>[\r\n\t\t\t\t\t'expeling',\r\n\t\t\t\t],\r\n\t\t\t\t'expels'=>[\r\n\t\t\t\t\t'expells',\r\n\t\t\t\t],\r\n\t\t\t\t'expendabilities'=>[\r\n\t\t\t\t\t'expendabiliteis',\r\n\t\t\t\t\t'expendabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'expendable'=>[\r\n\t\t\t\t\t'expendible',\r\n\t\t\t\t],\r\n\t\t\t\t'expense'=>[\r\n\t\t\t\t\t'expence',\r\n\t\t\t\t],\r\n\t\t\t\t'expenses'=>[\r\n\t\t\t\t\t'expences',\r\n\t\t\t\t],\r\n\t\t\t\t'expensively'=>[\r\n\t\t\t\t\t'expensivly',\r\n\t\t\t\t],\r\n\t\t\t\t'experience'=>[\r\n\t\t\t\t\t'expereince',\r\n\t\t\t\t\t'experiance',\r\n\t\t\t\t\t'experience experience',\r\n\t\t\t\t\t'experience experience experience',\r\n\t\t\t\t\t'exprience',\r\n\t\t\t\t\t'experince',\r\n\t\t\t\t],\r\n\t\t\t\t'experienced'=>[\r\n\t\t\t\t\t'expereinced',\r\n\t\t\t\t\t'experinced',\r\n\t\t\t\t],\r\n\t\t\t\t'experiential'=>[\r\n\t\t\t\t\t'expereintial',\r\n\t\t\t\t\t'experiantial',\r\n\t\t\t\t\t'experintial',\r\n\t\t\t\t],\r\n\t\t\t\t'experientially'=>[\r\n\t\t\t\t\t'expereintially',\r\n\t\t\t\t\t'experintially',\r\n\t\t\t\t],\r\n\t\t\t\t'experiment'=>[\r\n\t\t\t\t\t'experement',\r\n\t\t\t\t\t'experiment experiment',\r\n\t\t\t\t\t'experiment experiment experiment',\r\n\t\t\t\t\t'experment',\r\n\t\t\t\t\t'expirement',\r\n\t\t\t\t\t'experimant',\r\n\t\t\t\t],\r\n\t\t\t\t'experimental'=>[\r\n\t\t\t\t\t'experimantal',\r\n\t\t\t\t],\r\n\t\t\t\t'experimentalism'=>[\r\n\t\t\t\t\t'experimantalism',\r\n\t\t\t\t],\r\n\t\t\t\t'experimentally'=>[\r\n\t\t\t\t\t'experimentalally',\r\n\t\t\t\t\t'experimentalaly',\r\n\t\t\t\t\t'experimentalely',\r\n\t\t\t\t\t'experimentallly',\r\n\t\t\t\t],\r\n\t\t\t\t'experimentation'=>[\r\n\t\t\t\t\t'experimantation',\r\n\t\t\t\t],\r\n\t\t\t\t'experimenters'=>[\r\n\t\t\t\t\t'experimanters',\r\n\t\t\t\t],\r\n\t\t\t\t'experimenting'=>[\r\n\t\t\t\t\t'experimanting',\r\n\t\t\t\t],\r\n\t\t\t\t'expertly'=>[\r\n\t\t\t\t\t'expertally',\r\n\t\t\t\t\t'expertaly',\r\n\t\t\t\t\t'expertely',\r\n\t\t\t\t\t'expertlly',\r\n\t\t\t\t],\r\n\t\t\t\t'expiable'=>[\r\n\t\t\t\t\t'expiible',\r\n\t\t\t\t],\r\n\t\t\t\t'explain'=>[\r\n\t\t\t\t\t'expalin',\r\n\t\t\t\t\t'explane',\r\n\t\t\t\t],\r\n\t\t\t\t'explanation'=>[\r\n\t\t\t\t\t'explaination',\r\n\t\t\t\t\t'explination',\r\n\t\t\t\t],\r\n\t\t\t\t'explanatively'=>[\r\n\t\t\t\t\t'explanativly',\r\n\t\t\t\t],\r\n\t\t\t\t'explant'=>[\r\n\t\t\t\t\t'explent',\r\n\t\t\t\t],\r\n\t\t\t\t'explantation'=>[\r\n\t\t\t\t\t'explentation',\r\n\t\t\t\t],\r\n\t\t\t\t'explicable'=>[\r\n\t\t\t\t\t'explicible',\r\n\t\t\t\t],\r\n\t\t\t\t'explicably'=>[\r\n\t\t\t\t\t'explicabally',\r\n\t\t\t\t\t'explicabaly',\r\n\t\t\t\t\t'explicabely',\r\n\t\t\t\t\t'explicablly',\r\n\t\t\t\t],\r\n\t\t\t\t'explicatively'=>[\r\n\t\t\t\t\t'explicativly',\r\n\t\t\t\t],\r\n\t\t\t\t'explicit'=>[\r\n\t\t\t\t\t'explict',\r\n\t\t\t\t],\r\n\t\t\t\t'explicitly'=>[\r\n\t\t\t\t\t'explicitely',\r\n\t\t\t\t\t'explictly',\r\n\t\t\t\t],\r\n\t\t\t\t'exploit'=>[\r\n\t\t\t\t\t'exploitate',\r\n\t\t\t\t\t'exuloit',\r\n\t\t\t\t],\r\n\t\t\t\t'exploitation'=>[\r\n\t\t\t\t\t'exaloitation',\r\n\t\t\t\t\t'exuloitation',\r\n\t\t\t\t],\r\n\t\t\t\t'exploitative'=>[\r\n\t\t\t\t\t'exploititive',\r\n\t\t\t\t],\r\n\t\t\t\t'exploitatively'=>[\r\n\t\t\t\t\t'exploitativly',\r\n\t\t\t\t],\r\n\t\t\t\t'exploiter'=>[\r\n\t\t\t\t\t'exuloiter',\r\n\t\t\t\t],\r\n\t\t\t\t'exploiting'=>[\r\n\t\t\t\t\t'exuloiting',\r\n\t\t\t\t],\r\n\t\t\t\t'exploration'=>[\r\n\t\t\t\t\t'exporation',\r\n\t\t\t\t],\r\n\t\t\t\t'exploratively'=>[\r\n\t\t\t\t\t'explorativly',\r\n\t\t\t\t],\r\n\t\t\t\t'explosively'=>[\r\n\t\t\t\t\t'explosivly',\r\n\t\t\t\t],\r\n\t\t\t\t'exponent'=>[\r\n\t\t\t\t\t'exponant',\r\n\t\t\t\t],\r\n\t\t\t\t'exponential'=>[\r\n\t\t\t\t\t'exponantial',\r\n\t\t\t\t],\r\n\t\t\t\t'exponentially'=>[\r\n\t\t\t\t\t'exponantially',\r\n\t\t\t\t],\r\n\t\t\t\t'exponentiation'=>[\r\n\t\t\t\t\t'exponantiation',\r\n\t\t\t\t],\r\n\t\t\t\t'exportabilities'=>[\r\n\t\t\t\t\t'exportabiliteis',\r\n\t\t\t\t\t'exportabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'express'=>[\r\n\t\t\t\t\t'expres',\r\n\t\t\t\t],\r\n\t\t\t\t'expressely'=>[\r\n\t\t\t\t\t'expressedly',\r\n\t\t\t\t],\r\n\t\t\t\t'expressible'=>[\r\n\t\t\t\t\t'expressable',\r\n\t\t\t\t],\r\n\t\t\t\t'expression'=>[\r\n\t\t\t\t\t'expresion',\r\n\t\t\t\t],\r\n\t\t\t\t'expressionism'=>[\r\n\t\t\t\t\t'expresionism',\r\n\t\t\t\t],\r\n\t\t\t\t'expressionless'=>[\r\n\t\t\t\t\t'expressionles',\r\n\t\t\t\t],\r\n\t\t\t\t'expressive'=>[\r\n\t\t\t\t\t'expresive',\r\n\t\t\t\t],\r\n\t\t\t\t'expressively'=>[\r\n\t\t\t\t\t'expressivly',\r\n\t\t\t\t],\r\n\t\t\t\t'expressivities'=>[\r\n\t\t\t\t\t'expressiviteis',\r\n\t\t\t\t\t'expressivitis',\r\n\t\t\t\t],\r\n\t\t\t\t'expressivity'=>[\r\n\t\t\t\t\t'expresivity',\r\n\t\t\t\t],\r\n\t\t\t\t'expressly'=>[\r\n\t\t\t\t\t'expressedly',\r\n\t\t\t\t\t'expressely',\r\n\t\t\t\t\t'expresly',\r\n\t\t\t\t\t'expressally',\r\n\t\t\t\t\t'expressaly',\r\n\t\t\t\t\t'expresslly',\r\n\t\t\t\t],\r\n\t\t\t\t'expressway'=>[\r\n\t\t\t\t\t'expresway',\r\n\t\t\t\t],\r\n\t\t\t\t'exquisitely'=>[\r\n\t\t\t\t\t'exquisately',\r\n\t\t\t\t\t'exquisitly',\r\n\t\t\t\t],\r\n\t\t\t\t'exsanguinate'=>[\r\n\t\t\t\t\t'exsanguinite',\r\n\t\t\t\t],\r\n\t\t\t\t'exsanguinations'=>[\r\n\t\t\t\t\t'exsanguinitions',\r\n\t\t\t\t],\r\n\t\t\t\t'exsiccate'=>[\r\n\t\t\t\t\t'exsicate',\r\n\t\t\t\t],\r\n\t\t\t\t'exsiccated'=>[\r\n\t\t\t\t\t'exsicated',\r\n\t\t\t\t],\r\n\t\t\t\t'exsiccates'=>[\r\n\t\t\t\t\t'exsicates',\r\n\t\t\t\t],\r\n\t\t\t\t'exsiccating'=>[\r\n\t\t\t\t\t'exsicating',\r\n\t\t\t\t],\r\n\t\t\t\t'exsiccation'=>[\r\n\t\t\t\t\t'exsication',\r\n\t\t\t\t],\r\n\t\t\t\t'exsiccations'=>[\r\n\t\t\t\t\t'exsications',\r\n\t\t\t\t],\r\n\t\t\t\t'extant'=>[\r\n\t\t\t\t\t'extint',\r\n\t\t\t\t\t'extent',\r\n\t\t\t\t],\r\n\t\t\t\t'extemporaneity'=>[\r\n\t\t\t\t\t'extemporaniety',\r\n\t\t\t\t],\r\n\t\t\t\t'extemporary'=>[\r\n\t\t\t\t\t'extemporery',\r\n\t\t\t\t],\r\n\t\t\t\t'extended'=>[\r\n\t\t\t\t\t'extented',\r\n\t\t\t\t],\r\n\t\t\t\t'extendedly'=>[\r\n\t\t\t\t\t'extendedally',\r\n\t\t\t\t\t'extendedaly',\r\n\t\t\t\t\t'extendedely',\r\n\t\t\t\t\t'extendedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'extendible'=>[\r\n\t\t\t\t\t'extendable',\r\n\t\t\t\t],\r\n\t\t\t\t'extensible'=>[\r\n\t\t\t\t\t'extensable',\r\n\t\t\t\t],\r\n\t\t\t\t'extension'=>[\r\n\t\t\t\t\t'extention',\r\n\t\t\t\t],\r\n\t\t\t\t'extension '=>[\r\n\t\t\t\t\t'extention',\r\n\t\t\t\t],\r\n\t\t\t\t'extensions'=>[\r\n\t\t\t\t\t'extentions',\r\n\t\t\t\t],\r\n\t\t\t\t'extensive'=>[\r\n\t\t\t\t\t'exstensive',\r\n\t\t\t\t],\r\n\t\t\t\t'extensively'=>[\r\n\t\t\t\t\t'exten-sively',\r\n\t\t\t\t\t'extensivly',\r\n\t\t\t\t],\r\n\t\t\t\t'extent'=>[\r\n\t\t\t\t\t'extant',\r\n\t\t\t\t],\r\n\t\t\t\t'extenuate'=>[\r\n\t\t\t\t\t'extenaute',\r\n\t\t\t\t],\r\n\t\t\t\t'extenuated'=>[\r\n\t\t\t\t\t'extenauted',\r\n\t\t\t\t],\r\n\t\t\t\t'extenuates'=>[\r\n\t\t\t\t\t'extenautes',\r\n\t\t\t\t],\r\n\t\t\t\t'extenuation'=>[\r\n\t\t\t\t\t'extenaution',\r\n\t\t\t\t],\r\n\t\t\t\t'extenuator'=>[\r\n\t\t\t\t\t'extenautor',\r\n\t\t\t\t],\r\n\t\t\t\t'exterminate'=>[\r\n\t\t\t\t\t'exterminite',\r\n\t\t\t\t],\r\n\t\t\t\t'exterminator'=>[\r\n\t\t\t\t\t'exterminitor',\r\n\t\t\t\t],\r\n\t\t\t\t'extermining'=>[\r\n\t\t\t\t\t'exterminang',\r\n\t\t\t\t],\r\n\t\t\t\t'external'=>[\r\n\t\t\t\t\t'exerternal',\r\n\t\t\t\t\t'extemal',\r\n\t\t\t\t],\r\n\t\t\t\t'exterritorial'=>[\r\n\t\t\t\t\t'exteritorial',\r\n\t\t\t\t],\r\n\t\t\t\t'extinct'=>[\r\n\t\t\t\t\t'extincted',\r\n\t\t\t\t],\r\n\t\t\t\t'extinction'=>[\r\n\t\t\t\t\t'extionction',\r\n\t\t\t\t],\r\n\t\t\t\t'extinguishable'=>[\r\n\t\t\t\t\t'extinguishible',\r\n\t\t\t\t],\r\n\t\t\t\t'extinguisher'=>[\r\n\t\t\t\t\t'extinguiser',\r\n\t\t\t\t],\r\n\t\t\t\t'extol'=>[\r\n\t\t\t\t\t'extoll',\r\n\t\t\t\t],\r\n\t\t\t\t'extortionary'=>[\r\n\t\t\t\t\t'extortionery',\r\n\t\t\t\t],\r\n\t\t\t\t'extortionately'=>[\r\n\t\t\t\t\t'extortionatly',\r\n\t\t\t\t],\r\n\t\t\t\t'extra-terrestrial'=>[\r\n\t\t\t\t\t'extra-terrestial',\r\n\t\t\t\t],\r\n\t\t\t\t'extracellular'=>[\r\n\t\t\t\t\t'extracelluler',\r\n\t\t\t\t\t'extracelular',\r\n\t\t\t\t],\r\n\t\t\t\t'extracorporeal'=>[\r\n\t\t\t\t\t'extracorporel',\r\n\t\t\t\t],\r\n\t\t\t\t'extracted'=>[\r\n\t\t\t\t\t'exctracted',\r\n\t\t\t\t],\r\n\t\t\t\t'extractively'=>[\r\n\t\t\t\t\t'extractivly',\r\n\t\t\t\t],\r\n\t\t\t\t'extracurricular'=>[\r\n\t\t\t\t\t'extracuricular',\r\n\t\t\t\t\t'extracurriculer',\r\n\t\t\t\t],\r\n\t\t\t\t'extraditable'=>[\r\n\t\t\t\t\t'extraditible',\r\n\t\t\t\t],\r\n\t\t\t\t'extrahepatic'=>[\r\n\t\t\t\t\t'extraepatic',\r\n\t\t\t\t],\r\n\t\t\t\t'extraliterary'=>[\r\n\t\t\t\t\t'extraliterery',\r\n\t\t\t\t],\r\n\t\t\t\t'extramusical'=>[\r\n\t\t\t\t\t'extramuiscal',\r\n\t\t\t\t],\r\n\t\t\t\t'extranuclear'=>[\r\n\t\t\t\t\t'extranucleer',\r\n\t\t\t\t\t'extranucler',\r\n\t\t\t\t],\r\n\t\t\t\t'extraordinaire'=>[\r\n\t\t\t\t\t'extraordiniire',\r\n\t\t\t\t],\r\n\t\t\t\t'extraordinarily'=>[\r\n\t\t\t\t\t'extrordinarily',\r\n\t\t\t\t\t'extraordinirily',\r\n\t\t\t\t],\r\n\t\t\t\t'extraordinary'=>[\r\n\t\t\t\t\t'extrordinary',\r\n\t\t\t\t\t'extraordinery',\r\n\t\t\t\t\t'extraordiniry',\r\n\t\t\t\t],\r\n\t\t\t\t'extraterrestrial'=>[\r\n\t\t\t\t\t'extraterestrial',\r\n\t\t\t\t\t'extraterrestial',\r\n\t\t\t\t],\r\n\t\t\t\t'extraterrestrials'=>[\r\n\t\t\t\t\t'extraterrestials',\r\n\t\t\t\t],\r\n\t\t\t\t'extrauterine'=>[\r\n\t\t\t\t\t'extrauterini',\r\n\t\t\t\t],\r\n\t\t\t\t'extravagance'=>[\r\n\t\t\t\t\t'extravagence',\r\n\t\t\t\t],\r\n\t\t\t\t'extravagancies'=>[\r\n\t\t\t\t\t'extravaganceis',\r\n\t\t\t\t\t'extravagancis',\r\n\t\t\t\t],\r\n\t\t\t\t'extravagancy'=>[\r\n\t\t\t\t\t'extravagansy',\r\n\t\t\t\t],\r\n\t\t\t\t'extravagant'=>[\r\n\t\t\t\t\t'extravagent',\r\n\t\t\t\t],\r\n\t\t\t\t'extravagantly'=>[\r\n\t\t\t\t\t'extravagantally',\r\n\t\t\t\t\t'extravagantaly',\r\n\t\t\t\t\t'extravagantely',\r\n\t\t\t\t\t'extravagantlly',\r\n\t\t\t\t],\r\n\t\t\t\t'extravascular'=>[\r\n\t\t\t\t\t'extravacsular',\r\n\t\t\t\t\t'extravacular',\r\n\t\t\t\t\t'extravasculer',\r\n\t\t\t\t\t'extravasular',\r\n\t\t\t\t],\r\n\t\t\t\t'extravehicular'=>[\r\n\t\t\t\t\t'extravehiculer',\r\n\t\t\t\t],\r\n\t\t\t\t'extreme'=>[\r\n\t\t\t\t\t'extreem',\r\n\t\t\t\t],\r\n\t\t\t\t'extremely'=>[\r\n\t\t\t\t\t'extemely',\r\n\t\t\t\t\t'extermely',\r\n\t\t\t\t\t'extreamly',\r\n\t\t\t\t\t'extremley',\r\n\t\t\t\t\t'extremly',\r\n\t\t\t\t],\r\n\t\t\t\t'extremophile'=>[\r\n\t\t\t\t\t'extremeophile',\r\n\t\t\t\t],\r\n\t\t\t\t'extrusion'=>[\r\n\t\t\t\t\t'extruison',\r\n\t\t\t\t],\r\n\t\t\t\t'extrusions'=>[\r\n\t\t\t\t\t'extruisons',\r\n\t\t\t\t],\r\n\t\t\t\t'extrusive'=>[\r\n\t\t\t\t\t'extruisve',\r\n\t\t\t\t],\r\n\t\t\t\t'exuberance'=>[\r\n\t\t\t\t\t'exhuberance',\r\n\t\t\t\t\t'exuberence',\r\n\t\t\t\t],\r\n\t\t\t\t'exuberant'=>[\r\n\t\t\t\t\t'exhuberant',\r\n\t\t\t\t\t'exuberent',\r\n\t\t\t\t],\r\n\t\t\t\t'exultance'=>[\r\n\t\t\t\t\t'exultence',\r\n\t\t\t\t],\r\n\t\t\t\t'exultancy'=>[\r\n\t\t\t\t\t'exultansy',\r\n\t\t\t\t],\r\n\t\t\t\t'exultant'=>[\r\n\t\t\t\t\t'exultent',\r\n\t\t\t\t],\r\n\t\t\t\t'eyass'=>[\r\n\t\t\t\t\t'eyas',\r\n\t\t\t\t],\r\n\t\t\t\t'eye'=>[\r\n\t\t\t\t\t'eye eye',\r\n\t\t\t\t\t'eye eye eye',\r\n\t\t\t\t],\r\n\t\t\t\t'eyeable'=>[\r\n\t\t\t\t\t'eyeible',\r\n\t\t\t\t],\r\n\t\t\t\t'eyeball'=>[\r\n\t\t\t\t\t'eyebal',\r\n\t\t\t\t],\r\n\t\t\t\t'eyebar'=>[\r\n\t\t\t\t\t'eyeber',\r\n\t\t\t\t],\r\n\t\t\t\t'eyedropper'=>[\r\n\t\t\t\t\t'eyedroper',\r\n\t\t\t\t],\r\n\t\t\t\t'eyedroppers'=>[\r\n\t\t\t\t\t'eyedropers',\r\n\t\t\t\t],\r\n\t\t\t\t'eyeliner'=>[\r\n\t\t\t\t\t'eyelinir',\r\n\t\t\t\t],\r\n\t\t\t\t'eyepiece'=>[\r\n\t\t\t\t\t'eyepeice',\r\n\t\t\t\t\t'eyepice',\r\n\t\t\t\t],\r\n\t\t\t\t'eyewear'=>[\r\n\t\t\t\t\t'eyeweer',\r\n\t\t\t\t\t'eyewer',\r\n\t\t\t\t],\r\n\t\t\t\t'eyewitness'=>[\r\n\t\t\t\t\t'eyewitnes',\r\n\t\t\t\t],\r\n\t\t\t\t'eyrie'=>[\r\n\t\t\t\t\t'eyrei',\r\n\t\t\t\t\t'eyri',\r\n\t\t\t\t],\r\n\t\t\t\t'ezekiel'=>[\r\n\t\t\t\t\t'ezekeil',\r\n\t\t\t\t],\r\n\t\t\t\t'èze'=>[\r\n\t\t\t\t\t'eze',\r\n\t\t\t\t],\r\n\t\t\t\t'éamonn o\\'doherty'=>[\r\n\t\t\t\t\t'eamonn o\\'doherty',\r\n\t\t\t\t],\r\n\t\t\t\t'échantillon'=>[\r\n\t\t\t\t\t'chantillon',\r\n\t\t\t\t],\r\n\t\t\t\t'école alsacienne'=>[\r\n\t\t\t\t\t'ecole alsacienne',\r\n\t\t\t\t],\r\n\t\t\t\t'écrits'=>[\r\n\t\t\t\t\t'ecrits',\r\n\t\t\t\t],\r\n\t\t\t\t'émigrés'=>[\r\n\t\t\t\t\t'emigres',\r\n\t\t\t\t],\r\n\t\t\t\t'être'=>[\r\n\t\t\t\t\t'etre',\r\n\t\t\t\t],\r\n\t\t\t];\r\n\t\t}", "public function EnglishMisspellingsWords() {\r\n\t\t\treturn [\r\n\t\t\t\t'a'=>[\r\n\t\t\t\t\t'a a',\r\n\t\t\t\t\t'a a a',\r\n\t\t\t\t],\r\n\t\t\t\t'a bacterium'=>[\r\n\t\t\t\t\t'a bacteria',\r\n\t\t\t\t],\r\n\t\t\t\t'a bit of'=>[\r\n\t\t\t\t\t'abit of',\r\n\t\t\t\t],\r\n\t\t\t\t'a couple of years later'=>[\r\n\t\t\t\t\t'a couple years later',\r\n\t\t\t\t],\r\n\t\t\t\t'a criterion'=>[\r\n\t\t\t\t\t'a criteria',\r\n\t\t\t\t],\r\n\t\t\t\t'a european'=>[\r\n\t\t\t\t\t'an european',\r\n\t\t\t\t],\r\n\t\t\t\t'a historian'=>[\r\n\t\t\t\t\t'an historian',\r\n\t\t\t\t],\r\n\t\t\t\t'a hold of'=>[\r\n\t\t\t\t\t'ahold of',\r\n\t\t\t\t],\r\n\t\t\t\t'a long time friend of'=>[\r\n\t\t\t\t\t'a long time of friend of',\r\n\t\t\t\t],\r\n\t\t\t\t'a lot'=>[\r\n\t\t\t\t\t'alot',\r\n\t\t\t\t],\r\n\t\t\t\t'a lot more'=>[\r\n\t\t\t\t\t'alot more',\r\n\t\t\t\t],\r\n\t\t\t\t'a lot of'=>[\r\n\t\t\t\t\t'alot of',\r\n\t\t\t\t],\r\n\t\t\t\t'a phenomenon'=>[\r\n\t\t\t\t\t'a phenomena',\r\n\t\t\t\t],\r\n\t\t\t\t'a priori'=>[\r\n\t\t\t\t\t'apriori',\r\n\t\t\t\t],\r\n\t\t\t\t'a unique'=>[\r\n\t\t\t\t\t'an unique',\r\n\t\t\t\t],\r\n\t\t\t\t'a united'=>[\r\n\t\t\t\t\t'an united',\r\n\t\t\t\t],\r\n\t\t\t\t'a.k.a.'=>[\r\n\t\t\t\t\t'aka',\r\n\t\t\t\t],\r\n\t\t\t\t'aahed'=>[\r\n\t\t\t\t\t'aaed',\r\n\t\t\t\t],\r\n\t\t\t\t'aahing'=>[\r\n\t\t\t\t\t'aaing',\r\n\t\t\t\t],\r\n\t\t\t\t'aahs'=>[\r\n\t\t\t\t\t'aas',\r\n\t\t\t\t],\r\n\t\t\t\t'aarrgh'=>[\r\n\t\t\t\t\t'aargh',\r\n\t\t\t\t],\r\n\t\t\t\t'abandon'=>[\r\n\t\t\t\t\t'abondon',\r\n\t\t\t\t],\r\n\t\t\t\t'abandonment'=>[\r\n\t\t\t\t\t'abandoment',\r\n\t\t\t\t\t'abandonent',\r\n\t\t\t\t],\r\n\t\t\t\t'abandonments'=>[\r\n\t\t\t\t\t'abandoments',\r\n\t\t\t\t\t'abandonents',\r\n\t\t\t\t],\r\n\t\t\t\t'abatement'=>[\r\n\t\t\t\t\t'abatemant',\r\n\t\t\t\t],\r\n\t\t\t\t'abba'=>[\r\n\t\t\t\t\t'aba',\r\n\t\t\t\t],\r\n\t\t\t\t'abbacies'=>[\r\n\t\t\t\t\t'abacies',\r\n\t\t\t\t],\r\n\t\t\t\t'abbacy'=>[\r\n\t\t\t\t\t'abacy',\r\n\t\t\t\t\t'abbasy',\r\n\t\t\t\t],\r\n\t\t\t\t'abbas'=>[\r\n\t\t\t\t\t'abas',\r\n\t\t\t\t],\r\n\t\t\t\t'abbatial'=>[\r\n\t\t\t\t\t'abatial',\r\n\t\t\t\t],\r\n\t\t\t\t'abbe'=>[\r\n\t\t\t\t\t'abe',\r\n\t\t\t\t],\r\n\t\t\t\t'abberation'=>[\r\n\t\t\t\t\t'aberation',\r\n\t\t\t\t],\r\n\t\t\t\t'abberviation'=>[\r\n\t\t\t\t\t'abbriviation',\r\n\t\t\t\t],\r\n\t\t\t\t'abbes'=>[\r\n\t\t\t\t\t'abes',\r\n\t\t\t\t],\r\n\t\t\t\t'abbess'=>[\r\n\t\t\t\t\t'abbes',\r\n\t\t\t\t\t'abess',\r\n\t\t\t\t],\r\n\t\t\t\t'abbesses'=>[\r\n\t\t\t\t\t'abesses',\r\n\t\t\t\t],\r\n\t\t\t\t'abbey'=>[\r\n\t\t\t\t\t'abey',\r\n\t\t\t\t],\r\n\t\t\t\t'abbot'=>[\r\n\t\t\t\t\t'abot',\r\n\t\t\t\t],\r\n\t\t\t\t'abbotcies'=>[\r\n\t\t\t\t\t'abotcies',\r\n\t\t\t\t],\r\n\t\t\t\t'abbotcy'=>[\r\n\t\t\t\t\t'abbotsy',\r\n\t\t\t\t\t'abotcy',\r\n\t\t\t\t],\r\n\t\t\t\t'abbotship'=>[\r\n\t\t\t\t\t'abotship',\r\n\t\t\t\t],\r\n\t\t\t\t'abbotships'=>[\r\n\t\t\t\t\t'abotships',\r\n\t\t\t\t],\r\n\t\t\t\t'abbreviate'=>[\r\n\t\t\t\t\t'abreviate',\r\n\t\t\t\t],\r\n\t\t\t\t'abbreviated'=>[\r\n\t\t\t\t\t'abbrieviated',\r\n\t\t\t\t\t'abbriviated',\r\n\t\t\t\t\t'abreviated',\r\n\t\t\t\t],\r\n\t\t\t\t'abbreviates'=>[\r\n\t\t\t\t\t'abreviates',\r\n\t\t\t\t],\r\n\t\t\t\t'abbreviating'=>[\r\n\t\t\t\t\t'abreviating',\r\n\t\t\t\t],\r\n\t\t\t\t'abbreviation'=>[\r\n\t\t\t\t\t'abbriviation',\r\n\t\t\t\t\t'abreviation',\r\n\t\t\t\t],\r\n\t\t\t\t'abbreviations'=>[\r\n\t\t\t\t\t'abreviation',\r\n\t\t\t\t\t'abreviations',\r\n\t\t\t\t],\r\n\t\t\t\t'abbreviator'=>[\r\n\t\t\t\t\t'abreviator',\r\n\t\t\t\t],\r\n\t\t\t\t'abbreviators'=>[\r\n\t\t\t\t\t'abreviators',\r\n\t\t\t\t],\r\n\t\t\t\t'abdominal'=>[\r\n\t\t\t\t\t'abdomenal',\r\n\t\t\t\t\t'abdomial',\r\n\t\t\t\t\t'abdominil',\r\n\t\t\t\t\t'adominal',\r\n\t\t\t\t],\r\n\t\t\t\t'abecedarian'=>[\r\n\t\t\t\t\t'abecedaran',\r\n\t\t\t\t],\r\n\t\t\t\t'abelian'=>[\r\n\t\t\t\t\t'abelan',\r\n\t\t\t\t],\r\n\t\t\t\t'abercrombie'=>[\r\n\t\t\t\t\t'ambercrombie',\r\n\t\t\t\t],\r\n\t\t\t\t'aberrance'=>[\r\n\t\t\t\t\t'aberrence',\r\n\t\t\t\t],\r\n\t\t\t\t'aberrancies'=>[\r\n\t\t\t\t\t'aberancies',\r\n\t\t\t\t],\r\n\t\t\t\t'aberrancy'=>[\r\n\t\t\t\t\t'aberransy',\r\n\t\t\t\t],\r\n\t\t\t\t'aberrant'=>[\r\n\t\t\t\t\t'abberant',\r\n\t\t\t\t\t'aberant',\r\n\t\t\t\t\t'aberrent',\r\n\t\t\t\t],\r\n\t\t\t\t'aberration'=>[\r\n\t\t\t\t\t'abberation',\r\n\t\t\t\t\t'aberation',\r\n\t\t\t\t],\r\n\t\t\t\t'aberrations'=>[\r\n\t\t\t\t\t'aberations',\r\n\t\t\t\t],\r\n\t\t\t\t'abeyance'=>[\r\n\t\t\t\t\t'abeyence',\r\n\t\t\t\t],\r\n\t\t\t\t'abeyancy'=>[\r\n\t\t\t\t\t'abeyansy',\r\n\t\t\t\t],\r\n\t\t\t\t'abhorrence'=>[\r\n\t\t\t\t\t'abhorence',\r\n\t\t\t\t\t'abhorrance',\r\n\t\t\t\t],\r\n\t\t\t\t'abhorrences'=>[\r\n\t\t\t\t\t'abhorences',\r\n\t\t\t\t],\r\n\t\t\t\t'abhorrent'=>[\r\n\t\t\t\t\t'abhorent',\r\n\t\t\t\t],\r\n\t\t\t\t'abhorrently'=>[\r\n\t\t\t\t\t'abhorently',\r\n\t\t\t\t],\r\n\t\t\t\t'abidance'=>[\r\n\t\t\t\t\t'abidence',\r\n\t\t\t\t],\r\n\t\t\t\t'abilities'=>[\r\n\t\t\t\t\t'abbilities',\r\n\t\t\t\t\t'abilites',\r\n\t\t\t\t\t'abilties',\r\n\t\t\t\t\t'ablities',\r\n\t\t\t\t],\r\n\t\t\t\t'ability'=>[\r\n\t\t\t\t\t'abbility',\r\n\t\t\t\t\t'abillity',\r\n\t\t\t\t\t'abilty',\r\n\t\t\t\t\t'ablity',\r\n\t\t\t\t],\r\n\t\t\t\t'abiogenically'=>[\r\n\t\t\t\t\t'abiogenicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'ablatively'=>[\r\n\t\t\t\t\t'ablativly',\r\n\t\t\t\t],\r\n\t\t\t\t'able'=>[\r\n\t\t\t\t\t'able able',\r\n\t\t\t\t\t'able able able',\r\n\t\t\t\t],\r\n\t\t\t\t'ableism'=>[\r\n\t\t\t\t\t'abliesm',\r\n\t\t\t\t],\r\n\t\t\t\t'ablutionary'=>[\r\n\t\t\t\t\t'ablutionery',\r\n\t\t\t\t],\r\n\t\t\t\t'abnormal'=>[\r\n\t\t\t\t\t'abnourmal',\r\n\t\t\t\t],\r\n\t\t\t\t'abnormalities'=>[\r\n\t\t\t\t\t'abnormaliteis',\r\n\t\t\t\t\t'abnormalites',\r\n\t\t\t\t\t'abnormalitis',\r\n\t\t\t\t\t'abnourmalities',\r\n\t\t\t\t],\r\n\t\t\t\t'abnormality'=>[\r\n\t\t\t\t\t'abnourmality',\r\n\t\t\t\t],\r\n\t\t\t\t'abnormally'=>[\r\n\t\t\t\t\t'abnourmally',\r\n\t\t\t\t],\r\n\t\t\t\t'abnormals'=>[\r\n\t\t\t\t\t'abnourmals',\r\n\t\t\t\t],\r\n\t\t\t\t'abnormities'=>[\r\n\t\t\t\t\t'abnourmities',\r\n\t\t\t\t],\r\n\t\t\t\t'abnormity'=>[\r\n\t\t\t\t\t'abnourmity',\r\n\t\t\t\t],\r\n\t\t\t\t'aboard'=>[\r\n\t\t\t\t\t'abaord',\r\n\t\t\t\t],\r\n\t\t\t\t'abolition'=>[\r\n\t\t\t\t\t'aboliton',\r\n\t\t\t\t],\r\n\t\t\t\t'abolitionary'=>[\r\n\t\t\t\t\t'abolitionery',\r\n\t\t\t\t],\r\n\t\t\t\t'abolitionism'=>[\r\n\t\t\t\t\t'abolitonism',\r\n\t\t\t\t],\r\n\t\t\t\t'abolitionist'=>[\r\n\t\t\t\t\t'abolitonist',\r\n\t\t\t\t],\r\n\t\t\t\t'abominable'=>[\r\n\t\t\t\t\t'abominible',\r\n\t\t\t\t],\r\n\t\t\t\t'abominably'=>[\r\n\t\t\t\t\t'abominabally',\r\n\t\t\t\t\t'abominabaly',\r\n\t\t\t\t\t'abominabely',\r\n\t\t\t\t\t'abominablly',\r\n\t\t\t\t],\r\n\t\t\t\t'abominate'=>[\r\n\t\t\t\t\t'abominite',\r\n\t\t\t\t],\r\n\t\t\t\t'abomination'=>[\r\n\t\t\t\t\t'abominition',\r\n\t\t\t\t],\r\n\t\t\t\t'aboriginal'=>[\r\n\t\t\t\t\t'aboriginil',\r\n\t\t\t\t],\r\n\t\t\t\t'aborigine'=>[\r\n\t\t\t\t\t'aborigini',\r\n\t\t\t\t],\r\n\t\t\t\t'abortifacient'=>[\r\n\t\t\t\t\t'abortifaceint',\r\n\t\t\t\t\t'abortifaciant',\r\n\t\t\t\t\t'abortifacint',\r\n\t\t\t\t\t'abortificant',\r\n\t\t\t\t],\r\n\t\t\t\t'abortifacients'=>[\r\n\t\t\t\t\t'abortifaceints',\r\n\t\t\t\t\t'abortifaciants',\r\n\t\t\t\t\t'abortifacints',\r\n\t\t\t\t],\r\n\t\t\t\t'abortively'=>[\r\n\t\t\t\t\t'abortivly',\r\n\t\t\t\t],\r\n\t\t\t\t'about'=>[\r\n\t\t\t\t\t'abont',\r\n\t\t\t\t\t'about about',\r\n\t\t\t\t\t'about about about',\r\n\t\t\t\t\t'boaut',\r\n\t\t\t\t],\r\n\t\t\t\t'above'=>[\r\n\t\t\t\t\t'above above',\r\n\t\t\t\t\t'above above above',\r\n\t\t\t\t],\r\n\t\t\t\t'above its'=>[\r\n\t\t\t\t\t'above it\\'s',\r\n\t\t\t\t],\r\n\t\t\t\t'abradant'=>[\r\n\t\t\t\t\t'abradent',\r\n\t\t\t\t],\r\n\t\t\t\t'abradants'=>[\r\n\t\t\t\t\t'abradents',\r\n\t\t\t\t],\r\n\t\t\t\t'abrasively'=>[\r\n\t\t\t\t\t'abrasivly',\r\n\t\t\t\t],\r\n\t\t\t\t'abreast'=>[\r\n\t\t\t\t\t'abrest',\r\n\t\t\t\t],\r\n\t\t\t\t'abruptly'=>[\r\n\t\t\t\t\t'abruptally',\r\n\t\t\t\t\t'abruptaly',\r\n\t\t\t\t\t'abruptely',\r\n\t\t\t\t\t'abruptlly',\r\n\t\t\t\t],\r\n\t\t\t\t'abscess'=>[\r\n\t\t\t\t\t'abcess',\r\n\t\t\t\t\t'abcsess',\r\n\t\t\t\t\t'absces',\r\n\t\t\t\t\t'absess',\r\n\t\t\t\t],\r\n\t\t\t\t'abscesses'=>[\r\n\t\t\t\t\t'abcesses',\r\n\t\t\t\t],\r\n\t\t\t\t'abscissa'=>[\r\n\t\t\t\t\t'abcissa',\r\n\t\t\t\t\t'abcsissa',\r\n\t\t\t\t\t'absissa',\r\n\t\t\t\t],\r\n\t\t\t\t'abscond'=>[\r\n\t\t\t\t\t'abcond',\r\n\t\t\t\t\t'abcsond',\r\n\t\t\t\t\t'absond',\r\n\t\t\t\t],\r\n\t\t\t\t'abseil'=>[\r\n\t\t\t\t\t'absiel',\r\n\t\t\t\t],\r\n\t\t\t\t'absence'=>[\r\n\t\t\t\t\t'absance',\r\n\t\t\t\t\t'abscence',\r\n\t\t\t\t\t'absense',\r\n\t\t\t\t],\r\n\t\t\t\t'absences'=>[\r\n\t\t\t\t\t'absenses',\r\n\t\t\t\t],\r\n\t\t\t\t'absent'=>[\r\n\t\t\t\t\t'absant',\r\n\t\t\t\t],\r\n\t\t\t\t'absentee'=>[\r\n\t\t\t\t\t'absantee',\r\n\t\t\t\t],\r\n\t\t\t\t'absenteeism'=>[\r\n\t\t\t\t\t'absanteeism',\r\n\t\t\t\t\t'absenteiesm',\r\n\t\t\t\t\t'absenteism',\r\n\t\t\t\t],\r\n\t\t\t\t'absenteeisms'=>[\r\n\t\t\t\t\t'absenteiesms',\r\n\t\t\t\t],\r\n\t\t\t\t'absentia'=>[\r\n\t\t\t\t\t'abstentia',\r\n\t\t\t\t],\r\n\t\t\t\t'absently'=>[\r\n\t\t\t\t\t'absentally',\r\n\t\t\t\t\t'absentaly',\r\n\t\t\t\t\t'absentely',\r\n\t\t\t\t\t'absentlly',\r\n\t\t\t\t],\r\n\t\t\t\t'absentmindedly'=>[\r\n\t\t\t\t\t'absantmindedly',\r\n\t\t\t\t],\r\n\t\t\t\t'absolute'=>[\r\n\t\t\t\t\t'absoulte',\r\n\t\t\t\t\t'absoute',\r\n\t\t\t\t],\r\n\t\t\t\t'absolutely'=>[\r\n\t\t\t\t\t'absoluteally',\r\n\t\t\t\t\t'absolutealy',\r\n\t\t\t\t\t'absoluteely',\r\n\t\t\t\t\t'absolutelly',\r\n\t\t\t\t\t'absolutly',\r\n\t\t\t\t\t'absoutely',\r\n\t\t\t\t],\r\n\t\t\t\t'absorbabilities'=>[\r\n\t\t\t\t\t'absorbabiliteis',\r\n\t\t\t\t\t'absorbabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'absorbance'=>[\r\n\t\t\t\t\t'absorbence',\r\n\t\t\t\t],\r\n\t\t\t\t'absorbancy'=>[\r\n\t\t\t\t\t'absorbansy',\r\n\t\t\t\t],\r\n\t\t\t\t'absorbed'=>[\r\n\t\t\t\t\t'absored',\r\n\t\t\t\t\t'asorbed',\r\n\t\t\t\t],\r\n\t\t\t\t'absorbency'=>[\r\n\t\t\t\t\t'absorbancy',\r\n\t\t\t\t\t'absorbensy',\r\n\t\t\t\t],\r\n\t\t\t\t'absorbent'=>[\r\n\t\t\t\t\t'absorbant',\r\n\t\t\t\t],\r\n\t\t\t\t'absorptance'=>[\r\n\t\t\t\t\t'absorptence',\r\n\t\t\t\t],\r\n\t\t\t\t'absorption'=>[\r\n\t\t\t\t\t'absorbsion',\r\n\t\t\t\t\t'absorbtion',\r\n\t\t\t\t\t'absorpsion',\r\n\t\t\t\t],\r\n\t\t\t\t'absorptivities'=>[\r\n\t\t\t\t\t'absorptiviteis',\r\n\t\t\t\t\t'absorptivitis',\r\n\t\t\t\t],\r\n\t\t\t\t'abstemious'=>[\r\n\t\t\t\t\t'abstemous',\r\n\t\t\t\t],\r\n\t\t\t\t'abstemiously'=>[\r\n\t\t\t\t\t'abstemously',\r\n\t\t\t\t],\r\n\t\t\t\t'abstentious'=>[\r\n\t\t\t\t\t'abstentous',\r\n\t\t\t\t],\r\n\t\t\t\t'abstinence'=>[\r\n\t\t\t\t\t'abstinance',\r\n\t\t\t\t\t'abstinince',\r\n\t\t\t\t],\r\n\t\t\t\t'abstractedly'=>[\r\n\t\t\t\t\t'abstractedally',\r\n\t\t\t\t\t'abstractedaly',\r\n\t\t\t\t\t'abstractedely',\r\n\t\t\t\t\t'abstractedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'abstraction'=>[\r\n\t\t\t\t\t'abstration',\r\n\t\t\t\t\t'abtraction',\r\n\t\t\t\t],\r\n\t\t\t\t'abstracts'=>[\r\n\t\t\t\t\t'abtracts',\r\n\t\t\t\t],\r\n\t\t\t\t'abstrusely'=>[\r\n\t\t\t\t\t'abstrusly',\r\n\t\t\t\t],\r\n\t\t\t\t'abstrusities'=>[\r\n\t\t\t\t\t'abstruisties',\r\n\t\t\t\t],\r\n\t\t\t\t'abstrusity'=>[\r\n\t\t\t\t\t'abstruisty',\r\n\t\t\t\t],\r\n\t\t\t\t'abubble'=>[\r\n\t\t\t\t\t'abuble',\r\n\t\t\t\t],\r\n\t\t\t\t'abundance'=>[\r\n\t\t\t\t\t'abudance',\r\n\t\t\t\t\t'abundence',\r\n\t\t\t\t],\r\n\t\t\t\t'abundances'=>[\r\n\t\t\t\t\t'abundacies',\r\n\t\t\t\t\t'abundancies',\r\n\t\t\t\t],\r\n\t\t\t\t'abundant'=>[\r\n\t\t\t\t\t'abundent',\r\n\t\t\t\t\t'abundunt',\r\n\t\t\t\t],\r\n\t\t\t\t'abundantly'=>[\r\n\t\t\t\t\t'abundently',\r\n\t\t\t\t],\r\n\t\t\t\t'abusively'=>[\r\n\t\t\t\t\t'abuisvely',\r\n\t\t\t\t\t'abusivly',\r\n\t\t\t\t],\r\n\t\t\t\t'abusiveness'=>[\r\n\t\t\t\t\t'abuisveness',\r\n\t\t\t\t],\r\n\t\t\t\t'abusivenesses'=>[\r\n\t\t\t\t\t'abuisvenesses',\r\n\t\t\t\t],\r\n\t\t\t\t'abut'=>[\r\n\t\t\t\t\t'abutt',\r\n\t\t\t\t],\r\n\t\t\t\t'abuts'=>[\r\n\t\t\t\t\t'abutts',\r\n\t\t\t\t],\r\n\t\t\t\t'abyss'=>[\r\n\t\t\t\t\t'abys',\r\n\t\t\t\t],\r\n\t\t\t\t'academic'=>[\r\n\t\t\t\t\t'acadamic',\r\n\t\t\t\t\t'acadmic',\r\n\t\t\t\t\t'accademic',\r\n\t\t\t\t\t'acedemic',\r\n\t\t\t\t],\r\n\t\t\t\t'academician'=>[\r\n\t\t\t\t\t'academican',\r\n\t\t\t\t],\r\n\t\t\t\t'academy'=>[\r\n\t\t\t\t\t'acadamy',\r\n\t\t\t\t\t'accadamy',\r\n\t\t\t\t\t'accademy',\r\n\t\t\t\t],\r\n\t\t\t\t'académie'=>[\r\n\t\t\t\t\t'academie',\r\n\t\t\t\t],\r\n\t\t\t\t'acanthamoeba'=>[\r\n\t\t\t\t\t'acanthomoeba',\r\n\t\t\t\t],\r\n\t\t\t\t'acanthocephalan'=>[\r\n\t\t\t\t\t'acenthocephalan',\r\n\t\t\t\t],\r\n\t\t\t\t'acanthus'=>[\r\n\t\t\t\t\t'acenthus',\r\n\t\t\t\t],\r\n\t\t\t\t'accede'=>[\r\n\t\t\t\t\t'acede',\r\n\t\t\t\t],\r\n\t\t\t\t'acceded'=>[\r\n\t\t\t\t\t'aceded',\r\n\t\t\t\t],\r\n\t\t\t\t'accedence'=>[\r\n\t\t\t\t\t'accedance',\r\n\t\t\t\t\t'acedence',\r\n\t\t\t\t],\r\n\t\t\t\t'accedences'=>[\r\n\t\t\t\t\t'acedences',\r\n\t\t\t\t],\r\n\t\t\t\t'acceder'=>[\r\n\t\t\t\t\t'aceder',\r\n\t\t\t\t],\r\n\t\t\t\t'acceders'=>[\r\n\t\t\t\t\t'aceders',\r\n\t\t\t\t],\r\n\t\t\t\t'accedes'=>[\r\n\t\t\t\t\t'acedes',\r\n\t\t\t\t],\r\n\t\t\t\t'acceding'=>[\r\n\t\t\t\t\t'aceding',\r\n\t\t\t\t],\r\n\t\t\t\t'accelerando'=>[\r\n\t\t\t\t\t'acelerando',\r\n\t\t\t\t],\r\n\t\t\t\t'accelerandos'=>[\r\n\t\t\t\t\t'acelerandos',\r\n\t\t\t\t],\r\n\t\t\t\t'accelerant'=>[\r\n\t\t\t\t\t'accelerent',\r\n\t\t\t\t\t'acelerant',\r\n\t\t\t\t],\r\n\t\t\t\t'accelerants'=>[\r\n\t\t\t\t\t'acelerants',\r\n\t\t\t\t],\r\n\t\t\t\t'accelerate'=>[\r\n\t\t\t\t\t'accelarate',\r\n\t\t\t\t\t'accellerate',\r\n\t\t\t\t\t'acelerate',\r\n\t\t\t\t\t'acellerate',\r\n\t\t\t\t],\r\n\t\t\t\t'accelerated'=>[\r\n\t\t\t\t\t'accelarated',\r\n\t\t\t\t\t'acelerated',\r\n\t\t\t\t],\r\n\t\t\t\t'accelerates'=>[\r\n\t\t\t\t\t'accelarates',\r\n\t\t\t\t\t'acelerates',\r\n\t\t\t\t],\r\n\t\t\t\t'accelerating'=>[\r\n\t\t\t\t\t'acelerating',\r\n\t\t\t\t],\r\n\t\t\t\t'acceleratingly'=>[\r\n\t\t\t\t\t'aceleratingly',\r\n\t\t\t\t],\r\n\t\t\t\t'acceleration'=>[\r\n\t\t\t\t\t'accelleration',\r\n\t\t\t\t\t'aceleration',\r\n\t\t\t\t],\r\n\t\t\t\t'accelerations'=>[\r\n\t\t\t\t\t'acelerations',\r\n\t\t\t\t],\r\n\t\t\t\t'accelerative'=>[\r\n\t\t\t\t\t'acelerative',\r\n\t\t\t\t],\r\n\t\t\t\t'accelerator'=>[\r\n\t\t\t\t\t'acelerator',\r\n\t\t\t\t],\r\n\t\t\t\t'accelerators'=>[\r\n\t\t\t\t\t'acelerators',\r\n\t\t\t\t],\r\n\t\t\t\t'accelerometer'=>[\r\n\t\t\t\t\t'acelerometer',\r\n\t\t\t\t],\r\n\t\t\t\t'accelerometers'=>[\r\n\t\t\t\t\t'acelerometers',\r\n\t\t\t\t],\r\n\t\t\t\t'accent'=>[\r\n\t\t\t\t\t'accant',\r\n\t\t\t\t\t'acent',\r\n\t\t\t\t],\r\n\t\t\t\t'accented'=>[\r\n\t\t\t\t\t'acented',\r\n\t\t\t\t],\r\n\t\t\t\t'accenting'=>[\r\n\t\t\t\t\t'acenting',\r\n\t\t\t\t],\r\n\t\t\t\t'accentless'=>[\r\n\t\t\t\t\t'acentless',\r\n\t\t\t\t],\r\n\t\t\t\t'accentor'=>[\r\n\t\t\t\t\t'acentor',\r\n\t\t\t\t],\r\n\t\t\t\t'accentors'=>[\r\n\t\t\t\t\t'acentors',\r\n\t\t\t\t],\r\n\t\t\t\t'accents'=>[\r\n\t\t\t\t\t'acents',\r\n\t\t\t\t],\r\n\t\t\t\t'accentual'=>[\r\n\t\t\t\t\t'accentaul',\r\n\t\t\t\t\t'acentual',\r\n\t\t\t\t],\r\n\t\t\t\t'accentually'=>[\r\n\t\t\t\t\t'acentually',\r\n\t\t\t\t],\r\n\t\t\t\t'accentuate'=>[\r\n\t\t\t\t\t'accentaute',\r\n\t\t\t\t\t'acentuate',\r\n\t\t\t\t],\r\n\t\t\t\t'accentuated'=>[\r\n\t\t\t\t\t'acentuated',\r\n\t\t\t\t],\r\n\t\t\t\t'accentuates'=>[\r\n\t\t\t\t\t'acentuates',\r\n\t\t\t\t],\r\n\t\t\t\t'accentuating'=>[\r\n\t\t\t\t\t'accentauting',\r\n\t\t\t\t\t'acentuating',\r\n\t\t\t\t],\r\n\t\t\t\t'accentuation'=>[\r\n\t\t\t\t\t'accentaution',\r\n\t\t\t\t\t'acentuation',\r\n\t\t\t\t],\r\n\t\t\t\t'accentuations'=>[\r\n\t\t\t\t\t'accentautions',\r\n\t\t\t\t\t'acentuations',\r\n\t\t\t\t],\r\n\t\t\t\t'accept'=>[\r\n\t\t\t\t\t'acept',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptabilities'=>[\r\n\t\t\t\t\t'acceptabiliteis',\r\n\t\t\t\t\t'acceptabilitis',\r\n\t\t\t\t\t'aceptabilities',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptability'=>[\r\n\t\t\t\t\t'aceptability',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptable'=>[\r\n\t\t\t\t\t'acceptible',\r\n\t\t\t\t\t'aceptable',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptableness'=>[\r\n\t\t\t\t\t'aceptableness',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptably'=>[\r\n\t\t\t\t\t'aceptably',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptance'=>[\r\n\t\t\t\t\t'acceptence',\r\n\t\t\t\t\t'aceptance',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptances'=>[\r\n\t\t\t\t\t'aceptances',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptant'=>[\r\n\t\t\t\t\t'aceptant',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptation'=>[\r\n\t\t\t\t\t'aceptation',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptations'=>[\r\n\t\t\t\t\t'aceptations',\r\n\t\t\t\t],\r\n\t\t\t\t'accepted'=>[\r\n\t\t\t\t\t'acepted',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptedly'=>[\r\n\t\t\t\t\t'acceptedally',\r\n\t\t\t\t\t'acceptedaly',\r\n\t\t\t\t\t'acceptedely',\r\n\t\t\t\t\t'acceptedlly',\r\n\t\t\t\t\t'aceptedly',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptee'=>[\r\n\t\t\t\t\t'aceptee',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptees'=>[\r\n\t\t\t\t\t'aceptees',\r\n\t\t\t\t],\r\n\t\t\t\t'accepter'=>[\r\n\t\t\t\t\t'acepter',\r\n\t\t\t\t],\r\n\t\t\t\t'accepters'=>[\r\n\t\t\t\t\t'acepters',\r\n\t\t\t\t],\r\n\t\t\t\t'accepting'=>[\r\n\t\t\t\t\t'acepting',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptingly'=>[\r\n\t\t\t\t\t'aceptingly',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptingness'=>[\r\n\t\t\t\t\t'aceptingness',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptingnesses'=>[\r\n\t\t\t\t\t'acceptingneses',\r\n\t\t\t\t\t'aceptingnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptive'=>[\r\n\t\t\t\t\t'aceptive',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptor'=>[\r\n\t\t\t\t\t'aceptor',\r\n\t\t\t\t],\r\n\t\t\t\t'acceptors'=>[\r\n\t\t\t\t\t'aceptors',\r\n\t\t\t\t],\r\n\t\t\t\t'accepts'=>[\r\n\t\t\t\t\t'acepts',\r\n\t\t\t\t],\r\n\t\t\t\t'access'=>[\r\n\t\t\t\t\t'acces',\r\n\t\t\t\t\t'acess',\r\n\t\t\t\t],\r\n\t\t\t\t'accessaries'=>[\r\n\t\t\t\t\t'acessaries',\r\n\t\t\t\t],\r\n\t\t\t\t'accessary'=>[\r\n\t\t\t\t\t'accessery',\r\n\t\t\t\t\t'acessary',\r\n\t\t\t\t],\r\n\t\t\t\t'accessed'=>[\r\n\t\t\t\t\t'accesed',\r\n\t\t\t\t\t'acessed',\r\n\t\t\t\t],\r\n\t\t\t\t'accesses'=>[\r\n\t\t\t\t\t'acesses',\r\n\t\t\t\t],\r\n\t\t\t\t'accessibilities'=>[\r\n\t\t\t\t\t'accesibilities',\r\n\t\t\t\t\t'accessibiliteis',\r\n\t\t\t\t\t'accessibilitis',\r\n\t\t\t\t\t'acessibilities',\r\n\t\t\t\t],\r\n\t\t\t\t'accessibility'=>[\r\n\t\t\t\t\t'acessibility',\r\n\t\t\t\t],\r\n\t\t\t\t'accessible'=>[\r\n\t\t\t\t\t'accesible',\r\n\t\t\t\t\t'accessable',\r\n\t\t\t\t\t'acessible',\r\n\t\t\t\t],\r\n\t\t\t\t'accessibleness'=>[\r\n\t\t\t\t\t'acessibleness',\r\n\t\t\t\t],\r\n\t\t\t\t'accessibly'=>[\r\n\t\t\t\t\t'acessibly',\r\n\t\t\t\t],\r\n\t\t\t\t'accessing'=>[\r\n\t\t\t\t\t'acessing',\r\n\t\t\t\t],\r\n\t\t\t\t'accession'=>[\r\n\t\t\t\t\t'accesion',\r\n\t\t\t\t\t'acession',\r\n\t\t\t\t],\r\n\t\t\t\t'accessional'=>[\r\n\t\t\t\t\t'acessional',\r\n\t\t\t\t],\r\n\t\t\t\t'accessioned'=>[\r\n\t\t\t\t\t'acessioned',\r\n\t\t\t\t],\r\n\t\t\t\t'accessioning'=>[\r\n\t\t\t\t\t'acessioning',\r\n\t\t\t\t],\r\n\t\t\t\t'accessions'=>[\r\n\t\t\t\t\t'acessions',\r\n\t\t\t\t],\r\n\t\t\t\t'accessor'=>[\r\n\t\t\t\t\t'accesor',\r\n\t\t\t\t],\r\n\t\t\t\t'accessorial'=>[\r\n\t\t\t\t\t'acessorial',\r\n\t\t\t\t],\r\n\t\t\t\t'accessories'=>[\r\n\t\t\t\t\t'accesories',\r\n\t\t\t\t\t'acessories',\r\n\t\t\t\t],\r\n\t\t\t\t'accessorise'=>[\r\n\t\t\t\t\t'acessorise',\r\n\t\t\t\t],\r\n\t\t\t\t'accessorised'=>[\r\n\t\t\t\t\t'acessorised',\r\n\t\t\t\t],\r\n\t\t\t\t'accessorises'=>[\r\n\t\t\t\t\t'acessorises',\r\n\t\t\t\t],\r\n\t\t\t\t'accessorising'=>[\r\n\t\t\t\t\t'acessorising',\r\n\t\t\t\t],\r\n\t\t\t\t'accessorize'=>[\r\n\t\t\t\t\t'accesorize',\r\n\t\t\t\t\t'acessorize',\r\n\t\t\t\t],\r\n\t\t\t\t'accessorized'=>[\r\n\t\t\t\t\t'acessorized',\r\n\t\t\t\t],\r\n\t\t\t\t'accessorizes'=>[\r\n\t\t\t\t\t'acessorizes',\r\n\t\t\t\t],\r\n\t\t\t\t'accessorizing'=>[\r\n\t\t\t\t\t'acessorizing',\r\n\t\t\t\t],\r\n\t\t\t\t'accessory'=>[\r\n\t\t\t\t\t'accesory',\r\n\t\t\t\t\t'acessory',\r\n\t\t\t\t],\r\n\t\t\t\t'acciaccatura'=>[\r\n\t\t\t\t\t'acciacatura',\r\n\t\t\t\t],\r\n\t\t\t\t'acciaccaturas'=>[\r\n\t\t\t\t\t'acciacaturas',\r\n\t\t\t\t],\r\n\t\t\t\t'accidence'=>[\r\n\t\t\t\t\t'accidance',\r\n\t\t\t\t\t'acidence',\r\n\t\t\t\t],\r\n\t\t\t\t'accidences'=>[\r\n\t\t\t\t\t'acidences',\r\n\t\t\t\t],\r\n\t\t\t\t'accident'=>[\r\n\t\t\t\t\t'accidant',\r\n\t\t\t\t\t'acident',\r\n\t\t\t\t],\r\n\t\t\t\t'accidental'=>[\r\n\t\t\t\t\t'accidantal',\r\n\t\t\t\t\t'acidental',\r\n\t\t\t\t],\r\n\t\t\t\t'accidentally'=>[\r\n\t\t\t\t\t'accidantally',\r\n\t\t\t\t\t'accidentaly',\r\n\t\t\t\t\t'accidentially',\r\n\t\t\t\t\t'accidently',\r\n\t\t\t\t\t'acidentally',\r\n\t\t\t\t],\r\n\t\t\t\t'accidentalness'=>[\r\n\t\t\t\t\t'accidantalness',\r\n\t\t\t\t\t'acidentalness',\r\n\t\t\t\t],\r\n\t\t\t\t'accidentals'=>[\r\n\t\t\t\t\t'accidantals',\r\n\t\t\t\t\t'acidentals',\r\n\t\t\t\t],\r\n\t\t\t\t'accidently'=>[\r\n\t\t\t\t\t'accidantly',\r\n\t\t\t\t\t'acidently',\r\n\t\t\t\t],\r\n\t\t\t\t'accidents'=>[\r\n\t\t\t\t\t'accidants',\r\n\t\t\t\t\t'acidents',\r\n\t\t\t\t],\r\n\t\t\t\t'accidie'=>[\r\n\t\t\t\t\t'acidie',\r\n\t\t\t\t],\r\n\t\t\t\t'accidies'=>[\r\n\t\t\t\t\t'acidies',\r\n\t\t\t\t],\r\n\t\t\t\t'accipiter'=>[\r\n\t\t\t\t\t'acipiter',\r\n\t\t\t\t],\r\n\t\t\t\t'accipiters'=>[\r\n\t\t\t\t\t'acipiters',\r\n\t\t\t\t],\r\n\t\t\t\t'accipitrine'=>[\r\n\t\t\t\t\t'acipitrine',\r\n\t\t\t\t],\r\n\t\t\t\t'accipitrines'=>[\r\n\t\t\t\t\t'acipitrines',\r\n\t\t\t\t],\r\n\t\t\t\t'acclaim'=>[\r\n\t\t\t\t\t'aclaim',\r\n\t\t\t\t],\r\n\t\t\t\t'acclaimed'=>[\r\n\t\t\t\t\t'aclaimed',\r\n\t\t\t\t],\r\n\t\t\t\t'acclaimer'=>[\r\n\t\t\t\t\t'aclaimer',\r\n\t\t\t\t],\r\n\t\t\t\t'acclaimers'=>[\r\n\t\t\t\t\t'aclaimers',\r\n\t\t\t\t],\r\n\t\t\t\t'acclaiming'=>[\r\n\t\t\t\t\t'aclaiming',\r\n\t\t\t\t],\r\n\t\t\t\t'acclaims'=>[\r\n\t\t\t\t\t'aclaims',\r\n\t\t\t\t],\r\n\t\t\t\t'acclamation'=>[\r\n\t\t\t\t\t'aclamation',\r\n\t\t\t\t],\r\n\t\t\t\t'acclamations'=>[\r\n\t\t\t\t\t'aclamations',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimate'=>[\r\n\t\t\t\t\t'aclimate',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimated'=>[\r\n\t\t\t\t\t'aclimated',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimates'=>[\r\n\t\t\t\t\t'aclimates',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimating'=>[\r\n\t\t\t\t\t'aclimating',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimation'=>[\r\n\t\t\t\t\t'aclimation',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimations'=>[\r\n\t\t\t\t\t'aclimations',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimatise'=>[\r\n\t\t\t\t\t'aclimatise',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimatised'=>[\r\n\t\t\t\t\t'aclimatised',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimatises'=>[\r\n\t\t\t\t\t'aclimatises',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimatising'=>[\r\n\t\t\t\t\t'aclimatising',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimatization'=>[\r\n\t\t\t\t\t'acclimitization',\r\n\t\t\t\t\t'aclimatization',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimatize'=>[\r\n\t\t\t\t\t'aclimatize',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimatized'=>[\r\n\t\t\t\t\t'aclimatized',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimatizer'=>[\r\n\t\t\t\t\t'aclimatizer',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimatizers'=>[\r\n\t\t\t\t\t'aclimatizers',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimatizes'=>[\r\n\t\t\t\t\t'aclimatizes',\r\n\t\t\t\t],\r\n\t\t\t\t'acclimatizing'=>[\r\n\t\t\t\t\t'aclimatizing',\r\n\t\t\t\t],\r\n\t\t\t\t'acclivities'=>[\r\n\t\t\t\t\t'aclivities',\r\n\t\t\t\t],\r\n\t\t\t\t'acclivity'=>[\r\n\t\t\t\t\t'aclivity',\r\n\t\t\t\t],\r\n\t\t\t\t'acclivous'=>[\r\n\t\t\t\t\t'aclivous',\r\n\t\t\t\t],\r\n\t\t\t\t'accolade'=>[\r\n\t\t\t\t\t'acolade',\r\n\t\t\t\t],\r\n\t\t\t\t'accoladed'=>[\r\n\t\t\t\t\t'acoladed',\r\n\t\t\t\t],\r\n\t\t\t\t'accolades'=>[\r\n\t\t\t\t\t'acolades',\r\n\t\t\t\t],\r\n\t\t\t\t'accolading'=>[\r\n\t\t\t\t\t'acolading',\r\n\t\t\t\t],\r\n\t\t\t\t'accommodate'=>[\r\n\t\t\t\t\t'acammodate',\r\n\t\t\t\t\t'accammodate',\r\n\t\t\t\t\t'accomadate',\r\n\t\t\t\t\t'accomedate',\r\n\t\t\t\t\t'accomnodate',\r\n\t\t\t\t\t'accomodate',\r\n\t\t\t\t\t'acommodate',\r\n\t\t\t\t\t'acomodate',\r\n\t\t\t\t\t'occommodate',\r\n\t\t\t\t],\r\n\t\t\t\t'accommodated'=>[\r\n\t\t\t\t\t'accomnodated',\r\n\t\t\t\t\t'acommodated',\r\n\t\t\t\t],\r\n\t\t\t\t'accommodates'=>[\r\n\t\t\t\t\t'accomnodates',\r\n\t\t\t\t\t'acommodates',\r\n\t\t\t\t],\r\n\t\t\t\t'accommodating'=>[\r\n\t\t\t\t\t'accomnodating',\r\n\t\t\t\t\t'accomodating',\r\n\t\t\t\t\t'acommodating',\r\n\t\t\t\t],\r\n\t\t\t\t'accommodatingly'=>[\r\n\t\t\t\t\t'accomnodatingly',\r\n\t\t\t\t\t'acommodatingly',\r\n\t\t\t\t],\r\n\t\t\t\t'accommodation'=>[\r\n\t\t\t\t\t'accomadation',\r\n\t\t\t\t\t'accomnodation',\r\n\t\t\t\t\t'accomodation',\r\n\t\t\t\t\t'acommodation',\r\n\t\t\t\t],\r\n\t\t\t\t'accommodational'=>[\r\n\t\t\t\t\t'accomnodational',\r\n\t\t\t\t\t'acommodational',\r\n\t\t\t\t],\r\n\t\t\t\t'accommodations'=>[\r\n\t\t\t\t\t'accomnodations',\r\n\t\t\t\t\t'accomodations',\r\n\t\t\t\t\t'acommodations',\r\n\t\t\t\t],\r\n\t\t\t\t'accommodative'=>[\r\n\t\t\t\t\t'accomnodative',\r\n\t\t\t\t\t'acommodative',\r\n\t\t\t\t],\r\n\t\t\t\t'accommodator'=>[\r\n\t\t\t\t\t'accomnodator',\r\n\t\t\t\t\t'acommodator',\r\n\t\t\t\t],\r\n\t\t\t\t'accommodators'=>[\r\n\t\t\t\t\t'accomnodators',\r\n\t\t\t\t\t'acommodators',\r\n\t\t\t\t],\r\n\t\t\t\t'accompanied'=>[\r\n\t\t\t\t\t'accompanyed',\r\n\t\t\t\t\t'acompanied',\r\n\t\t\t\t],\r\n\t\t\t\t'accompanies'=>[\r\n\t\t\t\t\t'acompanies',\r\n\t\t\t\t],\r\n\t\t\t\t'accompaniment'=>[\r\n\t\t\t\t\t'accompanement',\r\n\t\t\t\t\t'accompaniament',\r\n\t\t\t\t\t'accompaniement',\r\n\t\t\t\t\t'accompanimant',\r\n\t\t\t\t\t'accompanyment',\r\n\t\t\t\t\t'acompaniment',\r\n\t\t\t\t],\r\n\t\t\t\t'accompaniments'=>[\r\n\t\t\t\t\t'accompanimants',\r\n\t\t\t\t\t'acompaniments',\r\n\t\t\t\t],\r\n\t\t\t\t'accompanist'=>[\r\n\t\t\t\t\t'acompanist',\r\n\t\t\t\t],\r\n\t\t\t\t'accompanists'=>[\r\n\t\t\t\t\t'acompanists',\r\n\t\t\t\t],\r\n\t\t\t\t'accompany'=>[\r\n\t\t\t\t\t'acompany',\r\n\t\t\t\t],\r\n\t\t\t\t'accompanying'=>[\r\n\t\t\t\t\t'accompaning',\r\n\t\t\t\t\t'acompanying',\r\n\t\t\t\t],\r\n\t\t\t\t'accomplice'=>[\r\n\t\t\t\t\t'acomplice',\r\n\t\t\t\t],\r\n\t\t\t\t'accomplices'=>[\r\n\t\t\t\t\t'acomplices',\r\n\t\t\t\t],\r\n\t\t\t\t'accomplish'=>[\r\n\t\t\t\t\t'acomplish',\r\n\t\t\t\t],\r\n\t\t\t\t'accomplishable'=>[\r\n\t\t\t\t\t'accomplishible',\r\n\t\t\t\t\t'acomplishable',\r\n\t\t\t\t],\r\n\t\t\t\t'accomplished'=>[\r\n\t\t\t\t\t'accom plished',\r\n\t\t\t\t\t'acomplished',\r\n\t\t\t\t],\r\n\t\t\t\t'accomplisher'=>[\r\n\t\t\t\t\t'acomplisher',\r\n\t\t\t\t],\r\n\t\t\t\t'accomplishers'=>[\r\n\t\t\t\t\t'acomplishers',\r\n\t\t\t\t],\r\n\t\t\t\t'accomplishes'=>[\r\n\t\t\t\t\t'acomplishes',\r\n\t\t\t\t],\r\n\t\t\t\t'accomplishing'=>[\r\n\t\t\t\t\t'acomplishing',\r\n\t\t\t\t],\r\n\t\t\t\t'accomplishment'=>[\r\n\t\t\t\t\t'accomplishmant',\r\n\t\t\t\t\t'accomplisment',\r\n\t\t\t\t\t'acomplishment',\r\n\t\t\t\t],\r\n\t\t\t\t'accomplishments'=>[\r\n\t\t\t\t\t'accomplishmants',\r\n\t\t\t\t\t'acomplishments',\r\n\t\t\t\t],\r\n\t\t\t\t'accord'=>[\r\n\t\t\t\t\t'acord',\r\n\t\t\t\t],\r\n\t\t\t\t'accordance'=>[\r\n\t\t\t\t\t'accordence',\r\n\t\t\t\t\t'acordance',\r\n\t\t\t\t],\r\n\t\t\t\t'accordances'=>[\r\n\t\t\t\t\t'acordances',\r\n\t\t\t\t],\r\n\t\t\t\t'accordant'=>[\r\n\t\t\t\t\t'accordent',\r\n\t\t\t\t\t'acordant',\r\n\t\t\t\t],\r\n\t\t\t\t'accordantly'=>[\r\n\t\t\t\t\t'accordently',\r\n\t\t\t\t\t'acordantly',\r\n\t\t\t\t],\r\n\t\t\t\t'accorded'=>[\r\n\t\t\t\t\t'acorded',\r\n\t\t\t\t],\r\n\t\t\t\t'accorder'=>[\r\n\t\t\t\t\t'acorder',\r\n\t\t\t\t],\r\n\t\t\t\t'accorders'=>[\r\n\t\t\t\t\t'acorders',\r\n\t\t\t\t],\r\n\t\t\t\t'according'=>[\r\n\t\t\t\t\t'accoring',\r\n\t\t\t\t\t'acoording',\r\n\t\t\t\t\t'acording',\r\n\t\t\t\t],\r\n\t\t\t\t'accordingly'=>[\r\n\t\t\t\t\t'accordingally',\r\n\t\t\t\t\t'accordingaly',\r\n\t\t\t\t\t'accordingely',\r\n\t\t\t\t\t'accordinglly',\r\n\t\t\t\t\t'acordingly',\r\n\t\t\t\t],\r\n\t\t\t\t'accordion'=>[\r\n\t\t\t\t\t'accordeon',\r\n\t\t\t\t\t'accordian',\r\n\t\t\t\t\t'acordion',\r\n\t\t\t\t],\r\n\t\t\t\t'accordionist'=>[\r\n\t\t\t\t\t'acordionist',\r\n\t\t\t\t],\r\n\t\t\t\t'accordionists'=>[\r\n\t\t\t\t\t'acordionists',\r\n\t\t\t\t],\r\n\t\t\t\t'accordions'=>[\r\n\t\t\t\t\t'acordions',\r\n\t\t\t\t],\r\n\t\t\t\t'accords'=>[\r\n\t\t\t\t\t'acords',\r\n\t\t\t\t],\r\n\t\t\t\t'accost'=>[\r\n\t\t\t\t\t'acost',\r\n\t\t\t\t],\r\n\t\t\t\t'accosted'=>[\r\n\t\t\t\t\t'acosted',\r\n\t\t\t\t],\r\n\t\t\t\t'accosting'=>[\r\n\t\t\t\t\t'acosting',\r\n\t\t\t\t],\r\n\t\t\t\t'accosts'=>[\r\n\t\t\t\t\t'acosts',\r\n\t\t\t\t],\r\n\t\t\t\t'accouchement'=>[\r\n\t\t\t\t\t'acouchement',\r\n\t\t\t\t],\r\n\t\t\t\t'accouchements'=>[\r\n\t\t\t\t\t'acouchements',\r\n\t\t\t\t],\r\n\t\t\t\t'accoucheur'=>[\r\n\t\t\t\t\t'accoucher',\r\n\t\t\t\t\t'acoucheur',\r\n\t\t\t\t],\r\n\t\t\t\t'accoucheurs'=>[\r\n\t\t\t\t\t'acoucheurs',\r\n\t\t\t\t],\r\n\t\t\t\t'account'=>[\r\n\t\t\t\t\t'acount',\r\n\t\t\t\t],\r\n\t\t\t\t'accountability'=>[\r\n\t\t\t\t\t'acountability',\r\n\t\t\t\t],\r\n\t\t\t\t'accountable'=>[\r\n\t\t\t\t\t'accountible',\r\n\t\t\t\t\t'acountable',\r\n\t\t\t\t],\r\n\t\t\t\t'accountableness'=>[\r\n\t\t\t\t\t'accountablenes',\r\n\t\t\t\t\t'acountableness',\r\n\t\t\t\t],\r\n\t\t\t\t'accountably'=>[\r\n\t\t\t\t\t'acountably',\r\n\t\t\t\t],\r\n\t\t\t\t'accountancies'=>[\r\n\t\t\t\t\t'accountanceis',\r\n\t\t\t\t\t'accountancis',\r\n\t\t\t\t\t'acountancies',\r\n\t\t\t\t],\r\n\t\t\t\t'accountancy'=>[\r\n\t\t\t\t\t'accountansy',\r\n\t\t\t\t\t'acountancy',\r\n\t\t\t\t],\r\n\t\t\t\t'accountant'=>[\r\n\t\t\t\t\t'accountent',\r\n\t\t\t\t\t'acountant',\r\n\t\t\t\t],\r\n\t\t\t\t'accountants'=>[\r\n\t\t\t\t\t'acountants',\r\n\t\t\t\t],\r\n\t\t\t\t'accountantship'=>[\r\n\t\t\t\t\t'accountentship',\r\n\t\t\t\t\t'acountantship',\r\n\t\t\t\t],\r\n\t\t\t\t'accountantships'=>[\r\n\t\t\t\t\t'accountentships',\r\n\t\t\t\t\t'acountantships',\r\n\t\t\t\t],\r\n\t\t\t\t'accounted'=>[\r\n\t\t\t\t\t'acounted',\r\n\t\t\t\t],\r\n\t\t\t\t'accounting'=>[\r\n\t\t\t\t\t'acounting',\r\n\t\t\t\t],\r\n\t\t\t\t'accountings'=>[\r\n\t\t\t\t\t'acountings',\r\n\t\t\t\t],\r\n\t\t\t\t'accounts'=>[\r\n\t\t\t\t\t'acounts',\r\n\t\t\t\t],\r\n\t\t\t\t'accouter'=>[\r\n\t\t\t\t\t'acouter',\r\n\t\t\t\t],\r\n\t\t\t\t'accoutered'=>[\r\n\t\t\t\t\t'acoutered',\r\n\t\t\t\t],\r\n\t\t\t\t'accoutering'=>[\r\n\t\t\t\t\t'acoutering',\r\n\t\t\t\t],\r\n\t\t\t\t'accouterment'=>[\r\n\t\t\t\t\t'accoutermant',\r\n\t\t\t\t\t'acouterment',\r\n\t\t\t\t],\r\n\t\t\t\t'accouterments'=>[\r\n\t\t\t\t\t'acouterments',\r\n\t\t\t\t],\r\n\t\t\t\t'accouters'=>[\r\n\t\t\t\t\t'acouters',\r\n\t\t\t\t],\r\n\t\t\t\t'accoutre'=>[\r\n\t\t\t\t\t'acoutre',\r\n\t\t\t\t],\r\n\t\t\t\t'accoutred'=>[\r\n\t\t\t\t\t'acoutred',\r\n\t\t\t\t],\r\n\t\t\t\t'accoutrement'=>[\r\n\t\t\t\t\t'acoutrement',\r\n\t\t\t\t],\r\n\t\t\t\t'accoutrements'=>[\r\n\t\t\t\t\t'acoutrements',\r\n\t\t\t\t],\r\n\t\t\t\t'accoutres'=>[\r\n\t\t\t\t\t'acoutres',\r\n\t\t\t\t],\r\n\t\t\t\t'accoutring'=>[\r\n\t\t\t\t\t'acoutring',\r\n\t\t\t\t],\r\n\t\t\t\t'accredit'=>[\r\n\t\t\t\t\t'accreditate',\r\n\t\t\t\t\t'acredit',\r\n\t\t\t\t],\r\n\t\t\t\t'accreditable'=>[\r\n\t\t\t\t\t'acreditable',\r\n\t\t\t\t],\r\n\t\t\t\t'accreditation'=>[\r\n\t\t\t\t\t'acreditation',\r\n\t\t\t\t],\r\n\t\t\t\t'accreditations'=>[\r\n\t\t\t\t\t'acreditations',\r\n\t\t\t\t],\r\n\t\t\t\t'accredited'=>[\r\n\t\t\t\t\t'acredited',\r\n\t\t\t\t],\r\n\t\t\t\t'accrediting'=>[\r\n\t\t\t\t\t'acrediting',\r\n\t\t\t\t],\r\n\t\t\t\t'accredits'=>[\r\n\t\t\t\t\t'acredits',\r\n\t\t\t\t],\r\n\t\t\t\t'accrete'=>[\r\n\t\t\t\t\t'acrete',\r\n\t\t\t\t],\r\n\t\t\t\t'accreted'=>[\r\n\t\t\t\t\t'acreted',\r\n\t\t\t\t],\r\n\t\t\t\t'accretes'=>[\r\n\t\t\t\t\t'acretes',\r\n\t\t\t\t],\r\n\t\t\t\t'accreting'=>[\r\n\t\t\t\t\t'acreting',\r\n\t\t\t\t],\r\n\t\t\t\t'accretion'=>[\r\n\t\t\t\t\t'acretion',\r\n\t\t\t\t],\r\n\t\t\t\t'accretionary'=>[\r\n\t\t\t\t\t'accretionery',\r\n\t\t\t\t\t'acretionary',\r\n\t\t\t\t],\r\n\t\t\t\t'accretions'=>[\r\n\t\t\t\t\t'acretions',\r\n\t\t\t\t],\r\n\t\t\t\t'accretive'=>[\r\n\t\t\t\t\t'acretive',\r\n\t\t\t\t],\r\n\t\t\t\t'accruable'=>[\r\n\t\t\t\t\t'acruable',\r\n\t\t\t\t],\r\n\t\t\t\t'accrual'=>[\r\n\t\t\t\t\t'accraul',\r\n\t\t\t\t\t'acrual',\r\n\t\t\t\t],\r\n\t\t\t\t'accruals'=>[\r\n\t\t\t\t\t'acruals',\r\n\t\t\t\t],\r\n\t\t\t\t'accrue'=>[\r\n\t\t\t\t\t'acrue',\r\n\t\t\t\t],\r\n\t\t\t\t'accrued'=>[\r\n\t\t\t\t\t'acrued',\r\n\t\t\t\t],\r\n\t\t\t\t'accruement'=>[\r\n\t\t\t\t\t'acruement',\r\n\t\t\t\t],\r\n\t\t\t\t'accruements'=>[\r\n\t\t\t\t\t'acruements',\r\n\t\t\t\t],\r\n\t\t\t\t'accrues'=>[\r\n\t\t\t\t\t'acrues',\r\n\t\t\t\t],\r\n\t\t\t\t'accruing'=>[\r\n\t\t\t\t\t'acruing',\r\n\t\t\t\t],\r\n\t\t\t\t'acculturate'=>[\r\n\t\t\t\t\t'aculturate',\r\n\t\t\t\t],\r\n\t\t\t\t'acculturated'=>[\r\n\t\t\t\t\t'aculturated',\r\n\t\t\t\t],\r\n\t\t\t\t'acculturates'=>[\r\n\t\t\t\t\t'aculturates',\r\n\t\t\t\t],\r\n\t\t\t\t'acculturating'=>[\r\n\t\t\t\t\t'aculturating',\r\n\t\t\t\t],\r\n\t\t\t\t'acculturation'=>[\r\n\t\t\t\t\t'aculturation',\r\n\t\t\t\t],\r\n\t\t\t\t'acculturational'=>[\r\n\t\t\t\t\t'aculturational',\r\n\t\t\t\t],\r\n\t\t\t\t'acculturations'=>[\r\n\t\t\t\t\t'aculturations',\r\n\t\t\t\t],\r\n\t\t\t\t'acculturative'=>[\r\n\t\t\t\t\t'aculturative',\r\n\t\t\t\t],\r\n\t\t\t\t'accumbent'=>[\r\n\t\t\t\t\t'acumbent',\r\n\t\t\t\t],\r\n\t\t\t\t'accumulate'=>[\r\n\t\t\t\t\t'acccumulate',\r\n\t\t\t\t\t'acumulate',\r\n\t\t\t\t],\r\n\t\t\t\t'accumulated'=>[\r\n\t\t\t\t\t'acccumulated',\r\n\t\t\t\t\t'acumulated',\r\n\t\t\t\t],\r\n\t\t\t\t'accumulates'=>[\r\n\t\t\t\t\t'acccumulates',\r\n\t\t\t\t\t'acumulates',\r\n\t\t\t\t],\r\n\t\t\t\t'accumulating'=>[\r\n\t\t\t\t\t'acccumulating',\r\n\t\t\t\t\t'acumulating',\r\n\t\t\t\t],\r\n\t\t\t\t'accumulation'=>[\r\n\t\t\t\t\t'acumulation',\r\n\t\t\t\t],\r\n\t\t\t\t'accumulations'=>[\r\n\t\t\t\t\t'acumulations',\r\n\t\t\t\t],\r\n\t\t\t\t'accumulative'=>[\r\n\t\t\t\t\t'acumulative',\r\n\t\t\t\t],\r\n\t\t\t\t'accumulatively'=>[\r\n\t\t\t\t\t'accumulativly',\r\n\t\t\t\t\t'acumulatively',\r\n\t\t\t\t],\r\n\t\t\t\t'accumulator'=>[\r\n\t\t\t\t\t'acumulator',\r\n\t\t\t\t],\r\n\t\t\t\t'accumulators'=>[\r\n\t\t\t\t\t'acumulators',\r\n\t\t\t\t],\r\n\t\t\t\t'accuracies'=>[\r\n\t\t\t\t\t'acuracies',\r\n\t\t\t\t],\r\n\t\t\t\t'accuracy'=>[\r\n\t\t\t\t\t'accurasy',\r\n\t\t\t\t\t'acuracy',\r\n\t\t\t\t],\r\n\t\t\t\t'accurate'=>[\r\n\t\t\t\t\t'acurate',\r\n\t\t\t\t],\r\n\t\t\t\t'accurately'=>[\r\n\t\t\t\t\t'accuratly',\r\n\t\t\t\t\t'acurately',\r\n\t\t\t\t],\r\n\t\t\t\t'accurateness'=>[\r\n\t\t\t\t\t'acurateness',\r\n\t\t\t\t],\r\n\t\t\t\t'accuratenesses'=>[\r\n\t\t\t\t\t'acuratenesses',\r\n\t\t\t\t],\r\n\t\t\t\t'accursed'=>[\r\n\t\t\t\t\t'acursed',\r\n\t\t\t\t],\r\n\t\t\t\t'accursedly'=>[\r\n\t\t\t\t\t'accursedally',\r\n\t\t\t\t\t'accursedaly',\r\n\t\t\t\t\t'accursedely',\r\n\t\t\t\t\t'accursedlly',\r\n\t\t\t\t\t'acursedly',\r\n\t\t\t\t],\r\n\t\t\t\t'accursedness'=>[\r\n\t\t\t\t\t'acursedness',\r\n\t\t\t\t],\r\n\t\t\t\t'accursednesses'=>[\r\n\t\t\t\t\t'acursednesses',\r\n\t\t\t\t],\r\n\t\t\t\t'accurst'=>[\r\n\t\t\t\t\t'acurst',\r\n\t\t\t\t],\r\n\t\t\t\t'accusable'=>[\r\n\t\t\t\t\t'acusable',\r\n\t\t\t\t],\r\n\t\t\t\t'accusably'=>[\r\n\t\t\t\t\t'acusably',\r\n\t\t\t\t],\r\n\t\t\t\t'accusal'=>[\r\n\t\t\t\t\t'acusal',\r\n\t\t\t\t],\r\n\t\t\t\t'accusals'=>[\r\n\t\t\t\t\t'acusals',\r\n\t\t\t\t],\r\n\t\t\t\t'accusant'=>[\r\n\t\t\t\t\t'acusant',\r\n\t\t\t\t],\r\n\t\t\t\t'accusants'=>[\r\n\t\t\t\t\t'acusants',\r\n\t\t\t\t],\r\n\t\t\t\t'accusation'=>[\r\n\t\t\t\t\t'acusation',\r\n\t\t\t\t],\r\n\t\t\t\t'accusations'=>[\r\n\t\t\t\t\t'acusations',\r\n\t\t\t\t],\r\n\t\t\t\t'accusative'=>[\r\n\t\t\t\t\t'acusative',\r\n\t\t\t\t],\r\n\t\t\t\t'accusatives'=>[\r\n\t\t\t\t\t'acusatives',\r\n\t\t\t\t],\r\n\t\t\t\t'accusatory'=>[\r\n\t\t\t\t\t'acusatory',\r\n\t\t\t\t],\r\n\t\t\t\t'accuse'=>[\r\n\t\t\t\t\t'acuse',\r\n\t\t\t\t],\r\n\t\t\t\t'accused'=>[\r\n\t\t\t\t\t'accussed',\r\n\t\t\t\t\t'acused',\r\n\t\t\t\t],\r\n\t\t\t\t'accuser'=>[\r\n\t\t\t\t\t'acuser',\r\n\t\t\t\t],\r\n\t\t\t\t'accusers'=>[\r\n\t\t\t\t\t'acusers',\r\n\t\t\t\t],\r\n\t\t\t\t'accuses'=>[\r\n\t\t\t\t\t'acuses',\r\n\t\t\t\t],\r\n\t\t\t\t'accusing'=>[\r\n\t\t\t\t\t'accuisng',\r\n\t\t\t\t\t'acusing',\r\n\t\t\t\t],\r\n\t\t\t\t'accusingly'=>[\r\n\t\t\t\t\t'accuisngly',\r\n\t\t\t\t\t'acusingly',\r\n\t\t\t\t],\r\n\t\t\t\t'accustom'=>[\r\n\t\t\t\t\t'acustom',\r\n\t\t\t\t],\r\n\t\t\t\t'accustomation'=>[\r\n\t\t\t\t\t'acustomation',\r\n\t\t\t\t],\r\n\t\t\t\t'accustomations'=>[\r\n\t\t\t\t\t'acustomations',\r\n\t\t\t\t],\r\n\t\t\t\t'accustomed'=>[\r\n\t\t\t\t\t'acustomed',\r\n\t\t\t\t\t'acustommed',\r\n\t\t\t\t],\r\n\t\t\t\t'accustomedness'=>[\r\n\t\t\t\t\t'acustomedness',\r\n\t\t\t\t],\r\n\t\t\t\t'accustoming'=>[\r\n\t\t\t\t\t'acustoming',\r\n\t\t\t\t],\r\n\t\t\t\t'accustoms'=>[\r\n\t\t\t\t\t'acustoms',\r\n\t\t\t\t],\r\n\t\t\t\t'acellular'=>[\r\n\t\t\t\t\t'acelluler',\r\n\t\t\t\t],\r\n\t\t\t\t'acetabular'=>[\r\n\t\t\t\t\t'acetabuler',\r\n\t\t\t\t],\r\n\t\t\t\t'acetylcholine'=>[\r\n\t\t\t\t\t'acetylcholini',\r\n\t\t\t\t],\r\n\t\t\t\t'acetylcholines'=>[\r\n\t\t\t\t\t'acetylcholinis',\r\n\t\t\t\t],\r\n\t\t\t\t'achiev'=>[\r\n\t\t\t\t\t'acheive',\r\n\t\t\t\t],\r\n\t\t\t\t'achieve'=>[\r\n\t\t\t\t\t'acheive',\r\n\t\t\t\t\t'achive',\r\n\t\t\t\t],\r\n\t\t\t\t'achieved'=>[\r\n\t\t\t\t\t'acheived',\r\n\t\t\t\t\t'achived',\r\n\t\t\t\t],\r\n\t\t\t\t'achievement'=>[\r\n\t\t\t\t\t'acheivement',\r\n\t\t\t\t\t'acheivment',\r\n\t\t\t\t\t'acheviement',\r\n\t\t\t\t\t'achievemant',\r\n\t\t\t\t\t'achievment',\r\n\t\t\t\t\t'achivement',\r\n\t\t\t\t\t'archivement',\r\n\t\t\t\t],\r\n\t\t\t\t'achievements'=>[\r\n\t\t\t\t\t'achievments',\r\n\t\t\t\t],\r\n\t\t\t\t'achieves'=>[\r\n\t\t\t\t\t'acheives',\r\n\t\t\t\t],\r\n\t\t\t\t'achieving'=>[\r\n\t\t\t\t\t'acheiving',\r\n\t\t\t\t],\r\n\t\t\t\t'achromatically'=>[\r\n\t\t\t\t\t'achromaticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'achtung'=>[\r\n\t\t\t\t\t'actung',\r\n\t\t\t\t],\r\n\t\t\t\t'acicular'=>[\r\n\t\t\t\t\t'aciculer',\r\n\t\t\t\t],\r\n\t\t\t\t'acinar'=>[\r\n\t\t\t\t\t'aciner',\r\n\t\t\t\t\t'acinir',\r\n\t\t\t\t],\r\n\t\t\t\t'acini'=>[\r\n\t\t\t\t\t'acina',\r\n\t\t\t\t],\r\n\t\t\t\t'acinic'=>[\r\n\t\t\t\t\t'acinac',\r\n\t\t\t\t],\r\n\t\t\t\t'aciniform'=>[\r\n\t\t\t\t\t'acinaform',\r\n\t\t\t\t],\r\n\t\t\t\t'acknowledge'=>[\r\n\t\t\t\t\t'acknowlege',\r\n\t\t\t\t\t'ackowledge',\r\n\t\t\t\t],\r\n\t\t\t\t'acknowledged'=>[\r\n\t\t\t\t\t'acknolwedged',\r\n\t\t\t\t\t'acknowleged',\r\n\t\t\t\t\t'ackowledged',\r\n\t\t\t\t],\r\n\t\t\t\t'acknowledgedly'=>[\r\n\t\t\t\t\t'acknowlegedly',\r\n\t\t\t\t\t'ackowledgedly',\r\n\t\t\t\t],\r\n\t\t\t\t'acknowledgement'=>[\r\n\t\t\t\t\t'acknowledgemant',\r\n\t\t\t\t\t'acknowlegement',\r\n\t\t\t\t\t'ackowledgement',\r\n\t\t\t\t],\r\n\t\t\t\t'acknowledges'=>[\r\n\t\t\t\t\t'acknowleges',\r\n\t\t\t\t\t'ackowledges',\r\n\t\t\t\t],\r\n\t\t\t\t'acknowledging'=>[\r\n\t\t\t\t\t'acknowleging',\r\n\t\t\t\t\t'ackowledging',\r\n\t\t\t\t],\r\n\t\t\t\t'acknowledgment'=>[\r\n\t\t\t\t\t'acknoledgement',\r\n\t\t\t\t\t'acknowledgmant',\r\n\t\t\t\t\t'ackowledgment',\r\n\t\t\t\t],\r\n\t\t\t\t'acknowledgments'=>[\r\n\t\t\t\t\t'acknowledgmants',\r\n\t\t\t\t\t'ackowledgments',\r\n\t\t\t\t],\r\n\t\t\t\t'aclinic'=>[\r\n\t\t\t\t\t'aclinac',\r\n\t\t\t\t],\r\n\t\t\t\t'acoustic'=>[\r\n\t\t\t\t\t'accoustic',\r\n\t\t\t\t],\r\n\t\t\t\t'acoustician'=>[\r\n\t\t\t\t\t'acoustican',\r\n\t\t\t\t],\r\n\t\t\t\t'acquaint'=>[\r\n\t\t\t\t\t'acqauint',\r\n\t\t\t\t],\r\n\t\t\t\t'acquaintance'=>[\r\n\t\t\t\t\t'acqauintance',\r\n\t\t\t\t\t'acquaintence',\r\n\t\t\t\t\t'acquiantence',\r\n\t\t\t\t\t'aquaintance',\r\n\t\t\t\t\t'aquiantance',\r\n\t\t\t\t],\r\n\t\t\t\t'acquaintances'=>[\r\n\t\t\t\t\t'acqauintances',\r\n\t\t\t\t\t'acquiantences',\r\n\t\t\t\t],\r\n\t\t\t\t'acquainted'=>[\r\n\t\t\t\t\t'acqauinted',\r\n\t\t\t\t\t'aquainted',\r\n\t\t\t\t],\r\n\t\t\t\t'acquiantance'=>[\r\n\t\t\t\t\t'acquaintence',\r\n\t\t\t\t\t'acquiantence',\r\n\t\t\t\t],\r\n\t\t\t\t'acquiesce'=>[\r\n\t\t\t\t\t'acqueisce',\r\n\t\t\t\t\t'acquiece',\r\n\t\t\t\t\t'acquiecse',\r\n\t\t\t\t\t'acquiese',\r\n\t\t\t\t\t'acquisce',\r\n\t\t\t\t],\r\n\t\t\t\t'acquiescence'=>[\r\n\t\t\t\t\t'acqueiscence',\r\n\t\t\t\t\t'acquiecence',\r\n\t\t\t\t\t'acquiecsence',\r\n\t\t\t\t\t'acquiescance',\r\n\t\t\t\t\t'acquiesence',\r\n\t\t\t\t\t'acquiscence',\r\n\t\t\t\t],\r\n\t\t\t\t'acquiescences'=>[\r\n\t\t\t\t\t'acqueiscences',\r\n\t\t\t\t\t'acquiecences',\r\n\t\t\t\t\t'acquiecsences',\r\n\t\t\t\t\t'acquiesences',\r\n\t\t\t\t\t'acquiscences',\r\n\t\t\t\t],\r\n\t\t\t\t'acquiescent'=>[\r\n\t\t\t\t\t'acqueiscent',\r\n\t\t\t\t\t'acquiecent',\r\n\t\t\t\t\t'acquiecsent',\r\n\t\t\t\t\t'acquiesent',\r\n\t\t\t\t\t'acquiscent',\r\n\t\t\t\t],\r\n\t\t\t\t'acquiescently'=>[\r\n\t\t\t\t\t'acqueiscently',\r\n\t\t\t\t\t'acquiecently',\r\n\t\t\t\t\t'acquiecsently',\r\n\t\t\t\t\t'acquiescentally',\r\n\t\t\t\t\t'acquiescentaly',\r\n\t\t\t\t\t'acquiescentely',\r\n\t\t\t\t\t'acquiescentlly',\r\n\t\t\t\t\t'acquiesently',\r\n\t\t\t\t\t'acquiscently',\r\n\t\t\t\t],\r\n\t\t\t\t'acquire'=>[\r\n\t\t\t\t\t'adquire',\r\n\t\t\t\t\t'aquire',\r\n\t\t\t\t],\r\n\t\t\t\t'acquired'=>[\r\n\t\t\t\t\t'aquired',\r\n\t\t\t\t],\r\n\t\t\t\t'acquires'=>[\r\n\t\t\t\t\t'aquires',\r\n\t\t\t\t],\r\n\t\t\t\t'acquiring'=>[\r\n\t\t\t\t\t'adquiring',\r\n\t\t\t\t\t'aquiring',\r\n\t\t\t\t],\r\n\t\t\t\t'acquisition'=>[\r\n\t\t\t\t\t'acquistion',\r\n\t\t\t\t\t'acquistition',\r\n\t\t\t\t\t'aquicision',\r\n\t\t\t\t\t'aquisition',\r\n\t\t\t\t],\r\n\t\t\t\t'acquisitions'=>[\r\n\t\t\t\t\t'acquistitions',\r\n\t\t\t\t\t'aquisitions',\r\n\t\t\t\t],\r\n\t\t\t\t'acquisitively'=>[\r\n\t\t\t\t\t'acquisitivly',\r\n\t\t\t\t],\r\n\t\t\t\t'acquisitiveness'=>[\r\n\t\t\t\t\t'acquisitivenes',\r\n\t\t\t\t],\r\n\t\t\t\t'acquittance'=>[\r\n\t\t\t\t\t'acquittence',\r\n\t\t\t\t],\r\n\t\t\t\t'acquitted'=>[\r\n\t\t\t\t\t'acquited',\r\n\t\t\t\t\t'aquitted',\r\n\t\t\t\t],\r\n\t\t\t\t'acreage'=>[\r\n\t\t\t\t\t'acrege',\r\n\t\t\t\t],\r\n\t\t\t\t'acridly'=>[\r\n\t\t\t\t\t'acridally',\r\n\t\t\t\t\t'acridaly',\r\n\t\t\t\t\t'acridely',\r\n\t\t\t\t\t'acridlly',\r\n\t\t\t\t],\r\n\t\t\t\t'acriflavine'=>[\r\n\t\t\t\t\t'acriflavini',\r\n\t\t\t\t],\r\n\t\t\t\t'acrimonious'=>[\r\n\t\t\t\t\t'acrimonous',\r\n\t\t\t\t],\r\n\t\t\t\t'acrimoniously'=>[\r\n\t\t\t\t\t'acrimoniousally',\r\n\t\t\t\t\t'acrimoniousaly',\r\n\t\t\t\t\t'acrimoniousely',\r\n\t\t\t\t\t'acrimoniouslly',\r\n\t\t\t\t\t'acrimonously',\r\n\t\t\t\t],\r\n\t\t\t\t'acrimoniousness'=>[\r\n\t\t\t\t\t'acrimoniousnes',\r\n\t\t\t\t],\r\n\t\t\t\t'acrobatically'=>[\r\n\t\t\t\t\t'acrobaticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'acrolein'=>[\r\n\t\t\t\t\t'acrolien',\r\n\t\t\t\t],\r\n\t\t\t\t'acromegaly'=>[\r\n\t\t\t\t\t'acromegaally',\r\n\t\t\t\t\t'acromegaaly',\r\n\t\t\t\t\t'acromegaely',\r\n\t\t\t\t\t'acromegally',\r\n\t\t\t\t],\r\n\t\t\t\t'acronymically'=>[\r\n\t\t\t\t\t'acronymicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'across'=>[\r\n\t\t\t\t\t'accros',\r\n\t\t\t\t\t'accross',\r\n\t\t\t\t\t'acros',\r\n\t\t\t\t],\r\n\t\t\t\t'act'=>[\r\n\t\t\t\t\t'act act',\r\n\t\t\t\t\t'act act act',\r\n\t\t\t\t],\r\n\t\t\t\t'actable'=>[\r\n\t\t\t\t\t'actible',\r\n\t\t\t\t],\r\n\t\t\t\t'actinal'=>[\r\n\t\t\t\t\t'actinil',\r\n\t\t\t\t],\r\n\t\t\t\t'actinia'=>[\r\n\t\t\t\t\t'actinaa',\r\n\t\t\t\t],\r\n\t\t\t\t'actiniae'=>[\r\n\t\t\t\t\t'actinaae',\r\n\t\t\t\t],\r\n\t\t\t\t'actinian'=>[\r\n\t\t\t\t\t'actinaan',\r\n\t\t\t\t\t'actinan',\r\n\t\t\t\t],\r\n\t\t\t\t'actinians'=>[\r\n\t\t\t\t\t'actinaans',\r\n\t\t\t\t],\r\n\t\t\t\t'actinias'=>[\r\n\t\t\t\t\t'actinaas',\r\n\t\t\t\t],\r\n\t\t\t\t'actinic'=>[\r\n\t\t\t\t\t'actinac',\r\n\t\t\t\t],\r\n\t\t\t\t'actinically'=>[\r\n\t\t\t\t\t'actinacally',\r\n\t\t\t\t],\r\n\t\t\t\t'actinide'=>[\r\n\t\t\t\t\t'actinade',\r\n\t\t\t\t],\r\n\t\t\t\t'actinides'=>[\r\n\t\t\t\t\t'actinades',\r\n\t\t\t\t],\r\n\t\t\t\t'actinism'=>[\r\n\t\t\t\t\t'actinasm',\r\n\t\t\t\t],\r\n\t\t\t\t'actinisms'=>[\r\n\t\t\t\t\t'actinasms',\r\n\t\t\t\t],\r\n\t\t\t\t'actinium'=>[\r\n\t\t\t\t\t'actinaum',\r\n\t\t\t\t],\r\n\t\t\t\t'actiniums'=>[\r\n\t\t\t\t\t'actinaums',\r\n\t\t\t\t],\r\n\t\t\t\t'actinometries'=>[\r\n\t\t\t\t\t'actinometreis',\r\n\t\t\t\t\t'actinometris',\r\n\t\t\t\t],\r\n\t\t\t\t'actinomorphic'=>[\r\n\t\t\t\t\t'actinomourphic',\r\n\t\t\t\t],\r\n\t\t\t\t'actinomorphies'=>[\r\n\t\t\t\t\t'actinomorpheis',\r\n\t\t\t\t\t'actinomorphis',\r\n\t\t\t\t\t'actinomourphies',\r\n\t\t\t\t],\r\n\t\t\t\t'actinomorphy'=>[\r\n\t\t\t\t\t'actinomourphy',\r\n\t\t\t\t],\r\n\t\t\t\t'actionable'=>[\r\n\t\t\t\t\t'actionible',\r\n\t\t\t\t],\r\n\t\t\t\t'active'=>[\r\n\t\t\t\t\t'actiev',\r\n\t\t\t\t\t'activ',\r\n\t\t\t\t\t'actiye',\r\n\t\t\t\t],\r\n\t\t\t\t'actively'=>[\r\n\t\t\t\t\t'actievly',\r\n\t\t\t\t\t'activly',\r\n\t\t\t\t],\r\n\t\t\t\t'activist'=>[\r\n\t\t\t\t\t'actvist',\r\n\t\t\t\t],\r\n\t\t\t\t'activities'=>[\r\n\t\t\t\t\t'activites',\r\n\t\t\t\t],\r\n\t\t\t\t'actress'=>[\r\n\t\t\t\t\t'actres',\r\n\t\t\t\t],\r\n\t\t\t\t'actressy'=>[\r\n\t\t\t\t\t'actrescy',\r\n\t\t\t\t],\r\n\t\t\t\t'actual'=>[\r\n\t\t\t\t\t'actaul',\r\n\t\t\t\t],\r\n\t\t\t\t'actuality'=>[\r\n\t\t\t\t\t'actaulity',\r\n\t\t\t\t\t'actuallity',\r\n\t\t\t\t],\r\n\t\t\t\t'actualization'=>[\r\n\t\t\t\t\t'actaulization',\r\n\t\t\t\t],\r\n\t\t\t\t'actualizations'=>[\r\n\t\t\t\t\t'actaulizations',\r\n\t\t\t\t],\r\n\t\t\t\t'actualize'=>[\r\n\t\t\t\t\t'actaulize',\r\n\t\t\t\t],\r\n\t\t\t\t'actually'=>[\r\n\t\t\t\t\t'actaully',\r\n\t\t\t\t\t'actualally',\r\n\t\t\t\t\t'actualaly',\r\n\t\t\t\t\t'actualely',\r\n\t\t\t\t\t'actuallly',\r\n\t\t\t\t\t'actualy',\r\n\t\t\t\t\t'acually',\r\n\t\t\t\t\t'acutally',\r\n\t\t\t\t],\r\n\t\t\t\t'actuary'=>[\r\n\t\t\t\t\t'actaury',\r\n\t\t\t\t\t'actuery',\r\n\t\t\t\t],\r\n\t\t\t\t'actuate'=>[\r\n\t\t\t\t\t'actaute',\r\n\t\t\t\t],\r\n\t\t\t\t'actuator'=>[\r\n\t\t\t\t\t'actautor',\r\n\t\t\t\t],\r\n\t\t\t\t'acuate'=>[\r\n\t\t\t\t\t'acaute',\r\n\t\t\t\t],\r\n\t\t\t\t'aculei'=>[\r\n\t\t\t\t\t'aculie',\r\n\t\t\t\t],\r\n\t\t\t\t'acuminate'=>[\r\n\t\t\t\t\t'acuminite',\r\n\t\t\t\t],\r\n\t\t\t\t'acupressure'=>[\r\n\t\t\t\t\t'acupresure',\r\n\t\t\t\t],\r\n\t\t\t\t'acutance'=>[\r\n\t\t\t\t\t'acutence',\r\n\t\t\t\t],\r\n\t\t\t\t'acutely'=>[\r\n\t\t\t\t\t'acutly',\r\n\t\t\t\t],\r\n\t\t\t\t'ad hoc'=>[\r\n\t\t\t\t\t'ah hoc',\r\n\t\t\t\t],\r\n\t\t\t\t'ad nauseam'=>[\r\n\t\t\t\t\t'ad nauseum',\r\n\t\t\t\t],\r\n\t\t\t\t'adamance'=>[\r\n\t\t\t\t\t'adamence',\r\n\t\t\t\t],\r\n\t\t\t\t'adamancy'=>[\r\n\t\t\t\t\t'adamansy',\r\n\t\t\t\t],\r\n\t\t\t\t'adamant'=>[\r\n\t\t\t\t\t'adament',\r\n\t\t\t\t],\r\n\t\t\t\t'adamantine'=>[\r\n\t\t\t\t\t'adamantini',\r\n\t\t\t\t\t'adamentine',\r\n\t\t\t\t],\r\n\t\t\t\t'adaptabilities'=>[\r\n\t\t\t\t\t'adaptabiliteis',\r\n\t\t\t\t\t'adaptabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'adaptable'=>[\r\n\t\t\t\t\t'adaptible',\r\n\t\t\t\t],\r\n\t\t\t\t'adaptation'=>[\r\n\t\t\t\t\t'adaptaion',\r\n\t\t\t\t],\r\n\t\t\t\t'adaptationally'=>[\r\n\t\t\t\t\t'adaptationalally',\r\n\t\t\t\t\t'adaptationalaly',\r\n\t\t\t\t\t'adaptationalely',\r\n\t\t\t\t\t'adaptationallly',\r\n\t\t\t\t\t'adaptationaly',\r\n\t\t\t\t],\r\n\t\t\t\t'adaptively'=>[\r\n\t\t\t\t\t'adaptivly',\r\n\t\t\t\t],\r\n\t\t\t\t'add'=>[\r\n\t\t\t\t\t'add add',\r\n\t\t\t\t\t'add add add',\r\n\t\t\t\t],\r\n\t\t\t\t'addable'=>[\r\n\t\t\t\t\t'addible',\r\n\t\t\t\t],\r\n\t\t\t\t'adderall'=>[\r\n\t\t\t\t\t'adderal',\r\n\t\t\t\t],\r\n\t\t\t\t'addible'=>[\r\n\t\t\t\t\t'addable',\r\n\t\t\t\t],\r\n\t\t\t\t'addition'=>[\r\n\t\t\t\t\t'additon',\r\n\t\t\t\t\t'addittion',\r\n\t\t\t\t\t'addtion',\r\n\t\t\t\t\t'adition',\r\n\t\t\t\t],\r\n\t\t\t\t'additional'=>[\r\n\t\t\t\t\t'addional',\r\n\t\t\t\t\t'additonal',\r\n\t\t\t\t\t'addtional',\r\n\t\t\t\t\t'aditional',\r\n\t\t\t\t],\r\n\t\t\t\t'additionally'=>[\r\n\t\t\t\t\t'addionally',\r\n\t\t\t\t\t'additinally',\r\n\t\t\t\t\t'additionaly',\r\n\t\t\t\t\t'additonally',\r\n\t\t\t\t\t'addtionally',\r\n\t\t\t\t\t'aditionally',\r\n\t\t\t\t],\r\n\t\t\t\t'additively'=>[\r\n\t\t\t\t\t'additivly',\r\n\t\t\t\t],\r\n\t\t\t\t'address'=>[\r\n\t\t\t\t\t'addres',\r\n\t\t\t\t\t'adres',\r\n\t\t\t\t\t'adress',\r\n\t\t\t\t],\r\n\t\t\t\t'addressable'=>[\r\n\t\t\t\t\t'addresable',\r\n\t\t\t\t\t'addressible',\r\n\t\t\t\t\t'adresable',\r\n\t\t\t\t\t'adressable',\r\n\t\t\t\t],\r\n\t\t\t\t'addressee'=>[\r\n\t\t\t\t\t'addresee',\r\n\t\t\t\t],\r\n\t\t\t\t'addressing'=>[\r\n\t\t\t\t\t'addresing',\r\n\t\t\t\t\t'adresing',\r\n\t\t\t\t\t'adressing',\r\n\t\t\t\t],\r\n\t\t\t\t'adducible'=>[\r\n\t\t\t\t\t'adducable',\r\n\t\t\t\t],\r\n\t\t\t\t'adenine'=>[\r\n\t\t\t\t\t'adenini',\r\n\t\t\t\t],\r\n\t\t\t\t'adenosine'=>[\r\n\t\t\t\t\t'adenosini',\r\n\t\t\t\t],\r\n\t\t\t\t'adequacy'=>[\r\n\t\t\t\t\t'adequasy',\r\n\t\t\t\t],\r\n\t\t\t\t'adequate'=>[\r\n\t\t\t\t\t'adecuate',\r\n\t\t\t\t\t'adeqaute',\r\n\t\t\t\t],\r\n\t\t\t\t'adequately'=>[\r\n\t\t\t\t\t'adequatly',\r\n\t\t\t\t],\r\n\t\t\t\t'adequateness'=>[\r\n\t\t\t\t\t'adeqauteness',\r\n\t\t\t\t],\r\n\t\t\t\t'adequatenesses'=>[\r\n\t\t\t\t\t'adeqautenesses',\r\n\t\t\t\t],\r\n\t\t\t\t'adhere'=>[\r\n\t\t\t\t\t'adhear',\r\n\t\t\t\t],\r\n\t\t\t\t'adherence'=>[\r\n\t\t\t\t\t'adhearence',\r\n\t\t\t\t\t'adherance',\r\n\t\t\t\t],\r\n\t\t\t\t'adherent'=>[\r\n\t\t\t\t\t'adherant',\r\n\t\t\t\t],\r\n\t\t\t\t'adhesively'=>[\r\n\t\t\t\t\t'adhesivly',\r\n\t\t\t\t],\r\n\t\t\t\t'adiabatically'=>[\r\n\t\t\t\t\t'adiabaticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'adieu'=>[\r\n\t\t\t\t\t'adeiu',\r\n\t\t\t\t\t'adiu',\r\n\t\t\t\t],\r\n\t\t\t\t'adjacence'=>[\r\n\t\t\t\t\t'adjacance',\r\n\t\t\t\t],\r\n\t\t\t\t'adjacency'=>[\r\n\t\t\t\t\t'adjacensy',\r\n\t\t\t\t],\r\n\t\t\t\t'adjacent'=>[\r\n\t\t\t\t\t'adjacant',\r\n\t\t\t\t\t'ajacent',\r\n\t\t\t\t],\r\n\t\t\t\t'adjectivally'=>[\r\n\t\t\t\t\t'adjectivaly',\r\n\t\t\t\t],\r\n\t\t\t\t'adjective'=>[\r\n\t\t\t\t\t'adjectve',\r\n\t\t\t\t],\r\n\t\t\t\t'adjoin'=>[\r\n\t\t\t\t\t'ajoin',\r\n\t\t\t\t],\r\n\t\t\t\t'adjoining'=>[\r\n\t\t\t\t\t'adjoinang',\r\n\t\t\t\t\t'ajoining',\r\n\t\t\t\t],\r\n\t\t\t\t'adjoins'=>[\r\n\t\t\t\t\t'ajoins',\r\n\t\t\t\t],\r\n\t\t\t\t'adjourn'=>[\r\n\t\t\t\t\t'adjurn',\r\n\t\t\t\t],\r\n\t\t\t\t'adjournment'=>[\r\n\t\t\t\t\t'adjourment',\r\n\t\t\t\t\t'adjournent',\r\n\t\t\t\t],\r\n\t\t\t\t'adjournments'=>[\r\n\t\t\t\t\t'adjourments',\r\n\t\t\t\t\t'adjournents',\r\n\t\t\t\t],\r\n\t\t\t\t'adjust'=>[\r\n\t\t\t\t\t'adlust',\r\n\t\t\t\t\t'ajust',\r\n\t\t\t\t],\r\n\t\t\t\t'adjustabilities'=>[\r\n\t\t\t\t\t'adjustabiliteis',\r\n\t\t\t\t\t'adjustabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'adjustment'=>[\r\n\t\t\t\t\t'adjustmant',\r\n\t\t\t\t],\r\n\t\t\t\t'adjutancy'=>[\r\n\t\t\t\t\t'adjutansy',\r\n\t\t\t\t],\r\n\t\t\t\t'adjutant'=>[\r\n\t\t\t\t\t'adjutent',\r\n\t\t\t\t],\r\n\t\t\t\t'adjuvant'=>[\r\n\t\t\t\t\t'adjuvent',\r\n\t\t\t\t],\r\n\t\t\t\t'admeasurement'=>[\r\n\t\t\t\t\t'admesurement',\r\n\t\t\t\t],\r\n\t\t\t\t'admeasurements'=>[\r\n\t\t\t\t\t'admeasuremants',\r\n\t\t\t\t\t'admesurements',\r\n\t\t\t\t],\r\n\t\t\t\t'administer'=>[\r\n\t\t\t\t\t'aclministcr',\r\n\t\t\t\t\t'adminaster',\r\n\t\t\t\t],\r\n\t\t\t\t'administered'=>[\r\n\t\t\t\t\t'adminastered',\r\n\t\t\t\t],\r\n\t\t\t\t'administering'=>[\r\n\t\t\t\t\t'adminastering',\r\n\t\t\t\t],\r\n\t\t\t\t'administers'=>[\r\n\t\t\t\t\t'adminasters',\r\n\t\t\t\t],\r\n\t\t\t\t'administrable'=>[\r\n\t\t\t\t\t'adminastrable',\r\n\t\t\t\t\t'administrible',\r\n\t\t\t\t],\r\n\t\t\t\t'administrant'=>[\r\n\t\t\t\t\t'adminastrant',\r\n\t\t\t\t],\r\n\t\t\t\t'administrants'=>[\r\n\t\t\t\t\t'adminastrants',\r\n\t\t\t\t],\r\n\t\t\t\t'administrate'=>[\r\n\t\t\t\t\t'adminastrate',\r\n\t\t\t\t\t'adminstrate',\r\n\t\t\t\t],\r\n\t\t\t\t'administrated'=>[\r\n\t\t\t\t\t'adminastrated',\r\n\t\t\t\t],\r\n\t\t\t\t'administrates'=>[\r\n\t\t\t\t\t'adminastrates',\r\n\t\t\t\t],\r\n\t\t\t\t'administrating'=>[\r\n\t\t\t\t\t'adminastrating',\r\n\t\t\t\t],\r\n\t\t\t\t'administration'=>[\r\n\t\t\t\t\t'adminastration',\r\n\t\t\t\t\t'administartion',\r\n\t\t\t\t\t'adminstration',\r\n\t\t\t\t],\r\n\t\t\t\t'administrations'=>[\r\n\t\t\t\t\t'adminastrations',\r\n\t\t\t\t],\r\n\t\t\t\t'administrative'=>[\r\n\t\t\t\t\t'adminastrative',\r\n\t\t\t\t\t'adminstrative',\r\n\t\t\t\t],\r\n\t\t\t\t'administrator'=>[\r\n\t\t\t\t\t'adminastrator',\r\n\t\t\t\t\t'adminstrator',\r\n\t\t\t\t],\r\n\t\t\t\t'administrators'=>[\r\n\t\t\t\t\t'adminastrators',\r\n\t\t\t\t],\r\n\t\t\t\t'administratrix'=>[\r\n\t\t\t\t\t'adminastratrix',\r\n\t\t\t\t],\r\n\t\t\t\t'admirabilities'=>[\r\n\t\t\t\t\t'admirabiliteis',\r\n\t\t\t\t\t'admirabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'admirable'=>[\r\n\t\t\t\t\t'admirible',\r\n\t\t\t\t],\r\n\t\t\t\t'admirablenesses'=>[\r\n\t\t\t\t\t'admirableneses',\r\n\t\t\t\t],\r\n\t\t\t\t'admissibilities'=>[\r\n\t\t\t\t\t'admisibilities',\r\n\t\t\t\t\t'admissibiliteis',\r\n\t\t\t\t\t'admissibilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'admissibility'=>[\r\n\t\t\t\t\t'admissability',\r\n\t\t\t\t],\r\n\t\t\t\t'admissible'=>[\r\n\t\t\t\t\t'admisible',\r\n\t\t\t\t\t'admissable',\r\n\t\t\t\t],\r\n\t\t\t\t'admission'=>[\r\n\t\t\t\t\t'addmission',\r\n\t\t\t\t\t'admision',\r\n\t\t\t\t],\r\n\t\t\t\t'admit'=>[\r\n\t\t\t\t\t'admitt',\r\n\t\t\t\t],\r\n\t\t\t\t'admittance'=>[\r\n\t\t\t\t\t'admittence',\r\n\t\t\t\t],\r\n\t\t\t\t'admitted'=>[\r\n\t\t\t\t\t'addmitted',\r\n\t\t\t\t\t'admited',\r\n\t\t\t\t],\r\n\t\t\t\t'admittedly'=>[\r\n\t\t\t\t\t'admittedally',\r\n\t\t\t\t\t'admittedaly',\r\n\t\t\t\t\t'admittedely',\r\n\t\t\t\t\t'admittedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'admitting'=>[\r\n\t\t\t\t\t'admiting',\r\n\t\t\t\t],\r\n\t\t\t\t'adolescence'=>[\r\n\t\t\t\t\t'adolecence',\r\n\t\t\t\t\t'adolecsence',\r\n\t\t\t\t\t'adolescance',\r\n\t\t\t\t\t'adolesence',\r\n\t\t\t\t],\r\n\t\t\t\t'adolescent'=>[\r\n\t\t\t\t\t'adolecent',\r\n\t\t\t\t\t'adolecsent',\r\n\t\t\t\t\t'adolescant',\r\n\t\t\t\t\t'adolesent',\r\n\t\t\t\t],\r\n\t\t\t\t'adopt'=>[\r\n\t\t\t\t\t'addopt',\r\n\t\t\t\t],\r\n\t\t\t\t'adoptabilities'=>[\r\n\t\t\t\t\t'adoptabiliteis',\r\n\t\t\t\t\t'adoptabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'adopted'=>[\r\n\t\t\t\t\t'addopted',\r\n\t\t\t\t],\r\n\t\t\t\t'adoptive'=>[\r\n\t\t\t\t\t'addoptive',\r\n\t\t\t\t],\r\n\t\t\t\t'adoptively'=>[\r\n\t\t\t\t\t'adoptivly',\r\n\t\t\t\t],\r\n\t\t\t\t'adorable'=>[\r\n\t\t\t\t\t'adorible',\r\n\t\t\t\t],\r\n\t\t\t\t'adornment'=>[\r\n\t\t\t\t\t'adorment',\r\n\t\t\t\t\t'adornent',\r\n\t\t\t\t],\r\n\t\t\t\t'adornments'=>[\r\n\t\t\t\t\t'adorments',\r\n\t\t\t\t\t'adornents',\r\n\t\t\t\t],\r\n\t\t\t\t'adrenalectomies'=>[\r\n\t\t\t\t\t'adrenalectomeis',\r\n\t\t\t\t\t'adrenalectomis',\r\n\t\t\t\t],\r\n\t\t\t\t'adrenaline'=>[\r\n\t\t\t\t\t'adrenalini',\r\n\t\t\t\t],\r\n\t\t\t\t'adrenergically'=>[\r\n\t\t\t\t\t'adrenergicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'adscititious'=>[\r\n\t\t\t\t\t'adcititious',\r\n\t\t\t\t\t'adcsititious',\r\n\t\t\t\t\t'adscititous',\r\n\t\t\t\t\t'adsititious',\r\n\t\t\t\t],\r\n\t\t\t\t'adulterer'=>[\r\n\t\t\t\t\t'adulteer',\r\n\t\t\t\t],\r\n\t\t\t\t'adultery'=>[\r\n\t\t\t\t\t'adultary',\r\n\t\t\t\t\t'adultry',\r\n\t\t\t\t],\r\n\t\t\t\t'adumbratively'=>[\r\n\t\t\t\t\t'adumbrativly',\r\n\t\t\t\t],\r\n\t\t\t\t'advance'=>[\r\n\t\t\t\t\t'advence',\r\n\t\t\t\t],\r\n\t\t\t\t'advancement'=>[\r\n\t\t\t\t\t'advancemant',\r\n\t\t\t\t\t'advancemcent',\r\n\t\t\t\t\t'advancemcnt',\r\n\t\t\t\t],\r\n\t\t\t\t'advancing'=>[\r\n\t\t\t\t\t'adavancing',\r\n\t\t\t\t],\r\n\t\t\t\t'advantage'=>[\r\n\t\t\t\t\t'adavantage',\r\n\t\t\t\t\t'adventage',\r\n\t\t\t\t],\r\n\t\t\t\t'advantageous'=>[\r\n\t\t\t\t\t'advantagous',\r\n\t\t\t\t\t'adventageous',\r\n\t\t\t\t],\r\n\t\t\t\t'advantageously'=>[\r\n\t\t\t\t\t'advantageousally',\r\n\t\t\t\t\t'advantageousaly',\r\n\t\t\t\t\t'advantageousely',\r\n\t\t\t\t\t'advantageouslly',\r\n\t\t\t\t\t'adventageously',\r\n\t\t\t\t],\r\n\t\t\t\t'advent'=>[\r\n\t\t\t\t\t'advant',\r\n\t\t\t\t],\r\n\t\t\t\t'adventitious'=>[\r\n\t\t\t\t\t'advantitious',\r\n\t\t\t\t\t'adventitous',\r\n\t\t\t\t],\r\n\t\t\t\t'adventitiously'=>[\r\n\t\t\t\t\t'advantitiously',\r\n\t\t\t\t\t'adventitiousally',\r\n\t\t\t\t\t'adventitiousaly',\r\n\t\t\t\t\t'adventitiousely',\r\n\t\t\t\t\t'adventitiouslly',\r\n\t\t\t\t\t'adventitously',\r\n\t\t\t\t],\r\n\t\t\t\t'adventure'=>[\r\n\t\t\t\t\t'advanture',\r\n\t\t\t\t],\r\n\t\t\t\t'adventurer'=>[\r\n\t\t\t\t\t'advanturer',\r\n\t\t\t\t],\r\n\t\t\t\t'adventuresome'=>[\r\n\t\t\t\t\t'advanturesome',\r\n\t\t\t\t],\r\n\t\t\t\t'adventuress'=>[\r\n\t\t\t\t\t'adventures',\r\n\t\t\t\t],\r\n\t\t\t\t'adventurous'=>[\r\n\t\t\t\t\t'advanturous',\r\n\t\t\t\t],\r\n\t\t\t\t'adventurousness'=>[\r\n\t\t\t\t\t'advanturousness',\r\n\t\t\t\t\t'adventurousnes',\r\n\t\t\t\t],\r\n\t\t\t\t'adversariness'=>[\r\n\t\t\t\t\t'adversariniss',\r\n\t\t\t\t],\r\n\t\t\t\t'adversarinesses'=>[\r\n\t\t\t\t\t'adversarineses',\r\n\t\t\t\t\t'adversarinisses',\r\n\t\t\t\t],\r\n\t\t\t\t'adversary'=>[\r\n\t\t\t\t\t'adversery',\r\n\t\t\t\t],\r\n\t\t\t\t'adversatively'=>[\r\n\t\t\t\t\t'adversativly',\r\n\t\t\t\t],\r\n\t\t\t\t'adversely'=>[\r\n\t\t\t\t\t'adversly',\r\n\t\t\t\t],\r\n\t\t\t\t'advertence'=>[\r\n\t\t\t\t\t'advertance',\r\n\t\t\t\t],\r\n\t\t\t\t'advertency'=>[\r\n\t\t\t\t\t'advertensy',\r\n\t\t\t\t],\r\n\t\t\t\t'advertisement'=>[\r\n\t\t\t\t\t'advertisemant',\r\n\t\t\t\t\t'advertisment',\r\n\t\t\t\t],\r\n\t\t\t\t'advertisements'=>[\r\n\t\t\t\t\t'advertisemants',\r\n\t\t\t\t\t'advertisments',\r\n\t\t\t\t],\r\n\t\t\t\t'advertizements'=>[\r\n\t\t\t\t\t'advertizemants',\r\n\t\t\t\t],\r\n\t\t\t\t'advisabilities'=>[\r\n\t\t\t\t\t'advisabiliteis',\r\n\t\t\t\t\t'advisabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'advisable'=>[\r\n\t\t\t\t\t'advisible',\r\n\t\t\t\t],\r\n\t\t\t\t'advisablenesses'=>[\r\n\t\t\t\t\t'advisableneses',\r\n\t\t\t\t],\r\n\t\t\t\t'advised'=>[\r\n\t\t\t\t\t'adviced',\r\n\t\t\t\t],\r\n\t\t\t\t'advisedly'=>[\r\n\t\t\t\t\t'advisedally',\r\n\t\t\t\t\t'advisedaly',\r\n\t\t\t\t\t'advisedely',\r\n\t\t\t\t\t'advisedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'advocacy'=>[\r\n\t\t\t\t\t'advocasy',\r\n\t\t\t\t],\r\n\t\t\t\t'aedine'=>[\r\n\t\t\t\t\t'aedini',\r\n\t\t\t\t],\r\n\t\t\t\t'aeolian'=>[\r\n\t\t\t\t\t'aeolan',\r\n\t\t\t\t],\r\n\t\t\t\t'aeonian'=>[\r\n\t\t\t\t\t'aeonan',\r\n\t\t\t\t],\r\n\t\t\t\t'aequorin'=>[\r\n\t\t\t\t\t'aeqorin',\r\n\t\t\t\t],\r\n\t\t\t\t'aequorins'=>[\r\n\t\t\t\t\t'aeqorins',\r\n\t\t\t\t],\r\n\t\t\t\t'aerial'=>[\r\n\t\t\t\t\t'aeriel',\r\n\t\t\t\t],\r\n\t\t\t\t'aerial view'=>[\r\n\t\t\t\t\t'arial view',\r\n\t\t\t\t\t'ariel view',\r\n\t\t\t\t],\r\n\t\t\t\t'aerials'=>[\r\n\t\t\t\t\t'aeriels',\r\n\t\t\t\t],\r\n\t\t\t\t'aerie'=>[\r\n\t\t\t\t\t'aerei',\r\n\t\t\t\t\t'aeri',\r\n\t\t\t\t],\r\n\t\t\t\t'aerodynamically'=>[\r\n\t\t\t\t\t'aerodynamicalally',\r\n\t\t\t\t\t'aerodynamicalaly',\r\n\t\t\t\t\t'aerodynamicalely',\r\n\t\t\t\t\t'aerodynamicallly',\r\n\t\t\t\t\t'aerodynamicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'aerogramme'=>[\r\n\t\t\t\t\t'aerogramne',\r\n\t\t\t\t],\r\n\t\t\t\t'aeromedicine'=>[\r\n\t\t\t\t\t'aeromedicini',\r\n\t\t\t\t],\r\n\t\t\t\t'aeromedicines'=>[\r\n\t\t\t\t\t'aeromedicinis',\r\n\t\t\t\t],\r\n\t\t\t\t'aeronautically'=>[\r\n\t\t\t\t\t'aeronauticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'aesthetic'=>[\r\n\t\t\t\t\t'aesthetical',\r\n\t\t\t\t\t'asthetic',\r\n\t\t\t\t\t'esthetic',\r\n\t\t\t\t\t'esthetical',\r\n\t\t\t\t],\r\n\t\t\t\t'aesthetically'=>[\r\n\t\t\t\t\t'aestheticaly',\r\n\t\t\t\t\t'asthetically',\r\n\t\t\t\t\t'esthetically',\r\n\t\t\t\t],\r\n\t\t\t\t'aesthetician'=>[\r\n\t\t\t\t\t'aesthetican',\r\n\t\t\t\t],\r\n\t\t\t\t'aestheticism'=>[\r\n\t\t\t\t\t'estheticism',\r\n\t\t\t\t],\r\n\t\t\t\t'aestheticization'=>[\r\n\t\t\t\t\t'estheticization',\r\n\t\t\t\t],\r\n\t\t\t\t'aesthetics'=>[\r\n\t\t\t\t\t'esthetics',\r\n\t\t\t\t],\r\n\t\t\t\t'afar'=>[\r\n\t\t\t\t\t'afer',\r\n\t\t\t\t],\r\n\t\t\t\t'affable'=>[\r\n\t\t\t\t\t'affible',\r\n\t\t\t\t],\r\n\t\t\t\t'affair'=>[\r\n\t\t\t\t\t'afair',\r\n\t\t\t\t\t'affar',\r\n\t\t\t\t\t'affir',\r\n\t\t\t\t],\r\n\t\t\t\t'affairs'=>[\r\n\t\t\t\t\t'afairs',\r\n\t\t\t\t\t'affars',\r\n\t\t\t\t\t'affiairs',\r\n\t\t\t\t\t'affiars',\r\n\t\t\t\t\t'affirs',\r\n\t\t\t\t],\r\n\t\t\t\t'affectabilities'=>[\r\n\t\t\t\t\t'affectabiliteis',\r\n\t\t\t\t\t'affectabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'affectedly'=>[\r\n\t\t\t\t\t'affectedally',\r\n\t\t\t\t\t'affectedaly',\r\n\t\t\t\t\t'affectedely',\r\n\t\t\t\t\t'affectedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'affectionally'=>[\r\n\t\t\t\t\t'affectionaly',\r\n\t\t\t\t],\r\n\t\t\t\t'affectionately'=>[\r\n\t\t\t\t\t'affectionatly',\r\n\t\t\t\t],\r\n\t\t\t\t'affenpinscher'=>[\r\n\t\t\t\t\t'affenpincher',\r\n\t\t\t\t\t'affenpincsher',\r\n\t\t\t\t\t'affenpinsher',\r\n\t\t\t\t],\r\n\t\t\t\t'affenpinschers'=>[\r\n\t\t\t\t\t'affenpinchers',\r\n\t\t\t\t\t'affenpincshers',\r\n\t\t\t\t\t'affenpinshers',\r\n\t\t\t\t],\r\n\t\t\t\t'afferent'=>[\r\n\t\t\t\t\t'afferant',\r\n\t\t\t\t],\r\n\t\t\t\t'affiance'=>[\r\n\t\t\t\t\t'affience',\r\n\t\t\t\t],\r\n\t\t\t\t'affiant'=>[\r\n\t\t\t\t\t'affient',\r\n\t\t\t\t],\r\n\t\t\t\t'affidavit'=>[\r\n\t\t\t\t\t'affadavit',\r\n\t\t\t\t],\r\n\t\t\t\t'affiliate'=>[\r\n\t\t\t\t\t'affilate',\r\n\t\t\t\t\t'affiliat',\r\n\t\t\t\t\t'affilliate',\r\n\t\t\t\t\t'afiliate',\r\n\t\t\t\t],\r\n\t\t\t\t'affiliation'=>[\r\n\t\t\t\t\t'affilation',\r\n\t\t\t\t\t'afiliation',\r\n\t\t\t\t],\r\n\t\t\t\t'affinal'=>[\r\n\t\t\t\t\t'affinil',\r\n\t\t\t\t],\r\n\t\t\t\t'affine'=>[\r\n\t\t\t\t\t'affini',\r\n\t\t\t\t],\r\n\t\t\t\t'affinely'=>[\r\n\t\t\t\t\t'affinly',\r\n\t\t\t\t],\r\n\t\t\t\t'affinity'=>[\r\n\t\t\t\t\t'affinaty',\r\n\t\t\t\t],\r\n\t\t\t\t'affirmance'=>[\r\n\t\t\t\t\t'affirmence',\r\n\t\t\t\t],\r\n\t\t\t\t'affirmatively'=>[\r\n\t\t\t\t\t'affirmativly',\r\n\t\t\t\t],\r\n\t\t\t\t'afflictively'=>[\r\n\t\t\t\t\t'afflictivly',\r\n\t\t\t\t],\r\n\t\t\t\t'affluence'=>[\r\n\t\t\t\t\t'affluance',\r\n\t\t\t\t],\r\n\t\t\t\t'affluency'=>[\r\n\t\t\t\t\t'affluensy',\r\n\t\t\t\t],\r\n\t\t\t\t'affluent'=>[\r\n\t\t\t\t\t'affluant',\r\n\t\t\t\t],\r\n\t\t\t\t'affordabilities'=>[\r\n\t\t\t\t\t'affordabiliteis',\r\n\t\t\t\t\t'affordabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'affordable'=>[\r\n\t\t\t\t\t'affordible',\r\n\t\t\t\t\t'afordable',\r\n\t\t\t\t],\r\n\t\t\t\t'affordably'=>[\r\n\t\t\t\t\t'affordabally',\r\n\t\t\t\t\t'affordabaly',\r\n\t\t\t\t\t'affordabely',\r\n\t\t\t\t\t'affordablly',\r\n\t\t\t\t],\r\n\t\t\t\t'affusion'=>[\r\n\t\t\t\t\t'affuison',\r\n\t\t\t\t],\r\n\t\t\t\t'affusions'=>[\r\n\t\t\t\t\t'affuisons',\r\n\t\t\t\t],\r\n\t\t\t\t'afghan-occupied'=>[\r\n\t\t\t\t\t'afghan occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'afghanistan'=>[\r\n\t\t\t\t\t'afganistan',\r\n\t\t\t\t\t'aghanistan',\r\n\t\t\t\t],\r\n\t\t\t\t'aficionado'=>[\r\n\t\t\t\t\t'afficionado',\r\n\t\t\t\t],\r\n\t\t\t\t'afield'=>[\r\n\t\t\t\t\t'afeild',\r\n\t\t\t\t\t'afild',\r\n\t\t\t\t],\r\n\t\t\t\t'aforementioned'=>[\r\n\t\t\t\t\t'afore-mentioned',\r\n\t\t\t\t\t'aforemantioned',\r\n\t\t\t\t],\r\n\t\t\t\t'afraid'=>[\r\n\t\t\t\t\t'affraid',\r\n\t\t\t\t\t'afraid afraid',\r\n\t\t\t\t\t'afraid afraid afraid',\r\n\t\t\t\t],\r\n\t\t\t\t'africa'=>[\r\n\t\t\t\t\t'afica',\r\n\t\t\t\t],\r\n\t\t\t\t'african'=>[\r\n\t\t\t\t\t'africian',\r\n\t\t\t\t],\r\n\t\t\t\t'afro celt sound system'=>[\r\n\t\t\t\t\t'afro celt soundsystem',\r\n\t\t\t\t],\r\n\t\t\t\t'afro-cuban'=>[\r\n\t\t\t\t\t'afro cuban',\r\n\t\t\t\t],\r\n\t\t\t\t'afro-cuban all stars'=>[\r\n\t\t\t\t\t'afro-cuban all-stars',\r\n\t\t\t\t],\r\n\t\t\t\t'after'=>[\r\n\t\t\t\t\t'afer',\r\n\t\t\t\t\t'affter',\r\n\t\t\t\t\t'after after',\r\n\t\t\t\t\t'after after after',\r\n\t\t\t\t\t'afterr',\r\n\t\t\t\t\t'afther',\r\n\t\t\t\t],\r\n\t\t\t\t'after which'=>[\r\n\t\t\t\t\t'afterwhich',\r\n\t\t\t\t],\r\n\t\t\t\t'after-effect'=>[\r\n\t\t\t\t\t'after-affect',\r\n\t\t\t\t],\r\n\t\t\t\t'after-thought'=>[\r\n\t\t\t\t\t'after-thouglit',\r\n\t\t\t\t],\r\n\t\t\t\t'aftereffect'=>[\r\n\t\t\t\t\t'afteraffect',\r\n\t\t\t\t],\r\n\t\t\t\t'afterpiece'=>[\r\n\t\t\t\t\t'afterpeice',\r\n\t\t\t\t\t'afterpice',\r\n\t\t\t\t],\r\n\t\t\t\t'afterwards'=>[\r\n\t\t\t\t\t'afterwardss',\r\n\t\t\t\t],\r\n\t\t\t\t'aftewards'=>[\r\n\t\t\t\t\t'afterwords',\r\n\t\t\t\t],\r\n\t\t\t\t'again'=>[\r\n\t\t\t\t\t'again again',\r\n\t\t\t\t\t'again again again',\r\n\t\t\t\t\t'agian',\r\n\t\t\t\t\t'agina',\r\n\t\t\t\t],\r\n\t\t\t\t'against'=>[\r\n\t\t\t\t\t'againnst',\r\n\t\t\t\t\t'agains',\r\n\t\t\t\t\t'against against',\r\n\t\t\t\t\t'against against against',\r\n\t\t\t\t\t'againsts',\r\n\t\t\t\t\t'againt',\r\n\t\t\t\t\t'againts',\r\n\t\t\t\t\t'againtst',\r\n\t\t\t\t\t'agaisnt',\r\n\t\t\t\t\t'agaist',\r\n\t\t\t\t\t'aganist',\r\n\t\t\t\t\t'agianst',\r\n\t\t\t\t\t'aginst',\r\n\t\t\t\t],\r\n\t\t\t\t'agapanthus'=>[\r\n\t\t\t\t\t'agapenthus',\r\n\t\t\t\t],\r\n\t\t\t\t'agar'=>[\r\n\t\t\t\t\t'ager',\r\n\t\t\t\t],\r\n\t\t\t\t'age'=>[\r\n\t\t\t\t\t'age age',\r\n\t\t\t\t\t'age age age',\r\n\t\t\t\t],\r\n\t\t\t\t'ageing'=>[\r\n\t\t\t\t\t'agieng',\r\n\t\t\t\t],\r\n\t\t\t\t'ageism'=>[\r\n\t\t\t\t\t'agiesm',\r\n\t\t\t\t],\r\n\t\t\t\t'ageist'=>[\r\n\t\t\t\t\t'agiest',\r\n\t\t\t\t],\r\n\t\t\t\t'ageless'=>[\r\n\t\t\t\t\t'ageles',\r\n\t\t\t\t],\r\n\t\t\t\t'agency'=>[\r\n\t\t\t\t\t'agensy',\r\n\t\t\t\t],\r\n\t\t\t\t'agent'=>[\r\n\t\t\t\t\t'agant',\r\n\t\t\t\t],\r\n\t\t\t\t'agentry'=>[\r\n\t\t\t\t\t'agantry',\r\n\t\t\t\t],\r\n\t\t\t\t'agents'=>[\r\n\t\t\t\t\t'agants',\r\n\t\t\t\t],\r\n\t\t\t\t'aggadah'=>[\r\n\t\t\t\t\t'aggada',\r\n\t\t\t\t],\r\n\t\t\t\t'aggadahs'=>[\r\n\t\t\t\t\t'aggadas',\r\n\t\t\t\t],\r\n\t\t\t\t'agger'=>[\r\n\t\t\t\t\t'ager',\r\n\t\t\t\t],\r\n\t\t\t\t'aggie'=>[\r\n\t\t\t\t\t'aggei',\r\n\t\t\t\t\t'aggi',\r\n\t\t\t\t\t'agie',\r\n\t\t\t\t],\r\n\t\t\t\t'aggiornamento'=>[\r\n\t\t\t\t\t'aggiornamanto',\r\n\t\t\t\t\t'agiornamento',\r\n\t\t\t\t],\r\n\t\t\t\t'aggiornamentos'=>[\r\n\t\t\t\t\t'aggiornamantos',\r\n\t\t\t\t\t'agiornamentos',\r\n\t\t\t\t],\r\n\t\t\t\t'agglomerate'=>[\r\n\t\t\t\t\t'aglomerate',\r\n\t\t\t\t],\r\n\t\t\t\t'agglomerated'=>[\r\n\t\t\t\t\t'aglomerated',\r\n\t\t\t\t],\r\n\t\t\t\t'agglomerates'=>[\r\n\t\t\t\t\t'aglomerates',\r\n\t\t\t\t],\r\n\t\t\t\t'agglomerating'=>[\r\n\t\t\t\t\t'aglomerating',\r\n\t\t\t\t],\r\n\t\t\t\t'agglomeration'=>[\r\n\t\t\t\t\t'aglomeration',\r\n\t\t\t\t],\r\n\t\t\t\t'agglomerations'=>[\r\n\t\t\t\t\t'aglomerations',\r\n\t\t\t\t],\r\n\t\t\t\t'agglomerative'=>[\r\n\t\t\t\t\t'aglomerative',\r\n\t\t\t\t],\r\n\t\t\t\t'agglutinability'=>[\r\n\t\t\t\t\t'agglutinibility',\r\n\t\t\t\t\t'aglutinability',\r\n\t\t\t\t],\r\n\t\t\t\t'agglutinable'=>[\r\n\t\t\t\t\t'agglutinible',\r\n\t\t\t\t\t'aglutinable',\r\n\t\t\t\t],\r\n\t\t\t\t'agglutinate'=>[\r\n\t\t\t\t\t'agglutinite',\r\n\t\t\t\t\t'aglutinate',\r\n\t\t\t\t],\r\n\t\t\t\t'agglutinated'=>[\r\n\t\t\t\t\t'aglutinated',\r\n\t\t\t\t],\r\n\t\t\t\t'agglutinates'=>[\r\n\t\t\t\t\t'aglutinates',\r\n\t\t\t\t],\r\n\t\t\t\t'agglutinating'=>[\r\n\t\t\t\t\t'aglutinating',\r\n\t\t\t\t],\r\n\t\t\t\t'agglutination'=>[\r\n\t\t\t\t\t'agglutinition',\r\n\t\t\t\t\t'aglutination',\r\n\t\t\t\t],\r\n\t\t\t\t'agglutinations'=>[\r\n\t\t\t\t\t'aglutinations',\r\n\t\t\t\t],\r\n\t\t\t\t'agglutinative'=>[\r\n\t\t\t\t\t'agglutinitive',\r\n\t\t\t\t\t'aglutinative',\r\n\t\t\t\t],\r\n\t\t\t\t'agglutinin'=>[\r\n\t\t\t\t\t'agglutinan',\r\n\t\t\t\t\t'aglutinin',\r\n\t\t\t\t],\r\n\t\t\t\t'agglutinins'=>[\r\n\t\t\t\t\t'agglutinans',\r\n\t\t\t\t\t'aglutinins',\r\n\t\t\t\t],\r\n\t\t\t\t'agglutinogen'=>[\r\n\t\t\t\t\t'aglutinogen',\r\n\t\t\t\t],\r\n\t\t\t\t'agglutinogenic'=>[\r\n\t\t\t\t\t'aglutinogenic',\r\n\t\t\t\t],\r\n\t\t\t\t'agglutinogens'=>[\r\n\t\t\t\t\t'aglutinogens',\r\n\t\t\t\t],\r\n\t\t\t\t'aggradation'=>[\r\n\t\t\t\t\t'agradation',\r\n\t\t\t\t],\r\n\t\t\t\t'aggradations'=>[\r\n\t\t\t\t\t'agradations',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrade'=>[\r\n\t\t\t\t\t'agrade',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrading'=>[\r\n\t\t\t\t\t'agrading',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrandise'=>[\r\n\t\t\t\t\t'agrandise',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrandised'=>[\r\n\t\t\t\t\t'agrandised',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrandisement'=>[\r\n\t\t\t\t\t'aggrandisemen',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrandises'=>[\r\n\t\t\t\t\t'agrandises',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrandising'=>[\r\n\t\t\t\t\t'agrandising',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrandize'=>[\r\n\t\t\t\t\t'agrandize',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrandized'=>[\r\n\t\t\t\t\t'agrandized',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrandizement'=>[\r\n\t\t\t\t\t'aggrandizemant',\r\n\t\t\t\t\t'agrandizement',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrandizements'=>[\r\n\t\t\t\t\t'aggrandizemants',\r\n\t\t\t\t\t'agrandizements',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrandizer'=>[\r\n\t\t\t\t\t'agrandizer',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrandizers'=>[\r\n\t\t\t\t\t'agrandizers',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrandizes'=>[\r\n\t\t\t\t\t'agrandizes',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrandizing'=>[\r\n\t\t\t\t\t'agrandizing',\r\n\t\t\t\t],\r\n\t\t\t\t'aggravate'=>[\r\n\t\t\t\t\t'agravate',\r\n\t\t\t\t],\r\n\t\t\t\t'aggravated'=>[\r\n\t\t\t\t\t'agravated',\r\n\t\t\t\t],\r\n\t\t\t\t'aggravates'=>[\r\n\t\t\t\t\t'agravates',\r\n\t\t\t\t],\r\n\t\t\t\t'aggravating'=>[\r\n\t\t\t\t\t'agravating',\r\n\t\t\t\t],\r\n\t\t\t\t'aggravation'=>[\r\n\t\t\t\t\t'agravation',\r\n\t\t\t\t],\r\n\t\t\t\t'aggravations'=>[\r\n\t\t\t\t\t'agravations',\r\n\t\t\t\t],\r\n\t\t\t\t'aggregate'=>[\r\n\t\t\t\t\t'agregate',\r\n\t\t\t\t],\r\n\t\t\t\t'aggregated'=>[\r\n\t\t\t\t\t'agregated',\r\n\t\t\t\t],\r\n\t\t\t\t'aggregately'=>[\r\n\t\t\t\t\t'aggregatly',\r\n\t\t\t\t\t'agregately',\r\n\t\t\t\t],\r\n\t\t\t\t'aggregateness'=>[\r\n\t\t\t\t\t'agregateness',\r\n\t\t\t\t],\r\n\t\t\t\t'aggregatenesses'=>[\r\n\t\t\t\t\t'aggregateneses',\r\n\t\t\t\t\t'agregatenesses',\r\n\t\t\t\t],\r\n\t\t\t\t'aggregates'=>[\r\n\t\t\t\t\t'agregates',\r\n\t\t\t\t],\r\n\t\t\t\t'aggregating'=>[\r\n\t\t\t\t\t'agregating',\r\n\t\t\t\t],\r\n\t\t\t\t'aggregation'=>[\r\n\t\t\t\t\t'agregation',\r\n\t\t\t\t],\r\n\t\t\t\t'aggregational'=>[\r\n\t\t\t\t\t'agregational',\r\n\t\t\t\t],\r\n\t\t\t\t'aggregations'=>[\r\n\t\t\t\t\t'agregations',\r\n\t\t\t\t],\r\n\t\t\t\t'aggregative'=>[\r\n\t\t\t\t\t'agregative',\r\n\t\t\t\t],\r\n\t\t\t\t'aggregatively'=>[\r\n\t\t\t\t\t'aggregativly',\r\n\t\t\t\t\t'agregatively',\r\n\t\t\t\t],\r\n\t\t\t\t'aggress'=>[\r\n\t\t\t\t\t'agress',\r\n\t\t\t\t],\r\n\t\t\t\t'aggressed'=>[\r\n\t\t\t\t\t'agressed',\r\n\t\t\t\t],\r\n\t\t\t\t'aggresses'=>[\r\n\t\t\t\t\t'agresses',\r\n\t\t\t\t],\r\n\t\t\t\t'aggressing'=>[\r\n\t\t\t\t\t'agressing',\r\n\t\t\t\t],\r\n\t\t\t\t'aggression'=>[\r\n\t\t\t\t\t'aggresion',\r\n\t\t\t\t\t'agression',\r\n\t\t\t\t],\r\n\t\t\t\t'aggressions'=>[\r\n\t\t\t\t\t'agressions',\r\n\t\t\t\t],\r\n\t\t\t\t'aggressive'=>[\r\n\t\t\t\t\t'aggresive',\r\n\t\t\t\t\t'agressive',\r\n\t\t\t\t],\r\n\t\t\t\t'aggressively'=>[\r\n\t\t\t\t\t'aggresively',\r\n\t\t\t\t\t'aggressivly',\r\n\t\t\t\t\t'agressively',\r\n\t\t\t\t],\r\n\t\t\t\t'aggressiveness'=>[\r\n\t\t\t\t\t'agressiveness',\r\n\t\t\t\t],\r\n\t\t\t\t'aggressivities'=>[\r\n\t\t\t\t\t'aggressiviteis',\r\n\t\t\t\t\t'aggressivitis',\r\n\t\t\t\t\t'agressivities',\r\n\t\t\t\t],\r\n\t\t\t\t'aggressivity'=>[\r\n\t\t\t\t\t'agressivity',\r\n\t\t\t\t],\r\n\t\t\t\t'aggressor'=>[\r\n\t\t\t\t\t'aggresor',\r\n\t\t\t\t\t'agressor',\r\n\t\t\t\t],\r\n\t\t\t\t'aggressors'=>[\r\n\t\t\t\t\t'agressors',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrieve'=>[\r\n\t\t\t\t\t'agrieve',\r\n\t\t\t\t\t'agrieved',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrieved'=>[\r\n\t\t\t\t\t'aggreived',\r\n\t\t\t\t\t'aggrived',\r\n\t\t\t\t\t'agrieved',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrievedly'=>[\r\n\t\t\t\t\t'agrievedly',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrievement'=>[\r\n\t\t\t\t\t'agrievement',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrievements'=>[\r\n\t\t\t\t\t'agrievements',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrieves'=>[\r\n\t\t\t\t\t'agrieves',\r\n\t\t\t\t],\r\n\t\t\t\t'aggrieving'=>[\r\n\t\t\t\t\t'agrieving',\r\n\t\t\t\t],\r\n\t\t\t\t'aggro'=>[\r\n\t\t\t\t\t'agro',\r\n\t\t\t\t],\r\n\t\t\t\t'agilely'=>[\r\n\t\t\t\t\t'agilly',\r\n\t\t\t\t],\r\n\t\t\t\t'aging'=>[\r\n\t\t\t\t\t'ageing',\r\n\t\t\t\t],\r\n\t\t\t\t'agitate'=>[\r\n\t\t\t\t\t'aggitate',\r\n\t\t\t\t],\r\n\t\t\t\t'agitated'=>[\r\n\t\t\t\t\t'aggitated',\r\n\t\t\t\t],\r\n\t\t\t\t'agitatedly'=>[\r\n\t\t\t\t\t'agitatedally',\r\n\t\t\t\t\t'agitatedaly',\r\n\t\t\t\t\t'agitatedely',\r\n\t\t\t\t\t'agitatedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'aglimmer'=>[\r\n\t\t\t\t\t'aglimner',\r\n\t\t\t\t],\r\n\t\t\t\t'ago'=>[\r\n\t\t\t\t\t'ago ago',\r\n\t\t\t\t\t'ago ago ago',\r\n\t\t\t\t],\r\n\t\t\t\t'agonistically'=>[\r\n\t\t\t\t\t'agonisticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'agrarian'=>[\r\n\t\t\t\t\t'agarian',\r\n\t\t\t\t\t'agraran',\r\n\t\t\t\t],\r\n\t\t\t\t'agree'=>[\r\n\t\t\t\t\t'aggree',\r\n\t\t\t\t\t'agre',\r\n\t\t\t\t\t'agree agree',\r\n\t\t\t\t\t'agree agree agree',\r\n\t\t\t\t],\r\n\t\t\t\t'agreeabilities'=>[\r\n\t\t\t\t\t'agreeabiliteis',\r\n\t\t\t\t\t'agreeabilitis',\r\n\t\t\t\t\t'agreebilities',\r\n\t\t\t\t],\r\n\t\t\t\t'agreeable'=>[\r\n\t\t\t\t\t'agreeble',\r\n\t\t\t\t\t'agreeible',\r\n\t\t\t\t],\r\n\t\t\t\t'agreeableness'=>[\r\n\t\t\t\t\t'agreebleness',\r\n\t\t\t\t],\r\n\t\t\t\t'agreeablenesses'=>[\r\n\t\t\t\t\t'agreeableneses',\r\n\t\t\t\t\t'agreeblenesses',\r\n\t\t\t\t],\r\n\t\t\t\t'agreed'=>[\r\n\t\t\t\t\t'aggreed',\r\n\t\t\t\t\t'agred',\r\n\t\t\t\t],\r\n\t\t\t\t'agreeing'=>[\r\n\t\t\t\t\t'agreing',\r\n\t\t\t\t],\r\n\t\t\t\t'agreement'=>[\r\n\t\t\t\t\t'aggreement',\r\n\t\t\t\t\t'aggrement',\r\n\t\t\t\t\t'agreemant',\r\n\t\t\t\t],\r\n\t\t\t\t'agrees'=>[\r\n\t\t\t\t\t'agress',\r\n\t\t\t\t],\r\n\t\t\t\t'agribusiness'=>[\r\n\t\t\t\t\t'agribuisness',\r\n\t\t\t\t\t'agribusines',\r\n\t\t\t\t\t'agribusiniss',\r\n\t\t\t\t],\r\n\t\t\t\t'agribusinesses'=>[\r\n\t\t\t\t\t'agribuisnesses',\r\n\t\t\t\t\t'agribusinisses',\r\n\t\t\t\t],\r\n\t\t\t\t'agribusinessman'=>[\r\n\t\t\t\t\t'agribuisnessman',\r\n\t\t\t\t\t'agribusinesman',\r\n\t\t\t\t\t'agribusinissman',\r\n\t\t\t\t],\r\n\t\t\t\t'agribusinessmen'=>[\r\n\t\t\t\t\t'agribuisnessmen',\r\n\t\t\t\t\t'agribusinesmen',\r\n\t\t\t\t\t'agribusinissmen',\r\n\t\t\t\t],\r\n\t\t\t\t'agricultural'=>[\r\n\t\t\t\t\t'agriculural',\r\n\t\t\t\t\t'agriculutural',\r\n\t\t\t\t\t'agricutural',\r\n\t\t\t\t],\r\n\t\t\t\t'agriculturally'=>[\r\n\t\t\t\t\t'agriculturalally',\r\n\t\t\t\t\t'agriculturalaly',\r\n\t\t\t\t\t'agriculturalely',\r\n\t\t\t\t\t'agriculturallly',\r\n\t\t\t\t\t'agriculturaly',\r\n\t\t\t\t],\r\n\t\t\t\t'agriculture'=>[\r\n\t\t\t\t\t'agricultue',\r\n\t\t\t\t\t'agriculure',\r\n\t\t\t\t\t'agriculuture',\r\n\t\t\t\t\t'agricuture',\r\n\t\t\t\t],\r\n\t\t\t\t'agriculturist'=>[\r\n\t\t\t\t\t'agriculturalist',\r\n\t\t\t\t],\r\n\t\t\t\t'agriculturists'=>[\r\n\t\t\t\t\t'agriculturalists',\r\n\t\t\t\t],\r\n\t\t\t\t'agroforestries'=>[\r\n\t\t\t\t\t'agroforestreis',\r\n\t\t\t\t\t'agroforestris',\r\n\t\t\t\t],\r\n\t\t\t\t'agronomically'=>[\r\n\t\t\t\t\t'agronomicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'aguacate'=>[\r\n\t\t\t\t\t'agaucate',\r\n\t\t\t\t],\r\n\t\t\t\t'ahchoo'=>[\r\n\t\t\t\t\t'achoo',\r\n\t\t\t\t],\r\n\t\t\t\t'ahead'=>[\r\n\t\t\t\t\t'aead',\r\n\t\t\t\t\t'ahed',\r\n\t\t\t\t],\r\n\t\t\t\t'ahed'=>[\r\n\t\t\t\t\t'aed',\r\n\t\t\t\t],\r\n\t\t\t\t'ahem'=>[\r\n\t\t\t\t\t'aem',\r\n\t\t\t\t],\r\n\t\t\t\t'ahimsa'=>[\r\n\t\t\t\t\t'aimsa',\r\n\t\t\t\t],\r\n\t\t\t\t'ahimsas'=>[\r\n\t\t\t\t\t'aimsas',\r\n\t\t\t\t],\r\n\t\t\t\t'ahing'=>[\r\n\t\t\t\t\t'aing',\r\n\t\t\t\t],\r\n\t\t\t\t'ahis'=>[\r\n\t\t\t\t\t'ais',\r\n\t\t\t\t],\r\n\t\t\t\t'ahistoric'=>[\r\n\t\t\t\t\t'aistoric',\r\n\t\t\t\t],\r\n\t\t\t\t'ahistorical'=>[\r\n\t\t\t\t\t'aistorical',\r\n\t\t\t\t],\r\n\t\t\t\t'ahold'=>[\r\n\t\t\t\t\t'aold',\r\n\t\t\t\t],\r\n\t\t\t\t'aholds'=>[\r\n\t\t\t\t\t'aolds',\r\n\t\t\t\t],\r\n\t\t\t\t'ahorse'=>[\r\n\t\t\t\t\t'aorse',\r\n\t\t\t\t],\r\n\t\t\t\t'ahoy'=>[\r\n\t\t\t\t\t'aoy',\r\n\t\t\t\t],\r\n\t\t\t\t'ahull'=>[\r\n\t\t\t\t\t'ahul',\r\n\t\t\t\t\t'aull',\r\n\t\t\t\t],\r\n\t\t\t\t'ailment'=>[\r\n\t\t\t\t\t'ailmant',\r\n\t\t\t\t],\r\n\t\t\t\t'aimless'=>[\r\n\t\t\t\t\t'aimles',\r\n\t\t\t\t],\r\n\t\t\t\t'air'=>[\r\n\t\t\t\t\t'air air',\r\n\t\t\t\t\t'air air air',\r\n\t\t\t\t],\r\n\t\t\t\t'air-based'=>[\r\n\t\t\t\t\t'air based',\r\n\t\t\t\t\t'airbased',\r\n\t\t\t\t],\r\n\t\t\t\t'airborne'=>[\r\n\t\t\t\t\t'airborn',\r\n\t\t\t\t\t'airbourne',\r\n\t\t\t\t],\r\n\t\t\t\t'aircraft'=>[\r\n\t\t\t\t\t'aircrafts',\r\n\t\t\t\t\t'arcraft',\r\n\t\t\t\t],\r\n\t\t\t\t'airfield'=>[\r\n\t\t\t\t\t'airfeild',\r\n\t\t\t\t\t'airfild',\r\n\t\t\t\t],\r\n\t\t\t\t'airfreight'=>[\r\n\t\t\t\t\t'airfrieght',\r\n\t\t\t\t],\r\n\t\t\t\t'airfreighted'=>[\r\n\t\t\t\t\t'airfrieghted',\r\n\t\t\t\t],\r\n\t\t\t\t'airfreighting'=>[\r\n\t\t\t\t\t'airfrieghting',\r\n\t\t\t\t],\r\n\t\t\t\t'airfreights'=>[\r\n\t\t\t\t\t'airfrieghts',\r\n\t\t\t\t],\r\n\t\t\t\t'airless'=>[\r\n\t\t\t\t\t'airles',\r\n\t\t\t\t],\r\n\t\t\t\t'airline'=>[\r\n\t\t\t\t\t'airlini',\r\n\t\t\t\t],\r\n\t\t\t\t'airliner'=>[\r\n\t\t\t\t\t'airlinir',\r\n\t\t\t\t],\r\n\t\t\t\t'airpark'=>[\r\n\t\t\t\t\t'airperk',\r\n\t\t\t\t],\r\n\t\t\t\t'airparks'=>[\r\n\t\t\t\t\t'airperks',\r\n\t\t\t\t],\r\n\t\t\t\t'airport'=>[\r\n\t\t\t\t\t'aiport',\r\n\t\t\t\t\t'airpot',\r\n\t\t\t\t\t'airprot',\r\n\t\t\t\t\t'ariport',\r\n\t\t\t\t],\r\n\t\t\t\t'airports'=>[\r\n\t\t\t\t\t'airporta',\r\n\t\t\t\t],\r\n\t\t\t\t'airsickness'=>[\r\n\t\t\t\t\t'airsicknes',\r\n\t\t\t\t],\r\n\t\t\t\t'airworthiness'=>[\r\n\t\t\t\t\t'airworthiniss',\r\n\t\t\t\t],\r\n\t\t\t\t'airworthinesses'=>[\r\n\t\t\t\t\t'airworthineses',\r\n\t\t\t\t\t'airworthinisses',\r\n\t\t\t\t],\r\n\t\t\t\t'ajar'=>[\r\n\t\t\t\t\t'ajer',\r\n\t\t\t\t],\r\n\t\t\t\t'akathisia'=>[\r\n\t\t\t\t\t'akathesia',\r\n\t\t\t\t],\r\n\t\t\t\t'akbarpura'=>[\r\n\t\t\t\t\t'akbarpua',\r\n\t\t\t\t],\r\n\t\t\t\t'al de lory'=>[\r\n\t\t\t\t\t'al delory',\r\n\t\t\t\t],\r\n\t\t\t\t'alabama'=>[\r\n\t\t\t\t\t'alabma',\r\n\t\t\t\t],\r\n\t\t\t\t'alanine'=>[\r\n\t\t\t\t\t'alanini',\r\n\t\t\t\t],\r\n\t\t\t\t'alant'=>[\r\n\t\t\t\t\t'alent',\r\n\t\t\t\t],\r\n\t\t\t\t'alants'=>[\r\n\t\t\t\t\t'alents',\r\n\t\t\t\t],\r\n\t\t\t\t'alar'=>[\r\n\t\t\t\t\t'aler',\r\n\t\t\t\t],\r\n\t\t\t\t'alarmed'=>[\r\n\t\t\t\t\t'allarmed',\r\n\t\t\t\t],\r\n\t\t\t\t'alary'=>[\r\n\t\t\t\t\t'alery',\r\n\t\t\t\t],\r\n\t\t\t\t'albanian-occupied'=>[\r\n\t\t\t\t\t'albanian occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'albatross'=>[\r\n\t\t\t\t\t'albatros',\r\n\t\t\t\t],\r\n\t\t\t\t'albeit'=>[\r\n\t\t\t\t\t'albiet',\r\n\t\t\t\t],\r\n\t\t\t\t'albinal'=>[\r\n\t\t\t\t\t'albinil',\r\n\t\t\t\t],\r\n\t\t\t\t'albinic'=>[\r\n\t\t\t\t\t'albinac',\r\n\t\t\t\t],\r\n\t\t\t\t'albinism'=>[\r\n\t\t\t\t\t'albinasm',\r\n\t\t\t\t],\r\n\t\t\t\t'albinisms'=>[\r\n\t\t\t\t\t'albinasms',\r\n\t\t\t\t],\r\n\t\t\t\t'album'=>[\r\n\t\t\t\t\t'album album',\r\n\t\t\t\t],\r\n\t\t\t\t'alcahest'=>[\r\n\t\t\t\t\t'alcaest',\r\n\t\t\t\t],\r\n\t\t\t\t'alcahests'=>[\r\n\t\t\t\t\t'alcaests',\r\n\t\t\t\t],\r\n\t\t\t\t'alcazar'=>[\r\n\t\t\t\t\t'alcazer',\r\n\t\t\t\t],\r\n\t\t\t\t'alcohol'=>[\r\n\t\t\t\t\t'alchohol',\r\n\t\t\t\t\t'alchol',\r\n\t\t\t\t\t'alcohal',\r\n\t\t\t\t\t'alochol',\r\n\t\t\t\t],\r\n\t\t\t\t'alcoholic'=>[\r\n\t\t\t\t\t'alchoholic',\r\n\t\t\t\t\t'alcholic',\r\n\t\t\t\t\t'alcoholical',\r\n\t\t\t\t],\r\n\t\t\t\t'alcoholically'=>[\r\n\t\t\t\t\t'alcoholicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'alcools'=>[\r\n\t\t\t\t\t'alcohols',\r\n\t\t\t\t],\r\n\t\t\t\t'alcyonarian'=>[\r\n\t\t\t\t\t'alcyonaran',\r\n\t\t\t\t],\r\n\t\t\t\t'alderfly'=>[\r\n\t\t\t\t\t'alderfally',\r\n\t\t\t\t\t'alderfaly',\r\n\t\t\t\t\t'alderfely',\r\n\t\t\t\t\t'alderflly',\r\n\t\t\t\t],\r\n\t\t\t\t'alecithal'=>[\r\n\t\t\t\t\t'alecital',\r\n\t\t\t\t],\r\n\t\t\t\t'alegar'=>[\r\n\t\t\t\t\t'aleger',\r\n\t\t\t\t],\r\n\t\t\t\t'alexandrine'=>[\r\n\t\t\t\t\t'alexandrini',\r\n\t\t\t\t],\r\n\t\t\t\t'alfresco'=>[\r\n\t\t\t\t\t'alfreco',\r\n\t\t\t\t\t'alfrecso',\r\n\t\t\t\t\t'alfreso',\r\n\t\t\t\t],\r\n\t\t\t\t'algebraic'=>[\r\n\t\t\t\t\t'algebraical',\r\n\t\t\t\t],\r\n\t\t\t\t'algebraically'=>[\r\n\t\t\t\t\t'algebraicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'algerian-occupied'=>[\r\n\t\t\t\t\t'algerian occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'alginate'=>[\r\n\t\t\t\t\t'alginite',\r\n\t\t\t\t],\r\n\t\t\t\t'algorithm'=>[\r\n\t\t\t\t\t'algoritm',\r\n\t\t\t\t],\r\n\t\t\t\t'algorithmically'=>[\r\n\t\t\t\t\t'algorithmicalally',\r\n\t\t\t\t\t'algorithmicalaly',\r\n\t\t\t\t\t'algorithmicalely',\r\n\t\t\t\t\t'algorithmicallly',\r\n\t\t\t\t\t'algorithmicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'algorithms'=>[\r\n\t\t\t\t\t'algoritms',\r\n\t\t\t\t],\r\n\t\t\t\t'alible'=>[\r\n\t\t\t\t\t'alable',\r\n\t\t\t\t],\r\n\t\t\t\t'alien'=>[\r\n\t\t\t\t\t'alein',\r\n\t\t\t\t\t'alin',\r\n\t\t\t\t],\r\n\t\t\t\t'alienabilities'=>[\r\n\t\t\t\t\t'alienabiliteis',\r\n\t\t\t\t\t'alienabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'alienable'=>[\r\n\t\t\t\t\t'aleinable',\r\n\t\t\t\t\t'alienible',\r\n\t\t\t\t\t'alinable',\r\n\t\t\t\t],\r\n\t\t\t\t'alienate'=>[\r\n\t\t\t\t\t'aleinate',\r\n\t\t\t\t\t'alinate',\r\n\t\t\t\t],\r\n\t\t\t\t'alienation'=>[\r\n\t\t\t\t\t'ahenation',\r\n\t\t\t\t\t'aleination',\r\n\t\t\t\t\t'alination',\r\n\t\t\t\t],\r\n\t\t\t\t'aliened'=>[\r\n\t\t\t\t\t'aliend',\r\n\t\t\t\t],\r\n\t\t\t\t'alienor'=>[\r\n\t\t\t\t\t'alienour',\r\n\t\t\t\t],\r\n\t\t\t\t'alienors'=>[\r\n\t\t\t\t\t'alienours',\r\n\t\t\t\t],\r\n\t\t\t\t'align'=>[\r\n\t\t\t\t\t'allign',\r\n\t\t\t\t],\r\n\t\t\t\t'alignment'=>[\r\n\t\t\t\t\t'aligment',\r\n\t\t\t\t\t'alignent',\r\n\t\t\t\t\t'alignmant',\r\n\t\t\t\t\t'allignment',\r\n\t\t\t\t],\r\n\t\t\t\t'alignments'=>[\r\n\t\t\t\t\t'aligments',\r\n\t\t\t\t\t'alignents',\r\n\t\t\t\t],\r\n\t\t\t\t'aliment'=>[\r\n\t\t\t\t\t'alimant',\r\n\t\t\t\t],\r\n\t\t\t\t'alimentary'=>[\r\n\t\t\t\t\t'alimentery',\r\n\t\t\t\t],\r\n\t\t\t\t'alimentation'=>[\r\n\t\t\t\t\t'alimantation',\r\n\t\t\t\t],\r\n\t\t\t\t'aline'=>[\r\n\t\t\t\t\t'alini',\r\n\t\t\t\t],\r\n\t\t\t\t'alined'=>[\r\n\t\t\t\t\t'alinid',\r\n\t\t\t\t],\r\n\t\t\t\t'aliner'=>[\r\n\t\t\t\t\t'alinir',\r\n\t\t\t\t],\r\n\t\t\t\t'alines'=>[\r\n\t\t\t\t\t'alinis',\r\n\t\t\t\t],\r\n\t\t\t\t'alining'=>[\r\n\t\t\t\t\t'alinang',\r\n\t\t\t\t],\r\n\t\t\t\t'aliquot'=>[\r\n\t\t\t\t\t'aliqot',\r\n\t\t\t\t],\r\n\t\t\t\t'aliquots'=>[\r\n\t\t\t\t\t'aliqots',\r\n\t\t\t\t],\r\n\t\t\t\t'aliteracy'=>[\r\n\t\t\t\t\t'aliterasy',\r\n\t\t\t\t],\r\n\t\t\t\t'aliyah'=>[\r\n\t\t\t\t\t'aliya',\r\n\t\t\t\t],\r\n\t\t\t\t'aliyahs'=>[\r\n\t\t\t\t\t'aliyas',\r\n\t\t\t\t],\r\n\t\t\t\t'alkahest'=>[\r\n\t\t\t\t\t'alkaest',\r\n\t\t\t\t],\r\n\t\t\t\t'alkahestic'=>[\r\n\t\t\t\t\t'alkaestic',\r\n\t\t\t\t],\r\n\t\t\t\t'alkahests'=>[\r\n\t\t\t\t\t'alkaests',\r\n\t\t\t\t],\r\n\t\t\t\t'alkaline'=>[\r\n\t\t\t\t\t'alkalini',\r\n\t\t\t\t],\r\n\t\t\t\t'alkalinities'=>[\r\n\t\t\t\t\t'alkalinaties',\r\n\t\t\t\t],\r\n\t\t\t\t'alkalinity'=>[\r\n\t\t\t\t\t'alkalinaty',\r\n\t\t\t\t],\r\n\t\t\t\t'alkalinization'=>[\r\n\t\t\t\t\t'alkalinazation',\r\n\t\t\t\t],\r\n\t\t\t\t'alkalinizations'=>[\r\n\t\t\t\t\t'alkalinazations',\r\n\t\t\t\t],\r\n\t\t\t\t'alkalinized'=>[\r\n\t\t\t\t\t'alkalinazed',\r\n\t\t\t\t],\r\n\t\t\t\t'alkalinizes'=>[\r\n\t\t\t\t\t'alkalinazes',\r\n\t\t\t\t],\r\n\t\t\t\t'alkalinizing'=>[\r\n\t\t\t\t\t'alkalinazing',\r\n\t\t\t\t],\r\n\t\t\t\t'alkalosis'=>[\r\n\t\t\t\t\t'alkolosis',\r\n\t\t\t\t],\r\n\t\t\t\t'alkie'=>[\r\n\t\t\t\t\t'alkei',\r\n\t\t\t\t\t'alki',\r\n\t\t\t\t],\r\n\t\t\t\t'alkine'=>[\r\n\t\t\t\t\t'alkini',\r\n\t\t\t\t],\r\n\t\t\t\t'all'=>[\r\n\t\t\t\t\t'all all',\r\n\t\t\t\t\t'all all all',\r\n\t\t\t\t],\r\n\t\t\t\t'all right'=>[\r\n\t\t\t\t\t'allright',\r\n\t\t\t\t],\r\n\t\t\t\t'all-embracing'=>[\r\n\t\t\t\t\t'allembracing',\r\n\t\t\t\t],\r\n\t\t\t\t'allay'=>[\r\n\t\t\t\t\t'alay',\r\n\t\t\t\t],\r\n\t\t\t\t'allee'=>[\r\n\t\t\t\t\t'alee',\r\n\t\t\t\t],\r\n\t\t\t\t'allegation'=>[\r\n\t\t\t\t\t'alegation',\r\n\t\t\t\t],\r\n\t\t\t\t'allege'=>[\r\n\t\t\t\t\t'aledge',\r\n\t\t\t\t\t'alege',\r\n\t\t\t\t\t'alledge',\r\n\t\t\t\t],\r\n\t\t\t\t'alleged'=>[\r\n\t\t\t\t\t'aledged',\r\n\t\t\t\t\t'aleged',\r\n\t\t\t\t\t'alledged',\r\n\t\t\t\t],\r\n\t\t\t\t'allegedly'=>[\r\n\t\t\t\t\t'alledgedly',\r\n\t\t\t\t],\r\n\t\t\t\t'alleges'=>[\r\n\t\t\t\t\t'aledges',\r\n\t\t\t\t\t'alledges',\r\n\t\t\t\t],\r\n\t\t\t\t'allegiance'=>[\r\n\t\t\t\t\t'alegiance',\r\n\t\t\t\t\t'alegience',\r\n\t\t\t\t\t'allegance',\r\n\t\t\t\t\t'allegence',\r\n\t\t\t\t\t'allegience',\r\n\t\t\t\t],\r\n\t\t\t\t'alleging'=>[\r\n\t\t\t\t\t'alledging',\r\n\t\t\t\t],\r\n\t\t\t\t'allegorical'=>[\r\n\t\t\t\t\t'alegorical',\r\n\t\t\t\t],\r\n\t\t\t\t'allegorically'=>[\r\n\t\t\t\t\t'allegoricaly',\r\n\t\t\t\t],\r\n\t\t\t\t'allegoricalness'=>[\r\n\t\t\t\t\t'alegoricalness',\r\n\t\t\t\t\t'allegoricalnes',\r\n\t\t\t\t],\r\n\t\t\t\t'allegorization'=>[\r\n\t\t\t\t\t'alegorization',\r\n\t\t\t\t],\r\n\t\t\t\t'allegorizations'=>[\r\n\t\t\t\t\t'alegorizations',\r\n\t\t\t\t],\r\n\t\t\t\t'allegory'=>[\r\n\t\t\t\t\t'alegory',\r\n\t\t\t\t\t'allagory',\r\n\t\t\t\t],\r\n\t\t\t\t'allegretto'=>[\r\n\t\t\t\t\t'alegretto',\r\n\t\t\t\t],\r\n\t\t\t\t'allegro'=>[\r\n\t\t\t\t\t'alegro',\r\n\t\t\t\t],\r\n\t\t\t\t'allele'=>[\r\n\t\t\t\t\t'alele',\r\n\t\t\t\t],\r\n\t\t\t\t'allelomorph'=>[\r\n\t\t\t\t\t'allelomourph',\r\n\t\t\t\t],\r\n\t\t\t\t'allelomorphic'=>[\r\n\t\t\t\t\t'alelomorphic',\r\n\t\t\t\t\t'allelomourphic',\r\n\t\t\t\t],\r\n\t\t\t\t'allelomorphism'=>[\r\n\t\t\t\t\t'alelomorphism',\r\n\t\t\t\t\t'allelomourphism',\r\n\t\t\t\t],\r\n\t\t\t\t'allelomorphisms'=>[\r\n\t\t\t\t\t'alelomorphisms',\r\n\t\t\t\t\t'allelomourphisms',\r\n\t\t\t\t],\r\n\t\t\t\t'allelomorphs'=>[\r\n\t\t\t\t\t'allelomourphs',\r\n\t\t\t\t],\r\n\t\t\t\t'allelopathies'=>[\r\n\t\t\t\t\t'alelopathies',\r\n\t\t\t\t],\r\n\t\t\t\t'allergen'=>[\r\n\t\t\t\t\t'alergen',\r\n\t\t\t\t],\r\n\t\t\t\t'allergenicities'=>[\r\n\t\t\t\t\t'alergenicities',\r\n\t\t\t\t\t'allergeniciteis',\r\n\t\t\t\t\t'allergenicitis',\r\n\t\t\t\t],\r\n\t\t\t\t'allergenicity'=>[\r\n\t\t\t\t\t'alergenicity',\r\n\t\t\t\t],\r\n\t\t\t\t'allergic'=>[\r\n\t\t\t\t\t'alergic',\r\n\t\t\t\t],\r\n\t\t\t\t'allergies'=>[\r\n\t\t\t\t\t'alergies',\r\n\t\t\t\t],\r\n\t\t\t\t'allergy'=>[\r\n\t\t\t\t\t'alergy',\r\n\t\t\t\t],\r\n\t\t\t\t'alleviate'=>[\r\n\t\t\t\t\t'aleviate',\r\n\t\t\t\t\t'alliviate',\r\n\t\t\t\t],\r\n\t\t\t\t'alleviated'=>[\r\n\t\t\t\t\t'aleviated',\r\n\t\t\t\t],\r\n\t\t\t\t'alleviates'=>[\r\n\t\t\t\t\t'aleviates',\r\n\t\t\t\t],\r\n\t\t\t\t'alley'=>[\r\n\t\t\t\t\t'aley',\r\n\t\t\t\t],\r\n\t\t\t\t'alleyway'=>[\r\n\t\t\t\t\t'aleyway',\r\n\t\t\t\t],\r\n\t\t\t\t'alliance'=>[\r\n\t\t\t\t\t'aliance',\r\n\t\t\t\t\t'allaince',\r\n\t\t\t\t\t'allience',\r\n\t\t\t\t],\r\n\t\t\t\t'allied'=>[\r\n\t\t\t\t\t'alied',\r\n\t\t\t\t\t'alleid',\r\n\t\t\t\t\t'allid',\r\n\t\t\t\t],\r\n\t\t\t\t'alligator'=>[\r\n\t\t\t\t\t'aligator',\r\n\t\t\t\t],\r\n\t\t\t\t'alliteration'=>[\r\n\t\t\t\t\t'aliteration',\r\n\t\t\t\t],\r\n\t\t\t\t'alliterations'=>[\r\n\t\t\t\t\t'aliterations',\r\n\t\t\t\t],\r\n\t\t\t\t'alliterative'=>[\r\n\t\t\t\t\t'aliterative',\r\n\t\t\t\t],\r\n\t\t\t\t'alliteratively'=>[\r\n\t\t\t\t\t'aliteratively',\r\n\t\t\t\t\t'alliterativly',\r\n\t\t\t\t],\r\n\t\t\t\t'alloantibodies'=>[\r\n\t\t\t\t\t'alloantibodeis',\r\n\t\t\t\t\t'alloantibodis',\r\n\t\t\t\t\t'alloentibodies',\r\n\t\t\t\t\t'aloantibodies',\r\n\t\t\t\t],\r\n\t\t\t\t'alloantibody'=>[\r\n\t\t\t\t\t'alloentibody',\r\n\t\t\t\t\t'aloantibody',\r\n\t\t\t\t],\r\n\t\t\t\t'alloantigen'=>[\r\n\t\t\t\t\t'alloentigen',\r\n\t\t\t\t],\r\n\t\t\t\t'allocable'=>[\r\n\t\t\t\t\t'allocible',\r\n\t\t\t\t\t'alocable',\r\n\t\t\t\t],\r\n\t\t\t\t'allocate'=>[\r\n\t\t\t\t\t'alocate',\r\n\t\t\t\t],\r\n\t\t\t\t'allod'=>[\r\n\t\t\t\t\t'alod',\r\n\t\t\t\t],\r\n\t\t\t\t'allogeneic'=>[\r\n\t\t\t\t\t'allogeniec',\r\n\t\t\t\t\t'alogeneic',\r\n\t\t\t\t],\r\n\t\t\t\t'allomorph'=>[\r\n\t\t\t\t\t'allomourph',\r\n\t\t\t\t],\r\n\t\t\t\t'allomorphic'=>[\r\n\t\t\t\t\t'allomourphic',\r\n\t\t\t\t],\r\n\t\t\t\t'allomorphism'=>[\r\n\t\t\t\t\t'allomourphism',\r\n\t\t\t\t],\r\n\t\t\t\t'allomorphisms'=>[\r\n\t\t\t\t\t'allomourphisms',\r\n\t\t\t\t\t'alomorphisms',\r\n\t\t\t\t],\r\n\t\t\t\t'allomorphs'=>[\r\n\t\t\t\t\t'allomourphs',\r\n\t\t\t\t],\r\n\t\t\t\t'allopatrically'=>[\r\n\t\t\t\t\t'allopatricaly',\r\n\t\t\t\t],\r\n\t\t\t\t'allophone'=>[\r\n\t\t\t\t\t'allopone',\r\n\t\t\t\t],\r\n\t\t\t\t'allophones'=>[\r\n\t\t\t\t\t'allopones',\r\n\t\t\t\t],\r\n\t\t\t\t'allopolyploid'=>[\r\n\t\t\t\t\t'alopolyploid',\r\n\t\t\t\t],\r\n\t\t\t\t'allopolyploids'=>[\r\n\t\t\t\t\t'alopolyploids',\r\n\t\t\t\t],\r\n\t\t\t\t'allopolyploidy'=>[\r\n\t\t\t\t\t'alopolyploidy',\r\n\t\t\t\t],\r\n\t\t\t\t'allopurinol'=>[\r\n\t\t\t\t\t'alopurinol',\r\n\t\t\t\t],\r\n\t\t\t\t'allosterically'=>[\r\n\t\t\t\t\t'allostericaly',\r\n\t\t\t\t],\r\n\t\t\t\t'allostery'=>[\r\n\t\t\t\t\t'allostary',\r\n\t\t\t\t],\r\n\t\t\t\t'allot'=>[\r\n\t\t\t\t\t'alot',\r\n\t\t\t\t],\r\n\t\t\t\t'allotetraploid'=>[\r\n\t\t\t\t\t'alotetraploid',\r\n\t\t\t\t],\r\n\t\t\t\t'allotetraploids'=>[\r\n\t\t\t\t\t'alotetraploids',\r\n\t\t\t\t],\r\n\t\t\t\t'allotetraploidy'=>[\r\n\t\t\t\t\t'alotetraploidy',\r\n\t\t\t\t],\r\n\t\t\t\t'allotment'=>[\r\n\t\t\t\t\t'allotmant',\r\n\t\t\t\t\t'alotment',\r\n\t\t\t\t],\r\n\t\t\t\t'allotments'=>[\r\n\t\t\t\t\t'alotments',\r\n\t\t\t\t],\r\n\t\t\t\t'allotted'=>[\r\n\t\t\t\t\t'alloted',\r\n\t\t\t\t\t'alotted',\r\n\t\t\t\t],\r\n\t\t\t\t'allotting'=>[\r\n\t\t\t\t\t'alloting',\r\n\t\t\t\t\t'alotting',\r\n\t\t\t\t],\r\n\t\t\t\t'allotypically'=>[\r\n\t\t\t\t\t'allotypicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'allow'=>[\r\n\t\t\t\t\t'allow allow',\r\n\t\t\t\t\t'allow allow allow',\r\n\t\t\t\t\t'alow',\r\n\t\t\t\t],\r\n\t\t\t\t'allowance'=>[\r\n\t\t\t\t\t'allowence',\r\n\t\t\t\t\t'alowance',\r\n\t\t\t\t],\r\n\t\t\t\t'allowed'=>[\r\n\t\t\t\t\t'alowed',\r\n\t\t\t\t],\r\n\t\t\t\t'allowedly'=>[\r\n\t\t\t\t\t'allowedally',\r\n\t\t\t\t\t'allowedaly',\r\n\t\t\t\t\t'allowedely',\r\n\t\t\t\t\t'allowedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'alloy'=>[\r\n\t\t\t\t\t'aloy',\r\n\t\t\t\t],\r\n\t\t\t\t'alls'=>[\r\n\t\t\t\t\t'als',\r\n\t\t\t\t],\r\n\t\t\t\t'allude'=>[\r\n\t\t\t\t\t'alude',\r\n\t\t\t\t],\r\n\t\t\t\t'allure'=>[\r\n\t\t\t\t\t'alure',\r\n\t\t\t\t],\r\n\t\t\t\t'allusion'=>[\r\n\t\t\t\t\t'alluison',\r\n\t\t\t\t\t'alusion',\r\n\t\t\t\t],\r\n\t\t\t\t'allusions'=>[\r\n\t\t\t\t\t'alluisons',\r\n\t\t\t\t],\r\n\t\t\t\t'allusive'=>[\r\n\t\t\t\t\t'alluisve',\r\n\t\t\t\t],\r\n\t\t\t\t'allusively'=>[\r\n\t\t\t\t\t'alluisvely',\r\n\t\t\t\t\t'allusivly',\r\n\t\t\t\t],\r\n\t\t\t\t'allusiveness'=>[\r\n\t\t\t\t\t'alluisveness',\r\n\t\t\t\t],\r\n\t\t\t\t'allusivenesses'=>[\r\n\t\t\t\t\t'alluisvenesses',\r\n\t\t\t\t\t'alusivenesses',\r\n\t\t\t\t],\r\n\t\t\t\t'alluvial'=>[\r\n\t\t\t\t\t'aluvial',\r\n\t\t\t\t],\r\n\t\t\t\t'ally'=>[\r\n\t\t\t\t\t'aly',\r\n\t\t\t\t],\r\n\t\t\t\t'allyl'=>[\r\n\t\t\t\t\t'alyl',\r\n\t\t\t\t],\r\n\t\t\t\t'alma mater'=>[\r\n\t\t\t\t\t'alma matter',\r\n\t\t\t\t],\r\n\t\t\t\t'almah'=>[\r\n\t\t\t\t\t'alma',\r\n\t\t\t\t],\r\n\t\t\t\t'almahs'=>[\r\n\t\t\t\t\t'almas',\r\n\t\t\t\t],\r\n\t\t\t\t'almemar'=>[\r\n\t\t\t\t\t'almar',\r\n\t\t\t\t\t'almemer',\r\n\t\t\t\t],\r\n\t\t\t\t'almemars'=>[\r\n\t\t\t\t\t'almars',\r\n\t\t\t\t],\r\n\t\t\t\t'almightinesses'=>[\r\n\t\t\t\t\t'almightinisses',\r\n\t\t\t\t],\r\n\t\t\t\t'almost'=>[\r\n\t\t\t\t\t'allmost',\r\n\t\t\t\t\t'almots',\r\n\t\t\t\t\t'almsot',\r\n\t\t\t\t\t'almst',\r\n\t\t\t\t\t'alomst',\r\n\t\t\t\t\t'alsmost',\r\n\t\t\t\t],\r\n\t\t\t\t'along'=>[\r\n\t\t\t\t\t'allong',\r\n\t\t\t\t],\r\n\t\t\t\t'along with'=>[\r\n\t\t\t\t\t'alongwith',\r\n\t\t\t\t],\r\n\t\t\t\t'alongside'=>[\r\n\t\t\t\t\t'along side',\r\n\t\t\t\t],\r\n\t\t\t\t'alpaca'=>[\r\n\t\t\t\t\t'apalca',\r\n\t\t\t\t],\r\n\t\t\t\t'alphabetical'=>[\r\n\t\t\t\t\t'alpabetical',\r\n\t\t\t\t],\r\n\t\t\t\t'alphabetically'=>[\r\n\t\t\t\t\t'alphabetcally',\r\n\t\t\t\t\t'alphabeticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'alpine'=>[\r\n\t\t\t\t\t'alpini',\r\n\t\t\t\t],\r\n\t\t\t\t'alpinely'=>[\r\n\t\t\t\t\t'alpinly',\r\n\t\t\t\t],\r\n\t\t\t\t'alpinism'=>[\r\n\t\t\t\t\t'alpinasm',\r\n\t\t\t\t],\r\n\t\t\t\t'alpinisms'=>[\r\n\t\t\t\t\t'alpinasms',\r\n\t\t\t\t],\r\n\t\t\t\t'alpinist'=>[\r\n\t\t\t\t\t'alpinast',\r\n\t\t\t\t],\r\n\t\t\t\t'alpinists'=>[\r\n\t\t\t\t\t'alpinasts',\r\n\t\t\t\t],\r\n\t\t\t\t'already'=>[\r\n\t\t\t\t\t'allready',\r\n\t\t\t\t\t'alreadv',\r\n\t\t\t\t\t'alreayd',\r\n\t\t\t\t\t'alredy',\r\n\t\t\t\t],\r\n\t\t\t\t'also'=>[\r\n\t\t\t\t\t'allso',\r\n\t\t\t\t\t'alos',\r\n\t\t\t\t\t'alse',\r\n\t\t\t\t\t'also also',\r\n\t\t\t\t\t'also also also',\r\n\t\t\t\t\t'also=aslo',\r\n\t\t\t\t\t'alsot',\r\n\t\t\t\t\t'aslo',\r\n\t\t\t\t],\r\n\t\t\t\t'also known as'=>[\r\n\t\t\t\t\t'also know as',\r\n\t\t\t\t],\r\n\t\t\t\t'altarpiece'=>[\r\n\t\t\t\t\t'altarpeice',\r\n\t\t\t\t\t'altarpice',\r\n\t\t\t\t\t'alterpiece',\r\n\t\t\t\t],\r\n\t\t\t\t'alterabilities'=>[\r\n\t\t\t\t\t'alterabiliteis',\r\n\t\t\t\t\t'alterabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'alterable'=>[\r\n\t\t\t\t\t'alterible',\r\n\t\t\t\t],\r\n\t\t\t\t'alteration'=>[\r\n\t\t\t\t\t'alteraton',\r\n\t\t\t\t],\r\n\t\t\t\t'altered'=>[\r\n\t\t\t\t\t'alterated',\r\n\t\t\t\t],\r\n\t\t\t\t'alternate'=>[\r\n\t\t\t\t\t'a1ternate',\r\n\t\t\t\t],\r\n\t\t\t\t'alternately'=>[\r\n\t\t\t\t\t'alternatly',\r\n\t\t\t\t],\r\n\t\t\t\t'alternative'=>[\r\n\t\t\t\t\t'altenative',\r\n\t\t\t\t],\r\n\t\t\t\t'alternatively'=>[\r\n\t\t\t\t\t'alternativly',\r\n\t\t\t\t],\r\n\t\t\t\t'although'=>[\r\n\t\t\t\t\t'allthough',\r\n\t\t\t\t\t'altho',\r\n\t\t\t\t\t'althought',\r\n\t\t\t\t\t'altough',\r\n\t\t\t\t\t'athough',\r\n\t\t\t\t\t'authough',\r\n\t\t\t\t],\r\n\t\t\t\t'altogether'=>[\r\n\t\t\t\t\t'alltogether',\r\n\t\t\t\t],\r\n\t\t\t\t'altruistically'=>[\r\n\t\t\t\t\t'altruisticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'alular'=>[\r\n\t\t\t\t\t'aluler',\r\n\t\t\t\t],\r\n\t\t\t\t'alumina'=>[\r\n\t\t\t\t\t'alumini',\r\n\t\t\t\t],\r\n\t\t\t\t'aluminate'=>[\r\n\t\t\t\t\t'aluminite',\r\n\t\t\t\t],\r\n\t\t\t\t'aluminic'=>[\r\n\t\t\t\t\t'aluminac',\r\n\t\t\t\t],\r\n\t\t\t\t'aluminium'=>[\r\n\t\t\t\t\t'aluminaum',\r\n\t\t\t\t],\r\n\t\t\t\t'aluminize'=>[\r\n\t\t\t\t\t'aluminaze',\r\n\t\t\t\t],\r\n\t\t\t\t'aluminizing'=>[\r\n\t\t\t\t\t'aluminazing',\r\n\t\t\t\t],\r\n\t\t\t\t'aluminum'=>[\r\n\t\t\t\t\t'alluminum',\r\n\t\t\t\t],\r\n\t\t\t\t'alumna'=>[\r\n\t\t\t\t\t'alumnas',\r\n\t\t\t\t],\r\n\t\t\t\t'alumni'=>[\r\n\t\t\t\t\t'alumnis',\r\n\t\t\t\t],\r\n\t\t\t\t'alvan'=>[\r\n\t\t\t\t\t'a1van',\r\n\t\t\t\t],\r\n\t\t\t\t'alveolar'=>[\r\n\t\t\t\t\t'alveoler',\r\n\t\t\t\t],\r\n\t\t\t\t'alvine'=>[\r\n\t\t\t\t\t'alvini',\r\n\t\t\t\t],\r\n\t\t\t\t'always'=>[\r\n\t\t\t\t\t'allways',\r\n\t\t\t\t\t'alsways',\r\n\t\t\t\t\t'alwas',\r\n\t\t\t\t\t'alwasy',\r\n\t\t\t\t\t'alwayes',\r\n\t\t\t\t\t'always always',\r\n\t\t\t\t\t'always always always',\r\n\t\t\t\t\t'alwyas',\r\n\t\t\t\t],\r\n\t\t\t\t'alzheimers'=>[\r\n\t\t\t\t\t'alzeimers',\r\n\t\t\t\t\t'alzhiemers',\r\n\t\t\t\t],\r\n\t\t\t\t'am'=>[\r\n\t\t\t\t\t'am am',\r\n\t\t\t\t\t'am am am',\r\n\t\t\t\t],\r\n\t\t\t\t'amah'=>[\r\n\t\t\t\t\t'ama',\r\n\t\t\t\t],\r\n\t\t\t\t'amahs'=>[\r\n\t\t\t\t\t'amas',\r\n\t\t\t\t],\r\n\t\t\t\t'amantadine'=>[\r\n\t\t\t\t\t'amantadini',\r\n\t\t\t\t\t'amentadine',\r\n\t\t\t\t],\r\n\t\t\t\t'amaranth'=>[\r\n\t\t\t\t\t'amarenth',\r\n\t\t\t\t],\r\n\t\t\t\t'amaranthine'=>[\r\n\t\t\t\t\t'amaranthini',\r\n\t\t\t\t\t'amarenthine',\r\n\t\t\t\t],\r\n\t\t\t\t'amaravati'=>[\r\n\t\t\t\t\t'amarvati',\r\n\t\t\t\t],\r\n\t\t\t\t'amass'=>[\r\n\t\t\t\t\t'amas',\r\n\t\t\t\t\t'ammass',\r\n\t\t\t\t],\r\n\t\t\t\t'amassed'=>[\r\n\t\t\t\t\t'ammassed',\r\n\t\t\t\t],\r\n\t\t\t\t'amateur'=>[\r\n\t\t\t\t\t'amater',\r\n\t\t\t\t\t'amatuer',\r\n\t\t\t\t\t'amature',\r\n\t\t\t\t],\r\n\t\t\t\t'amatively'=>[\r\n\t\t\t\t\t'amativly',\r\n\t\t\t\t],\r\n\t\t\t\t'amazement'=>[\r\n\t\t\t\t\t'amazemant',\r\n\t\t\t\t],\r\n\t\t\t\t'amazonian'=>[\r\n\t\t\t\t\t'amazonan',\r\n\t\t\t\t],\r\n\t\t\t\t'ambagious'=>[\r\n\t\t\t\t\t'ambagous',\r\n\t\t\t\t],\r\n\t\t\t\t'ambary'=>[\r\n\t\t\t\t\t'ambery',\r\n\t\t\t\t],\r\n\t\t\t\t'ambassador'=>[\r\n\t\t\t\t\t'ambasador',\r\n\t\t\t\t],\r\n\t\t\t\t'ambassadress'=>[\r\n\t\t\t\t\t'ambassadres',\r\n\t\t\t\t],\r\n\t\t\t\t'ambiance'=>[\r\n\t\t\t\t\t'ambience',\r\n\t\t\t\t],\r\n\t\t\t\t'ambidexterities'=>[\r\n\t\t\t\t\t'ambidexteriteis',\r\n\t\t\t\t\t'ambidexteritis',\r\n\t\t\t\t],\r\n\t\t\t\t'ambidextrously'=>[\r\n\t\t\t\t\t'ambidextrousally',\r\n\t\t\t\t\t'ambidextrousaly',\r\n\t\t\t\t\t'ambidextrousely',\r\n\t\t\t\t\t'ambidextrouslly',\r\n\t\t\t\t],\r\n\t\t\t\t'ambience'=>[\r\n\t\t\t\t\t'ambeince',\r\n\t\t\t\t\t'ambiance',\r\n\t\t\t\t\t'ambince',\r\n\t\t\t\t],\r\n\t\t\t\t'ambient'=>[\r\n\t\t\t\t\t'ambeint',\r\n\t\t\t\t\t'ambiant',\r\n\t\t\t\t\t'ambint',\r\n\t\t\t\t],\r\n\t\t\t\t'ambiguous'=>[\r\n\t\t\t\t\t'ambigious',\r\n\t\t\t\t\t'ambigous',\r\n\t\t\t\t],\r\n\t\t\t\t'ambiguously'=>[\r\n\t\t\t\t\t'ambigously',\r\n\t\t\t\t],\r\n\t\t\t\t'ambiguousness'=>[\r\n\t\t\t\t\t'ambigousness',\r\n\t\t\t\t],\r\n\t\t\t\t'ambiguousnesses'=>[\r\n\t\t\t\t\t'ambigousnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'ambipolar'=>[\r\n\t\t\t\t\t'ambipoler',\r\n\t\t\t\t],\r\n\t\t\t\t'ambisexual'=>[\r\n\t\t\t\t\t'ambisexaul',\r\n\t\t\t\t],\r\n\t\t\t\t'ambisexualities'=>[\r\n\t\t\t\t\t'ambisexaulities',\r\n\t\t\t\t\t'ambisexualiteis',\r\n\t\t\t\t\t'ambisexualitis',\r\n\t\t\t\t],\r\n\t\t\t\t'ambisexuality'=>[\r\n\t\t\t\t\t'ambisexaulity',\r\n\t\t\t\t],\r\n\t\t\t\t'ambitious'=>[\r\n\t\t\t\t\t'ambitous',\r\n\t\t\t\t],\r\n\t\t\t\t'ambitiously'=>[\r\n\t\t\t\t\t'ambitously',\r\n\t\t\t\t],\r\n\t\t\t\t'ambivalence'=>[\r\n\t\t\t\t\t'ambivalance',\r\n\t\t\t\t],\r\n\t\t\t\t'ambivalent'=>[\r\n\t\t\t\t\t'ambivalant',\r\n\t\t\t\t],\r\n\t\t\t\t'amboina'=>[\r\n\t\t\t\t\t'amboini',\r\n\t\t\t\t],\r\n\t\t\t\t'ambrosian'=>[\r\n\t\t\t\t\t'ambrosan',\r\n\t\t\t\t],\r\n\t\t\t\t'ambulance'=>[\r\n\t\t\t\t\t'ambulence',\r\n\t\t\t\t],\r\n\t\t\t\t'ambulant'=>[\r\n\t\t\t\t\t'ambulent',\r\n\t\t\t\t],\r\n\t\t\t\t'amenable'=>[\r\n\t\t\t\t\t'amenible',\r\n\t\t\t\t],\r\n\t\t\t\t'amend'=>[\r\n\t\t\t\t\t'ammend',\r\n\t\t\t\t],\r\n\t\t\t\t'amended'=>[\r\n\t\t\t\t\t'ammended',\r\n\t\t\t\t],\r\n\t\t\t\t'amendment'=>[\r\n\t\t\t\t\t'admendment',\r\n\t\t\t\t\t'amendmant',\r\n\t\t\t\t\t'ammendment',\r\n\t\t\t\t],\r\n\t\t\t\t'amends'=>[\r\n\t\t\t\t\t'ammends',\r\n\t\t\t\t],\r\n\t\t\t\t'amenities'=>[\r\n\t\t\t\t\t'amenites',\r\n\t\t\t\t],\r\n\t\t\t\t'amenity'=>[\r\n\t\t\t\t\t'ammenity',\r\n\t\t\t\t],\r\n\t\t\t\t'amenorrhea'=>[\r\n\t\t\t\t\t'amennorhea',\r\n\t\t\t\t\t'amenorhea',\r\n\t\t\t\t\t'amenorrhe',\r\n\t\t\t\t\t'amenourrhea',\r\n\t\t\t\t],\r\n\t\t\t\t'amenorrheas'=>[\r\n\t\t\t\t\t'amenorheas',\r\n\t\t\t\t\t'amenourrheas',\r\n\t\t\t\t],\r\n\t\t\t\t'amenorrheic'=>[\r\n\t\t\t\t\t'amenorheic',\r\n\t\t\t\t\t'amenorrhiec',\r\n\t\t\t\t\t'amenourrheic',\r\n\t\t\t\t],\r\n\t\t\t\t'ament'=>[\r\n\t\t\t\t\t'amant',\r\n\t\t\t\t],\r\n\t\t\t\t'aments'=>[\r\n\t\t\t\t\t'amants',\r\n\t\t\t\t],\r\n\t\t\t\t'america'=>[\r\n\t\t\t\t\t'amerca',\r\n\t\t\t\t\t'amercia',\r\n\t\t\t\t\t'arnerica',\r\n\t\t\t\t],\r\n\t\t\t\t'american'=>[\r\n\t\t\t\t\t'ameircan',\r\n\t\t\t\t\t'amercian',\r\n\t\t\t\t\t'arnerican',\r\n\t\t\t\t],\r\n\t\t\t\t'american-occupied'=>[\r\n\t\t\t\t\t'american occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'americans'=>[\r\n\t\t\t\t\t'arnericaas',\r\n\t\t\t\t],\r\n\t\t\t\t'amiable'=>[\r\n\t\t\t\t\t'amiible',\r\n\t\t\t\t],\r\n\t\t\t\t'amicable'=>[\r\n\t\t\t\t\t'amicible',\r\n\t\t\t\t],\r\n\t\t\t\t'amie'=>[\r\n\t\t\t\t\t'amei',\r\n\t\t\t\t],\r\n\t\t\t\t'amies'=>[\r\n\t\t\t\t\t'ameis',\r\n\t\t\t\t\t'amis',\r\n\t\t\t\t],\r\n\t\t\t\t'amine'=>[\r\n\t\t\t\t\t'amini',\r\n\t\t\t\t],\r\n\t\t\t\t'amines'=>[\r\n\t\t\t\t\t'aminis',\r\n\t\t\t\t],\r\n\t\t\t\t'aminic'=>[\r\n\t\t\t\t\t'aminac',\r\n\t\t\t\t],\r\n\t\t\t\t'aminities'=>[\r\n\t\t\t\t\t'aminaties',\r\n\t\t\t\t],\r\n\t\t\t\t'aminity'=>[\r\n\t\t\t\t\t'aminaty',\r\n\t\t\t\t],\r\n\t\t\t\t'aminophylline'=>[\r\n\t\t\t\t\t'aminophyline',\r\n\t\t\t\t\t'aminophyllini',\r\n\t\t\t\t],\r\n\t\t\t\t'aminophyllines'=>[\r\n\t\t\t\t\t'aminophylines',\r\n\t\t\t\t\t'aminophyllinis',\r\n\t\t\t\t],\r\n\t\t\t\t'aminopyrine'=>[\r\n\t\t\t\t\t'aminopyrini',\r\n\t\t\t\t],\r\n\t\t\t\t'amiss'=>[\r\n\t\t\t\t\t'amis',\r\n\t\t\t\t],\r\n\t\t\t\t'amitriptyline'=>[\r\n\t\t\t\t\t'amitriptylini',\r\n\t\t\t\t\t'amytriptiline',\r\n\t\t\t\t],\r\n\t\t\t\t'amitriptylines'=>[\r\n\t\t\t\t\t'amitriptylinis',\r\n\t\t\t\t],\r\n\t\t\t\t'ammeter'=>[\r\n\t\t\t\t\t'amneter',\r\n\t\t\t\t],\r\n\t\t\t\t'ammeters'=>[\r\n\t\t\t\t\t'amneters',\r\n\t\t\t\t],\r\n\t\t\t\t'ammine'=>[\r\n\t\t\t\t\t'ammini',\r\n\t\t\t\t\t'amnine',\r\n\t\t\t\t],\r\n\t\t\t\t'ammino'=>[\r\n\t\t\t\t\t'amnino',\r\n\t\t\t\t],\r\n\t\t\t\t'ammo'=>[\r\n\t\t\t\t\t'amno',\r\n\t\t\t\t],\r\n\t\t\t\t'ammocete'=>[\r\n\t\t\t\t\t'amnocete',\r\n\t\t\t\t],\r\n\t\t\t\t'ammonals'=>[\r\n\t\t\t\t\t'amnonals',\r\n\t\t\t\t],\r\n\t\t\t\t'ammonia'=>[\r\n\t\t\t\t\t'amnonia',\r\n\t\t\t\t\t'amonia',\r\n\t\t\t\t],\r\n\t\t\t\t'ammoniac'=>[\r\n\t\t\t\t\t'amnoniac',\r\n\t\t\t\t],\r\n\t\t\t\t'ammoniacal'=>[\r\n\t\t\t\t\t'amnoniacal',\r\n\t\t\t\t],\r\n\t\t\t\t'ammonias'=>[\r\n\t\t\t\t\t'amnonias',\r\n\t\t\t\t],\r\n\t\t\t\t'ammoniate'=>[\r\n\t\t\t\t\t'amnoniate',\r\n\t\t\t\t],\r\n\t\t\t\t'ammoniated'=>[\r\n\t\t\t\t\t'amnoniated',\r\n\t\t\t\t],\r\n\t\t\t\t'ammoniates'=>[\r\n\t\t\t\t\t'amnoniates',\r\n\t\t\t\t],\r\n\t\t\t\t'ammoniations'=>[\r\n\t\t\t\t\t'amnoniations',\r\n\t\t\t\t],\r\n\t\t\t\t'ammonification'=>[\r\n\t\t\t\t\t'amnonification',\r\n\t\t\t\t],\r\n\t\t\t\t'ammonifications'=>[\r\n\t\t\t\t\t'amnonifications',\r\n\t\t\t\t],\r\n\t\t\t\t'ammonified'=>[\r\n\t\t\t\t\t'amnonified',\r\n\t\t\t\t],\r\n\t\t\t\t'ammonifies'=>[\r\n\t\t\t\t\t'amnonifies',\r\n\t\t\t\t],\r\n\t\t\t\t'ammonify'=>[\r\n\t\t\t\t\t'amnonify',\r\n\t\t\t\t],\r\n\t\t\t\t'ammonite'=>[\r\n\t\t\t\t\t'amnonite',\r\n\t\t\t\t],\r\n\t\t\t\t'ammonites'=>[\r\n\t\t\t\t\t'amnonites',\r\n\t\t\t\t],\r\n\t\t\t\t'ammonitic'=>[\r\n\t\t\t\t\t'amnonitic',\r\n\t\t\t\t],\r\n\t\t\t\t'ammonium'=>[\r\n\t\t\t\t\t'amnonium',\r\n\t\t\t\t],\r\n\t\t\t\t'ammono'=>[\r\n\t\t\t\t\t'amnono',\r\n\t\t\t\t],\r\n\t\t\t\t'ammonoid'=>[\r\n\t\t\t\t\t'amnonoid',\r\n\t\t\t\t],\r\n\t\t\t\t'ammos'=>[\r\n\t\t\t\t\t'amnos',\r\n\t\t\t\t],\r\n\t\t\t\t'ammunition'=>[\r\n\t\t\t\t\t'amnunition',\r\n\t\t\t\t\t'amunition',\r\n\t\t\t\t],\r\n\t\t\t\t'amnesty'=>[\r\n\t\t\t\t\t'amnisty',\r\n\t\t\t\t],\r\n\t\t\t\t'amniocentesis'=>[\r\n\t\t\t\t\t'amniocantesis',\r\n\t\t\t\t],\r\n\t\t\t\t'among'=>[\r\n\t\t\t\t\t'amon',\r\n\t\t\t\t\t'among among',\r\n\t\t\t\t\t'among among among',\r\n\t\t\t\t\t'amonth',\r\n\t\t\t\t\t'amoung',\r\n\t\t\t\t\t'amung',\r\n\t\t\t\t],\r\n\t\t\t\t'among its'=>[\r\n\t\t\t\t\t'among it\\'s',\r\n\t\t\t\t],\r\n\t\t\t\t'amongst'=>[\r\n\t\t\t\t\t'amonst',\r\n\t\t\t\t\t'amoungst',\r\n\t\t\t\t],\r\n\t\t\t\t'amontillado'=>[\r\n\t\t\t\t\t'amontilado',\r\n\t\t\t\t],\r\n\t\t\t\t'amoral'=>[\r\n\t\t\t\t\t'amoural',\r\n\t\t\t\t],\r\n\t\t\t\t'amoralism'=>[\r\n\t\t\t\t\t'amouralism',\r\n\t\t\t\t],\r\n\t\t\t\t'amoralisms'=>[\r\n\t\t\t\t\t'amouralisms',\r\n\t\t\t\t],\r\n\t\t\t\t'amoralities'=>[\r\n\t\t\t\t\t'amouralities',\r\n\t\t\t\t],\r\n\t\t\t\t'amorality'=>[\r\n\t\t\t\t\t'amourality',\r\n\t\t\t\t],\r\n\t\t\t\t'amorally'=>[\r\n\t\t\t\t\t'amourally',\r\n\t\t\t\t],\r\n\t\t\t\t'amoretti'=>[\r\n\t\t\t\t\t'amouretti',\r\n\t\t\t\t],\r\n\t\t\t\t'amoretto'=>[\r\n\t\t\t\t\t'amouretto',\r\n\t\t\t\t],\r\n\t\t\t\t'amorettos'=>[\r\n\t\t\t\t\t'amourettos',\r\n\t\t\t\t],\r\n\t\t\t\t'amorini'=>[\r\n\t\t\t\t\t'amorina',\r\n\t\t\t\t\t'amourini',\r\n\t\t\t\t],\r\n\t\t\t\t'amorino'=>[\r\n\t\t\t\t\t'amourino',\r\n\t\t\t\t],\r\n\t\t\t\t'amorist'=>[\r\n\t\t\t\t\t'amourist',\r\n\t\t\t\t],\r\n\t\t\t\t'amoristic'=>[\r\n\t\t\t\t\t'amouristic',\r\n\t\t\t\t],\r\n\t\t\t\t'amorists'=>[\r\n\t\t\t\t\t'amourists',\r\n\t\t\t\t],\r\n\t\t\t\t'amoroso'=>[\r\n\t\t\t\t\t'amouroso',\r\n\t\t\t\t],\r\n\t\t\t\t'amorous'=>[\r\n\t\t\t\t\t'amourous',\r\n\t\t\t\t],\r\n\t\t\t\t'amorously'=>[\r\n\t\t\t\t\t'amourously',\r\n\t\t\t\t],\r\n\t\t\t\t'amorousness'=>[\r\n\t\t\t\t\t'amourousness',\r\n\t\t\t\t],\r\n\t\t\t\t'amorousnesses'=>[\r\n\t\t\t\t\t'amourousnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'amorphism'=>[\r\n\t\t\t\t\t'amourphism',\r\n\t\t\t\t],\r\n\t\t\t\t'amorphisms'=>[\r\n\t\t\t\t\t'amourphisms',\r\n\t\t\t\t],\r\n\t\t\t\t'amorphous'=>[\r\n\t\t\t\t\t'amourphous',\r\n\t\t\t\t],\r\n\t\t\t\t'amorphously'=>[\r\n\t\t\t\t\t'amorphousally',\r\n\t\t\t\t\t'amorphousaly',\r\n\t\t\t\t\t'amorphousely',\r\n\t\t\t\t\t'amorphouslly',\r\n\t\t\t\t\t'amourphously',\r\n\t\t\t\t],\r\n\t\t\t\t'amorphousness'=>[\r\n\t\t\t\t\t'amourphousness',\r\n\t\t\t\t],\r\n\t\t\t\t'amorphousnesses'=>[\r\n\t\t\t\t\t'amourphousnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'amortise'=>[\r\n\t\t\t\t\t'amourtise',\r\n\t\t\t\t],\r\n\t\t\t\t'amortised'=>[\r\n\t\t\t\t\t'amourtised',\r\n\t\t\t\t],\r\n\t\t\t\t'amortises'=>[\r\n\t\t\t\t\t'amourtises',\r\n\t\t\t\t],\r\n\t\t\t\t'amortising'=>[\r\n\t\t\t\t\t'amourtising',\r\n\t\t\t\t],\r\n\t\t\t\t'amortizable'=>[\r\n\t\t\t\t\t'amourtizable',\r\n\t\t\t\t],\r\n\t\t\t\t'amortization'=>[\r\n\t\t\t\t\t'amourtization',\r\n\t\t\t\t],\r\n\t\t\t\t'amortizations'=>[\r\n\t\t\t\t\t'amourtizations',\r\n\t\t\t\t],\r\n\t\t\t\t'amortize'=>[\r\n\t\t\t\t\t'amourtize',\r\n\t\t\t\t],\r\n\t\t\t\t'amortized'=>[\r\n\t\t\t\t\t'amourtized',\r\n\t\t\t\t],\r\n\t\t\t\t'amortizes'=>[\r\n\t\t\t\t\t'amourtizes',\r\n\t\t\t\t],\r\n\t\t\t\t'amortizing'=>[\r\n\t\t\t\t\t'amourtizing',\r\n\t\t\t\t],\r\n\t\t\t\t'amount'=>[\r\n\t\t\t\t\t'ammount',\r\n\t\t\t\t],\r\n\t\t\t\t'amoxicillin'=>[\r\n\t\t\t\t\t'amoxicilin',\r\n\t\t\t\t],\r\n\t\t\t\t'amoxycillin'=>[\r\n\t\t\t\t\t'amoxycilin',\r\n\t\t\t\t],\r\n\t\t\t\t'amphetamine'=>[\r\n\t\t\t\t\t'amphetamini',\r\n\t\t\t\t],\r\n\t\t\t\t'amphibian'=>[\r\n\t\t\t\t\t'amphiban',\r\n\t\t\t\t],\r\n\t\t\t\t'amphibious'=>[\r\n\t\t\t\t\t'amphibous',\r\n\t\t\t\t],\r\n\t\t\t\t'amphibiously'=>[\r\n\t\t\t\t\t'amphibously',\r\n\t\t\t\t],\r\n\t\t\t\t'amphiboly'=>[\r\n\t\t\t\t\t'amphiboally',\r\n\t\t\t\t\t'amphiboaly',\r\n\t\t\t\t\t'amphiboely',\r\n\t\t\t\t\t'amphibolly',\r\n\t\t\t\t],\r\n\t\t\t\t'amphidiploidies'=>[\r\n\t\t\t\t\t'amphidiploideis',\r\n\t\t\t\t\t'amphidiploidis',\r\n\t\t\t\t],\r\n\t\t\t\t'amphitheater'=>[\r\n\t\t\t\t\t'amphitheter',\r\n\t\t\t\t\t'ampitheater',\r\n\t\t\t\t],\r\n\t\t\t\t'amphitheaters'=>[\r\n\t\t\t\t\t'amphitheters',\r\n\t\t\t\t],\r\n\t\t\t\t'amphitheatre'=>[\r\n\t\t\t\t\t'ampitheatre',\r\n\t\t\t\t],\r\n\t\t\t\t'amphitheatric'=>[\r\n\t\t\t\t\t'amphithetric',\r\n\t\t\t\t],\r\n\t\t\t\t'amphitheatrical'=>[\r\n\t\t\t\t\t'amphithetrical',\r\n\t\t\t\t],\r\n\t\t\t\t'ampicillin'=>[\r\n\t\t\t\t\t'ampicilin',\r\n\t\t\t\t],\r\n\t\t\t\t'amplifier'=>[\r\n\t\t\t\t\t'amplifeir',\r\n\t\t\t\t\t'amplifir',\r\n\t\t\t\t],\r\n\t\t\t\t'amply'=>[\r\n\t\t\t\t\t'ampally',\r\n\t\t\t\t\t'ampaly',\r\n\t\t\t\t\t'amplly',\r\n\t\t\t\t],\r\n\t\t\t\t'ampule'=>[\r\n\t\t\t\t\t'ampoule',\r\n\t\t\t\t],\r\n\t\t\t\t'ampullar'=>[\r\n\t\t\t\t\t'ampuller',\r\n\t\t\t\t],\r\n\t\t\t\t'ampullary'=>[\r\n\t\t\t\t\t'ampullery',\r\n\t\t\t\t],\r\n\t\t\t\t'amusement'=>[\r\n\t\t\t\t\t'amusemant',\r\n\t\t\t\t],\r\n\t\t\t\t'amusingly'=>[\r\n\t\t\t\t\t'amuisngly',\r\n\t\t\t\t],\r\n\t\t\t\t'amusingness'=>[\r\n\t\t\t\t\t'amuisngness',\r\n\t\t\t\t],\r\n\t\t\t\t'amusingnesses'=>[\r\n\t\t\t\t\t'amuisngnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'an'=>[\r\n\t\t\t\t\t'a an ',\r\n\t\t\t\t\t'an an',\r\n\t\t\t\t\t'an an an',\r\n\t\t\t\t],\r\n\t\t\t\t'an annual'=>[\r\n\t\t\t\t\t'a annual',\r\n\t\t\t\t],\r\n\t\t\t\t'an bonnán buí'=>[\r\n\t\t\t\t\t'an bonnan bui',\r\n\t\t\t\t],\r\n\t\t\t\t'an hour'=>[\r\n\t\t\t\t\t'a hour',\r\n\t\t\t\t],\r\n\t\t\t\t'an important'=>[\r\n\t\t\t\t\t'a important',\r\n\t\t\t\t],\r\n\t\t\t\t'an island'=>[\r\n\t\t\t\t\t'a island',\r\n\t\t\t\t],\r\n\t\t\t\t'an issue'=>[\r\n\t\t\t\t\t'a issue',\r\n\t\t\t\t],\r\n\t\t\t\t'anachronously'=>[\r\n\t\t\t\t\t'anachronousally',\r\n\t\t\t\t\t'anachronousaly',\r\n\t\t\t\t\t'anachronousely',\r\n\t\t\t\t\t'anachronouslly',\r\n\t\t\t\t],\r\n\t\t\t\t'anacoluthically'=>[\r\n\t\t\t\t\t'anacoluthicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'anacrusis'=>[\r\n\t\t\t\t\t'anacruiss',\r\n\t\t\t\t],\r\n\t\t\t\t'anaemia'=>[\r\n\t\t\t\t\t'aneamia',\r\n\t\t\t\t],\r\n\t\t\t\t'anaerobically'=>[\r\n\t\t\t\t\t'anaerobicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'anagnorises'=>[\r\n\t\t\t\t\t'anagnourises',\r\n\t\t\t\t],\r\n\t\t\t\t'anagnorisis'=>[\r\n\t\t\t\t\t'anagnourisis',\r\n\t\t\t\t],\r\n\t\t\t\t'anagrammatic'=>[\r\n\t\t\t\t\t'anagramnatic',\r\n\t\t\t\t],\r\n\t\t\t\t'anagrammatical'=>[\r\n\t\t\t\t\t'anagramnatical',\r\n\t\t\t\t],\r\n\t\t\t\t'anagrammatize'=>[\r\n\t\t\t\t\t'anagramnatize',\r\n\t\t\t\t],\r\n\t\t\t\t'anagrammatized'=>[\r\n\t\t\t\t\t'anagramnatized',\r\n\t\t\t\t],\r\n\t\t\t\t'anagrammatizes'=>[\r\n\t\t\t\t\t'anagramnatizes',\r\n\t\t\t\t],\r\n\t\t\t\t'anagrammatizing'=>[\r\n\t\t\t\t\t'anagramnatizing',\r\n\t\t\t\t],\r\n\t\t\t\t'anagrammed'=>[\r\n\t\t\t\t\t'anagramned',\r\n\t\t\t\t],\r\n\t\t\t\t'anaheim'=>[\r\n\t\t\t\t\t'anahiem',\r\n\t\t\t\t],\r\n\t\t\t\t'analagious'=>[\r\n\t\t\t\t\t'analagous',\r\n\t\t\t\t],\r\n\t\t\t\t'analemma'=>[\r\n\t\t\t\t\t'analemna',\r\n\t\t\t\t],\r\n\t\t\t\t'analemmata'=>[\r\n\t\t\t\t\t'analemnata',\r\n\t\t\t\t],\r\n\t\t\t\t'analog'=>[\r\n\t\t\t\t\t'analogue',\r\n\t\t\t\t],\r\n\t\t\t\t'analogous'=>[\r\n\t\t\t\t\t'analagous',\r\n\t\t\t\t\t'analogeous',\r\n\t\t\t\t],\r\n\t\t\t\t'analysis'=>[\r\n\t\t\t\t\t'anaylsis',\r\n\t\t\t\t],\r\n\t\t\t\t'analytic'=>[\r\n\t\t\t\t\t'analitic',\r\n\t\t\t\t],\r\n\t\t\t\t'analyzabilities'=>[\r\n\t\t\t\t\t'analyzabiliteis',\r\n\t\t\t\t\t'analyzabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'anamorphic'=>[\r\n\t\t\t\t\t'anamourphic',\r\n\t\t\t\t],\r\n\t\t\t\t'anaphorically'=>[\r\n\t\t\t\t\t'anaphoricaly',\r\n\t\t\t\t],\r\n\t\t\t\t'anaphylaxis'=>[\r\n\t\t\t\t\t'anaphalaxis',\r\n\t\t\t\t],\r\n\t\t\t\t'anarchism'=>[\r\n\t\t\t\t\t'anachism',\r\n\t\t\t\t\t'anarachism',\r\n\t\t\t\t],\r\n\t\t\t\t'anarchist'=>[\r\n\t\t\t\t\t'anarachist',\r\n\t\t\t\t],\r\n\t\t\t\t'anarchy'=>[\r\n\t\t\t\t\t'anachy',\r\n\t\t\t\t\t'anarachy',\r\n\t\t\t\t],\r\n\t\t\t\t'ancestor'=>[\r\n\t\t\t\t\t'ancester',\r\n\t\t\t\t],\r\n\t\t\t\t'ancestral'=>[\r\n\t\t\t\t\t'ancesteral',\r\n\t\t\t\t],\r\n\t\t\t\t'ancestry'=>[\r\n\t\t\t\t\t'ancestory',\r\n\t\t\t\t],\r\n\t\t\t\t'anchoritically'=>[\r\n\t\t\t\t\t'anchoriticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'anchusin'=>[\r\n\t\t\t\t\t'anchuisn',\r\n\t\t\t\t],\r\n\t\t\t\t'anchusins'=>[\r\n\t\t\t\t\t'anchuisns',\r\n\t\t\t\t],\r\n\t\t\t\t'ancient'=>[\r\n\t\t\t\t\t'acient',\r\n\t\t\t\t\t'anceint',\r\n\t\t\t\t\t'anciant',\r\n\t\t\t\t\t'ancint',\r\n\t\t\t\t],\r\n\t\t\t\t'anciently'=>[\r\n\t\t\t\t\t'ancientally',\r\n\t\t\t\t\t'ancientaly',\r\n\t\t\t\t\t'ancientely',\r\n\t\t\t\t\t'ancientlly',\r\n\t\t\t\t],\r\n\t\t\t\t'ancillary'=>[\r\n\t\t\t\t\t'ancilary',\r\n\t\t\t\t\t'ancillery',\r\n\t\t\t\t\t'ancilliary',\r\n\t\t\t\t],\r\n\t\t\t\t'and'=>[\r\n\t\t\t\t\t'aand',\r\n\t\t\t\t\t'abd',\r\n\t\t\t\t\t'adn',\r\n\t\t\t\t\t'amd',\r\n\t\t\t\t\t'anbd',\r\n\t\t\t\t\t'ancl',\r\n\t\t\t\t\t'and and',\r\n\t\t\t\t\t'and and and',\r\n\t\t\t\t\t'andd',\r\n\t\t\t\t\t'annd',\r\n\t\t\t\t\t'nd',\r\n\t\t\t\t],\r\n\t\t\t\t'and cultivators'=>[\r\n\t\t\t\t\t'andcultivators',\r\n\t\t\t\t],\r\n\t\t\t\t'and he'=>[\r\n\t\t\t\t\t'andhe',\r\n\t\t\t\t],\r\n\t\t\t\t'and it'=>[\r\n\t\t\t\t\t'nad it',\r\n\t\t\t\t],\r\n\t\t\t\t'and so'=>[\r\n\t\t\t\t\t'andso',\r\n\t\t\t\t],\r\n\t\t\t\t'and the'=>[\r\n\t\t\t\t\t'and te',\r\n\t\t\t\t\t'andthe',\r\n\t\t\t\t],\r\n\t\t\t\t'and then'=>[\r\n\t\t\t\t\t'andthen',\r\n\t\t\t\t],\r\n\t\t\t\t'and there'=>[\r\n\t\t\t\t\t'andthere',\r\n\t\t\t\t],\r\n\t\t\t\t'and thus'=>[\r\n\t\t\t\t\t'an thus',\r\n\t\t\t\t],\r\n\t\t\t\t'and with'=>[\r\n\t\t\t\t\t'andwith',\r\n\t\t\t\t],\r\n\t\t\t\t'andalusite'=>[\r\n\t\t\t\t\t'andaluiste',\r\n\t\t\t\t],\r\n\t\t\t\t'andalusites'=>[\r\n\t\t\t\t\t'andaluistes',\r\n\t\t\t\t],\r\n\t\t\t\t'andante'=>[\r\n\t\t\t\t\t'andente',\r\n\t\t\t\t],\r\n\t\t\t\t'andantes'=>[\r\n\t\t\t\t\t'andentes',\r\n\t\t\t\t],\r\n\t\t\t\t'andantini'=>[\r\n\t\t\t\t\t'andantina',\r\n\t\t\t\t\t'andentini',\r\n\t\t\t\t],\r\n\t\t\t\t'andantino'=>[\r\n\t\t\t\t\t'andentino',\r\n\t\t\t\t],\r\n\t\t\t\t'andantinos'=>[\r\n\t\t\t\t\t'andentinos',\r\n\t\t\t\t],\r\n\t\t\t\t'androcentric'=>[\r\n\t\t\t\t\t'androcantric',\r\n\t\t\t\t],\r\n\t\t\t\t'androgynous'=>[\r\n\t\t\t\t\t'androgenous',\r\n\t\t\t\t],\r\n\t\t\t\t'androgyny'=>[\r\n\t\t\t\t\t'androgeny',\r\n\t\t\t\t],\r\n\t\t\t\t'andré'=>[\r\n\t\t\t\t\t'andre',\r\n\t\t\t\t],\r\n\t\t\t\t'andré breton'=>[\r\n\t\t\t\t\t'andre beton',\r\n\t\t\t\t],\r\n\t\t\t\t'andré masson'=>[\r\n\t\t\t\t\t'andre masson',\r\n\t\t\t\t],\r\n\t\t\t\t'andré modeste grétry'=>[\r\n\t\t\t\t\t'andre modeste gretry',\r\n\t\t\t\t],\r\n\t\t\t\t'andrée'=>[\r\n\t\t\t\t\t'andree',\r\n\t\t\t\t],\r\n\t\t\t\t'anear'=>[\r\n\t\t\t\t\t'aneer',\r\n\t\t\t\t],\r\n\t\t\t\t'anecdotically'=>[\r\n\t\t\t\t\t'anecdoticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'anelasticities'=>[\r\n\t\t\t\t\t'anelasticiteis',\r\n\t\t\t\t\t'anelasticitis',\r\n\t\t\t\t],\r\n\t\t\t\t'anencephaly'=>[\r\n\t\t\t\t\t'anencephaally',\r\n\t\t\t\t\t'anencephaaly',\r\n\t\t\t\t\t'anencephaely',\r\n\t\t\t\t\t'anencephally',\r\n\t\t\t\t],\r\n\t\t\t\t'anent'=>[\r\n\t\t\t\t\t'anant',\r\n\t\t\t\t],\r\n\t\t\t\t'anesthetically'=>[\r\n\t\t\t\t\t'anestheticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'aneurysm'=>[\r\n\t\t\t\t\t'anurism',\r\n\t\t\t\t],\r\n\t\t\t\t'anfractuosities'=>[\r\n\t\t\t\t\t'anfractosities',\r\n\t\t\t\t\t'anfractuositeis',\r\n\t\t\t\t\t'anfractuositis',\r\n\t\t\t\t],\r\n\t\t\t\t'anfractuosity'=>[\r\n\t\t\t\t\t'anfractosity',\r\n\t\t\t\t],\r\n\t\t\t\t'anfractuous'=>[\r\n\t\t\t\t\t'anfractous',\r\n\t\t\t\t],\r\n\t\t\t\t'angary'=>[\r\n\t\t\t\t\t'angery',\r\n\t\t\t\t],\r\n\t\t\t\t'anger'=>[\r\n\t\t\t\t\t'anger anger',\r\n\t\t\t\t\t'anger anger anger',\r\n\t\t\t\t],\r\n\t\t\t\t'angerly'=>[\r\n\t\t\t\t\t'angerally',\r\n\t\t\t\t\t'angeraly',\r\n\t\t\t\t\t'angerely',\r\n\t\t\t\t\t'angerlly',\r\n\t\t\t\t],\r\n\t\t\t\t'angina'=>[\r\n\t\t\t\t\t'angini',\r\n\t\t\t\t],\r\n\t\t\t\t'anginal'=>[\r\n\t\t\t\t\t'anginil',\r\n\t\t\t\t],\r\n\t\t\t\t'anginas'=>[\r\n\t\t\t\t\t'anginis',\r\n\t\t\t\t],\r\n\t\t\t\t'angioedema'=>[\r\n\t\t\t\t\t'angiodema',\r\n\t\t\t\t],\r\n\t\t\t\t'angolan-occupied'=>[\r\n\t\t\t\t\t'angolan occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'angular'=>[\r\n\t\t\t\t\t'anguler',\r\n\t\t\t\t],\r\n\t\t\t\t'aniline'=>[\r\n\t\t\t\t\t'anilini',\r\n\t\t\t\t],\r\n\t\t\t\t'animacy'=>[\r\n\t\t\t\t\t'animasy',\r\n\t\t\t\t],\r\n\t\t\t\t'animal'=>[\r\n\t\t\t\t\t'animal animal',\r\n\t\t\t\t\t'animal animal animal',\r\n\t\t\t\t],\r\n\t\t\t\t'animalian'=>[\r\n\t\t\t\t\t'animalan',\r\n\t\t\t\t],\r\n\t\t\t\t'animals'=>[\r\n\t\t\t\t\t'animlans',\r\n\t\t\t\t\t'aninials',\r\n\t\t\t\t],\r\n\t\t\t\t'animatedly'=>[\r\n\t\t\t\t\t'animatedally',\r\n\t\t\t\t\t'animatedaly',\r\n\t\t\t\t\t'animatedely',\r\n\t\t\t\t\t'animatedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'animately'=>[\r\n\t\t\t\t\t'animatly',\r\n\t\t\t\t],\r\n\t\t\t\t'animatronically'=>[\r\n\t\t\t\t\t'animatronicalally',\r\n\t\t\t\t\t'animatronicalaly',\r\n\t\t\t\t\t'animatronicalely',\r\n\t\t\t\t\t'animatronicallly',\r\n\t\t\t\t\t'animatronicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'aniseikonia'=>[\r\n\t\t\t\t\t'anisiekonia',\r\n\t\t\t\t],\r\n\t\t\t\t'aniseikonias'=>[\r\n\t\t\t\t\t'anisiekonias',\r\n\t\t\t\t],\r\n\t\t\t\t'aniseikonic'=>[\r\n\t\t\t\t\t'anisiekonic',\r\n\t\t\t\t],\r\n\t\t\t\t'anisotropically'=>[\r\n\t\t\t\t\t'anisotropicalally',\r\n\t\t\t\t\t'anisotropicalaly',\r\n\t\t\t\t\t'anisotropicalely',\r\n\t\t\t\t\t'anisotropicallly',\r\n\t\t\t\t\t'anisotropicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'ankle'=>[\r\n\t\t\t\t\t'ankel',\r\n\t\t\t\t],\r\n\t\t\t\t'anna'=>[\r\n\t\t\t\t\t'amma',\r\n\t\t\t\t\t'ana',\r\n\t\t\t\t],\r\n\t\t\t\t'annalist'=>[\r\n\t\t\t\t\t'analist',\r\n\t\t\t\t],\r\n\t\t\t\t'annalistic'=>[\r\n\t\t\t\t\t'analistic',\r\n\t\t\t\t],\r\n\t\t\t\t'annals'=>[\r\n\t\t\t\t\t'anals',\r\n\t\t\t\t],\r\n\t\t\t\t'annapolis'=>[\r\n\t\t\t\t\t'anapolis',\r\n\t\t\t\t\t'annpolis',\r\n\t\t\t\t],\r\n\t\t\t\t'annas'=>[\r\n\t\t\t\t\t'anas',\r\n\t\t\t\t],\r\n\t\t\t\t'annates'=>[\r\n\t\t\t\t\t'anates',\r\n\t\t\t\t],\r\n\t\t\t\t'annatto'=>[\r\n\t\t\t\t\t'anatto',\r\n\t\t\t\t],\r\n\t\t\t\t'annbjørg lien'=>[\r\n\t\t\t\t\t'annebjørg lien',\r\n\t\t\t\t],\r\n\t\t\t\t'anneal'=>[\r\n\t\t\t\t\t'aneal',\r\n\t\t\t\t],\r\n\t\t\t\t'annelid'=>[\r\n\t\t\t\t\t'anelid',\r\n\t\t\t\t],\r\n\t\t\t\t'annex'=>[\r\n\t\t\t\t\t'anex',\r\n\t\t\t\t\t'annexe',\r\n\t\t\t\t],\r\n\t\t\t\t'annexational'=>[\r\n\t\t\t\t\t'anexational',\r\n\t\t\t\t],\r\n\t\t\t\t'annexationist'=>[\r\n\t\t\t\t\t'anexationist',\r\n\t\t\t\t],\r\n\t\t\t\t'annexationists'=>[\r\n\t\t\t\t\t'anexationists',\r\n\t\t\t\t],\r\n\t\t\t\t'annexe'=>[\r\n\t\t\t\t\t'anexe',\r\n\t\t\t\t],\r\n\t\t\t\t'annihilate'=>[\r\n\t\t\t\t\t'anihilate',\r\n\t\t\t\t],\r\n\t\t\t\t'annihilates'=>[\r\n\t\t\t\t\t'annihiliates',\r\n\t\t\t\t],\r\n\t\t\t\t'annihilating'=>[\r\n\t\t\t\t\t'anihilating',\r\n\t\t\t\t],\r\n\t\t\t\t'annihilation'=>[\r\n\t\t\t\t\t'anihilation',\r\n\t\t\t\t],\r\n\t\t\t\t'annihilations'=>[\r\n\t\t\t\t\t'anihilations',\r\n\t\t\t\t],\r\n\t\t\t\t'annihilators'=>[\r\n\t\t\t\t\t'anihilators',\r\n\t\t\t\t],\r\n\t\t\t\t'annihilatory'=>[\r\n\t\t\t\t\t'anihilatory',\r\n\t\t\t\t],\r\n\t\t\t\t'anniversaries'=>[\r\n\t\t\t\t\t'aniversaries',\r\n\t\t\t\t\t'annyversaries',\r\n\t\t\t\t],\r\n\t\t\t\t'anniversary'=>[\r\n\t\t\t\t\t'aniversary',\r\n\t\t\t\t\t'anniversery',\r\n\t\t\t\t\t'annyversary',\r\n\t\t\t\t],\r\n\t\t\t\t'annotate'=>[\r\n\t\t\t\t\t'anotate',\r\n\t\t\t\t],\r\n\t\t\t\t'annotation'=>[\r\n\t\t\t\t\t'anotation',\r\n\t\t\t\t],\r\n\t\t\t\t'announce'=>[\r\n\t\t\t\t\t'annonce',\r\n\t\t\t\t\t'annouce',\r\n\t\t\t\t\t'anounce',\r\n\t\t\t\t],\r\n\t\t\t\t'announced'=>[\r\n\t\t\t\t\t'annouced',\r\n\t\t\t\t\t'anounced',\r\n\t\t\t\t],\r\n\t\t\t\t'announcement'=>[\r\n\t\t\t\t\t'annoncement',\r\n\t\t\t\t\t'annoucement',\r\n\t\t\t\t\t'announcemant',\r\n\t\t\t\t\t'anouncement',\r\n\t\t\t\t],\r\n\t\t\t\t'announcements'=>[\r\n\t\t\t\t\t'anouncements',\r\n\t\t\t\t],\r\n\t\t\t\t'announcer'=>[\r\n\t\t\t\t\t'anouncer',\r\n\t\t\t\t],\r\n\t\t\t\t'announces'=>[\r\n\t\t\t\t\t'anounces',\r\n\t\t\t\t],\r\n\t\t\t\t'announcing'=>[\r\n\t\t\t\t\t'anouncing',\r\n\t\t\t\t],\r\n\t\t\t\t'annoy'=>[\r\n\t\t\t\t\t'anoy',\r\n\t\t\t\t],\r\n\t\t\t\t'annoyance'=>[\r\n\t\t\t\t\t'annoyence',\r\n\t\t\t\t\t'anoyance',\r\n\t\t\t\t],\r\n\t\t\t\t'annoyed'=>[\r\n\t\t\t\t\t'anoyed',\r\n\t\t\t\t],\r\n\t\t\t\t'annoying'=>[\r\n\t\t\t\t\t'anoying',\r\n\t\t\t\t],\r\n\t\t\t\t'annual'=>[\r\n\t\t\t\t\t'annaul',\r\n\t\t\t\t\t'anual',\r\n\t\t\t\t],\r\n\t\t\t\t'annualize'=>[\r\n\t\t\t\t\t'annaulize',\r\n\t\t\t\t\t'anualize',\r\n\t\t\t\t],\r\n\t\t\t\t'annually'=>[\r\n\t\t\t\t\t'annualy',\r\n\t\t\t\t\t'anually',\r\n\t\t\t\t],\r\n\t\t\t\t'annuitant'=>[\r\n\t\t\t\t\t'annuitent',\r\n\t\t\t\t\t'anuitant',\r\n\t\t\t\t],\r\n\t\t\t\t'annuity'=>[\r\n\t\t\t\t\t'anuity',\r\n\t\t\t\t],\r\n\t\t\t\t'annul'=>[\r\n\t\t\t\t\t'anul',\r\n\t\t\t\t],\r\n\t\t\t\t'annular'=>[\r\n\t\t\t\t\t'annuler',\r\n\t\t\t\t\t'anular',\r\n\t\t\t\t],\r\n\t\t\t\t'annulate'=>[\r\n\t\t\t\t\t'anulate',\r\n\t\t\t\t],\r\n\t\t\t\t'annulation'=>[\r\n\t\t\t\t\t'anulation',\r\n\t\t\t\t],\r\n\t\t\t\t'annulet'=>[\r\n\t\t\t\t\t'anulet',\r\n\t\t\t\t],\r\n\t\t\t\t'annuli'=>[\r\n\t\t\t\t\t'anuli',\r\n\t\t\t\t],\r\n\t\t\t\t'annulled'=>[\r\n\t\t\t\t\t'annuled',\r\n\t\t\t\t\t'anulled',\r\n\t\t\t\t],\r\n\t\t\t\t'annulment'=>[\r\n\t\t\t\t\t'anulment',\r\n\t\t\t\t],\r\n\t\t\t\t'annulus'=>[\r\n\t\t\t\t\t'anulus',\r\n\t\t\t\t],\r\n\t\t\t\t'annunciate'=>[\r\n\t\t\t\t\t'anunciate',\r\n\t\t\t\t],\r\n\t\t\t\t'annunciating'=>[\r\n\t\t\t\t\t'anunciating',\r\n\t\t\t\t],\r\n\t\t\t\t'annunciation'=>[\r\n\t\t\t\t\t'anunciation',\r\n\t\t\t\t],\r\n\t\t\t\t'annunciations'=>[\r\n\t\t\t\t\t'anunciations',\r\n\t\t\t\t],\r\n\t\t\t\t'annunciator'=>[\r\n\t\t\t\t\t'anunciator',\r\n\t\t\t\t],\r\n\t\t\t\t'annunciators'=>[\r\n\t\t\t\t\t'anunciators',\r\n\t\t\t\t],\r\n\t\t\t\t'annunciatory'=>[\r\n\t\t\t\t\t'anunciatory',\r\n\t\t\t\t],\r\n\t\t\t\t'anoint'=>[\r\n\t\t\t\t\t'annoint',\r\n\t\t\t\t],\r\n\t\t\t\t'anointment'=>[\r\n\t\t\t\t\t'annointment',\r\n\t\t\t\t],\r\n\t\t\t\t'anoited'=>[\r\n\t\t\t\t\t'annoited',\r\n\t\t\t\t],\r\n\t\t\t\t'anoiting'=>[\r\n\t\t\t\t\t'annoiting',\r\n\t\t\t\t],\r\n\t\t\t\t'anomalies'=>[\r\n\t\t\t\t\t'anomolies',\r\n\t\t\t\t],\r\n\t\t\t\t'anomalous'=>[\r\n\t\t\t\t\t'anomolous',\r\n\t\t\t\t],\r\n\t\t\t\t'anomaly'=>[\r\n\t\t\t\t\t'anomaally',\r\n\t\t\t\t\t'anomaaly',\r\n\t\t\t\t\t'anomaely',\r\n\t\t\t\t\t'anomally',\r\n\t\t\t\t\t'anomoly',\r\n\t\t\t\t],\r\n\t\t\t\t'anomie'=>[\r\n\t\t\t\t\t'anomei',\r\n\t\t\t\t\t'anomi',\r\n\t\t\t\t],\r\n\t\t\t\t'anonymity'=>[\r\n\t\t\t\t\t'anonimity',\r\n\t\t\t\t],\r\n\t\t\t\t'anonymous'=>[\r\n\t\t\t\t\t'annonamous',\r\n\t\t\t\t\t'anonomous',\r\n\t\t\t\t],\r\n\t\t\t\t'anoraks'=>[\r\n\t\t\t\t\t'anouraks',\r\n\t\t\t\t],\r\n\t\t\t\t'anorectic'=>[\r\n\t\t\t\t\t'anourectic',\r\n\t\t\t\t],\r\n\t\t\t\t'anorectics'=>[\r\n\t\t\t\t\t'anourectics',\r\n\t\t\t\t],\r\n\t\t\t\t'anoretic'=>[\r\n\t\t\t\t\t'anouretic',\r\n\t\t\t\t],\r\n\t\t\t\t'anoretics'=>[\r\n\t\t\t\t\t'anouretics',\r\n\t\t\t\t],\r\n\t\t\t\t'anorexia'=>[\r\n\t\t\t\t\t'anourexia',\r\n\t\t\t\t],\r\n\t\t\t\t'anorexias'=>[\r\n\t\t\t\t\t'anourexias',\r\n\t\t\t\t],\r\n\t\t\t\t'anorexic'=>[\r\n\t\t\t\t\t'anourexic',\r\n\t\t\t\t],\r\n\t\t\t\t'anorexics'=>[\r\n\t\t\t\t\t'anourexics',\r\n\t\t\t\t],\r\n\t\t\t\t'anorexies'=>[\r\n\t\t\t\t\t'anourexies',\r\n\t\t\t\t],\r\n\t\t\t\t'anorexigenic'=>[\r\n\t\t\t\t\t'anourexigenic',\r\n\t\t\t\t],\r\n\t\t\t\t'anorexy'=>[\r\n\t\t\t\t\t'anourexy',\r\n\t\t\t\t],\r\n\t\t\t\t'anorthic'=>[\r\n\t\t\t\t\t'anourthic',\r\n\t\t\t\t],\r\n\t\t\t\t'anorthite'=>[\r\n\t\t\t\t\t'anourthite',\r\n\t\t\t\t],\r\n\t\t\t\t'anorthites'=>[\r\n\t\t\t\t\t'anourthites',\r\n\t\t\t\t],\r\n\t\t\t\t'anorthitic'=>[\r\n\t\t\t\t\t'anourthitic',\r\n\t\t\t\t],\r\n\t\t\t\t'anorthosite'=>[\r\n\t\t\t\t\t'anourthosite',\r\n\t\t\t\t],\r\n\t\t\t\t'anorthosites'=>[\r\n\t\t\t\t\t'anourthosites',\r\n\t\t\t\t],\r\n\t\t\t\t'anorthositic'=>[\r\n\t\t\t\t\t'anourthositic',\r\n\t\t\t\t],\r\n\t\t\t\t'another'=>[\r\n\t\t\t\t\t'ancther',\r\n\t\t\t\t\t'anc~ther',\r\n\t\t\t\t\t'anthoer',\r\n\t\t\t\t],\r\n\t\t\t\t'another way'=>[\r\n\t\t\t\t\t'another ways',\r\n\t\t\t\t],\r\n\t\t\t\t'answer'=>[\r\n\t\t\t\t\t'answer answer',\r\n\t\t\t\t\t'answer answer answer',\r\n\t\t\t\t],\r\n\t\t\t\t'answerable'=>[\r\n\t\t\t\t\t'answerible',\r\n\t\t\t\t],\r\n\t\t\t\t'antacid'=>[\r\n\t\t\t\t\t'entacid',\r\n\t\t\t\t],\r\n\t\t\t\t'antae'=>[\r\n\t\t\t\t\t'entae',\r\n\t\t\t\t],\r\n\t\t\t\t'antagonism'=>[\r\n\t\t\t\t\t'entagonism',\r\n\t\t\t\t],\r\n\t\t\t\t'antagonist'=>[\r\n\t\t\t\t\t'antogonist',\r\n\t\t\t\t\t'entagonist',\r\n\t\t\t\t],\r\n\t\t\t\t'antagonize'=>[\r\n\t\t\t\t\t'entagonize',\r\n\t\t\t\t],\r\n\t\t\t\t'antarctic'=>[\r\n\t\t\t\t\t'antartic',\r\n\t\t\t\t],\r\n\t\t\t\t'antarctica'=>[\r\n\t\t\t\t\t'antartica',\r\n\t\t\t\t],\r\n\t\t\t\t'antas'=>[\r\n\t\t\t\t\t'entas',\r\n\t\t\t\t],\r\n\t\t\t\t'antbear'=>[\r\n\t\t\t\t\t'antbeer',\r\n\t\t\t\t],\r\n\t\t\t\t'anteater'=>[\r\n\t\t\t\t\t'enteater',\r\n\t\t\t\t],\r\n\t\t\t\t'antebellum'=>[\r\n\t\t\t\t\t'antebelum',\r\n\t\t\t\t\t'entebellum',\r\n\t\t\t\t],\r\n\t\t\t\t'antecedence'=>[\r\n\t\t\t\t\t'antecedance',\r\n\t\t\t\t\t'entecedence',\r\n\t\t\t\t],\r\n\t\t\t\t'antecedent'=>[\r\n\t\t\t\t\t'antecedant',\r\n\t\t\t\t\t'entecedent',\r\n\t\t\t\t],\r\n\t\t\t\t'antecedently'=>[\r\n\t\t\t\t\t'antecedantly',\r\n\t\t\t\t],\r\n\t\t\t\t'antecedents'=>[\r\n\t\t\t\t\t'antecedants',\r\n\t\t\t\t],\r\n\t\t\t\t'antechamber'=>[\r\n\t\t\t\t\t'entechamber',\r\n\t\t\t\t],\r\n\t\t\t\t'anted'=>[\r\n\t\t\t\t\t'ented',\r\n\t\t\t\t],\r\n\t\t\t\t'antedate'=>[\r\n\t\t\t\t\t'entedate',\r\n\t\t\t\t],\r\n\t\t\t\t'antediluvian'=>[\r\n\t\t\t\t\t'antediluvan',\r\n\t\t\t\t\t'entediluvian',\r\n\t\t\t\t],\r\n\t\t\t\t'anteed'=>[\r\n\t\t\t\t\t'enteed',\r\n\t\t\t\t],\r\n\t\t\t\t'antelope'=>[\r\n\t\t\t\t\t'entelope',\r\n\t\t\t\t],\r\n\t\t\t\t'antemortem'=>[\r\n\t\t\t\t\t'antemourtem',\r\n\t\t\t\t\t'entemortem',\r\n\t\t\t\t],\r\n\t\t\t\t'antenatal'=>[\r\n\t\t\t\t\t'entenatal',\r\n\t\t\t\t],\r\n\t\t\t\t'antenna'=>[\r\n\t\t\t\t\t'antena',\r\n\t\t\t\t\t'entenna',\r\n\t\t\t\t],\r\n\t\t\t\t'antennae'=>[\r\n\t\t\t\t\t'antenae',\r\n\t\t\t\t],\r\n\t\t\t\t'antennular'=>[\r\n\t\t\t\t\t'antennuler',\r\n\t\t\t\t],\r\n\t\t\t\t'antennule'=>[\r\n\t\t\t\t\t'antenule',\r\n\t\t\t\t],\r\n\t\t\t\t'antenuptial'=>[\r\n\t\t\t\t\t'entenuptial',\r\n\t\t\t\t],\r\n\t\t\t\t'antependium'=>[\r\n\t\t\t\t\t'entependium',\r\n\t\t\t\t],\r\n\t\t\t\t'antepenultimas'=>[\r\n\t\t\t\t\t'entepenultimas',\r\n\t\t\t\t],\r\n\t\t\t\t'antepenultimate'=>[\r\n\t\t\t\t\t'entepenultimate',\r\n\t\t\t\t],\r\n\t\t\t\t'anterior'=>[\r\n\t\t\t\t\t'enterior',\r\n\t\t\t\t],\r\n\t\t\t\t'anteroom'=>[\r\n\t\t\t\t\t'enteroom',\r\n\t\t\t\t],\r\n\t\t\t\t'antes'=>[\r\n\t\t\t\t\t'entes',\r\n\t\t\t\t],\r\n\t\t\t\t'anthelmintic'=>[\r\n\t\t\t\t\t'enthelmintic',\r\n\t\t\t\t],\r\n\t\t\t\t'anthem'=>[\r\n\t\t\t\t\t'enthem',\r\n\t\t\t\t],\r\n\t\t\t\t'anthemic'=>[\r\n\t\t\t\t\t'enthemic',\r\n\t\t\t\t],\r\n\t\t\t\t'anther'=>[\r\n\t\t\t\t\t'enther',\r\n\t\t\t\t],\r\n\t\t\t\t'anthill'=>[\r\n\t\t\t\t\t'enthill',\r\n\t\t\t\t],\r\n\t\t\t\t'anthocyanin'=>[\r\n\t\t\t\t\t'enthocyanin',\r\n\t\t\t\t],\r\n\t\t\t\t'anthologize'=>[\r\n\t\t\t\t\t'enthologize',\r\n\t\t\t\t],\r\n\t\t\t\t'anthology'=>[\r\n\t\t\t\t\t'anhtology',\r\n\t\t\t\t\t'enthology',\r\n\t\t\t\t],\r\n\t\t\t\t'anthophilous'=>[\r\n\t\t\t\t\t'enthophilous',\r\n\t\t\t\t],\r\n\t\t\t\t'anthophyllite'=>[\r\n\t\t\t\t\t'anthophylite',\r\n\t\t\t\t],\r\n\t\t\t\t'anthophyllites'=>[\r\n\t\t\t\t\t'anthophylites',\r\n\t\t\t\t\t'enthophyllites',\r\n\t\t\t\t],\r\n\t\t\t\t'anthracene'=>[\r\n\t\t\t\t\t'enthracene',\r\n\t\t\t\t],\r\n\t\t\t\t'anthracite'=>[\r\n\t\t\t\t\t'enthracite',\r\n\t\t\t\t],\r\n\t\t\t\t'anthracnose'=>[\r\n\t\t\t\t\t'enthracnose',\r\n\t\t\t\t],\r\n\t\t\t\t'anthranilate'=>[\r\n\t\t\t\t\t'enthranilate',\r\n\t\t\t\t],\r\n\t\t\t\t'anthraquinone'=>[\r\n\t\t\t\t\t'enthraquinone',\r\n\t\t\t\t],\r\n\t\t\t\t'anthraquinones'=>[\r\n\t\t\t\t\t'enthraquinones',\r\n\t\t\t\t],\r\n\t\t\t\t'anthrax'=>[\r\n\t\t\t\t\t'enthrax',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropic'=>[\r\n\t\t\t\t\t'enthropic',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropocentric'=>[\r\n\t\t\t\t\t'anthropocantric',\r\n\t\t\t\t\t'enthropocentric',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropogenic'=>[\r\n\t\t\t\t\t'enthropogenic',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropoid'=>[\r\n\t\t\t\t\t'enthropoid',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropological'=>[\r\n\t\t\t\t\t'antropological',\r\n\t\t\t\t\t'enthropological',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropologies'=>[\r\n\t\t\t\t\t'anthropologeis',\r\n\t\t\t\t\t'anthropologis',\r\n\t\t\t\t\t'enthropologies',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropologist'=>[\r\n\t\t\t\t\t'anthropolgist',\r\n\t\t\t\t\t'antropologist',\r\n\t\t\t\t\t'enthropologist',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropologists'=>[\r\n\t\t\t\t\t'enthropologists',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropology'=>[\r\n\t\t\t\t\t'anthropolgy',\r\n\t\t\t\t\t'antropology',\r\n\t\t\t\t\t'enthropology',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropometric'=>[\r\n\t\t\t\t\t'enthropometric',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropometries'=>[\r\n\t\t\t\t\t'anthropometreis',\r\n\t\t\t\t\t'anthropometris',\r\n\t\t\t\t\t'enthropometries',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropometry'=>[\r\n\t\t\t\t\t'enthropometry',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropomorph'=>[\r\n\t\t\t\t\t'anthropomourph',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropomorphic'=>[\r\n\t\t\t\t\t'anthropomourphic',\r\n\t\t\t\t\t'enthropomorphic',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropomorphization'=>[\r\n\t\t\t\t\t'anthromorphization',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropomorphs'=>[\r\n\t\t\t\t\t'anthropomourphs',\r\n\t\t\t\t\t'enthropomorphs',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropopathism'=>[\r\n\t\t\t\t\t'enthropopathism',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropophagies'=>[\r\n\t\t\t\t\t'anthropophageis',\r\n\t\t\t\t\t'anthropophagis',\r\n\t\t\t\t\t'enthropophagies',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropophagous'=>[\r\n\t\t\t\t\t'enthropophagous',\r\n\t\t\t\t],\r\n\t\t\t\t'anthropophagus'=>[\r\n\t\t\t\t\t'enthropophagus',\r\n\t\t\t\t],\r\n\t\t\t\t'anthroposophies'=>[\r\n\t\t\t\t\t'anthroposopheis',\r\n\t\t\t\t\t'anthroposophis',\r\n\t\t\t\t\t'enthroposophies',\r\n\t\t\t\t],\r\n\t\t\t\t'anthroposophy'=>[\r\n\t\t\t\t\t'enthroposophy',\r\n\t\t\t\t],\r\n\t\t\t\t'anti-apartheid'=>[\r\n\t\t\t\t\t'antiapartheid',\r\n\t\t\t\t],\r\n\t\t\t\t'antiabortion'=>[\r\n\t\t\t\t\t'entiabortion',\r\n\t\t\t\t],\r\n\t\t\t\t'antiabortionist'=>[\r\n\t\t\t\t\t'entiabortionist',\r\n\t\t\t\t],\r\n\t\t\t\t'antiaggression'=>[\r\n\t\t\t\t\t'antiagression',\r\n\t\t\t\t\t'entiaggression',\r\n\t\t\t\t],\r\n\t\t\t\t'antiaircraft'=>[\r\n\t\t\t\t\t'entiaircraft',\r\n\t\t\t\t],\r\n\t\t\t\t'antialcoholism'=>[\r\n\t\t\t\t\t'entialcoholism',\r\n\t\t\t\t],\r\n\t\t\t\t'antiallergenic'=>[\r\n\t\t\t\t\t'antialergenic',\r\n\t\t\t\t\t'entiallergenic',\r\n\t\t\t\t],\r\n\t\t\t\t'antianxiety'=>[\r\n\t\t\t\t\t'antianxeity',\r\n\t\t\t\t\t'antianxity',\r\n\t\t\t\t\t'entianxiety',\r\n\t\t\t\t],\r\n\t\t\t\t'antiapartheid'=>[\r\n\t\t\t\t\t'antiaparthied',\r\n\t\t\t\t\t'antiapertheid',\r\n\t\t\t\t],\r\n\t\t\t\t'antiaphrodisiac'=>[\r\n\t\t\t\t\t'entiaphrodisiac',\r\n\t\t\t\t],\r\n\t\t\t\t'antiar'=>[\r\n\t\t\t\t\t'antar',\r\n\t\t\t\t\t'antier',\r\n\t\t\t\t\t'entiar',\r\n\t\t\t\t],\r\n\t\t\t\t'antiarmor'=>[\r\n\t\t\t\t\t'antiarmour',\r\n\t\t\t\t],\r\n\t\t\t\t'antiarrhythmic'=>[\r\n\t\t\t\t\t'antiarhythmic',\r\n\t\t\t\t\t'entiarrhythmic',\r\n\t\t\t\t],\r\n\t\t\t\t'antiarthritics'=>[\r\n\t\t\t\t\t'entiarthritics',\r\n\t\t\t\t],\r\n\t\t\t\t'antibacterial'=>[\r\n\t\t\t\t\t'entibacterial',\r\n\t\t\t\t],\r\n\t\t\t\t'antibacterials'=>[\r\n\t\t\t\t\t'entibacterials',\r\n\t\t\t\t],\r\n\t\t\t\t'antibillboard'=>[\r\n\t\t\t\t\t'antibilboard',\r\n\t\t\t\t],\r\n\t\t\t\t'antibiotic'=>[\r\n\t\t\t\t\t'antibotic',\r\n\t\t\t\t\t'entibiotic',\r\n\t\t\t\t],\r\n\t\t\t\t'antibiotically'=>[\r\n\t\t\t\t\t'antibioticaly',\r\n\t\t\t\t\t'entibiotically',\r\n\t\t\t\t],\r\n\t\t\t\t'antibiotics'=>[\r\n\t\t\t\t\t'antibotics',\r\n\t\t\t\t],\r\n\t\t\t\t'antibody'=>[\r\n\t\t\t\t\t'entibody',\r\n\t\t\t\t],\r\n\t\t\t\t'antiburglar'=>[\r\n\t\t\t\t\t'antiburgler',\r\n\t\t\t\t],\r\n\t\t\t\t'antiburglary'=>[\r\n\t\t\t\t\t'antiburglery',\r\n\t\t\t\t],\r\n\t\t\t\t'antibusiness'=>[\r\n\t\t\t\t\t'antibuisness',\r\n\t\t\t\t\t'antibusines',\r\n\t\t\t\t\t'antibusiniss',\r\n\t\t\t\t\t'entibusiness',\r\n\t\t\t\t],\r\n\t\t\t\t'antibusing'=>[\r\n\t\t\t\t\t'antibuisng',\r\n\t\t\t\t],\r\n\t\t\t\t'antic'=>[\r\n\t\t\t\t\t'entic',\r\n\t\t\t\t],\r\n\t\t\t\t'anticancer'=>[\r\n\t\t\t\t\t'enticancer',\r\n\t\t\t\t],\r\n\t\t\t\t'anticapitalist'=>[\r\n\t\t\t\t\t'enticapitalist',\r\n\t\t\t\t],\r\n\t\t\t\t'anticarcinogen'=>[\r\n\t\t\t\t\t'enticarcinogen',\r\n\t\t\t\t],\r\n\t\t\t\t'anticarcinogens'=>[\r\n\t\t\t\t\t'enticarcinogens',\r\n\t\t\t\t],\r\n\t\t\t\t'anticellulite'=>[\r\n\t\t\t\t\t'anticelulite',\r\n\t\t\t\t],\r\n\t\t\t\t'anticensorship'=>[\r\n\t\t\t\t\t'enticensorship',\r\n\t\t\t\t],\r\n\t\t\t\t'anticholinergic'=>[\r\n\t\t\t\t\t'anticholinirgic',\r\n\t\t\t\t\t'enticholinergic',\r\n\t\t\t\t],\r\n\t\t\t\t'anticipatable'=>[\r\n\t\t\t\t\t'anticipatible',\r\n\t\t\t\t],\r\n\t\t\t\t'anticipate'=>[\r\n\t\t\t\t\t'enticipate',\r\n\t\t\t\t],\r\n\t\t\t\t'anticipation'=>[\r\n\t\t\t\t\t'enticipation',\r\n\t\t\t\t],\r\n\t\t\t\t'antick'=>[\r\n\t\t\t\t\t'entick',\r\n\t\t\t\t],\r\n\t\t\t\t'anticlerical'=>[\r\n\t\t\t\t\t'enticlerical',\r\n\t\t\t\t],\r\n\t\t\t\t'anticlericalism'=>[\r\n\t\t\t\t\t'enticlericalism',\r\n\t\t\t\t],\r\n\t\t\t\t'anticlimactical'=>[\r\n\t\t\t\t\t'enticlimactical',\r\n\t\t\t\t],\r\n\t\t\t\t'anticlimax'=>[\r\n\t\t\t\t\t'enticlimax',\r\n\t\t\t\t],\r\n\t\t\t\t'anticlinal'=>[\r\n\t\t\t\t\t'anticlinil',\r\n\t\t\t\t\t'enticlinal',\r\n\t\t\t\t],\r\n\t\t\t\t'anticline'=>[\r\n\t\t\t\t\t'anticlini',\r\n\t\t\t\t\t'enticline',\r\n\t\t\t\t],\r\n\t\t\t\t'anticlockwise'=>[\r\n\t\t\t\t\t'enticlockwise',\r\n\t\t\t\t],\r\n\t\t\t\t'anticoagulant'=>[\r\n\t\t\t\t\t'anticoagulent',\r\n\t\t\t\t],\r\n\t\t\t\t'anticoagulants'=>[\r\n\t\t\t\t\t'anticoagulents',\r\n\t\t\t\t],\r\n\t\t\t\t'anticollision'=>[\r\n\t\t\t\t\t'anticolision',\r\n\t\t\t\t\t'enticollision',\r\n\t\t\t\t],\r\n\t\t\t\t'anticolonialism'=>[\r\n\t\t\t\t\t'enticolonialism',\r\n\t\t\t\t],\r\n\t\t\t\t'anticolonialist'=>[\r\n\t\t\t\t\t'enticolonialist',\r\n\t\t\t\t],\r\n\t\t\t\t'anticommercial'=>[\r\n\t\t\t\t\t'anticomnercial',\r\n\t\t\t\t\t'enticommercial',\r\n\t\t\t\t],\r\n\t\t\t\t'anticommunism'=>[\r\n\t\t\t\t\t'anticomnunism',\r\n\t\t\t\t],\r\n\t\t\t\t'anticommunisms'=>[\r\n\t\t\t\t\t'anticomnunisms',\r\n\t\t\t\t\t'enticommunisms',\r\n\t\t\t\t],\r\n\t\t\t\t'anticompetitive'=>[\r\n\t\t\t\t\t'enticompetitive',\r\n\t\t\t\t],\r\n\t\t\t\t'anticonvulsant'=>[\r\n\t\t\t\t\t'anticonvulsent',\r\n\t\t\t\t],\r\n\t\t\t\t'anticonvulsants'=>[\r\n\t\t\t\t\t'anticonvulsents',\r\n\t\t\t\t],\r\n\t\t\t\t'anticonvulsive'=>[\r\n\t\t\t\t\t'enticonvulsive',\r\n\t\t\t\t],\r\n\t\t\t\t'anticonvulsives'=>[\r\n\t\t\t\t\t'enticonvulsives',\r\n\t\t\t\t],\r\n\t\t\t\t'anticorrosion'=>[\r\n\t\t\t\t\t'anticorosion',\r\n\t\t\t\t],\r\n\t\t\t\t'anticorrosive'=>[\r\n\t\t\t\t\t'anticorosive',\r\n\t\t\t\t],\r\n\t\t\t\t'anticorrosives'=>[\r\n\t\t\t\t\t'anticorosives',\r\n\t\t\t\t\t'enticorrosives',\r\n\t\t\t\t],\r\n\t\t\t\t'anticorruption'=>[\r\n\t\t\t\t\t'anticoruption',\r\n\t\t\t\t\t'enticorruption',\r\n\t\t\t\t],\r\n\t\t\t\t'antics'=>[\r\n\t\t\t\t\t'entics',\r\n\t\t\t\t],\r\n\t\t\t\t'anticyclone'=>[\r\n\t\t\t\t\t'enticyclone',\r\n\t\t\t\t],\r\n\t\t\t\t'antidefamation'=>[\r\n\t\t\t\t\t'entidefamation',\r\n\t\t\t\t],\r\n\t\t\t\t'antidemocratic'=>[\r\n\t\t\t\t\t'entidemocratic',\r\n\t\t\t\t],\r\n\t\t\t\t'antidepressant'=>[\r\n\t\t\t\t\t'antidepresant',\r\n\t\t\t\t\t'antidepressent',\r\n\t\t\t\t],\r\n\t\t\t\t'antidepressants'=>[\r\n\t\t\t\t\t'antidepressents',\r\n\t\t\t\t],\r\n\t\t\t\t'antidepression'=>[\r\n\t\t\t\t\t'entidepression',\r\n\t\t\t\t],\r\n\t\t\t\t'antiderivative'=>[\r\n\t\t\t\t\t'entiderivative',\r\n\t\t\t\t],\r\n\t\t\t\t'antiderivatives'=>[\r\n\t\t\t\t\t'entiderivatives',\r\n\t\t\t\t],\r\n\t\t\t\t'antidesiccant'=>[\r\n\t\t\t\t\t'antidesicant',\r\n\t\t\t\t],\r\n\t\t\t\t'antidevelopment'=>[\r\n\t\t\t\t\t'antidevelopmant',\r\n\t\t\t\t\t'entidevelopment',\r\n\t\t\t\t],\r\n\t\t\t\t'antidiarrheal'=>[\r\n\t\t\t\t\t'antidiarheal',\r\n\t\t\t\t\t'antidiarrhel',\r\n\t\t\t\t\t'entidiarrheal',\r\n\t\t\t\t],\r\n\t\t\t\t'antidiarrheals'=>[\r\n\t\t\t\t\t'antidiarheals',\r\n\t\t\t\t\t'antidiarrhels',\r\n\t\t\t\t\t'entidiarrheals',\r\n\t\t\t\t],\r\n\t\t\t\t'antidote'=>[\r\n\t\t\t\t\t'entidote',\r\n\t\t\t\t],\r\n\t\t\t\t'antidromically'=>[\r\n\t\t\t\t\t'antidromicaly',\r\n\t\t\t\t\t'entidromically',\r\n\t\t\t\t],\r\n\t\t\t\t'antidumping'=>[\r\n\t\t\t\t\t'entidumping',\r\n\t\t\t\t],\r\n\t\t\t\t'antieducational'=>[\r\n\t\t\t\t\t'anteiducational',\r\n\t\t\t\t\t'antiducational',\r\n\t\t\t\t\t'entieducational',\r\n\t\t\t\t],\r\n\t\t\t\t'antiegalitarian'=>[\r\n\t\t\t\t\t'anteigalitarian',\r\n\t\t\t\t\t'antiegalitaran',\r\n\t\t\t\t\t'antigalitarian',\r\n\t\t\t\t\t'entiegalitarian',\r\n\t\t\t\t],\r\n\t\t\t\t'antielectron'=>[\r\n\t\t\t\t\t'anteilectron',\r\n\t\t\t\t\t'antilectron',\r\n\t\t\t\t\t'entielectron',\r\n\t\t\t\t],\r\n\t\t\t\t'antiepilepsy'=>[\r\n\t\t\t\t\t'antiepilepcy',\r\n\t\t\t\t],\r\n\t\t\t\t'antiepileptics'=>[\r\n\t\t\t\t\t'anteipileptics',\r\n\t\t\t\t\t'antipileptics',\r\n\t\t\t\t\t'entiepileptics',\r\n\t\t\t\t],\r\n\t\t\t\t'antifashionable'=>[\r\n\t\t\t\t\t'antifashionible',\r\n\t\t\t\t\t'entifashionable',\r\n\t\t\t\t],\r\n\t\t\t\t'antifeminine'=>[\r\n\t\t\t\t\t'antifeminane',\r\n\t\t\t\t],\r\n\t\t\t\t'antifeminism'=>[\r\n\t\t\t\t\t'antifeminasm',\r\n\t\t\t\t],\r\n\t\t\t\t'antifeminisms'=>[\r\n\t\t\t\t\t'antifeminasms',\r\n\t\t\t\t],\r\n\t\t\t\t'antifeminist'=>[\r\n\t\t\t\t\t'antifeminast',\r\n\t\t\t\t\t'entifeminist',\r\n\t\t\t\t],\r\n\t\t\t\t'antifeminists'=>[\r\n\t\t\t\t\t'antifeminasts',\r\n\t\t\t\t],\r\n\t\t\t\t'antiferromagnet'=>[\r\n\t\t\t\t\t'antiferomagnet',\r\n\t\t\t\t\t'entiferromagnet',\r\n\t\t\t\t],\r\n\t\t\t\t'antifertility'=>[\r\n\t\t\t\t\t'entifertility',\r\n\t\t\t\t],\r\n\t\t\t\t'antifilibuster'=>[\r\n\t\t\t\t\t'entifilibuster',\r\n\t\t\t\t],\r\n\t\t\t\t'antiforeclosure'=>[\r\n\t\t\t\t\t'entiforeclosure',\r\n\t\t\t\t],\r\n\t\t\t\t'antiforeign'=>[\r\n\t\t\t\t\t'antiforiegn',\r\n\t\t\t\t],\r\n\t\t\t\t'antiforeigner'=>[\r\n\t\t\t\t\t'antiforiegner',\r\n\t\t\t\t],\r\n\t\t\t\t'antifouling'=>[\r\n\t\t\t\t\t'entifouling',\r\n\t\t\t\t],\r\n\t\t\t\t'antifreeze'=>[\r\n\t\t\t\t\t'entifreeze',\r\n\t\t\t\t],\r\n\t\t\t\t'antifungal'=>[\r\n\t\t\t\t\t'entifungal',\r\n\t\t\t\t],\r\n\t\t\t\t'antigen'=>[\r\n\t\t\t\t\t'entigen',\r\n\t\t\t\t],\r\n\t\t\t\t'antigenically'=>[\r\n\t\t\t\t\t'antigenicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'antigenicities'=>[\r\n\t\t\t\t\t'antigeniciteis',\r\n\t\t\t\t\t'antigenicitis',\r\n\t\t\t\t\t'entigenicities',\r\n\t\t\t\t],\r\n\t\t\t\t'antiglobulins'=>[\r\n\t\t\t\t\t'entiglobulins',\r\n\t\t\t\t],\r\n\t\t\t\t'antigovernment'=>[\r\n\t\t\t\t\t'antigoverment',\r\n\t\t\t\t\t'antigovernent',\r\n\t\t\t\t\t'antigovernmant',\r\n\t\t\t\t\t'entigovernment',\r\n\t\t\t\t],\r\n\t\t\t\t'antigravities'=>[\r\n\t\t\t\t\t'entigravities',\r\n\t\t\t\t],\r\n\t\t\t\t'antigravity'=>[\r\n\t\t\t\t\t'entigravity',\r\n\t\t\t\t],\r\n\t\t\t\t'antiguerrilla'=>[\r\n\t\t\t\t\t'antiguerilla',\r\n\t\t\t\t\t'antiguerrila',\r\n\t\t\t\t\t'entiguerrilla',\r\n\t\t\t\t],\r\n\t\t\t\t'antihero'=>[\r\n\t\t\t\t\t'entihero',\r\n\t\t\t\t],\r\n\t\t\t\t'antiheroine'=>[\r\n\t\t\t\t\t'antiheroini',\r\n\t\t\t\t\t'entiheroine',\r\n\t\t\t\t],\r\n\t\t\t\t'antihistamine'=>[\r\n\t\t\t\t\t'antihistamini',\r\n\t\t\t\t\t'entihistamine',\r\n\t\t\t\t],\r\n\t\t\t\t'antihistamines'=>[\r\n\t\t\t\t\t'antihistaminis',\r\n\t\t\t\t\t'entihistamines',\r\n\t\t\t\t],\r\n\t\t\t\t'antihistaminic'=>[\r\n\t\t\t\t\t'antihistaminac',\r\n\t\t\t\t\t'entihistaminic',\r\n\t\t\t\t],\r\n\t\t\t\t'antihistaminics'=>[\r\n\t\t\t\t\t'antihistaminacs',\r\n\t\t\t\t\t'entihistaminics',\r\n\t\t\t\t],\r\n\t\t\t\t'antihistorical'=>[\r\n\t\t\t\t\t'entihistorical',\r\n\t\t\t\t],\r\n\t\t\t\t'antihomosexual'=>[\r\n\t\t\t\t\t'antihomosexaul',\r\n\t\t\t\t\t'entihomosexual',\r\n\t\t\t\t],\r\n\t\t\t\t'antihumanistic'=>[\r\n\t\t\t\t\t'entihumanistic',\r\n\t\t\t\t],\r\n\t\t\t\t'antihysterics'=>[\r\n\t\t\t\t\t'entihysterics',\r\n\t\t\t\t],\r\n\t\t\t\t'antiknock'=>[\r\n\t\t\t\t\t'antikock',\r\n\t\t\t\t],\r\n\t\t\t\t'antiknocks'=>[\r\n\t\t\t\t\t'antikocks',\r\n\t\t\t\t],\r\n\t\t\t\t'antileprosy'=>[\r\n\t\t\t\t\t'antileprocy',\r\n\t\t\t\t],\r\n\t\t\t\t'antiliberalism'=>[\r\n\t\t\t\t\t'entiliberalism',\r\n\t\t\t\t],\r\n\t\t\t\t'antiliberalisms'=>[\r\n\t\t\t\t\t'entiliberalisms',\r\n\t\t\t\t],\r\n\t\t\t\t'antilibertarian'=>[\r\n\t\t\t\t\t'antilibertaran',\r\n\t\t\t\t\t'entilibertarian',\r\n\t\t\t\t],\r\n\t\t\t\t'antilittering'=>[\r\n\t\t\t\t\t'entilittering',\r\n\t\t\t\t],\r\n\t\t\t\t'antilock'=>[\r\n\t\t\t\t\t'entilock',\r\n\t\t\t\t],\r\n\t\t\t\t'antilog'=>[\r\n\t\t\t\t\t'entilog',\r\n\t\t\t\t],\r\n\t\t\t\t'antilogarithm'=>[\r\n\t\t\t\t\t'entilogarithm',\r\n\t\t\t\t],\r\n\t\t\t\t'antilogarithms'=>[\r\n\t\t\t\t\t'entilogarithms',\r\n\t\t\t\t],\r\n\t\t\t\t'antimacassar'=>[\r\n\t\t\t\t\t'antimacasar',\r\n\t\t\t\t\t'antimacasser',\r\n\t\t\t\t\t'entimacassar',\r\n\t\t\t\t],\r\n\t\t\t\t'antimacassars'=>[\r\n\t\t\t\t\t'entimacassars',\r\n\t\t\t\t],\r\n\t\t\t\t'antimagnetic'=>[\r\n\t\t\t\t\t'entimagnetic',\r\n\t\t\t\t],\r\n\t\t\t\t'antimalarial'=>[\r\n\t\t\t\t\t'entimalarial',\r\n\t\t\t\t],\r\n\t\t\t\t'antimalarials'=>[\r\n\t\t\t\t\t'entimalarials',\r\n\t\t\t\t],\r\n\t\t\t\t'antimanagement'=>[\r\n\t\t\t\t\t'antimanagemant',\r\n\t\t\t\t\t'entimanagement',\r\n\t\t\t\t],\r\n\t\t\t\t'antimarijuana'=>[\r\n\t\t\t\t\t'antimarijauna',\r\n\t\t\t\t\t'entimarijuana',\r\n\t\t\t\t],\r\n\t\t\t\t'antimaterialism'=>[\r\n\t\t\t\t\t'entimaterialism',\r\n\t\t\t\t],\r\n\t\t\t\t'antimaterialist'=>[\r\n\t\t\t\t\t'entimaterialist',\r\n\t\t\t\t],\r\n\t\t\t\t'antimatter'=>[\r\n\t\t\t\t\t'entimatter',\r\n\t\t\t\t],\r\n\t\t\t\t'antimechanist'=>[\r\n\t\t\t\t\t'entimechanist',\r\n\t\t\t\t],\r\n\t\t\t\t'antimechanists'=>[\r\n\t\t\t\t\t'entimechanists',\r\n\t\t\t\t],\r\n\t\t\t\t'antimetabolic'=>[\r\n\t\t\t\t\t'entimetabolic',\r\n\t\t\t\t],\r\n\t\t\t\t'antimetabolite'=>[\r\n\t\t\t\t\t'entimetabolite',\r\n\t\t\t\t],\r\n\t\t\t\t'antimetabolites'=>[\r\n\t\t\t\t\t'entimetabolites',\r\n\t\t\t\t],\r\n\t\t\t\t'antimicrobial'=>[\r\n\t\t\t\t\t'entimicrobial',\r\n\t\t\t\t],\r\n\t\t\t\t'antimicrobials'=>[\r\n\t\t\t\t\t'entimicrobials',\r\n\t\t\t\t],\r\n\t\t\t\t'antimilitarism'=>[\r\n\t\t\t\t\t'entimilitarism',\r\n\t\t\t\t],\r\n\t\t\t\t'antimilitarisms'=>[\r\n\t\t\t\t\t'entimilitarisms',\r\n\t\t\t\t],\r\n\t\t\t\t'antimilitarist'=>[\r\n\t\t\t\t\t'entimilitarist',\r\n\t\t\t\t],\r\n\t\t\t\t'antimilitarists'=>[\r\n\t\t\t\t\t'entimilitarists',\r\n\t\t\t\t],\r\n\t\t\t\t'antimilitary'=>[\r\n\t\t\t\t\t'antimilitery',\r\n\t\t\t\t],\r\n\t\t\t\t'antimissile'=>[\r\n\t\t\t\t\t'antimisile',\r\n\t\t\t\t\t'entimissile',\r\n\t\t\t\t],\r\n\t\t\t\t'antimitotic'=>[\r\n\t\t\t\t\t'entimitotic',\r\n\t\t\t\t],\r\n\t\t\t\t'antimodernist'=>[\r\n\t\t\t\t\t'entimodernist',\r\n\t\t\t\t],\r\n\t\t\t\t'antimodernists'=>[\r\n\t\t\t\t\t'entimodernists',\r\n\t\t\t\t],\r\n\t\t\t\t'antimonarchical'=>[\r\n\t\t\t\t\t'entimonarchical',\r\n\t\t\t\t],\r\n\t\t\t\t'antimonarchist'=>[\r\n\t\t\t\t\t'entimonarchist',\r\n\t\t\t\t],\r\n\t\t\t\t'antimonarchists'=>[\r\n\t\t\t\t\t'entimonarchists',\r\n\t\t\t\t],\r\n\t\t\t\t'antimonopolist'=>[\r\n\t\t\t\t\t'entimonopolist',\r\n\t\t\t\t],\r\n\t\t\t\t'antimonopolists'=>[\r\n\t\t\t\t\t'entimonopolists',\r\n\t\t\t\t],\r\n\t\t\t\t'antimony'=>[\r\n\t\t\t\t\t'entimony',\r\n\t\t\t\t],\r\n\t\t\t\t'antimusic'=>[\r\n\t\t\t\t\t'antimuisc',\r\n\t\t\t\t],\r\n\t\t\t\t'antimusical'=>[\r\n\t\t\t\t\t'antimuiscal',\r\n\t\t\t\t],\r\n\t\t\t\t'antimusics'=>[\r\n\t\t\t\t\t'antimuiscs',\r\n\t\t\t\t],\r\n\t\t\t\t'antinarrative'=>[\r\n\t\t\t\t\t'antinarative',\r\n\t\t\t\t\t'entinarrative',\r\n\t\t\t\t],\r\n\t\t\t\t'antinarratives'=>[\r\n\t\t\t\t\t'antinaratives',\r\n\t\t\t\t\t'entinarratives',\r\n\t\t\t\t],\r\n\t\t\t\t'antinationalist'=>[\r\n\t\t\t\t\t'antinitionalist',\r\n\t\t\t\t\t'entinationalist',\r\n\t\t\t\t],\r\n\t\t\t\t'antineoplastic'=>[\r\n\t\t\t\t\t'antinioplastic',\r\n\t\t\t\t\t'entineoplastic',\r\n\t\t\t\t],\r\n\t\t\t\t'antineutrino'=>[\r\n\t\t\t\t\t'antiniutrino',\r\n\t\t\t\t\t'entineutrino',\r\n\t\t\t\t],\r\n\t\t\t\t'antineutrinos'=>[\r\n\t\t\t\t\t'antiniutrinos',\r\n\t\t\t\t\t'entineutrinos',\r\n\t\t\t\t],\r\n\t\t\t\t'antineutron'=>[\r\n\t\t\t\t\t'antiniutron',\r\n\t\t\t\t\t'entineutron',\r\n\t\t\t\t],\r\n\t\t\t\t'anting'=>[\r\n\t\t\t\t\t'enting',\r\n\t\t\t\t],\r\n\t\t\t\t'antinomian'=>[\r\n\t\t\t\t\t'antinoman',\r\n\t\t\t\t\t'entinomian',\r\n\t\t\t\t],\r\n\t\t\t\t'antinomianism'=>[\r\n\t\t\t\t\t'entinomianism',\r\n\t\t\t\t],\r\n\t\t\t\t'antinomianisms'=>[\r\n\t\t\t\t\t'entinomianisms',\r\n\t\t\t\t],\r\n\t\t\t\t'antinomy'=>[\r\n\t\t\t\t\t'entinomy',\r\n\t\t\t\t],\r\n\t\t\t\t'antinovelists'=>[\r\n\t\t\t\t\t'entinovelists',\r\n\t\t\t\t],\r\n\t\t\t\t'antinuclear'=>[\r\n\t\t\t\t\t'antinucleer',\r\n\t\t\t\t\t'antinucler',\r\n\t\t\t\t\t'entinuclear',\r\n\t\t\t\t],\r\n\t\t\t\t'antiobscenity'=>[\r\n\t\t\t\t\t'antiobcenity',\r\n\t\t\t\t\t'antiobcsenity',\r\n\t\t\t\t\t'antiobsenity',\r\n\t\t\t\t\t'entiobscenity',\r\n\t\t\t\t],\r\n\t\t\t\t'antioxidant'=>[\r\n\t\t\t\t\t'antioxident',\r\n\t\t\t\t],\r\n\t\t\t\t'antioxidants'=>[\r\n\t\t\t\t\t'antioxidents',\r\n\t\t\t\t],\r\n\t\t\t\t'antiparallel'=>[\r\n\t\t\t\t\t'antiparalel',\r\n\t\t\t\t\t'antiperallel',\r\n\t\t\t\t\t'entiparallel',\r\n\t\t\t\t],\r\n\t\t\t\t'antiparasitic'=>[\r\n\t\t\t\t\t'antiperasitic',\r\n\t\t\t\t\t'entiparasitic',\r\n\t\t\t\t],\r\n\t\t\t\t'antiparticle'=>[\r\n\t\t\t\t\t'antiperticle',\r\n\t\t\t\t\t'entiparticle',\r\n\t\t\t\t],\r\n\t\t\t\t'antiparticles'=>[\r\n\t\t\t\t\t'antiperticles',\r\n\t\t\t\t\t'entiparticles',\r\n\t\t\t\t],\r\n\t\t\t\t'antiparties'=>[\r\n\t\t\t\t\t'antiperties',\r\n\t\t\t\t],\r\n\t\t\t\t'antiparty'=>[\r\n\t\t\t\t\t'antiperty',\r\n\t\t\t\t],\r\n\t\t\t\t'antipasto'=>[\r\n\t\t\t\t\t'entipasto',\r\n\t\t\t\t],\r\n\t\t\t\t'antipathetic'=>[\r\n\t\t\t\t\t'entipathetic',\r\n\t\t\t\t],\r\n\t\t\t\t'antipathy'=>[\r\n\t\t\t\t\t'entipathy',\r\n\t\t\t\t],\r\n\t\t\t\t'antipersonnel'=>[\r\n\t\t\t\t\t'antipersonel',\r\n\t\t\t\t\t'entipersonnel',\r\n\t\t\t\t],\r\n\t\t\t\t'antiperspirant'=>[\r\n\t\t\t\t\t'antiperspirent',\r\n\t\t\t\t],\r\n\t\t\t\t'antiperspirants'=>[\r\n\t\t\t\t\t'antiperspirents',\r\n\t\t\t\t],\r\n\t\t\t\t'antipesticide'=>[\r\n\t\t\t\t\t'entipesticide',\r\n\t\t\t\t],\r\n\t\t\t\t'antiphlogistic'=>[\r\n\t\t\t\t\t'entiphlogistic',\r\n\t\t\t\t],\r\n\t\t\t\t'antiphonal'=>[\r\n\t\t\t\t\t'entiphonal',\r\n\t\t\t\t],\r\n\t\t\t\t'antiphonary'=>[\r\n\t\t\t\t\t'antiphonery',\r\n\t\t\t\t\t'entiphonary',\r\n\t\t\t\t],\r\n\t\t\t\t'antipiracy'=>[\r\n\t\t\t\t\t'antipirasy',\r\n\t\t\t\t],\r\n\t\t\t\t'antipodes'=>[\r\n\t\t\t\t\t'entipodes',\r\n\t\t\t\t],\r\n\t\t\t\t'antipolar'=>[\r\n\t\t\t\t\t'antipoler',\r\n\t\t\t\t],\r\n\t\t\t\t'antipolitical'=>[\r\n\t\t\t\t\t'entipolitical',\r\n\t\t\t\t],\r\n\t\t\t\t'antipollution'=>[\r\n\t\t\t\t\t'antipolution',\r\n\t\t\t\t\t'entipollution',\r\n\t\t\t\t],\r\n\t\t\t\t'antipollutions'=>[\r\n\t\t\t\t\t'antipolutions',\r\n\t\t\t\t\t'entipollutions',\r\n\t\t\t\t],\r\n\t\t\t\t'antipopular'=>[\r\n\t\t\t\t\t'antipopuler',\r\n\t\t\t\t],\r\n\t\t\t\t'antipornography'=>[\r\n\t\t\t\t\t'entipornography',\r\n\t\t\t\t],\r\n\t\t\t\t'antipoverty'=>[\r\n\t\t\t\t\t'entipoverty',\r\n\t\t\t\t],\r\n\t\t\t\t'antiprogressive'=>[\r\n\t\t\t\t\t'entiprogressive',\r\n\t\t\t\t],\r\n\t\t\t\t'antiproton'=>[\r\n\t\t\t\t\t'entiproton',\r\n\t\t\t\t],\r\n\t\t\t\t'antipruritic'=>[\r\n\t\t\t\t\t'entipruritic',\r\n\t\t\t\t],\r\n\t\t\t\t'antipruritics'=>[\r\n\t\t\t\t\t'entipruritics',\r\n\t\t\t\t],\r\n\t\t\t\t'antipsychotic'=>[\r\n\t\t\t\t\t'entipsychotic',\r\n\t\t\t\t],\r\n\t\t\t\t'antipsychotics'=>[\r\n\t\t\t\t\t'entipsychotics',\r\n\t\t\t\t],\r\n\t\t\t\t'antipyretic'=>[\r\n\t\t\t\t\t'entipyretic',\r\n\t\t\t\t],\r\n\t\t\t\t'antipyrine'=>[\r\n\t\t\t\t\t'antipyrini',\r\n\t\t\t\t],\r\n\t\t\t\t'antiquarian'=>[\r\n\t\t\t\t\t'antiqaurian',\r\n\t\t\t\t\t'antiquaran',\r\n\t\t\t\t\t'entiquarian',\r\n\t\t\t\t],\r\n\t\t\t\t'antiquarianism'=>[\r\n\t\t\t\t\t'antiqaurianism',\r\n\t\t\t\t],\r\n\t\t\t\t'antiquarianisms'=>[\r\n\t\t\t\t\t'antiqaurianisms',\r\n\t\t\t\t\t'entiquarianisms',\r\n\t\t\t\t],\r\n\t\t\t\t'antiquark'=>[\r\n\t\t\t\t\t'antiqaurk',\r\n\t\t\t\t\t'entiquark',\r\n\t\t\t\t],\r\n\t\t\t\t'antiquary'=>[\r\n\t\t\t\t\t'antiqaury',\r\n\t\t\t\t\t'antiquery',\r\n\t\t\t\t\t'entiquary',\r\n\t\t\t\t],\r\n\t\t\t\t'antiquate'=>[\r\n\t\t\t\t\t'antiqaute',\r\n\t\t\t\t],\r\n\t\t\t\t'antiquated'=>[\r\n\t\t\t\t\t'antiqauted',\r\n\t\t\t\t\t'entiquated',\r\n\t\t\t\t],\r\n\t\t\t\t'antiquations'=>[\r\n\t\t\t\t\t'antiqautions',\r\n\t\t\t\t],\r\n\t\t\t\t'antique'=>[\r\n\t\t\t\t\t'entique',\r\n\t\t\t\t],\r\n\t\t\t\t'antiquely'=>[\r\n\t\t\t\t\t'antiquly',\r\n\t\t\t\t],\r\n\t\t\t\t'antiquities'=>[\r\n\t\t\t\t\t'antiguities',\r\n\t\t\t\t],\r\n\t\t\t\t'antiquity'=>[\r\n\t\t\t\t\t'antiguity',\r\n\t\t\t\t\t'entiquity',\r\n\t\t\t\t],\r\n\t\t\t\t'antirachitic'=>[\r\n\t\t\t\t\t'entirachitic',\r\n\t\t\t\t],\r\n\t\t\t\t'antiradar'=>[\r\n\t\t\t\t\t'antirader',\r\n\t\t\t\t],\r\n\t\t\t\t'antiradicalisms'=>[\r\n\t\t\t\t\t'entiradicalisms',\r\n\t\t\t\t],\r\n\t\t\t\t'antirationalism'=>[\r\n\t\t\t\t\t'entirationalism',\r\n\t\t\t\t],\r\n\t\t\t\t'antirationalist'=>[\r\n\t\t\t\t\t'entirationalist',\r\n\t\t\t\t],\r\n\t\t\t\t'antirationality'=>[\r\n\t\t\t\t\t'entirationality',\r\n\t\t\t\t],\r\n\t\t\t\t'antirecession'=>[\r\n\t\t\t\t\t'entirecession',\r\n\t\t\t\t],\r\n\t\t\t\t'antirejection'=>[\r\n\t\t\t\t\t'entirejection',\r\n\t\t\t\t],\r\n\t\t\t\t'antireligious'=>[\r\n\t\t\t\t\t'antireligous',\r\n\t\t\t\t\t'entireligious',\r\n\t\t\t\t],\r\n\t\t\t\t'antiritualism'=>[\r\n\t\t\t\t\t'antiritaulism',\r\n\t\t\t\t\t'entiritualism',\r\n\t\t\t\t],\r\n\t\t\t\t'antiritualisms'=>[\r\n\t\t\t\t\t'antiritaulisms',\r\n\t\t\t\t],\r\n\t\t\t\t'antiromanticism'=>[\r\n\t\t\t\t\t'antiromenticism',\r\n\t\t\t\t],\r\n\t\t\t\t'antiromantics'=>[\r\n\t\t\t\t\t'antiromentics',\r\n\t\t\t\t],\r\n\t\t\t\t'antiroyalists'=>[\r\n\t\t\t\t\t'entiroyalists',\r\n\t\t\t\t],\r\n\t\t\t\t'antirrhinum'=>[\r\n\t\t\t\t\t'antirhinum',\r\n\t\t\t\t],\r\n\t\t\t\t'antis'=>[\r\n\t\t\t\t\t'entis',\r\n\t\t\t\t],\r\n\t\t\t\t'antisatellite'=>[\r\n\t\t\t\t\t'antisatelite',\r\n\t\t\t\t\t'entisatellite',\r\n\t\t\t\t],\r\n\t\t\t\t'antiscience'=>[\r\n\t\t\t\t\t'antisciance',\r\n\t\t\t\t],\r\n\t\t\t\t'antiscientific'=>[\r\n\t\t\t\t\t'anticientific',\r\n\t\t\t\t\t'anticsientific',\r\n\t\t\t\t\t'antisceintific',\r\n\t\t\t\t\t'antisciantific',\r\n\t\t\t\t\t'antiscintific',\r\n\t\t\t\t\t'antisientific',\r\n\t\t\t\t],\r\n\t\t\t\t'antiscorbutic'=>[\r\n\t\t\t\t\t'anticorbutic',\r\n\t\t\t\t\t'anticsorbutic',\r\n\t\t\t\t\t'antisorbutic',\r\n\t\t\t\t\t'entiscorbutic',\r\n\t\t\t\t],\r\n\t\t\t\t'antiscorbutics'=>[\r\n\t\t\t\t\t'anticorbutics',\r\n\t\t\t\t\t'anticsorbutics',\r\n\t\t\t\t\t'antisorbutics',\r\n\t\t\t\t],\r\n\t\t\t\t'antisecrecy'=>[\r\n\t\t\t\t\t'antisecresy',\r\n\t\t\t\t],\r\n\t\t\t\t'antisegregation'=>[\r\n\t\t\t\t\t'entisegregation',\r\n\t\t\t\t],\r\n\t\t\t\t'antiseizure'=>[\r\n\t\t\t\t\t'antisiezure',\r\n\t\t\t\t],\r\n\t\t\t\t'antisense'=>[\r\n\t\t\t\t\t'antisence',\r\n\t\t\t\t\t'entisense',\r\n\t\t\t\t],\r\n\t\t\t\t'antisentimental'=>[\r\n\t\t\t\t\t'antisentimantal',\r\n\t\t\t\t\t'entisentimental',\r\n\t\t\t\t],\r\n\t\t\t\t'antiseparatist'=>[\r\n\t\t\t\t\t'antiseperatist',\r\n\t\t\t\t],\r\n\t\t\t\t'antiseparatists'=>[\r\n\t\t\t\t\t'antiseperatists',\r\n\t\t\t\t\t'entiseparatists',\r\n\t\t\t\t],\r\n\t\t\t\t'antisepsis'=>[\r\n\t\t\t\t\t'entisepsis',\r\n\t\t\t\t],\r\n\t\t\t\t'antiseptic'=>[\r\n\t\t\t\t\t'entiseptic',\r\n\t\t\t\t],\r\n\t\t\t\t'antiseptically'=>[\r\n\t\t\t\t\t'antisepticalally',\r\n\t\t\t\t\t'antisepticalaly',\r\n\t\t\t\t\t'antisepticalely',\r\n\t\t\t\t\t'antisepticallly',\r\n\t\t\t\t\t'antisepticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'antiserum'=>[\r\n\t\t\t\t\t'entiserum',\r\n\t\t\t\t],\r\n\t\t\t\t'antishoplifting'=>[\r\n\t\t\t\t\t'entishoplifting',\r\n\t\t\t\t],\r\n\t\t\t\t'antislavery'=>[\r\n\t\t\t\t\t'entislavery',\r\n\t\t\t\t],\r\n\t\t\t\t'antismoking'=>[\r\n\t\t\t\t\t'entismoking',\r\n\t\t\t\t],\r\n\t\t\t\t'antismuggling'=>[\r\n\t\t\t\t\t'antismugling',\r\n\t\t\t\t\t'entismuggling',\r\n\t\t\t\t],\r\n\t\t\t\t'antisocial'=>[\r\n\t\t\t\t\t'entisocial',\r\n\t\t\t\t],\r\n\t\t\t\t'antisocialist'=>[\r\n\t\t\t\t\t'entisocialist',\r\n\t\t\t\t],\r\n\t\t\t\t'antisolar'=>[\r\n\t\t\t\t\t'antisoler',\r\n\t\t\t\t],\r\n\t\t\t\t'antispasmodic'=>[\r\n\t\t\t\t\t'entispasmodic',\r\n\t\t\t\t],\r\n\t\t\t\t'antispeculation'=>[\r\n\t\t\t\t\t'entispeculation',\r\n\t\t\t\t],\r\n\t\t\t\t'antispeculative'=>[\r\n\t\t\t\t\t'entispeculative',\r\n\t\t\t\t],\r\n\t\t\t\t'antistatic'=>[\r\n\t\t\t\t\t'entistatic',\r\n\t\t\t\t],\r\n\t\t\t\t'antistrophe'=>[\r\n\t\t\t\t\t'entistrophe',\r\n\t\t\t\t],\r\n\t\t\t\t'antistudent'=>[\r\n\t\t\t\t\t'antistudant',\r\n\t\t\t\t],\r\n\t\t\t\t'antisubmarine'=>[\r\n\t\t\t\t\t'antisubmarini',\r\n\t\t\t\t\t'entisubmarine',\r\n\t\t\t\t],\r\n\t\t\t\t'antisymmetric'=>[\r\n\t\t\t\t\t'antisymnetric',\r\n\t\t\t\t\t'entisymmetric',\r\n\t\t\t\t],\r\n\t\t\t\t'antisyphilitics'=>[\r\n\t\t\t\t\t'entisyphilitics',\r\n\t\t\t\t],\r\n\t\t\t\t'antitakeover'=>[\r\n\t\t\t\t\t'entitakeover',\r\n\t\t\t\t],\r\n\t\t\t\t'antitank'=>[\r\n\t\t\t\t\t'entitank',\r\n\t\t\t\t],\r\n\t\t\t\t'antiterrorism'=>[\r\n\t\t\t\t\t'antiterorism',\r\n\t\t\t\t\t'entiterrorism',\r\n\t\t\t\t],\r\n\t\t\t\t'antiterrorisms'=>[\r\n\t\t\t\t\t'antiterorisms',\r\n\t\t\t\t],\r\n\t\t\t\t'antiterrorist'=>[\r\n\t\t\t\t\t'antiterorist',\r\n\t\t\t\t\t'entiterrorist',\r\n\t\t\t\t],\r\n\t\t\t\t'antiterrorists'=>[\r\n\t\t\t\t\t'antiterorists',\r\n\t\t\t\t],\r\n\t\t\t\t'antitheoretical'=>[\r\n\t\t\t\t\t'entitheoretical',\r\n\t\t\t\t],\r\n\t\t\t\t'antithesis'=>[\r\n\t\t\t\t\t'entithesis',\r\n\t\t\t\t],\r\n\t\t\t\t'antithetical'=>[\r\n\t\t\t\t\t'entithetical',\r\n\t\t\t\t],\r\n\t\t\t\t'antithetically'=>[\r\n\t\t\t\t\t'antitheticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'antithrombins'=>[\r\n\t\t\t\t\t'entithrombins',\r\n\t\t\t\t],\r\n\t\t\t\t'antitobacco'=>[\r\n\t\t\t\t\t'antitobaco',\r\n\t\t\t\t],\r\n\t\t\t\t'antitoxin'=>[\r\n\t\t\t\t\t'entitoxin',\r\n\t\t\t\t],\r\n\t\t\t\t'antitraditional'=>[\r\n\t\t\t\t\t'entitraditional',\r\n\t\t\t\t],\r\n\t\t\t\t'antitrust'=>[\r\n\t\t\t\t\t'entitrust',\r\n\t\t\t\t],\r\n\t\t\t\t'antitubercular'=>[\r\n\t\t\t\t\t'antituberculer',\r\n\t\t\t\t],\r\n\t\t\t\t'antituberculous'=>[\r\n\t\t\t\t\t'entituberculous',\r\n\t\t\t\t],\r\n\t\t\t\t'antitumor'=>[\r\n\t\t\t\t\t'antitumour',\r\n\t\t\t\t\t'entitumor',\r\n\t\t\t\t],\r\n\t\t\t\t'antitumoral'=>[\r\n\t\t\t\t\t'antitumoural',\r\n\t\t\t\t],\r\n\t\t\t\t'antitumors'=>[\r\n\t\t\t\t\t'antitumours',\r\n\t\t\t\t],\r\n\t\t\t\t'antitussive'=>[\r\n\t\t\t\t\t'antitusive',\r\n\t\t\t\t\t'entitussive',\r\n\t\t\t\t],\r\n\t\t\t\t'antiviolence'=>[\r\n\t\t\t\t\t'antiviolance',\r\n\t\t\t\t],\r\n\t\t\t\t'antiviral'=>[\r\n\t\t\t\t\t'entiviral',\r\n\t\t\t\t],\r\n\t\t\t\t'antivirus'=>[\r\n\t\t\t\t\t'entivirus',\r\n\t\t\t\t],\r\n\t\t\t\t'antivivisection'=>[\r\n\t\t\t\t\t'entivivisection',\r\n\t\t\t\t],\r\n\t\t\t\t'antiwar'=>[\r\n\t\t\t\t\t'antiwer',\r\n\t\t\t\t\t'entiwar',\r\n\t\t\t\t],\r\n\t\t\t\t'antler'=>[\r\n\t\t\t\t\t'entler',\r\n\t\t\t\t],\r\n\t\t\t\t'antonomasia'=>[\r\n\t\t\t\t\t'entonomasia',\r\n\t\t\t\t],\r\n\t\t\t\t'antonym'=>[\r\n\t\t\t\t\t'entonym',\r\n\t\t\t\t],\r\n\t\t\t\t'antra'=>[\r\n\t\t\t\t\t'entra',\r\n\t\t\t\t],\r\n\t\t\t\t'antral'=>[\r\n\t\t\t\t\t'entral',\r\n\t\t\t\t],\r\n\t\t\t\t'antre'=>[\r\n\t\t\t\t\t'entre',\r\n\t\t\t\t],\r\n\t\t\t\t'antres'=>[\r\n\t\t\t\t\t'entres',\r\n\t\t\t\t],\r\n\t\t\t\t'antrum'=>[\r\n\t\t\t\t\t'entrum',\r\n\t\t\t\t],\r\n\t\t\t\t'antsy'=>[\r\n\t\t\t\t\t'antcy',\r\n\t\t\t\t\t'entsy',\r\n\t\t\t\t],\r\n\t\t\t\t'anxiety'=>[\r\n\t\t\t\t\t'anxeity',\r\n\t\t\t\t\t'anxity',\r\n\t\t\t\t\t'anziety',\r\n\t\t\t\t],\r\n\t\t\t\t'anxious'=>[\r\n\t\t\t\t\t'anxous',\r\n\t\t\t\t],\r\n\t\t\t\t'anxiously'=>[\r\n\t\t\t\t\t'anxously',\r\n\t\t\t\t],\r\n\t\t\t\t'any'=>[\r\n\t\t\t\t\t'any any',\r\n\t\t\t\t\t'any any any',\r\n\t\t\t\t],\r\n\t\t\t\t'anybody'=>[\r\n\t\t\t\t\t'any body',\r\n\t\t\t\t\t'any-body',\r\n\t\t\t\t],\r\n\t\t\t\t'anymore'=>[\r\n\t\t\t\t\t'anymoure',\r\n\t\t\t\t],\r\n\t\t\t\t'anyone'=>[\r\n\t\t\t\t\t'any one',\r\n\t\t\t\t\t'any-one',\r\n\t\t\t\t],\r\n\t\t\t\t'anything'=>[\r\n\t\t\t\t\t'anytying',\r\n\t\t\t\t],\r\n\t\t\t\t'anyway'=>[\r\n\t\t\t\t\t'anway',\r\n\t\t\t\t\t'anyways',\r\n\t\t\t\t],\r\n\t\t\t\t'anywhere'=>[\r\n\t\t\t\t\t'anyhwere',\r\n\t\t\t\t],\r\n\t\t\t\t'aparejo'=>[\r\n\t\t\t\t\t'aperejo',\r\n\t\t\t\t],\r\n\t\t\t\t'aparejos'=>[\r\n\t\t\t\t\t'aperejos',\r\n\t\t\t\t],\r\n\t\t\t\t'apart'=>[\r\n\t\t\t\t\t'appart',\r\n\t\t\t\t],\r\n\t\t\t\t'apartheid'=>[\r\n\t\t\t\t\t'aparthied',\r\n\t\t\t\t\t'apertheid',\r\n\t\t\t\t],\r\n\t\t\t\t'apartment'=>[\r\n\t\t\t\t\t'apartmant',\r\n\t\t\t\t\t'apertment',\r\n\t\t\t\t\t'appartmant',\r\n\t\t\t\t\t'appartment',\r\n\t\t\t\t],\r\n\t\t\t\t'apartmental'=>[\r\n\t\t\t\t\t'apertmental',\r\n\t\t\t\t],\r\n\t\t\t\t'apartness'=>[\r\n\t\t\t\t\t'apertness',\r\n\t\t\t\t],\r\n\t\t\t\t'apartnesses'=>[\r\n\t\t\t\t\t'apertnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'apathetically'=>[\r\n\t\t\t\t\t'apatheticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'apennines'=>[\r\n\t\t\t\t\t'apenines',\r\n\t\t\t\t\t'appenines',\r\n\t\t\t\t],\r\n\t\t\t\t'aperiodic'=>[\r\n\t\t\t\t\t'unperiodic',\r\n\t\t\t\t],\r\n\t\t\t\t'aperiodically'=>[\r\n\t\t\t\t\t'aperiodicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'aperiodicities'=>[\r\n\t\t\t\t\t'aperiodiciteis',\r\n\t\t\t\t\t'aperiodicitis',\r\n\t\t\t\t],\r\n\t\t\t\t'aphelian'=>[\r\n\t\t\t\t\t'aphelan',\r\n\t\t\t\t],\r\n\t\t\t\t'aphidian'=>[\r\n\t\t\t\t\t'aphidan',\r\n\t\t\t\t],\r\n\t\t\t\t'aphoristically'=>[\r\n\t\t\t\t\t'aphoristicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'apian'=>[\r\n\t\t\t\t\t'apan',\r\n\t\t\t\t],\r\n\t\t\t\t'apiarian'=>[\r\n\t\t\t\t\t'apiaran',\r\n\t\t\t\t],\r\n\t\t\t\t'apiary'=>[\r\n\t\t\t\t\t'apiery',\r\n\t\t\t\t],\r\n\t\t\t\t'apiece'=>[\r\n\t\t\t\t\t'apeice',\r\n\t\t\t\t\t'apice',\r\n\t\t\t\t],\r\n\t\t\t\t'aplenty'=>[\r\n\t\t\t\t\t'aplanty',\r\n\t\t\t\t],\r\n\t\t\t\t'apnea'=>[\r\n\t\t\t\t\t'apne',\r\n\t\t\t\t],\r\n\t\t\t\t'apneic'=>[\r\n\t\t\t\t\t'apniec',\r\n\t\t\t\t],\r\n\t\t\t\t'apocalyptically'=>[\r\n\t\t\t\t\t'apocalypticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'apodictically'=>[\r\n\t\t\t\t\t'apodicticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'apolipoprotein'=>[\r\n\t\t\t\t\t'apolipoprotien',\r\n\t\t\t\t],\r\n\t\t\t\t'apolipoproteins'=>[\r\n\t\t\t\t\t'apolipoprotiens',\r\n\t\t\t\t],\r\n\t\t\t\t'apologetically'=>[\r\n\t\t\t\t\t'apologeticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'apologetics'=>[\r\n\t\t\t\t\t'apolegetics',\r\n\t\t\t\t],\r\n\t\t\t\t'apologies'=>[\r\n\t\t\t\t\t'appologies',\r\n\t\t\t\t],\r\n\t\t\t\t'apologize'=>[\r\n\t\t\t\t\t'apoligize',\r\n\t\t\t\t\t'appologize',\r\n\t\t\t\t],\r\n\t\t\t\t'apology'=>[\r\n\t\t\t\t\t'appology',\r\n\t\t\t\t],\r\n\t\t\t\t'apomictically'=>[\r\n\t\t\t\t\t'apomicticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'apomorphine'=>[\r\n\t\t\t\t\t'apomorphini',\r\n\t\t\t\t\t'apomourphine',\r\n\t\t\t\t],\r\n\t\t\t\t'apomorphines'=>[\r\n\t\t\t\t\t'apomourphines',\r\n\t\t\t\t],\r\n\t\t\t\t'apoplectically'=>[\r\n\t\t\t\t\t'apoplecticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'aposematically'=>[\r\n\t\t\t\t\t'aposematicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'apostacy'=>[\r\n\t\t\t\t\t'apostasy',\r\n\t\t\t\t],\r\n\t\t\t\t'apostasy'=>[\r\n\t\t\t\t\t'apostacy',\r\n\t\t\t\t],\r\n\t\t\t\t'apostolicities'=>[\r\n\t\t\t\t\t'apostoliciteis',\r\n\t\t\t\t\t'apostolicitis',\r\n\t\t\t\t],\r\n\t\t\t\t'apothecary'=>[\r\n\t\t\t\t\t'apothecery',\r\n\t\t\t\t],\r\n\t\t\t\t'apotropaically'=>[\r\n\t\t\t\t\t'apotropaicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'appal'=>[\r\n\t\t\t\t\t'apal',\r\n\t\t\t\t],\r\n\t\t\t\t'appall'=>[\r\n\t\t\t\t\t'apall',\r\n\t\t\t\t],\r\n\t\t\t\t'appalled'=>[\r\n\t\t\t\t\t'apalled',\r\n\t\t\t\t],\r\n\t\t\t\t'appalling'=>[\r\n\t\t\t\t\t'apalling',\r\n\t\t\t\t\t'appaling',\r\n\t\t\t\t],\r\n\t\t\t\t'appallingly'=>[\r\n\t\t\t\t\t'apallingly',\r\n\t\t\t\t],\r\n\t\t\t\t'appanage'=>[\r\n\t\t\t\t\t'apanage',\r\n\t\t\t\t],\r\n\t\t\t\t'apparat'=>[\r\n\t\t\t\t\t'aparat',\r\n\t\t\t\t\t'apperat',\r\n\t\t\t\t],\r\n\t\t\t\t'apparatchik'=>[\r\n\t\t\t\t\t'aparatchik',\r\n\t\t\t\t\t'apperatchik',\r\n\t\t\t\t],\r\n\t\t\t\t'apparatchiki'=>[\r\n\t\t\t\t\t'aparatchiki',\r\n\t\t\t\t\t'apperatchiki',\r\n\t\t\t\t],\r\n\t\t\t\t'apparatchiks'=>[\r\n\t\t\t\t\t'aparatchiks',\r\n\t\t\t\t\t'apperatchiks',\r\n\t\t\t\t],\r\n\t\t\t\t'apparats'=>[\r\n\t\t\t\t\t'apperats',\r\n\t\t\t\t],\r\n\t\t\t\t'apparatus'=>[\r\n\t\t\t\t\t'aparatus',\r\n\t\t\t\t\t'apperatus',\r\n\t\t\t\t],\r\n\t\t\t\t'apparatuses'=>[\r\n\t\t\t\t\t'aparatuses',\r\n\t\t\t\t\t'apperatuses',\r\n\t\t\t\t],\r\n\t\t\t\t'apparel'=>[\r\n\t\t\t\t\t'aparel',\r\n\t\t\t\t\t'apperel',\r\n\t\t\t\t],\r\n\t\t\t\t'appareled'=>[\r\n\t\t\t\t\t'appereled',\r\n\t\t\t\t],\r\n\t\t\t\t'apparelling'=>[\r\n\t\t\t\t\t'aparelling',\r\n\t\t\t\t\t'apperelling',\r\n\t\t\t\t],\r\n\t\t\t\t'apparels'=>[\r\n\t\t\t\t\t'apperels',\r\n\t\t\t\t],\r\n\t\t\t\t'apparent'=>[\r\n\t\t\t\t\t'aparent',\r\n\t\t\t\t\t'apparant',\r\n\t\t\t\t\t'apperent',\r\n\t\t\t\t\t'appparent',\r\n\t\t\t\t],\r\n\t\t\t\t'apparently'=>[\r\n\t\t\t\t\t'aparently',\r\n\t\t\t\t\t'apparantly',\r\n\t\t\t\t\t'apparantty',\r\n\t\t\t\t\t'appparantly',\r\n\t\t\t\t],\r\n\t\t\t\t'apparentness'=>[\r\n\t\t\t\t\t'aparentness',\r\n\t\t\t\t\t'apperentness',\r\n\t\t\t\t],\r\n\t\t\t\t'apparentnesses'=>[\r\n\t\t\t\t\t'aparentnesses',\r\n\t\t\t\t\t'apparantnesses',\r\n\t\t\t\t\t'apperentnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'apparition'=>[\r\n\t\t\t\t\t'aparition',\r\n\t\t\t\t\t'apperition',\r\n\t\t\t\t],\r\n\t\t\t\t'apparitional'=>[\r\n\t\t\t\t\t'aparitional',\r\n\t\t\t\t\t'apperitional',\r\n\t\t\t\t],\r\n\t\t\t\t'apparitions'=>[\r\n\t\t\t\t\t'apperitions',\r\n\t\t\t\t],\r\n\t\t\t\t'apparitor'=>[\r\n\t\t\t\t\t'aparitor',\r\n\t\t\t\t\t'apperitor',\r\n\t\t\t\t],\r\n\t\t\t\t'appeal'=>[\r\n\t\t\t\t\t'apeal',\r\n\t\t\t\t\t'appel',\r\n\t\t\t\t\t'apppeal',\r\n\t\t\t\t],\r\n\t\t\t\t'appealabilities'=>[\r\n\t\t\t\t\t'apealabilities',\r\n\t\t\t\t\t'appealabiliteis',\r\n\t\t\t\t\t'appealabilitis',\r\n\t\t\t\t\t'appelabilities',\r\n\t\t\t\t],\r\n\t\t\t\t'appealability'=>[\r\n\t\t\t\t\t'apealability',\r\n\t\t\t\t\t'appelability',\r\n\t\t\t\t],\r\n\t\t\t\t'appealing'=>[\r\n\t\t\t\t\t'apealing',\r\n\t\t\t\t\t'appealling',\r\n\t\t\t\t\t'appeling',\r\n\t\t\t\t\t'apppealing',\r\n\t\t\t\t],\r\n\t\t\t\t'appealingly'=>[\r\n\t\t\t\t\t'apealingly',\r\n\t\t\t\t],\r\n\t\t\t\t'appeals'=>[\r\n\t\t\t\t\t'apeals',\r\n\t\t\t\t\t'apppeals',\r\n\t\t\t\t],\r\n\t\t\t\t'appear'=>[\r\n\t\t\t\t\t'apear',\r\n\t\t\t\t\t'appear appear',\r\n\t\t\t\t\t'appear appear appear',\r\n\t\t\t\t\t'appeer',\r\n\t\t\t\t\t'apper',\r\n\t\t\t\t],\r\n\t\t\t\t'appearance'=>[\r\n\t\t\t\t\t'apearance',\r\n\t\t\t\t\t'appareance',\r\n\t\t\t\t\t'appeareance',\r\n\t\t\t\t\t'appearence',\r\n\t\t\t\t\t'apperance',\r\n\t\t\t\t],\r\n\t\t\t\t'appearances'=>[\r\n\t\t\t\t\t'apearances',\r\n\t\t\t\t\t'apparances',\r\n\t\t\t\t\t'apperances',\r\n\t\t\t\t],\r\n\t\t\t\t'appeared'=>[\r\n\t\t\t\t\t'apeared',\r\n\t\t\t\t\t'appeard',\r\n\t\t\t\t\t'apppeared',\r\n\t\t\t\t],\r\n\t\t\t\t'appearing'=>[\r\n\t\t\t\t\t'apearing',\r\n\t\t\t\t\t'appearring',\r\n\t\t\t\t],\r\n\t\t\t\t'appease'=>[\r\n\t\t\t\t\t'apease',\r\n\t\t\t\t\t'appese',\r\n\t\t\t\t],\r\n\t\t\t\t'appeasement'=>[\r\n\t\t\t\t\t'apeasement',\r\n\t\t\t\t\t'appeasemant',\r\n\t\t\t\t\t'appesement',\r\n\t\t\t\t],\r\n\t\t\t\t'appeasements'=>[\r\n\t\t\t\t\t'apeasements',\r\n\t\t\t\t],\r\n\t\t\t\t'appel'=>[\r\n\t\t\t\t\t'apel',\r\n\t\t\t\t],\r\n\t\t\t\t'appellant'=>[\r\n\t\t\t\t\t'apellant',\r\n\t\t\t\t\t'appelant',\r\n\t\t\t\t\t'appellent',\r\n\t\t\t\t],\r\n\t\t\t\t'appellate'=>[\r\n\t\t\t\t\t'apellate',\r\n\t\t\t\t\t'appelate',\r\n\t\t\t\t],\r\n\t\t\t\t'appellation'=>[\r\n\t\t\t\t\t'apellation',\r\n\t\t\t\t\t'appelation',\r\n\t\t\t\t],\r\n\t\t\t\t'appellations'=>[\r\n\t\t\t\t\t'apellations',\r\n\t\t\t\t],\r\n\t\t\t\t'appellative'=>[\r\n\t\t\t\t\t'apellative',\r\n\t\t\t\t],\r\n\t\t\t\t'appellatively'=>[\r\n\t\t\t\t\t'apellatively',\r\n\t\t\t\t\t'appelatively',\r\n\t\t\t\t\t'appellativly',\r\n\t\t\t\t],\r\n\t\t\t\t'appellatives'=>[\r\n\t\t\t\t\t'apellatives',\r\n\t\t\t\t],\r\n\t\t\t\t'appellee'=>[\r\n\t\t\t\t\t'apellee',\r\n\t\t\t\t],\r\n\t\t\t\t'append'=>[\r\n\t\t\t\t\t'apend',\r\n\t\t\t\t],\r\n\t\t\t\t'appendage'=>[\r\n\t\t\t\t\t'apendage',\r\n\t\t\t\t],\r\n\t\t\t\t'appendant'=>[\r\n\t\t\t\t\t'apendant',\r\n\t\t\t\t\t'appendent',\r\n\t\t\t\t],\r\n\t\t\t\t'appendants'=>[\r\n\t\t\t\t\t'appendents',\r\n\t\t\t\t],\r\n\t\t\t\t'appendectomies'=>[\r\n\t\t\t\t\t'apendectomies',\r\n\t\t\t\t\t'appendectomeis',\r\n\t\t\t\t\t'appendectomis',\r\n\t\t\t\t],\r\n\t\t\t\t'appendectomy'=>[\r\n\t\t\t\t\t'apendectomy',\r\n\t\t\t\t],\r\n\t\t\t\t'appendent'=>[\r\n\t\t\t\t\t'appendant',\r\n\t\t\t\t],\r\n\t\t\t\t'appendents'=>[\r\n\t\t\t\t\t'appendants',\r\n\t\t\t\t],\r\n\t\t\t\t'appendicectomy'=>[\r\n\t\t\t\t\t'apendicectomy',\r\n\t\t\t\t],\r\n\t\t\t\t'appendices'=>[\r\n\t\t\t\t\t'apendices',\r\n\t\t\t\t],\r\n\t\t\t\t'appendicitis'=>[\r\n\t\t\t\t\t'apendicitis',\r\n\t\t\t\t],\r\n\t\t\t\t'appendicitises'=>[\r\n\t\t\t\t\t'apendicitises',\r\n\t\t\t\t],\r\n\t\t\t\t'appendicular'=>[\r\n\t\t\t\t\t'apendicular',\r\n\t\t\t\t\t'appendiculer',\r\n\t\t\t\t],\r\n\t\t\t\t'appendix'=>[\r\n\t\t\t\t\t'apendix',\r\n\t\t\t\t],\r\n\t\t\t\t'apperceive'=>[\r\n\t\t\t\t\t'aperceive',\r\n\t\t\t\t\t'appercieve',\r\n\t\t\t\t],\r\n\t\t\t\t'apperceived'=>[\r\n\t\t\t\t\t'aperceived',\r\n\t\t\t\t\t'appercieved',\r\n\t\t\t\t],\r\n\t\t\t\t'apperceives'=>[\r\n\t\t\t\t\t'aperceives',\r\n\t\t\t\t\t'appercieves',\r\n\t\t\t\t],\r\n\t\t\t\t'apperceiving'=>[\r\n\t\t\t\t\t'aperceiving',\r\n\t\t\t\t\t'appercieving',\r\n\t\t\t\t],\r\n\t\t\t\t'apperception'=>[\r\n\t\t\t\t\t'aperception',\r\n\t\t\t\t],\r\n\t\t\t\t'apperceptions'=>[\r\n\t\t\t\t\t'aperceptions',\r\n\t\t\t\t],\r\n\t\t\t\t'apperceptive'=>[\r\n\t\t\t\t\t'aperceptive',\r\n\t\t\t\t],\r\n\t\t\t\t'appertain'=>[\r\n\t\t\t\t\t'apertain',\r\n\t\t\t\t],\r\n\t\t\t\t'appertained'=>[\r\n\t\t\t\t\t'apertained',\r\n\t\t\t\t],\r\n\t\t\t\t'appertaining'=>[\r\n\t\t\t\t\t'apertaining',\r\n\t\t\t\t\t'appertainang',\r\n\t\t\t\t],\r\n\t\t\t\t'appestat'=>[\r\n\t\t\t\t\t'apestat',\r\n\t\t\t\t],\r\n\t\t\t\t'appetence'=>[\r\n\t\t\t\t\t'apetence',\r\n\t\t\t\t\t'appetance',\r\n\t\t\t\t],\r\n\t\t\t\t'appetencies'=>[\r\n\t\t\t\t\t'apetencies',\r\n\t\t\t\t],\r\n\t\t\t\t'appetency'=>[\r\n\t\t\t\t\t'apetency',\r\n\t\t\t\t\t'appetensy',\r\n\t\t\t\t],\r\n\t\t\t\t'appetite'=>[\r\n\t\t\t\t\t'apetite',\r\n\t\t\t\t],\r\n\t\t\t\t'appetizer'=>[\r\n\t\t\t\t\t'apetizer',\r\n\t\t\t\t],\r\n\t\t\t\t'appetizing'=>[\r\n\t\t\t\t\t'apetizing',\r\n\t\t\t\t],\r\n\t\t\t\t'appetizingly'=>[\r\n\t\t\t\t\t'apetizingly',\r\n\t\t\t\t],\r\n\t\t\t\t'applaud'=>[\r\n\t\t\t\t\t'aplaud',\r\n\t\t\t\t],\r\n\t\t\t\t'applaudable'=>[\r\n\t\t\t\t\t'aplaudable',\r\n\t\t\t\t],\r\n\t\t\t\t'applaudably'=>[\r\n\t\t\t\t\t'aplaudably',\r\n\t\t\t\t],\r\n\t\t\t\t'applause'=>[\r\n\t\t\t\t\t'aplause',\r\n\t\t\t\t],\r\n\t\t\t\t'apple'=>[\r\n\t\t\t\t\t'aple',\r\n\t\t\t\t\t'apple apple',\r\n\t\t\t\t\t'apple apple apple',\r\n\t\t\t\t],\r\n\t\t\t\t'applejack'=>[\r\n\t\t\t\t\t'aplejack',\r\n\t\t\t\t],\r\n\t\t\t\t'applesauce'=>[\r\n\t\t\t\t\t'aplesauce',\r\n\t\t\t\t],\r\n\t\t\t\t'applesauces'=>[\r\n\t\t\t\t\t'aplesauces',\r\n\t\t\t\t],\r\n\t\t\t\t'applet'=>[\r\n\t\t\t\t\t'aplet',\r\n\t\t\t\t],\r\n\t\t\t\t'appliance'=>[\r\n\t\t\t\t\t'apliance',\r\n\t\t\t\t\t'applience',\r\n\t\t\t\t],\r\n\t\t\t\t'applicabilities'=>[\r\n\t\t\t\t\t'aplicabilities',\r\n\t\t\t\t\t'applicabiliteis',\r\n\t\t\t\t\t'applicabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'applicability'=>[\r\n\t\t\t\t\t'aplicability',\r\n\t\t\t\t],\r\n\t\t\t\t'applicable'=>[\r\n\t\t\t\t\t'aplicable',\r\n\t\t\t\t\t'applicible',\r\n\t\t\t\t],\r\n\t\t\t\t'applicant'=>[\r\n\t\t\t\t\t'aplicant',\r\n\t\t\t\t\t'applicent',\r\n\t\t\t\t],\r\n\t\t\t\t'application'=>[\r\n\t\t\t\t\t'aplication',\r\n\t\t\t\t\t'applicaiton',\r\n\t\t\t\t],\r\n\t\t\t\t'applications'=>[\r\n\t\t\t\t\t'aplications',\r\n\t\t\t\t\t'applicaitons',\r\n\t\t\t\t],\r\n\t\t\t\t'applicative'=>[\r\n\t\t\t\t\t'aplicative',\r\n\t\t\t\t],\r\n\t\t\t\t'applicatively'=>[\r\n\t\t\t\t\t'aplicatively',\r\n\t\t\t\t\t'applicativly',\r\n\t\t\t\t],\r\n\t\t\t\t'applicator'=>[\r\n\t\t\t\t\t'aplicator',\r\n\t\t\t\t],\r\n\t\t\t\t'applicators'=>[\r\n\t\t\t\t\t'aplicators',\r\n\t\t\t\t],\r\n\t\t\t\t'applicatory'=>[\r\n\t\t\t\t\t'aplicatory',\r\n\t\t\t\t],\r\n\t\t\t\t'applied'=>[\r\n\t\t\t\t\t'aplied',\r\n\t\t\t\t\t'appleid',\r\n\t\t\t\t\t'applid',\r\n\t\t\t\t\t'applyed',\r\n\t\t\t\t],\r\n\t\t\t\t'applique'=>[\r\n\t\t\t\t\t'aplique',\r\n\t\t\t\t],\r\n\t\t\t\t'appliqueing'=>[\r\n\t\t\t\t\t'apliqueing',\r\n\t\t\t\t\t'appliquieng',\r\n\t\t\t\t],\r\n\t\t\t\t'apply'=>[\r\n\t\t\t\t\t'aply',\r\n\t\t\t\t\t'appally',\r\n\t\t\t\t\t'appaly',\r\n\t\t\t\t\t'applly',\r\n\t\t\t\t],\r\n\t\t\t\t'appoggiatura'=>[\r\n\t\t\t\t\t'apoggiatura',\r\n\t\t\t\t\t'appogiatura',\r\n\t\t\t\t],\r\n\t\t\t\t'appoggiaturas'=>[\r\n\t\t\t\t\t'apoggiaturas',\r\n\t\t\t\t\t'appogiaturas',\r\n\t\t\t\t],\r\n\t\t\t\t'appoint'=>[\r\n\t\t\t\t\t'apoint',\r\n\t\t\t\t],\r\n\t\t\t\t'appointee'=>[\r\n\t\t\t\t\t'apointee',\r\n\t\t\t\t],\r\n\t\t\t\t'appointive'=>[\r\n\t\t\t\t\t'apointive',\r\n\t\t\t\t],\r\n\t\t\t\t'appointment'=>[\r\n\t\t\t\t\t'apointment',\r\n\t\t\t\t\t'appoinment',\r\n\t\t\t\t\t'appointent',\r\n\t\t\t\t\t'appointmant',\r\n\t\t\t\t\t'appointmet',\r\n\t\t\t\t],\r\n\t\t\t\t'appointments'=>[\r\n\t\t\t\t\t'apointments',\r\n\t\t\t\t],\r\n\t\t\t\t'appointor'=>[\r\n\t\t\t\t\t'apointor',\r\n\t\t\t\t],\r\n\t\t\t\t'apportion'=>[\r\n\t\t\t\t\t'aportion',\r\n\t\t\t\t],\r\n\t\t\t\t'apportionable'=>[\r\n\t\t\t\t\t'aportionable',\r\n\t\t\t\t\t'apportionible',\r\n\t\t\t\t],\r\n\t\t\t\t'apportioned'=>[\r\n\t\t\t\t\t'aportioned',\r\n\t\t\t\t],\r\n\t\t\t\t'apportioning'=>[\r\n\t\t\t\t\t'aportioning',\r\n\t\t\t\t],\r\n\t\t\t\t'apportionment'=>[\r\n\t\t\t\t\t'aportionment',\r\n\t\t\t\t\t'apportioment',\r\n\t\t\t\t\t'apportionent',\r\n\t\t\t\t\t'apportionmant',\r\n\t\t\t\t],\r\n\t\t\t\t'apportionments'=>[\r\n\t\t\t\t\t'aportionments',\r\n\t\t\t\t\t'apportioments',\r\n\t\t\t\t\t'apportionents',\r\n\t\t\t\t\t'apportionmants',\r\n\t\t\t\t],\r\n\t\t\t\t'appose'=>[\r\n\t\t\t\t\t'apose',\r\n\t\t\t\t],\r\n\t\t\t\t'apposite'=>[\r\n\t\t\t\t\t'aposite',\r\n\t\t\t\t],\r\n\t\t\t\t'appositely'=>[\r\n\t\t\t\t\t'apposately',\r\n\t\t\t\t\t'appositly',\r\n\t\t\t\t],\r\n\t\t\t\t'appositeness'=>[\r\n\t\t\t\t\t'apositeness',\r\n\t\t\t\t],\r\n\t\t\t\t'appositenesses'=>[\r\n\t\t\t\t\t'apositenesses',\r\n\t\t\t\t],\r\n\t\t\t\t'apposition'=>[\r\n\t\t\t\t\t'aposition',\r\n\t\t\t\t],\r\n\t\t\t\t'appositional'=>[\r\n\t\t\t\t\t'apositional',\r\n\t\t\t\t],\r\n\t\t\t\t'appositions'=>[\r\n\t\t\t\t\t'apositions',\r\n\t\t\t\t],\r\n\t\t\t\t'appositive'=>[\r\n\t\t\t\t\t'apositive',\r\n\t\t\t\t],\r\n\t\t\t\t'appositively'=>[\r\n\t\t\t\t\t'apositively',\r\n\t\t\t\t\t'appositivly',\r\n\t\t\t\t],\r\n\t\t\t\t'appositives'=>[\r\n\t\t\t\t\t'apositives',\r\n\t\t\t\t],\r\n\t\t\t\t'appraisal'=>[\r\n\t\t\t\t\t'apraisal',\r\n\t\t\t\t],\r\n\t\t\t\t'appraise'=>[\r\n\t\t\t\t\t'apraise',\r\n\t\t\t\t],\r\n\t\t\t\t'appraisement'=>[\r\n\t\t\t\t\t'apraisement',\r\n\t\t\t\t],\r\n\t\t\t\t'appraisements'=>[\r\n\t\t\t\t\t'apraisements',\r\n\t\t\t\t],\r\n\t\t\t\t'appraisingly'=>[\r\n\t\t\t\t\t'apraisingly',\r\n\t\t\t\t],\r\n\t\t\t\t'appreciable'=>[\r\n\t\t\t\t\t'appreciible',\r\n\t\t\t\t\t'apreciable',\r\n\t\t\t\t],\r\n\t\t\t\t'appreciably'=>[\r\n\t\t\t\t\t'apreciably',\r\n\t\t\t\t],\r\n\t\t\t\t'appreciate'=>[\r\n\t\t\t\t\t'appretiate',\r\n\t\t\t\t\t'apprieciate',\r\n\t\t\t\t\t'apreciate',\r\n\t\t\t\t],\r\n\t\t\t\t'appreciated'=>[\r\n\t\t\t\t\t'apreciated',\r\n\t\t\t\t],\r\n\t\t\t\t'appreciates'=>[\r\n\t\t\t\t\t'apreciates',\r\n\t\t\t\t],\r\n\t\t\t\t'appreciating'=>[\r\n\t\t\t\t\t'apreciating',\r\n\t\t\t\t],\r\n\t\t\t\t'appreciation'=>[\r\n\t\t\t\t\t'apreciation',\r\n\t\t\t\t],\r\n\t\t\t\t'appreciations'=>[\r\n\t\t\t\t\t'apreciations',\r\n\t\t\t\t],\r\n\t\t\t\t'appreciative'=>[\r\n\t\t\t\t\t'apreciative',\r\n\t\t\t\t],\r\n\t\t\t\t'appreciatively'=>[\r\n\t\t\t\t\t'appreciativly',\r\n\t\t\t\t\t'apreciatively',\r\n\t\t\t\t],\r\n\t\t\t\t'appreciator'=>[\r\n\t\t\t\t\t'apreciator',\r\n\t\t\t\t],\r\n\t\t\t\t'appreciators'=>[\r\n\t\t\t\t\t'apreciators',\r\n\t\t\t\t],\r\n\t\t\t\t'appreciatory'=>[\r\n\t\t\t\t\t'apreciatory',\r\n\t\t\t\t],\r\n\t\t\t\t'apprehend'=>[\r\n\t\t\t\t\t'aprehend',\r\n\t\t\t\t],\r\n\t\t\t\t'apprehended'=>[\r\n\t\t\t\t\t'aprehended',\r\n\t\t\t\t],\r\n\t\t\t\t'apprehending'=>[\r\n\t\t\t\t\t'aprehending',\r\n\t\t\t\t],\r\n\t\t\t\t'apprehensible'=>[\r\n\t\t\t\t\t'apprehensable',\r\n\t\t\t\t\t'aprehensible',\r\n\t\t\t\t],\r\n\t\t\t\t'apprehensibly'=>[\r\n\t\t\t\t\t'aprehensibly',\r\n\t\t\t\t],\r\n\t\t\t\t'apprehension'=>[\r\n\t\t\t\t\t'aprehension',\r\n\t\t\t\t],\r\n\t\t\t\t'apprehensions'=>[\r\n\t\t\t\t\t'aprehensions',\r\n\t\t\t\t],\r\n\t\t\t\t'apprehensive'=>[\r\n\t\t\t\t\t'aprehensive',\r\n\t\t\t\t],\r\n\t\t\t\t'apprehensively'=>[\r\n\t\t\t\t\t'apprehensivly',\r\n\t\t\t\t\t'aprehensively',\r\n\t\t\t\t],\r\n\t\t\t\t'apprentice'=>[\r\n\t\t\t\t\t'apprantice',\r\n\t\t\t\t\t'aprentice',\r\n\t\t\t\t],\r\n\t\t\t\t'apprenticed'=>[\r\n\t\t\t\t\t'aprenticed',\r\n\t\t\t\t],\r\n\t\t\t\t'apprentices'=>[\r\n\t\t\t\t\t'aprentices',\r\n\t\t\t\t],\r\n\t\t\t\t'apprenticeship'=>[\r\n\t\t\t\t\t'appranticeship',\r\n\t\t\t\t\t'aprenticeship',\r\n\t\t\t\t],\r\n\t\t\t\t'apprenticeships'=>[\r\n\t\t\t\t\t'aprenticeships',\r\n\t\t\t\t],\r\n\t\t\t\t'apprenticing'=>[\r\n\t\t\t\t\t'aprenticing',\r\n\t\t\t\t],\r\n\t\t\t\t'appressed'=>[\r\n\t\t\t\t\t'apressed',\r\n\t\t\t\t],\r\n\t\t\t\t'appressorium'=>[\r\n\t\t\t\t\t'apressorium',\r\n\t\t\t\t],\r\n\t\t\t\t'apprise'=>[\r\n\t\t\t\t\t'aprise',\r\n\t\t\t\t],\r\n\t\t\t\t'apprize'=>[\r\n\t\t\t\t\t'aprize',\r\n\t\t\t\t],\r\n\t\t\t\t'approach'=>[\r\n\t\t\t\t\t'apporach',\r\n\t\t\t\t\t'approch',\r\n\t\t\t\t\t'aproach',\r\n\t\t\t\t],\r\n\t\t\t\t'approachability'=>[\r\n\t\t\t\t\t'aproachability',\r\n\t\t\t\t],\r\n\t\t\t\t'approachable'=>[\r\n\t\t\t\t\t'approachible',\r\n\t\t\t\t\t'aproachable',\r\n\t\t\t\t],\r\n\t\t\t\t'approaches'=>[\r\n\t\t\t\t\t'approachs',\r\n\t\t\t\t],\r\n\t\t\t\t'approaching'=>[\r\n\t\t\t\t\t'aproaching',\r\n\t\t\t\t],\r\n\t\t\t\t'approbate'=>[\r\n\t\t\t\t\t'aprobate',\r\n\t\t\t\t],\r\n\t\t\t\t'approbating'=>[\r\n\t\t\t\t\t'aprobating',\r\n\t\t\t\t],\r\n\t\t\t\t'approbation'=>[\r\n\t\t\t\t\t'aprobation',\r\n\t\t\t\t],\r\n\t\t\t\t'approbations'=>[\r\n\t\t\t\t\t'aprobations',\r\n\t\t\t\t],\r\n\t\t\t\t'approbatory'=>[\r\n\t\t\t\t\t'aprobatory',\r\n\t\t\t\t],\r\n\t\t\t\t'appropriable'=>[\r\n\t\t\t\t\t'appropriible',\r\n\t\t\t\t\t'apropriable',\r\n\t\t\t\t],\r\n\t\t\t\t'appropriate'=>[\r\n\t\t\t\t\t'appropiate',\r\n\t\t\t\t\t'apropriate',\r\n\t\t\t\t],\r\n\t\t\t\t'appropriated'=>[\r\n\t\t\t\t\t'apropriated',\r\n\t\t\t\t],\r\n\t\t\t\t'appropriately'=>[\r\n\t\t\t\t\t'appropiately',\r\n\t\t\t\t\t'appropriatly',\r\n\t\t\t\t\t'apropriately',\r\n\t\t\t\t],\r\n\t\t\t\t'appropriateness'=>[\r\n\t\t\t\t\t'appropriatenes',\r\n\t\t\t\t\t'apropriateness',\r\n\t\t\t\t],\r\n\t\t\t\t'appropriates'=>[\r\n\t\t\t\t\t'apropriates',\r\n\t\t\t\t],\r\n\t\t\t\t'appropriating'=>[\r\n\t\t\t\t\t'apropriating',\r\n\t\t\t\t],\r\n\t\t\t\t'appropriation'=>[\r\n\t\t\t\t\t'apropriation',\r\n\t\t\t\t],\r\n\t\t\t\t'appropriations'=>[\r\n\t\t\t\t\t'apropriations',\r\n\t\t\t\t],\r\n\t\t\t\t'appropriative'=>[\r\n\t\t\t\t\t'apropriative',\r\n\t\t\t\t],\r\n\t\t\t\t'appropriator'=>[\r\n\t\t\t\t\t'apropriator',\r\n\t\t\t\t],\r\n\t\t\t\t'appropriators'=>[\r\n\t\t\t\t\t'apropriators',\r\n\t\t\t\t],\r\n\t\t\t\t'approval'=>[\r\n\t\t\t\t\t'aproval',\r\n\t\t\t\t],\r\n\t\t\t\t'approve'=>[\r\n\t\t\t\t\t'aprove',\r\n\t\t\t\t],\r\n\t\t\t\t'approvingly'=>[\r\n\t\t\t\t\t'aprovingly',\r\n\t\t\t\t],\r\n\t\t\t\t'approx.'=>[\r\n\t\t\t\t\t'aprox.',\r\n\t\t\t\t],\r\n\t\t\t\t'approximate'=>[\r\n\t\t\t\t\t'aproximate',\r\n\t\t\t\t],\r\n\t\t\t\t'approximated'=>[\r\n\t\t\t\t\t'aproximated',\r\n\t\t\t\t],\r\n\t\t\t\t'approximately'=>[\r\n\t\t\t\t\t'approximatley',\r\n\t\t\t\t\t'approximatly',\r\n\t\t\t\t\t'approximently',\r\n\t\t\t\t\t'approximitely',\r\n\t\t\t\t\t'aproximately',\r\n\t\t\t\t],\r\n\t\t\t\t'approximates'=>[\r\n\t\t\t\t\t'aproximates',\r\n\t\t\t\t],\r\n\t\t\t\t'approximating'=>[\r\n\t\t\t\t\t'aproximating',\r\n\t\t\t\t],\r\n\t\t\t\t'approximation'=>[\r\n\t\t\t\t\t'aproximation',\r\n\t\t\t\t],\r\n\t\t\t\t'approximations'=>[\r\n\t\t\t\t\t'aproximations',\r\n\t\t\t\t],\r\n\t\t\t\t'approximative'=>[\r\n\t\t\t\t\t'aproximative',\r\n\t\t\t\t],\r\n\t\t\t\t'appurtenance'=>[\r\n\t\t\t\t\t'appurtenence',\r\n\t\t\t\t\t'apurtenance',\r\n\t\t\t\t],\r\n\t\t\t\t'appurtenances'=>[\r\n\t\t\t\t\t'apurtenances',\r\n\t\t\t\t],\r\n\t\t\t\t'appurtenant'=>[\r\n\t\t\t\t\t'apurtenant',\r\n\t\t\t\t],\r\n\t\t\t\t'appurtenants'=>[\r\n\t\t\t\t\t'apurtenants',\r\n\t\t\t\t],\r\n\t\t\t\t'april'=>[\r\n\t\t\t\t\t'apirl',\r\n\t\t\t\t\t'apnl',\r\n\t\t\t\t],\r\n\t\t\t\t'aptitude'=>[\r\n\t\t\t\t\t'eptitude',\r\n\t\t\t\t],\r\n\t\t\t\t'aptitudinally'=>[\r\n\t\t\t\t\t'aptitudinaly',\r\n\t\t\t\t],\r\n\t\t\t\t'aqua'=>[\r\n\t\t\t\t\t'aqau',\r\n\t\t\t\t],\r\n\t\t\t\t'aquacade'=>[\r\n\t\t\t\t\t'aqaucade',\r\n\t\t\t\t],\r\n\t\t\t\t'aquaculture'=>[\r\n\t\t\t\t\t'aqauculture',\r\n\t\t\t\t],\r\n\t\t\t\t'aquaculturist'=>[\r\n\t\t\t\t\t'aqauculturist',\r\n\t\t\t\t],\r\n\t\t\t\t'aquaculturists'=>[\r\n\t\t\t\t\t'aqauculturists',\r\n\t\t\t\t],\r\n\t\t\t\t'aquae'=>[\r\n\t\t\t\t\t'aqaue',\r\n\t\t\t\t],\r\n\t\t\t\t'aquafarming'=>[\r\n\t\t\t\t\t'aqaufarming',\r\n\t\t\t\t],\r\n\t\t\t\t'aqualung'=>[\r\n\t\t\t\t\t'aqaulung',\r\n\t\t\t\t],\r\n\t\t\t\t'aquamarine'=>[\r\n\t\t\t\t\t'aqaumarine',\r\n\t\t\t\t\t'aquamarini',\r\n\t\t\t\t],\r\n\t\t\t\t'aquanaut'=>[\r\n\t\t\t\t\t'aqaunaut',\r\n\t\t\t\t],\r\n\t\t\t\t'aquaplane'=>[\r\n\t\t\t\t\t'aqauplane',\r\n\t\t\t\t],\r\n\t\t\t\t'aquarelle'=>[\r\n\t\t\t\t\t'aqaurelle',\r\n\t\t\t\t],\r\n\t\t\t\t'aquaria'=>[\r\n\t\t\t\t\t'aqauria',\r\n\t\t\t\t],\r\n\t\t\t\t'aquarian'=>[\r\n\t\t\t\t\t'aquaran',\r\n\t\t\t\t],\r\n\t\t\t\t'aquarist'=>[\r\n\t\t\t\t\t'aqaurist',\r\n\t\t\t\t],\r\n\t\t\t\t'aquarium'=>[\r\n\t\t\t\t\t'aqaurium',\r\n\t\t\t\t],\r\n\t\t\t\t'aquas'=>[\r\n\t\t\t\t\t'aqaus',\r\n\t\t\t\t],\r\n\t\t\t\t'aquatic'=>[\r\n\t\t\t\t\t'aqautic',\r\n\t\t\t\t],\r\n\t\t\t\t'aquatint'=>[\r\n\t\t\t\t\t'aqautint',\r\n\t\t\t\t],\r\n\t\t\t\t'aquavit'=>[\r\n\t\t\t\t\t'aqauvit',\r\n\t\t\t\t],\r\n\t\t\t\t'aqueduct'=>[\r\n\t\t\t\t\t'aquaduct',\r\n\t\t\t\t],\r\n\t\t\t\t'aquifer'=>[\r\n\t\t\t\t\t'aquifier',\r\n\t\t\t\t],\r\n\t\t\t\t'aquiline'=>[\r\n\t\t\t\t\t'aquilini',\r\n\t\t\t\t],\r\n\t\t\t\t'aquilinities'=>[\r\n\t\t\t\t\t'aquilinaties',\r\n\t\t\t\t],\r\n\t\t\t\t'arabic'=>[\r\n\t\t\t\t\t'aranic',\r\n\t\t\t\t],\r\n\t\t\t\t'arable'=>[\r\n\t\t\t\t\t'arible',\r\n\t\t\t\t],\r\n\t\t\t\t'araneid'=>[\r\n\t\t\t\t\t'aranied',\r\n\t\t\t\t],\r\n\t\t\t\t'araucarian'=>[\r\n\t\t\t\t\t'araucaran',\r\n\t\t\t\t],\r\n\t\t\t\t'arbitrageur'=>[\r\n\t\t\t\t\t'arbitrager',\r\n\t\t\t\t],\r\n\t\t\t\t'arbitrarily'=>[\r\n\t\t\t\t\t'arbitarily',\r\n\t\t\t\t],\r\n\t\t\t\t'arbitrariness'=>[\r\n\t\t\t\t\t'arbitrariniss',\r\n\t\t\t\t],\r\n\t\t\t\t'arbitrarinesses'=>[\r\n\t\t\t\t\t'arbitrarineses',\r\n\t\t\t\t\t'arbitrarinisses',\r\n\t\t\t\t],\r\n\t\t\t\t'arbitrary'=>[\r\n\t\t\t\t\t'abritrary',\r\n\t\t\t\t\t'arbitary',\r\n\t\t\t\t\t'arbitrery',\r\n\t\t\t\t],\r\n\t\t\t\t'arborescence'=>[\r\n\t\t\t\t\t'arborescance',\r\n\t\t\t\t],\r\n\t\t\t\t'arborescences'=>[\r\n\t\t\t\t\t'arborecences',\r\n\t\t\t\t\t'arborecsences',\r\n\t\t\t\t\t'arboresences',\r\n\t\t\t\t],\r\n\t\t\t\t'arborescent'=>[\r\n\t\t\t\t\t'arborecent',\r\n\t\t\t\t\t'arborecsent',\r\n\t\t\t\t\t'arboresent',\r\n\t\t\t\t],\r\n\t\t\t\t'arboretum'=>[\r\n\t\t\t\t\t'arboretium',\r\n\t\t\t\t],\r\n\t\t\t\t'arcadian'=>[\r\n\t\t\t\t\t'arcadan',\r\n\t\t\t\t],\r\n\t\t\t\t'arccosine'=>[\r\n\t\t\t\t\t'arcosine',\r\n\t\t\t\t],\r\n\t\t\t\t'arccosines'=>[\r\n\t\t\t\t\t'arcosines',\r\n\t\t\t\t],\r\n\t\t\t\t'archaeologic'=>[\r\n\t\t\t\t\t'archaelogic',\r\n\t\t\t\t],\r\n\t\t\t\t'archaeological'=>[\r\n\t\t\t\t\t'archaelogical',\r\n\t\t\t\t],\r\n\t\t\t\t'archaic'=>[\r\n\t\t\t\t\t'archiac',\r\n\t\t\t\t],\r\n\t\t\t\t'archbishop'=>[\r\n\t\t\t\t\t'archibishop',\r\n\t\t\t\t],\r\n\t\t\t\t'archdeacon'=>[\r\n\t\t\t\t\t'archdecon',\r\n\t\t\t\t],\r\n\t\t\t\t'archdeaconries'=>[\r\n\t\t\t\t\t'archdeaconreis',\r\n\t\t\t\t\t'archdeaconris',\r\n\t\t\t\t\t'archdeconries',\r\n\t\t\t\t],\r\n\t\t\t\t'archdeaconry'=>[\r\n\t\t\t\t\t'archdeconry',\r\n\t\t\t\t],\r\n\t\t\t\t'archeologist'=>[\r\n\t\t\t\t\t'archeaologist',\r\n\t\t\t\t],\r\n\t\t\t\t'archeologists'=>[\r\n\t\t\t\t\t'archeaologists',\r\n\t\t\t\t],\r\n\t\t\t\t'archeology'=>[\r\n\t\t\t\t\t'archaoelogy',\r\n\t\t\t\t\t'archaology',\r\n\t\t\t\t],\r\n\t\t\t\t'arches'=>[\r\n\t\t\t\t\t'archs',\r\n\t\t\t\t],\r\n\t\t\t\t'archetype'=>[\r\n\t\t\t\t\t'archtype',\r\n\t\t\t\t],\r\n\t\t\t\t'archiepiscopal'=>[\r\n\t\t\t\t\t'archeipiscopal',\r\n\t\t\t\t\t'archiepicopal',\r\n\t\t\t\t\t'archiepicsopal',\r\n\t\t\t\t\t'archiepisopal',\r\n\t\t\t\t\t'archipiscopal',\r\n\t\t\t\t],\r\n\t\t\t\t'archiepiscopate'=>[\r\n\t\t\t\t\t'archeipiscopate',\r\n\t\t\t\t\t'archiepicopate',\r\n\t\t\t\t\t'archiepicsopate',\r\n\t\t\t\t\t'archiepisopate',\r\n\t\t\t\t\t'archipiscopate',\r\n\t\t\t\t],\r\n\t\t\t\t'archimedean'=>[\r\n\t\t\t\t\t'archimedian',\r\n\t\t\t\t],\r\n\t\t\t\t'architect'=>[\r\n\t\t\t\t\t'archetect',\r\n\t\t\t\t],\r\n\t\t\t\t'architects'=>[\r\n\t\t\t\t\t'archetects',\r\n\t\t\t\t],\r\n\t\t\t\t'architectural'=>[\r\n\t\t\t\t\t'archetectural',\r\n\t\t\t\t\t'architectual',\r\n\t\t\t\t],\r\n\t\t\t\t'architecturally'=>[\r\n\t\t\t\t\t'archetecturally',\r\n\t\t\t\t\t'architecturaly',\r\n\t\t\t\t],\r\n\t\t\t\t'architecture'=>[\r\n\t\t\t\t\t'archetecture',\r\n\t\t\t\t\t'archiptecture',\r\n\t\t\t\t\t'architechture',\r\n\t\t\t\t],\r\n\t\t\t\t'archive'=>[\r\n\t\t\t\t\t'achive',\r\n\t\t\t\t],\r\n\t\t\t\t'archived'=>[\r\n\t\t\t\t\t'achived',\r\n\t\t\t\t],\r\n\t\t\t\t'archosaurian'=>[\r\n\t\t\t\t\t'archosauran',\r\n\t\t\t\t],\r\n\t\t\t\t'archpriest'=>[\r\n\t\t\t\t\t'archpreist',\r\n\t\t\t\t\t'archprist',\r\n\t\t\t\t],\r\n\t\t\t\t'arctic'=>[\r\n\t\t\t\t\t'artic',\r\n\t\t\t\t],\r\n\t\t\t\t'arctic circle'=>[\r\n\t\t\t\t\t'artic circle',\r\n\t\t\t\t],\r\n\t\t\t\t'arctic ocean'=>[\r\n\t\t\t\t\t'artic ocean',\r\n\t\t\t\t],\r\n\t\t\t\t'arcuate'=>[\r\n\t\t\t\t\t'arcaute',\r\n\t\t\t\t],\r\n\t\t\t\t'arcuately'=>[\r\n\t\t\t\t\t'arcuatly',\r\n\t\t\t\t],\r\n\t\t\t\t'arcuation'=>[\r\n\t\t\t\t\t'arcaution',\r\n\t\t\t\t],\r\n\t\t\t\t'ardency'=>[\r\n\t\t\t\t\t'ardensy',\r\n\t\t\t\t],\r\n\t\t\t\t'ardent'=>[\r\n\t\t\t\t\t'ardant',\r\n\t\t\t\t],\r\n\t\t\t\t'ardently'=>[\r\n\t\t\t\t\t'ardantly',\r\n\t\t\t\t],\r\n\t\t\t\t'arduous'=>[\r\n\t\t\t\t\t'ardous',\r\n\t\t\t\t],\r\n\t\t\t\t'arduously'=>[\r\n\t\t\t\t\t'ardously',\r\n\t\t\t\t],\r\n\t\t\t\t'arduousness'=>[\r\n\t\t\t\t\t'ardousness',\r\n\t\t\t\t],\r\n\t\t\t\t'arduousnesses'=>[\r\n\t\t\t\t\t'ardousnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'are'=>[\r\n\t\t\t\t\t'aee',\r\n\t\t\t\t\t'are are',\r\n\t\t\t\t\t'are are are',\r\n\t\t\t\t],\r\n\t\t\t\t'are being'=>[\r\n\t\t\t\t\t'are been',\r\n\t\t\t\t],\r\n\t\t\t\t'are considered'=>[\r\n\t\t\t\t\t'are consider',\r\n\t\t\t\t],\r\n\t\t\t\t'area'=>[\r\n\t\t\t\t\t'area area',\r\n\t\t\t\t\t'area area area',\r\n\t\t\t\t],\r\n\t\t\t\t'areic'=>[\r\n\t\t\t\t\t'ariec',\r\n\t\t\t\t],\r\n\t\t\t\t'aren\\'t'=>[\r\n\t\t\t\t\t'are\\'nt',\r\n\t\t\t\t\t'arn\\'t',\r\n\t\t\t\t],\r\n\t\t\t\t'areolar'=>[\r\n\t\t\t\t\t'areoler',\r\n\t\t\t\t],\r\n\t\t\t\t'argent'=>[\r\n\t\t\t\t\t'argant',\r\n\t\t\t\t],\r\n\t\t\t\t'argentiferous'=>[\r\n\t\t\t\t\t'argantiferous',\r\n\t\t\t\t],\r\n\t\t\t\t'argentine'=>[\r\n\t\t\t\t\t'argantine',\r\n\t\t\t\t\t'argentinan',\r\n\t\t\t\t\t'argentini',\r\n\t\t\t\t],\r\n\t\t\t\t'argentinian-occupied'=>[\r\n\t\t\t\t\t'argentinian occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'argillaceous'=>[\r\n\t\t\t\t\t'argilaceous',\r\n\t\t\t\t],\r\n\t\t\t\t'arginase'=>[\r\n\t\t\t\t\t'arginise',\r\n\t\t\t\t],\r\n\t\t\t\t'arginine'=>[\r\n\t\t\t\t\t'arginane',\r\n\t\t\t\t\t'arginini',\r\n\t\t\t\t],\r\n\t\t\t\t'arginines'=>[\r\n\t\t\t\t\t'arginanes',\r\n\t\t\t\t],\r\n\t\t\t\t'argosy'=>[\r\n\t\t\t\t\t'argocy',\r\n\t\t\t\t],\r\n\t\t\t\t'arguable'=>[\r\n\t\t\t\t\t'argauble',\r\n\t\t\t\t\t'arguible',\r\n\t\t\t\t],\r\n\t\t\t\t'arguably'=>[\r\n\t\t\t\t\t'argubly',\r\n\t\t\t\t\t'argueably',\r\n\t\t\t\t\t'arguebly',\r\n\t\t\t\t],\r\n\t\t\t\t'argument'=>[\r\n\t\t\t\t\t'arguement',\r\n\t\t\t\t\t'argumant',\r\n\t\t\t\t\t'axgument',\r\n\t\t\t\t],\r\n\t\t\t\t'argumentation'=>[\r\n\t\t\t\t\t'argumantation',\r\n\t\t\t\t],\r\n\t\t\t\t'argumentations'=>[\r\n\t\t\t\t\t'argumantations',\r\n\t\t\t\t],\r\n\t\t\t\t'argumentative'=>[\r\n\t\t\t\t\t'argumantative',\r\n\t\t\t\t],\r\n\t\t\t\t'argumentatively'=>[\r\n\t\t\t\t\t'argumentativeally',\r\n\t\t\t\t\t'argumentativealy',\r\n\t\t\t\t\t'argumentativeely',\r\n\t\t\t\t\t'argumentativelly',\r\n\t\t\t\t\t'argumentativly',\r\n\t\t\t\t],\r\n\t\t\t\t'arguments'=>[\r\n\t\t\t\t\t'arguements',\r\n\t\t\t\t],\r\n\t\t\t\t'ariary'=>[\r\n\t\t\t\t\t'ariery',\r\n\t\t\t\t],\r\n\t\t\t\t'ariel'=>[\r\n\t\t\t\t\t'areil',\r\n\t\t\t\t\t'aril',\r\n\t\t\t\t],\r\n\t\t\t\t'arise'=>[\r\n\t\t\t\t\t'anse',\r\n\t\t\t\t],\r\n\t\t\t\t'arising'=>[\r\n\t\t\t\t\t'arrising',\r\n\t\t\t\t],\r\n\t\t\t\t'aristocracy'=>[\r\n\t\t\t\t\t'aristocrasy',\r\n\t\t\t\t],\r\n\t\t\t\t'arithmetically'=>[\r\n\t\t\t\t\t'arithmeticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'arithmetician'=>[\r\n\t\t\t\t\t'arithmetican',\r\n\t\t\t\t],\r\n\t\t\t\t'arm'=>[\r\n\t\t\t\t\t'arm arm',\r\n\t\t\t\t\t'arm arm arm',\r\n\t\t\t\t],\r\n\t\t\t\t'armament'=>[\r\n\t\t\t\t\t'armamant',\r\n\t\t\t\t],\r\n\t\t\t\t'armamentarium'=>[\r\n\t\t\t\t\t'armamantarium',\r\n\t\t\t\t],\r\n\t\t\t\t'armed'=>[\r\n\t\t\t\t\t'aremed',\r\n\t\t\t\t],\r\n\t\t\t\t'armenian-occupied'=>[\r\n\t\t\t\t\t'armenian occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'armillary'=>[\r\n\t\t\t\t\t'armillery',\r\n\t\t\t\t],\r\n\t\t\t\t'armistice'=>[\r\n\t\t\t\t\t'annistice',\r\n\t\t\t\t],\r\n\t\t\t\t'armored'=>[\r\n\t\t\t\t\t'armoured',\r\n\t\t\t\t],\r\n\t\t\t\t'armorer'=>[\r\n\t\t\t\t\t'armourer',\r\n\t\t\t\t],\r\n\t\t\t\t'armorers'=>[\r\n\t\t\t\t\t'armourers',\r\n\t\t\t\t],\r\n\t\t\t\t'armorial'=>[\r\n\t\t\t\t\t'armourial',\r\n\t\t\t\t],\r\n\t\t\t\t'armorially'=>[\r\n\t\t\t\t\t'armourially',\r\n\t\t\t\t],\r\n\t\t\t\t'armorials'=>[\r\n\t\t\t\t\t'armourials',\r\n\t\t\t\t],\r\n\t\t\t\t'armories'=>[\r\n\t\t\t\t\t'armouries',\r\n\t\t\t\t],\r\n\t\t\t\t'armoring'=>[\r\n\t\t\t\t\t'armouring',\r\n\t\t\t\t],\r\n\t\t\t\t'armorless'=>[\r\n\t\t\t\t\t'armourless',\r\n\t\t\t\t],\r\n\t\t\t\t'armors'=>[\r\n\t\t\t\t\t'armours',\r\n\t\t\t\t],\r\n\t\t\t\t'armory'=>[\r\n\t\t\t\t\t'armoury',\r\n\t\t\t\t],\r\n\t\t\t\t'army'=>[\r\n\t\t\t\t\t'amry',\r\n\t\t\t\t],\r\n\t\t\t\t'armónico'=>[\r\n\t\t\t\t\t'armonico',\r\n\t\t\t\t],\r\n\t\t\t\t'aromatherapies'=>[\r\n\t\t\t\t\t'aromatherapeis',\r\n\t\t\t\t\t'aromatherapis',\r\n\t\t\t\t],\r\n\t\t\t\t'arose'=>[\r\n\t\t\t\t\t'arised',\r\n\t\t\t\t],\r\n\t\t\t\t'around'=>[\r\n\t\t\t\t\t'aroound',\r\n\t\t\t\t\t'arround',\r\n\t\t\t\t],\r\n\t\t\t\t'around its'=>[\r\n\t\t\t\t\t'around it\\'s',\r\n\t\t\t\t],\r\n\t\t\t\t'aroused'=>[\r\n\t\t\t\t\t'aroussed',\r\n\t\t\t\t\t'arroused',\r\n\t\t\t\t],\r\n\t\t\t\t'arousing'=>[\r\n\t\t\t\t\t'arouisng',\r\n\t\t\t\t],\r\n\t\t\t\t'arpeggiate'=>[\r\n\t\t\t\t\t'arpegiate',\r\n\t\t\t\t],\r\n\t\t\t\t'arpeggiated'=>[\r\n\t\t\t\t\t'arpegiated',\r\n\t\t\t\t],\r\n\t\t\t\t'arpeggiates'=>[\r\n\t\t\t\t\t'arpegiates',\r\n\t\t\t\t],\r\n\t\t\t\t'arpeggiating'=>[\r\n\t\t\t\t\t'arpegiating',\r\n\t\t\t\t],\r\n\t\t\t\t'arpeggio'=>[\r\n\t\t\t\t\t'arpegio',\r\n\t\t\t\t],\r\n\t\t\t\t'arpeggios'=>[\r\n\t\t\t\t\t'arpegios',\r\n\t\t\t\t],\r\n\t\t\t\t'arpent'=>[\r\n\t\t\t\t\t'arpant',\r\n\t\t\t\t],\r\n\t\t\t\t'arrack'=>[\r\n\t\t\t\t\t'arack',\r\n\t\t\t\t],\r\n\t\t\t\t'arraign'=>[\r\n\t\t\t\t\t'araign',\r\n\t\t\t\t],\r\n\t\t\t\t'arraignment'=>[\r\n\t\t\t\t\t'araignment',\r\n\t\t\t\t\t'arraigment',\r\n\t\t\t\t\t'arraignent',\r\n\t\t\t\t],\r\n\t\t\t\t'arraignments'=>[\r\n\t\t\t\t\t'arraigments',\r\n\t\t\t\t\t'arraignents',\r\n\t\t\t\t],\r\n\t\t\t\t'arrange'=>[\r\n\t\t\t\t\t'arange',\r\n\t\t\t\t\t'arenge',\r\n\t\t\t\t\t'arrage',\r\n\t\t\t\t\t'arrange arrange',\r\n\t\t\t\t\t'arrange arrange arrange',\r\n\t\t\t\t\t'arrenge',\r\n\t\t\t\t],\r\n\t\t\t\t'arranged'=>[\r\n\t\t\t\t\t'aranged',\r\n\t\t\t\t],\r\n\t\t\t\t'arrangement'=>[\r\n\t\t\t\t\t'arangement',\r\n\t\t\t\t\t'arragement',\r\n\t\t\t\t\t'arrangemant',\r\n\t\t\t\t\t'arrangment',\r\n\t\t\t\t\t'arrengement',\r\n\t\t\t\t],\r\n\t\t\t\t'arrangements'=>[\r\n\t\t\t\t\t'arrengements',\r\n\t\t\t\t],\r\n\t\t\t\t'arrant'=>[\r\n\t\t\t\t\t'arant',\r\n\t\t\t\t\t'arrent',\r\n\t\t\t\t],\r\n\t\t\t\t'arras'=>[\r\n\t\t\t\t\t'aras',\r\n\t\t\t\t],\r\n\t\t\t\t'array'=>[\r\n\t\t\t\t\t'aray',\r\n\t\t\t\t],\r\n\t\t\t\t'arrayal'=>[\r\n\t\t\t\t\t'arayal',\r\n\t\t\t\t],\r\n\t\t\t\t'arrays'=>[\r\n\t\t\t\t\t'arays',\r\n\t\t\t\t],\r\n\t\t\t\t'arrear'=>[\r\n\t\t\t\t\t'arear',\r\n\t\t\t\t\t'arreer',\r\n\t\t\t\t],\r\n\t\t\t\t'arrearage'=>[\r\n\t\t\t\t\t'arearage',\r\n\t\t\t\t],\r\n\t\t\t\t'arrears'=>[\r\n\t\t\t\t\t'arears',\r\n\t\t\t\t\t'arrers',\r\n\t\t\t\t],\r\n\t\t\t\t'arrest'=>[\r\n\t\t\t\t\t'arest',\r\n\t\t\t\t],\r\n\t\t\t\t'arrested'=>[\r\n\t\t\t\t\t'arested',\r\n\t\t\t\t],\r\n\t\t\t\t'arrestee'=>[\r\n\t\t\t\t\t'arestee',\r\n\t\t\t\t],\r\n\t\t\t\t'arresting'=>[\r\n\t\t\t\t\t'aresting',\r\n\t\t\t\t],\r\n\t\t\t\t'arrestingly'=>[\r\n\t\t\t\t\t'arestingly',\r\n\t\t\t\t],\r\n\t\t\t\t'arrestments'=>[\r\n\t\t\t\t\t'arestments',\r\n\t\t\t\t],\r\n\t\t\t\t'arrhythmia'=>[\r\n\t\t\t\t\t'arhythmia',\r\n\t\t\t\t],\r\n\t\t\t\t'arrhythmias'=>[\r\n\t\t\t\t\t'arhythmias',\r\n\t\t\t\t],\r\n\t\t\t\t'arrhythmic'=>[\r\n\t\t\t\t\t'arhythmic',\r\n\t\t\t\t],\r\n\t\t\t\t'arriba'=>[\r\n\t\t\t\t\t'ariba',\r\n\t\t\t\t],\r\n\t\t\t\t'arris'=>[\r\n\t\t\t\t\t'aris',\r\n\t\t\t\t],\r\n\t\t\t\t'arrival'=>[\r\n\t\t\t\t\t'arival',\r\n\t\t\t\t],\r\n\t\t\t\t'arrive'=>[\r\n\t\t\t\t\t'arive',\r\n\t\t\t\t\t'arrive arrive',\r\n\t\t\t\t\t'arrive arrive arrive',\r\n\t\t\t\t],\r\n\t\t\t\t'arrived'=>[\r\n\t\t\t\t\t'arrivde',\r\n\t\t\t\t],\r\n\t\t\t\t'arriviste'=>[\r\n\t\t\t\t\t'ariviste',\r\n\t\t\t\t],\r\n\t\t\t\t'arroba'=>[\r\n\t\t\t\t\t'aroba',\r\n\t\t\t\t],\r\n\t\t\t\t'arrogance'=>[\r\n\t\t\t\t\t'arogance',\r\n\t\t\t\t\t'arrogence',\r\n\t\t\t\t],\r\n\t\t\t\t'arrogancies'=>[\r\n\t\t\t\t\t'arogancies',\r\n\t\t\t\t],\r\n\t\t\t\t'arrogancy'=>[\r\n\t\t\t\t\t'arrogansy',\r\n\t\t\t\t],\r\n\t\t\t\t'arrogant'=>[\r\n\t\t\t\t\t'arogant',\r\n\t\t\t\t\t'arrogent',\r\n\t\t\t\t],\r\n\t\t\t\t'arrogate'=>[\r\n\t\t\t\t\t'arogate',\r\n\t\t\t\t],\r\n\t\t\t\t'arrogations'=>[\r\n\t\t\t\t\t'arogations',\r\n\t\t\t\t],\r\n\t\t\t\t'arrondissement'=>[\r\n\t\t\t\t\t'arondissement',\r\n\t\t\t\t\t'arrondisement',\r\n\t\t\t\t\t'arrondissemant',\r\n\t\t\t\t],\r\n\t\t\t\t'arrondissements'=>[\r\n\t\t\t\t\t'arondissements',\r\n\t\t\t\t\t'arrondisements',\r\n\t\t\t\t],\r\n\t\t\t\t'arrow'=>[\r\n\t\t\t\t\t'arow',\r\n\t\t\t\t],\r\n\t\t\t\t'arrowhead'=>[\r\n\t\t\t\t\t'arowhead',\r\n\t\t\t\t\t'arrowhed',\r\n\t\t\t\t],\r\n\t\t\t\t'arrowroot'=>[\r\n\t\t\t\t\t'arowroot',\r\n\t\t\t\t],\r\n\t\t\t\t'arrows'=>[\r\n\t\t\t\t\t'arows',\r\n\t\t\t\t],\r\n\t\t\t\t'arrowy'=>[\r\n\t\t\t\t\t'arowy',\r\n\t\t\t\t],\r\n\t\t\t\t'arroyo'=>[\r\n\t\t\t\t\t'aroyo',\r\n\t\t\t\t],\r\n\t\t\t\t'arsace'=>[\r\n\t\t\t\t\t'arbace',\r\n\t\t\t\t],\r\n\t\t\t\t'arsenio rodríguez'=>[\r\n\t\t\t\t\t'arsenio rodriguez',\r\n\t\t\t\t],\r\n\t\t\t\t'arsenious'=>[\r\n\t\t\t\t\t'arsenous',\r\n\t\t\t\t],\r\n\t\t\t\t'arsine'=>[\r\n\t\t\t\t\t'arsini',\r\n\t\t\t\t],\r\n\t\t\t\t'arsphenamine'=>[\r\n\t\t\t\t\t'arsphenamini',\r\n\t\t\t\t],\r\n\t\t\t\t'arsphenamines'=>[\r\n\t\t\t\t\t'arsphenaminis',\r\n\t\t\t\t],\r\n\t\t\t\t'art'=>[\r\n\t\t\t\t\t'art art',\r\n\t\t\t\t\t'art art art',\r\n\t\t\t\t],\r\n\t\t\t\t'arteriographies'=>[\r\n\t\t\t\t\t'arteriographeis',\r\n\t\t\t\t\t'arteriographis',\r\n\t\t\t\t],\r\n\t\t\t\t'arteriolar'=>[\r\n\t\t\t\t\t'arterioler',\r\n\t\t\t\t],\r\n\t\t\t\t'artery'=>[\r\n\t\t\t\t\t'artary',\r\n\t\t\t\t],\r\n\t\t\t\t'arthritically'=>[\r\n\t\t\t\t\t'arthriticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'arthritis'=>[\r\n\t\t\t\t\t'arthiritis',\r\n\t\t\t\t],\r\n\t\t\t\t'arthroscopies'=>[\r\n\t\t\t\t\t'arthrocopies',\r\n\t\t\t\t\t'arthrocsopies',\r\n\t\t\t\t\t'arthrosopies',\r\n\t\t\t\t],\r\n\t\t\t\t'arthroscopy'=>[\r\n\t\t\t\t\t'arthrocopy',\r\n\t\t\t\t\t'arthrocsopy',\r\n\t\t\t\t\t'arthrosopy',\r\n\t\t\t\t],\r\n\t\t\t\t'article'=>[\r\n\t\t\t\t\t'artical',\r\n\t\t\t\t\t'artice',\r\n\t\t\t\t\t'articel',\r\n\t\t\t\t\t'artilce',\r\n\t\t\t\t],\r\n\t\t\t\t'articulable'=>[\r\n\t\t\t\t\t'articulible',\r\n\t\t\t\t],\r\n\t\t\t\t'articulacy'=>[\r\n\t\t\t\t\t'articulasy',\r\n\t\t\t\t],\r\n\t\t\t\t'articular'=>[\r\n\t\t\t\t\t'articuler',\r\n\t\t\t\t],\r\n\t\t\t\t'articulation'=>[\r\n\t\t\t\t\t'articlation',\r\n\t\t\t\t],\r\n\t\t\t\t'artifact'=>[\r\n\t\t\t\t\t'artefact',\r\n\t\t\t\t],\r\n\t\t\t\t'artifices'=>[\r\n\t\t\t\t\t'areifices',\r\n\t\t\t\t],\r\n\t\t\t\t'artificial'=>[\r\n\t\t\t\t\t'artficial',\r\n\t\t\t\t\t'artifical',\r\n\t\t\t\t],\r\n\t\t\t\t'artificialities'=>[\r\n\t\t\t\t\t'artificialiteis',\r\n\t\t\t\t\t'artificialitis',\r\n\t\t\t\t],\r\n\t\t\t\t'artificially'=>[\r\n\t\t\t\t\t'artifically',\r\n\t\t\t\t\t'artificialy',\r\n\t\t\t\t],\r\n\t\t\t\t'artillery'=>[\r\n\t\t\t\t\t'artilery',\r\n\t\t\t\t\t'artillary',\r\n\t\t\t\t],\r\n\t\t\t\t'artilleryman'=>[\r\n\t\t\t\t\t'artileryman',\r\n\t\t\t\t],\r\n\t\t\t\t'artnews'=>[\r\n\t\t\t\t\t'art news',\r\n\t\t\t\t],\r\n\t\t\t\t'arts'=>[\r\n\t\t\t\t\t'arta',\r\n\t\t\t\t],\r\n\t\t\t\t'arts décoratifs'=>[\r\n\t\t\t\t\t'arts decoratifs',\r\n\t\t\t\t],\r\n\t\t\t\t'artsy'=>[\r\n\t\t\t\t\t'artcy',\r\n\t\t\t\t],\r\n\t\t\t\t'as'=>[\r\n\t\t\t\t\t'as as',\r\n\t\t\t\t\t'as as as',\r\n\t\t\t\t],\r\n\t\t\t\t'as far'=>[\r\n\t\t\t\t\t'os far',\r\n\t\t\t\t],\r\n\t\t\t\t'as for'=>[\r\n\t\t\t\t\t'os for',\r\n\t\t\t\t],\r\n\t\t\t\t'as the'=>[\r\n\t\t\t\t\t'asthe',\r\n\t\t\t\t],\r\n\t\t\t\t'as well'=>[\r\n\t\t\t\t\t'as welll',\r\n\t\t\t\t\t'aswell',\r\n\t\t\t\t],\r\n\t\t\t\t'as well as'=>[\r\n\t\t\t\t\t'as well ass',\r\n\t\t\t\t],\r\n\t\t\t\t'ascarid'=>[\r\n\t\t\t\t\t'acarid',\r\n\t\t\t\t\t'acsarid',\r\n\t\t\t\t\t'asarid',\r\n\t\t\t\t],\r\n\t\t\t\t'ascend'=>[\r\n\t\t\t\t\t'acend',\r\n\t\t\t\t\t'acsend',\r\n\t\t\t\t\t'asend',\r\n\t\t\t\t],\r\n\t\t\t\t'ascendance'=>[\r\n\t\t\t\t\t'acendance',\r\n\t\t\t\t\t'acsendance',\r\n\t\t\t\t\t'ascendence',\r\n\t\t\t\t\t'asendance',\r\n\t\t\t\t],\r\n\t\t\t\t'ascendancy'=>[\r\n\t\t\t\t\t'acendancy',\r\n\t\t\t\t\t'acsendancy',\r\n\t\t\t\t\t'ascendansy',\r\n\t\t\t\t\t'ascendcy',\r\n\t\t\t\t\t'ascendency',\r\n\t\t\t\t\t'asendancy',\r\n\t\t\t\t],\r\n\t\t\t\t'ascendant'=>[\r\n\t\t\t\t\t'acendant',\r\n\t\t\t\t\t'acsendant',\r\n\t\t\t\t\t'ascendent',\r\n\t\t\t\t\t'asendant',\r\n\t\t\t\t],\r\n\t\t\t\t'ascendantly'=>[\r\n\t\t\t\t\t'ascendently',\r\n\t\t\t\t],\r\n\t\t\t\t'ascendants'=>[\r\n\t\t\t\t\t'ascendents',\r\n\t\t\t\t],\r\n\t\t\t\t'ascendence'=>[\r\n\t\t\t\t\t'ascendance',\r\n\t\t\t\t],\r\n\t\t\t\t'ascendency'=>[\r\n\t\t\t\t\t'ascendensy',\r\n\t\t\t\t],\r\n\t\t\t\t'ascendent'=>[\r\n\t\t\t\t\t'ascendant',\r\n\t\t\t\t],\r\n\t\t\t\t'ascendents'=>[\r\n\t\t\t\t\t'ascendants',\r\n\t\t\t\t],\r\n\t\t\t\t'ascender'=>[\r\n\t\t\t\t\t'acender',\r\n\t\t\t\t\t'acsender',\r\n\t\t\t\t\t'asender',\r\n\t\t\t\t],\r\n\t\t\t\t'ascendible'=>[\r\n\t\t\t\t\t'ascendable',\r\n\t\t\t\t],\r\n\t\t\t\t'ascending'=>[\r\n\t\t\t\t\t'acending',\r\n\t\t\t\t\t'acsending',\r\n\t\t\t\t\t'asending',\r\n\t\t\t\t],\r\n\t\t\t\t'ascension'=>[\r\n\t\t\t\t\t'accension',\r\n\t\t\t\t\t'acension',\r\n\t\t\t\t\t'acsension',\r\n\t\t\t\t\t'asension',\r\n\t\t\t\t],\r\n\t\t\t\t'ascent'=>[\r\n\t\t\t\t\t'acent',\r\n\t\t\t\t\t'acsent',\r\n\t\t\t\t\t'ascant',\r\n\t\t\t\t\t'asent',\r\n\t\t\t\t],\r\n\t\t\t\t'ascertain'=>[\r\n\t\t\t\t\t'acertain',\r\n\t\t\t\t\t'acsertain',\r\n\t\t\t\t\t'asertain',\r\n\t\t\t\t],\r\n\t\t\t\t'ascertainable'=>[\r\n\t\t\t\t\t'acertainable',\r\n\t\t\t\t\t'acsertainable',\r\n\t\t\t\t\t'ascertainible',\r\n\t\t\t\t\t'asertainable',\r\n\t\t\t\t],\r\n\t\t\t\t'ascertaining'=>[\r\n\t\t\t\t\t'ascertainang',\r\n\t\t\t\t],\r\n\t\t\t\t'ascertainment'=>[\r\n\t\t\t\t\t'acertainment',\r\n\t\t\t\t\t'acsertainment',\r\n\t\t\t\t\t'ascertaiment',\r\n\t\t\t\t\t'ascertainent',\r\n\t\t\t\t\t'asertainment',\r\n\t\t\t\t],\r\n\t\t\t\t'ascertainments'=>[\r\n\t\t\t\t\t'acertainments',\r\n\t\t\t\t\t'acsertainments',\r\n\t\t\t\t\t'ascertaiments',\r\n\t\t\t\t\t'ascertainents',\r\n\t\t\t\t\t'ascertainmants',\r\n\t\t\t\t\t'asertainments',\r\n\t\t\t\t],\r\n\t\t\t\t'ascesis'=>[\r\n\t\t\t\t\t'acesis',\r\n\t\t\t\t\t'acsesis',\r\n\t\t\t\t\t'asesis',\r\n\t\t\t\t],\r\n\t\t\t\t'ascetic'=>[\r\n\t\t\t\t\t'acetic',\r\n\t\t\t\t\t'acsetic',\r\n\t\t\t\t\t'asetic',\r\n\t\t\t\t],\r\n\t\t\t\t'asceticism'=>[\r\n\t\t\t\t\t'aceticism',\r\n\t\t\t\t\t'acseticism',\r\n\t\t\t\t\t'aseticism',\r\n\t\t\t\t],\r\n\t\t\t\t'asci'=>[\r\n\t\t\t\t\t'aci',\r\n\t\t\t\t\t'acsi',\r\n\t\t\t\t\t'asi',\r\n\t\t\t\t],\r\n\t\t\t\t'ascidian'=>[\r\n\t\t\t\t\t'ascidan',\r\n\t\t\t\t],\r\n\t\t\t\t'ascites'=>[\r\n\t\t\t\t\t'acites',\r\n\t\t\t\t\t'acsites',\r\n\t\t\t\t\t'asites',\r\n\t\t\t\t],\r\n\t\t\t\t'ascorbate'=>[\r\n\t\t\t\t\t'acorbate',\r\n\t\t\t\t\t'acsorbate',\r\n\t\t\t\t\t'asorbate',\r\n\t\t\t\t],\r\n\t\t\t\t'ascot'=>[\r\n\t\t\t\t\t'acot',\r\n\t\t\t\t\t'acsot',\r\n\t\t\t\t\t'asot',\r\n\t\t\t\t],\r\n\t\t\t\t'ascribe'=>[\r\n\t\t\t\t\t'acribe',\r\n\t\t\t\t\t'acsribe',\r\n\t\t\t\t\t'asribe',\r\n\t\t\t\t],\r\n\t\t\t\t'ascription'=>[\r\n\t\t\t\t\t'acription',\r\n\t\t\t\t\t'acsription',\r\n\t\t\t\t\t'asription',\r\n\t\t\t\t],\r\n\t\t\t\t'ascus'=>[\r\n\t\t\t\t\t'acsus',\r\n\t\t\t\t\t'acus',\r\n\t\t\t\t\t'asus',\r\n\t\t\t\t],\r\n\t\t\t\t'asea'=>[\r\n\t\t\t\t\t'ase',\r\n\t\t\t\t],\r\n\t\t\t\t'asexual'=>[\r\n\t\t\t\t\t'asexaul',\r\n\t\t\t\t],\r\n\t\t\t\t'ashlar'=>[\r\n\t\t\t\t\t'ashler',\r\n\t\t\t\t],\r\n\t\t\t\t'aside'=>[\r\n\t\t\t\t\t'asside',\r\n\t\t\t\t],\r\n\t\t\t\t'asinine'=>[\r\n\t\t\t\t\t'asinane',\r\n\t\t\t\t\t'asinini',\r\n\t\t\t\t],\r\n\t\t\t\t'asininely'=>[\r\n\t\t\t\t\t'asinanely',\r\n\t\t\t\t\t'asininly',\r\n\t\t\t\t],\r\n\t\t\t\t'asininities'=>[\r\n\t\t\t\t\t'asininaties',\r\n\t\t\t\t],\r\n\t\t\t\t'asininity'=>[\r\n\t\t\t\t\t'asininaty',\r\n\t\t\t\t],\r\n\t\t\t\t'ask'=>[\r\n\t\t\t\t\t'ask ask',\r\n\t\t\t\t\t'ask ask ask',\r\n\t\t\t\t],\r\n\t\t\t\t'askance'=>[\r\n\t\t\t\t\t'askence',\r\n\t\t\t\t],\r\n\t\t\t\t'askant'=>[\r\n\t\t\t\t\t'askent',\r\n\t\t\t\t],\r\n\t\t\t\t'asks'=>[\r\n\t\t\t\t\t'askes',\r\n\t\t\t\t],\r\n\t\t\t\t'aslant'=>[\r\n\t\t\t\t\t'aslent',\r\n\t\t\t\t],\r\n\t\t\t\t'asparagine'=>[\r\n\t\t\t\t\t'asparagini',\r\n\t\t\t\t\t'asperagine',\r\n\t\t\t\t],\r\n\t\t\t\t'asparagines'=>[\r\n\t\t\t\t\t'asperagines',\r\n\t\t\t\t],\r\n\t\t\t\t'asparagus'=>[\r\n\t\t\t\t\t'asperagus',\r\n\t\t\t\t],\r\n\t\t\t\t'asparaguses'=>[\r\n\t\t\t\t\t'asperaguses',\r\n\t\t\t\t],\r\n\t\t\t\t'asparkle'=>[\r\n\t\t\t\t\t'asperkle',\r\n\t\t\t\t],\r\n\t\t\t\t'aspartame'=>[\r\n\t\t\t\t\t'aspertame',\r\n\t\t\t\t],\r\n\t\t\t\t'aspartate'=>[\r\n\t\t\t\t\t'aspertate',\r\n\t\t\t\t],\r\n\t\t\t\t'aspergilloses'=>[\r\n\t\t\t\t\t'aspergiloses',\r\n\t\t\t\t],\r\n\t\t\t\t'aspergillosis'=>[\r\n\t\t\t\t\t'aspergilosis',\r\n\t\t\t\t],\r\n\t\t\t\t'aspergillus'=>[\r\n\t\t\t\t\t'aspergilus',\r\n\t\t\t\t],\r\n\t\t\t\t'asphalt'=>[\r\n\t\t\t\t\t'ashphalt',\r\n\t\t\t\t\t'aspalt',\r\n\t\t\t\t],\r\n\t\t\t\t'aspirant'=>[\r\n\t\t\t\t\t'aspirent',\r\n\t\t\t\t],\r\n\t\t\t\t'aspirations'=>[\r\n\t\t\t\t\t'asperations',\r\n\t\t\t\t],\r\n\t\t\t\t'aspirin'=>[\r\n\t\t\t\t\t'asprin',\r\n\t\t\t\t],\r\n\t\t\t\t'assai'=>[\r\n\t\t\t\t\t'asai',\r\n\t\t\t\t],\r\n\t\t\t\t'assail'=>[\r\n\t\t\t\t\t'asail',\r\n\t\t\t\t],\r\n\t\t\t\t'assailant'=>[\r\n\t\t\t\t\t'asailant',\r\n\t\t\t\t\t'assailent',\r\n\t\t\t\t],\r\n\t\t\t\t'assassin'=>[\r\n\t\t\t\t\t'asassin',\r\n\t\t\t\t\t'assasin',\r\n\t\t\t\t],\r\n\t\t\t\t'assassinate'=>[\r\n\t\t\t\t\t'assasinate',\r\n\t\t\t\t\t'assassinite',\r\n\t\t\t\t\t'assinate',\r\n\t\t\t\t],\r\n\t\t\t\t'assassinated'=>[\r\n\t\t\t\t\t'assasinated',\r\n\t\t\t\t],\r\n\t\t\t\t'assassinates'=>[\r\n\t\t\t\t\t'assasinates',\r\n\t\t\t\t],\r\n\t\t\t\t'assassination'=>[\r\n\t\t\t\t\t'assasination',\r\n\t\t\t\t\t'assination',\r\n\t\t\t\t],\r\n\t\t\t\t'assassinations'=>[\r\n\t\t\t\t\t'assasinations',\r\n\t\t\t\t],\r\n\t\t\t\t'assassins'=>[\r\n\t\t\t\t\t'assasins',\r\n\t\t\t\t],\r\n\t\t\t\t'assault'=>[\r\n\t\t\t\t\t'asault',\r\n\t\t\t\t\t'assualt',\r\n\t\t\t\t\t'assult',\r\n\t\t\t\t],\r\n\t\t\t\t'assaulted'=>[\r\n\t\t\t\t\t'assulted',\r\n\t\t\t\t],\r\n\t\t\t\t'assaulting'=>[\r\n\t\t\t\t\t'assualting',\r\n\t\t\t\t],\r\n\t\t\t\t'assaultively'=>[\r\n\t\t\t\t\t'assaultivly',\r\n\t\t\t\t],\r\n\t\t\t\t'assay'=>[\r\n\t\t\t\t\t'asay',\r\n\t\t\t\t],\r\n\t\t\t\t'assemblage'=>[\r\n\t\t\t\t\t'asemblage',\r\n\t\t\t\t],\r\n\t\t\t\t'assemble'=>[\r\n\t\t\t\t\t'asemble',\r\n\t\t\t\t\t'assemple',\r\n\t\t\t\t],\r\n\t\t\t\t'assembled'=>[\r\n\t\t\t\t\t'asssembled',\r\n\t\t\t\t],\r\n\t\t\t\t'assembler'=>[\r\n\t\t\t\t\t'asembler',\r\n\t\t\t\t],\r\n\t\t\t\t'assembling'=>[\r\n\t\t\t\t\t'asembling',\r\n\t\t\t\t\t'asssembling',\r\n\t\t\t\t],\r\n\t\t\t\t'assembly'=>[\r\n\t\t\t\t\t'asembly',\r\n\t\t\t\t\t'assembally',\r\n\t\t\t\t\t'assembaly',\r\n\t\t\t\t\t'assembely',\r\n\t\t\t\t\t'assemblly',\r\n\t\t\t\t\t'assemebly',\r\n\t\t\t\t\t'assemnbly',\r\n\t\t\t\t\t'asssembly',\r\n\t\t\t\t],\r\n\t\t\t\t'assemblyman'=>[\r\n\t\t\t\t\t'asemblyman',\r\n\t\t\t\t],\r\n\t\t\t\t'assemblywoman'=>[\r\n\t\t\t\t\t'asemblywoman',\r\n\t\t\t\t],\r\n\t\t\t\t'assent'=>[\r\n\t\t\t\t\t'asent',\r\n\t\t\t\t\t'assant',\r\n\t\t\t\t],\r\n\t\t\t\t'assert'=>[\r\n\t\t\t\t\t'asert',\r\n\t\t\t\t],\r\n\t\t\t\t'asserted'=>[\r\n\t\t\t\t\t'aserted',\r\n\t\t\t\t],\r\n\t\t\t\t'assertedly'=>[\r\n\t\t\t\t\t'assertedally',\r\n\t\t\t\t\t'assertedaly',\r\n\t\t\t\t\t'assertedely',\r\n\t\t\t\t\t'assertedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'assertion'=>[\r\n\t\t\t\t\t'asertion',\r\n\t\t\t\t\t'assertation',\r\n\t\t\t\t],\r\n\t\t\t\t'assertive'=>[\r\n\t\t\t\t\t'asertive',\r\n\t\t\t\t],\r\n\t\t\t\t'assertively'=>[\r\n\t\t\t\t\t'assertivly',\r\n\t\t\t\t],\r\n\t\t\t\t'assertivenesses'=>[\r\n\t\t\t\t\t'assertiveneses',\r\n\t\t\t\t],\r\n\t\t\t\t'asses'=>[\r\n\t\t\t\t\t'ases',\r\n\t\t\t\t],\r\n\t\t\t\t'assess'=>[\r\n\t\t\t\t\t'asses',\r\n\t\t\t\t],\r\n\t\t\t\t'assessment'=>[\r\n\t\t\t\t\t'asessment',\r\n\t\t\t\t\t'assesment',\r\n\t\t\t\t\t'assessmant',\r\n\t\t\t\t],\r\n\t\t\t\t'assessor'=>[\r\n\t\t\t\t\t'assesor',\r\n\t\t\t\t],\r\n\t\t\t\t'asset'=>[\r\n\t\t\t\t\t'aset',\r\n\t\t\t\t],\r\n\t\t\t\t'asshole'=>[\r\n\t\t\t\t\t'ashole',\r\n\t\t\t\t],\r\n\t\t\t\t'assiduous'=>[\r\n\t\t\t\t\t'assidous',\r\n\t\t\t\t],\r\n\t\t\t\t'assiduously'=>[\r\n\t\t\t\t\t'assidously',\r\n\t\t\t\t],\r\n\t\t\t\t'assiduousness'=>[\r\n\t\t\t\t\t'assidousness',\r\n\t\t\t\t],\r\n\t\t\t\t'assiduousnesses'=>[\r\n\t\t\t\t\t'assidousnesses',\r\n\t\t\t\t\t'assiduousneses',\r\n\t\t\t\t],\r\n\t\t\t\t'assign'=>[\r\n\t\t\t\t\t'asign',\r\n\t\t\t\t],\r\n\t\t\t\t'assignabilities'=>[\r\n\t\t\t\t\t'asignabilities',\r\n\t\t\t\t\t'assignabiliteis',\r\n\t\t\t\t\t'assignabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'assignation'=>[\r\n\t\t\t\t\t'asignation',\r\n\t\t\t\t],\r\n\t\t\t\t'assignee'=>[\r\n\t\t\t\t\t'asignee',\r\n\t\t\t\t],\r\n\t\t\t\t'assignment'=>[\r\n\t\t\t\t\t'asignment',\r\n\t\t\t\t\t'assigment',\r\n\t\t\t\t\t'assignent',\r\n\t\t\t\t\t'assignmant',\r\n\t\t\t\t\t'assignmemt',\r\n\t\t\t\t],\r\n\t\t\t\t'assignments'=>[\r\n\t\t\t\t\t'assigments',\r\n\t\t\t\t\t'assignents',\r\n\t\t\t\t\t'assignmemts',\r\n\t\t\t\t],\r\n\t\t\t\t'assignor'=>[\r\n\t\t\t\t\t'assignour',\r\n\t\t\t\t],\r\n\t\t\t\t'assignors'=>[\r\n\t\t\t\t\t'assignours',\r\n\t\t\t\t],\r\n\t\t\t\t'assimilable'=>[\r\n\t\t\t\t\t'asimilable',\r\n\t\t\t\t\t'assimilible',\r\n\t\t\t\t],\r\n\t\t\t\t'assimilate'=>[\r\n\t\t\t\t\t'asimilate',\r\n\t\t\t\t],\r\n\t\t\t\t'assimilated'=>[\r\n\t\t\t\t\t'assimiliated',\r\n\t\t\t\t],\r\n\t\t\t\t'assimilation'=>[\r\n\t\t\t\t\t'asimilation',\r\n\t\t\t\t],\r\n\t\t\t\t'assimilationism'=>[\r\n\t\t\t\t\t'asimilationism',\r\n\t\t\t\t],\r\n\t\t\t\t'assimilationist'=>[\r\n\t\t\t\t\t'asimilationist',\r\n\t\t\t\t],\r\n\t\t\t\t'assimilative'=>[\r\n\t\t\t\t\t'asimilative',\r\n\t\t\t\t],\r\n\t\t\t\t'assist'=>[\r\n\t\t\t\t\t'asist',\r\n\t\t\t\t\t'assisst',\r\n\t\t\t\t],\r\n\t\t\t\t'assistance'=>[\r\n\t\t\t\t\t'asistance',\r\n\t\t\t\t\t'assisstance',\r\n\t\t\t\t\t'assistence',\r\n\t\t\t\t\t'assitance',\r\n\t\t\t\t\t'asssitance',\r\n\t\t\t\t],\r\n\t\t\t\t'assistant'=>[\r\n\t\t\t\t\t'asisstant',\r\n\t\t\t\t\t'asistant',\r\n\t\t\t\t\t'assisstant',\r\n\t\t\t\t\t'assistent',\r\n\t\t\t\t\t'assitant',\r\n\t\t\t\t],\r\n\t\t\t\t'assistantship'=>[\r\n\t\t\t\t\t'asistantship',\r\n\t\t\t\t\t'assistentship',\r\n\t\t\t\t],\r\n\t\t\t\t'assistive'=>[\r\n\t\t\t\t\t'asistive',\r\n\t\t\t\t],\r\n\t\t\t\t'assize'=>[\r\n\t\t\t\t\t'asize',\r\n\t\t\t\t],\r\n\t\t\t\t'associate'=>[\r\n\t\t\t\t\t'asociate',\r\n\t\t\t\t\t'asscoiate',\r\n\t\t\t\t\t'associaite',\r\n\t\t\t\t\t'assoicate',\r\n\t\t\t\t\t'asssociate',\r\n\t\t\t\t],\r\n\t\t\t\t'associated'=>[\r\n\t\t\t\t\t'asociated',\r\n\t\t\t\t\t'associaited',\r\n\t\t\t\t\t'associatedasociated',\r\n\t\t\t\t\t'assoicated',\r\n\t\t\t\t],\r\n\t\t\t\t'associates'=>[\r\n\t\t\t\t\t'associaites',\r\n\t\t\t\t\t'assoicates',\r\n\t\t\t\t],\r\n\t\t\t\t'association'=>[\r\n\t\t\t\t\t'asociation',\r\n\t\t\t\t\t'assocation',\r\n\t\t\t\t\t'associaiton',\r\n\t\t\t\t],\r\n\t\t\t\t'associationism'=>[\r\n\t\t\t\t\t'asociationism',\r\n\t\t\t\t],\r\n\t\t\t\t'associationisms'=>[\r\n\t\t\t\t\t'asociationisms',\r\n\t\t\t\t],\r\n\t\t\t\t'associationists'=>[\r\n\t\t\t\t\t'asociationists',\r\n\t\t\t\t],\r\n\t\t\t\t'associative'=>[\r\n\t\t\t\t\t'asociative',\r\n\t\t\t\t\t'associaitive',\r\n\t\t\t\t],\r\n\t\t\t\t'associatively'=>[\r\n\t\t\t\t\t'associativly',\r\n\t\t\t\t],\r\n\t\t\t\t'associativities'=>[\r\n\t\t\t\t\t'asociativities',\r\n\t\t\t\t\t'associativiteis',\r\n\t\t\t\t\t'associativitis',\r\n\t\t\t\t],\r\n\t\t\t\t'assoil'=>[\r\n\t\t\t\t\t'asoil',\r\n\t\t\t\t],\r\n\t\t\t\t'assonance'=>[\r\n\t\t\t\t\t'assonence',\r\n\t\t\t\t],\r\n\t\t\t\t'assort'=>[\r\n\t\t\t\t\t'asort',\r\n\t\t\t\t],\r\n\t\t\t\t'assortatively'=>[\r\n\t\t\t\t\t'assortativly',\r\n\t\t\t\t],\r\n\t\t\t\t'assorted'=>[\r\n\t\t\t\t\t'asorted',\r\n\t\t\t\t],\r\n\t\t\t\t'assortment'=>[\r\n\t\t\t\t\t'asortment',\r\n\t\t\t\t\t'assortmant',\r\n\t\t\t\t],\r\n\t\t\t\t'assuage'=>[\r\n\t\t\t\t\t'assauge',\r\n\t\t\t\t\t'asuage',\r\n\t\t\t\t],\r\n\t\t\t\t'assuasive'=>[\r\n\t\t\t\t\t'assausive',\r\n\t\t\t\t],\r\n\t\t\t\t'assumabilities'=>[\r\n\t\t\t\t\t'assumabiliteis',\r\n\t\t\t\t\t'assumabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'assume'=>[\r\n\t\t\t\t\t'asssume',\r\n\t\t\t\t\t'assumme',\r\n\t\t\t\t\t'asume',\r\n\t\t\t\t],\r\n\t\t\t\t'assumed'=>[\r\n\t\t\t\t\t'asumed',\r\n\t\t\t\t],\r\n\t\t\t\t'assuming'=>[\r\n\t\t\t\t\t'asuming',\r\n\t\t\t\t],\r\n\t\t\t\t'assumption'=>[\r\n\t\t\t\t\t'assumpton',\r\n\t\t\t\t\t'asumption',\r\n\t\t\t\t],\r\n\t\t\t\t'assurance'=>[\r\n\t\t\t\t\t'assurence',\r\n\t\t\t\t\t'asurance',\r\n\t\t\t\t],\r\n\t\t\t\t'assure'=>[\r\n\t\t\t\t\t'asure',\r\n\t\t\t\t],\r\n\t\t\t\t'assured'=>[\r\n\t\t\t\t\t'asured',\r\n\t\t\t\t],\r\n\t\t\t\t'asterisk'=>[\r\n\t\t\t\t\t'asterick',\r\n\t\t\t\t\t'asteriks',\r\n\t\t\t\t],\r\n\t\t\t\t'asteroid'=>[\r\n\t\t\t\t\t'asteriod',\r\n\t\t\t\t\t'astroid',\r\n\t\t\t\t],\r\n\t\t\t\t'asthmatically'=>[\r\n\t\t\t\t\t'asthmaticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'astigmatism'=>[\r\n\t\t\t\t\t'astygmatism',\r\n\t\t\t\t],\r\n\t\t\t\t'astonishment'=>[\r\n\t\t\t\t\t'astonishmant',\r\n\t\t\t\t],\r\n\t\t\t\t'astringency'=>[\r\n\t\t\t\t\t'astringensy',\r\n\t\t\t\t],\r\n\t\t\t\t'astrobiologies'=>[\r\n\t\t\t\t\t'astrobiologeis',\r\n\t\t\t\t\t'astrobiologis',\r\n\t\t\t\t],\r\n\t\t\t\t'astrologically'=>[\r\n\t\t\t\t\t'astrologicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'astronautically'=>[\r\n\t\t\t\t\t'astronauticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'astronomer'=>[\r\n\t\t\t\t\t'stronomer',\r\n\t\t\t\t],\r\n\t\t\t\t'astronomically'=>[\r\n\t\t\t\t\t'astronomicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'astrophysically'=>[\r\n\t\t\t\t\t'astrophysicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'astutely'=>[\r\n\t\t\t\t\t'astutly',\r\n\t\t\t\t],\r\n\t\t\t\t'astylar'=>[\r\n\t\t\t\t\t'astyler',\r\n\t\t\t\t],\r\n\t\t\t\t'asymmetric'=>[\r\n\t\t\t\t\t'assymetric',\r\n\t\t\t\t\t'assymmetric',\r\n\t\t\t\t\t'asymetric',\r\n\t\t\t\t\t'asymnetric',\r\n\t\t\t\t],\r\n\t\t\t\t'asymmetrical'=>[\r\n\t\t\t\t\t'assymetrical',\r\n\t\t\t\t\t'assymmetrical',\r\n\t\t\t\t\t'asymetrical',\r\n\t\t\t\t\t'asymnetrical',\r\n\t\t\t\t],\r\n\t\t\t\t'asymmetrically'=>[\r\n\t\t\t\t\t'asymmetricaly',\r\n\t\t\t\t\t'asymnetrically',\r\n\t\t\t\t],\r\n\t\t\t\t'asymmetry'=>[\r\n\t\t\t\t\t'assymetry',\r\n\t\t\t\t\t'assymmetry',\r\n\t\t\t\t\t'asymetry',\r\n\t\t\t\t\t'asymnetry',\r\n\t\t\t\t],\r\n\t\t\t\t'asymptotically'=>[\r\n\t\t\t\t\t'asymptoticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'asynchronously'=>[\r\n\t\t\t\t\t'asynchronousally',\r\n\t\t\t\t\t'asynchronousaly',\r\n\t\t\t\t\t'asynchronousely',\r\n\t\t\t\t\t'asynchronouslly',\r\n\t\t\t\t],\r\n\t\t\t\t'at'=>[\r\n\t\t\t\t\t'ar',\r\n\t\t\t\t\t'at at',\r\n\t\t\t\t\t'at at at',\r\n\t\t\t\t],\r\n\t\t\t\t'at least'=>[\r\n\t\t\t\t\t'atleast',\r\n\t\t\t\t],\r\n\t\t\t\t'at the'=>[\r\n\t\t\t\t\t'at the at the',\r\n\t\t\t\t\t'athe',\r\n\t\t\t\t\t'atthe',\r\n\t\t\t\t],\r\n\t\t\t\t'atelier'=>[\r\n\t\t\t\t\t'ateleir',\r\n\t\t\t\t\t'atelir',\r\n\t\t\t\t],\r\n\t\t\t\t'athanasy'=>[\r\n\t\t\t\t\t'athanacy',\r\n\t\t\t\t],\r\n\t\t\t\t'atheism'=>[\r\n\t\t\t\t\t'athiesm',\r\n\t\t\t\t],\r\n\t\t\t\t'atheist'=>[\r\n\t\t\t\t\t'athiest',\r\n\t\t\t\t],\r\n\t\t\t\t'atheistic'=>[\r\n\t\t\t\t\t'athiestic',\r\n\t\t\t\t],\r\n\t\t\t\t'atheistical'=>[\r\n\t\t\t\t\t'athiestical',\r\n\t\t\t\t],\r\n\t\t\t\t'atheistically'=>[\r\n\t\t\t\t\t'athiestically',\r\n\t\t\t\t],\r\n\t\t\t\t'athenian'=>[\r\n\t\t\t\t\t'athenean',\r\n\t\t\t\t],\r\n\t\t\t\t'athenians'=>[\r\n\t\t\t\t\t'atheneans',\r\n\t\t\t\t],\r\n\t\t\t\t'atheroscleroses'=>[\r\n\t\t\t\t\t'atherocleroses',\r\n\t\t\t\t\t'atherocsleroses',\r\n\t\t\t\t\t'atherosleroses',\r\n\t\t\t\t],\r\n\t\t\t\t'atherosclerosis'=>[\r\n\t\t\t\t\t'arterosclerosis',\r\n\t\t\t\t\t'atheroclerosis',\r\n\t\t\t\t\t'atherocslerosis',\r\n\t\t\t\t\t'atheroslerosis',\r\n\t\t\t\t],\r\n\t\t\t\t'atherosclerotic'=>[\r\n\t\t\t\t\t'atheroclerotic',\r\n\t\t\t\t\t'atherocslerotic',\r\n\t\t\t\t\t'atheroslerotic',\r\n\t\t\t\t],\r\n\t\t\t\t'athlete'=>[\r\n\t\t\t\t\t'athelete',\r\n\t\t\t\t\t'athlethe',\r\n\t\t\t\t\t'atlethe',\r\n\t\t\t\t],\r\n\t\t\t\t'athletic'=>[\r\n\t\t\t\t\t'atheletic',\r\n\t\t\t\t\t'atheltic',\r\n\t\t\t\t],\r\n\t\t\t\t'athénée royal'=>[\r\n\t\t\t\t\t'athénée royale',\r\n\t\t\t\t],\r\n\t\t\t\t'atlanta'=>[\r\n\t\t\t\t\t'altanta',\r\n\t\t\t\t],\r\n\t\t\t\t'atlanta-based brand'=>[\r\n\t\t\t\t\t'atlanta based brand',\r\n\t\t\t\t],\r\n\t\t\t\t'atlantic'=>[\r\n\t\t\t\t\t'altantic',\r\n\t\t\t\t],\r\n\t\t\t\t'atmosphere'=>[\r\n\t\t\t\t\t'athmosphere',\r\n\t\t\t\t\t'atomsphere',\r\n\t\t\t\t],\r\n\t\t\t\t'atmospheric'=>[\r\n\t\t\t\t\t'atmospheris',\r\n\t\t\t\t],\r\n\t\t\t\t'atmospherically'=>[\r\n\t\t\t\t\t'atmosphericalally',\r\n\t\t\t\t\t'atmosphericalaly',\r\n\t\t\t\t\t'atmosphericalely',\r\n\t\t\t\t\t'atmosphericallly',\r\n\t\t\t\t\t'atmosphericaly',\r\n\t\t\t\t],\r\n\t\t\t\t'atoll'=>[\r\n\t\t\t\t\t'atol',\r\n\t\t\t\t],\r\n\t\t\t\t'atom'=>[\r\n\t\t\t\t\t'atom atom',\r\n\t\t\t\t\t'atom atom atom',\r\n\t\t\t\t],\r\n\t\t\t\t'atonable'=>[\r\n\t\t\t\t\t'atonible',\r\n\t\t\t\t],\r\n\t\t\t\t'atone'=>[\r\n\t\t\t\t\t'attone',\r\n\t\t\t\t],\r\n\t\t\t\t'atrabilious'=>[\r\n\t\t\t\t\t'atrabilous',\r\n\t\t\t\t],\r\n\t\t\t\t'atrabiliousness'=>[\r\n\t\t\t\t\t'atrabiliousnes',\r\n\t\t\t\t],\r\n\t\t\t\t'atrazine'=>[\r\n\t\t\t\t\t'atrazini',\r\n\t\t\t\t],\r\n\t\t\t\t'atrocious'=>[\r\n\t\t\t\t\t'atrocous',\r\n\t\t\t\t],\r\n\t\t\t\t'atrociously'=>[\r\n\t\t\t\t\t'atrociousally',\r\n\t\t\t\t\t'atrociousaly',\r\n\t\t\t\t\t'atrociousely',\r\n\t\t\t\t\t'atrociouslly',\r\n\t\t\t\t\t'atrocously',\r\n\t\t\t\t],\r\n\t\t\t\t'atrociousnesses'=>[\r\n\t\t\t\t\t'atrociousneses',\r\n\t\t\t\t],\r\n\t\t\t\t'atropine'=>[\r\n\t\t\t\t\t'atropini',\r\n\t\t\t\t],\r\n\t\t\t\t'attach'=>[\r\n\t\t\t\t\t'attatch',\r\n\t\t\t\t],\r\n\t\t\t\t'attached'=>[\r\n\t\t\t\t\t'attatched',\r\n\t\t\t\t],\r\n\t\t\t\t'attaches'=>[\r\n\t\t\t\t\t'attatches',\r\n\t\t\t\t],\r\n\t\t\t\t'attaching'=>[\r\n\t\t\t\t\t'attatching',\r\n\t\t\t\t],\r\n\t\t\t\t'attachment'=>[\r\n\t\t\t\t\t'attachmant',\r\n\t\t\t\t\t'attatchment',\r\n\t\t\t\t],\r\n\t\t\t\t'attack'=>[\r\n\t\t\t\t\t'attac',\r\n\t\t\t\t],\r\n\t\t\t\t'attacked'=>[\r\n\t\t\t\t\t'attacted',\r\n\t\t\t\t],\r\n\t\t\t\t'attainabilities'=>[\r\n\t\t\t\t\t'attainabiliteis',\r\n\t\t\t\t\t'attainabilitis',\r\n\t\t\t\t\t'attainibilities',\r\n\t\t\t\t],\r\n\t\t\t\t'attainder'=>[\r\n\t\t\t\t\t'attaindre',\r\n\t\t\t\t],\r\n\t\t\t\t'attaining'=>[\r\n\t\t\t\t\t'attainang',\r\n\t\t\t\t],\r\n\t\t\t\t'attainment'=>[\r\n\t\t\t\t\t'attaiment',\r\n\t\t\t\t\t'attainent',\r\n\t\t\t\t\t'attainmant',\r\n\t\t\t\t],\r\n\t\t\t\t'attainments'=>[\r\n\t\t\t\t\t'attaiments',\r\n\t\t\t\t\t'attainents',\r\n\t\t\t\t],\r\n\t\t\t\t'attar'=>[\r\n\t\t\t\t\t'atter',\r\n\t\t\t\t],\r\n\t\t\t\t'attempt'=>[\r\n\t\t\t\t\t'atempt',\r\n\t\t\t\t\t'attemp',\r\n\t\t\t\t\t'attemt',\r\n\t\t\t\t\t'attept',\r\n\t\t\t\t],\r\n\t\t\t\t'attempted'=>[\r\n\t\t\t\t\t'attemped',\r\n\t\t\t\t\t'attemted',\r\n\t\t\t\t],\r\n\t\t\t\t'attempting'=>[\r\n\t\t\t\t\t'attemting',\r\n\t\t\t\t],\r\n\t\t\t\t'attempts'=>[\r\n\t\t\t\t\t'attemps',\r\n\t\t\t\t],\r\n\t\t\t\t'attend'=>[\r\n\t\t\t\t\t'attened',\r\n\t\t\t\t\t'attent',\r\n\t\t\t\t],\r\n\t\t\t\t'attendance'=>[\r\n\t\t\t\t\t'attendence',\r\n\t\t\t\t],\r\n\t\t\t\t'attendant'=>[\r\n\t\t\t\t\t'attendent',\r\n\t\t\t\t],\r\n\t\t\t\t'attendants'=>[\r\n\t\t\t\t\t'attendents',\r\n\t\t\t\t],\r\n\t\t\t\t'attended'=>[\r\n\t\t\t\t\t'attented',\r\n\t\t\t\t],\r\n\t\t\t\t'attent'=>[\r\n\t\t\t\t\t'attant',\r\n\t\t\t\t],\r\n\t\t\t\t'attention'=>[\r\n\t\t\t\t\t'atention',\r\n\t\t\t\t\t'attantion',\r\n\t\t\t\t\t'atttention',\r\n\t\t\t\t\t'tention',\r\n\t\t\t\t\t'ttention',\r\n\t\t\t\t],\r\n\t\t\t\t'attentive'=>[\r\n\t\t\t\t\t'atentive',\r\n\t\t\t\t\t'attantive',\r\n\t\t\t\t],\r\n\t\t\t\t'attentively'=>[\r\n\t\t\t\t\t'attentivly',\r\n\t\t\t\t],\r\n\t\t\t\t'attentivenesses'=>[\r\n\t\t\t\t\t'attantivenesses',\r\n\t\t\t\t\t'attentiveneses',\r\n\t\t\t\t],\r\n\t\t\t\t'attenuate'=>[\r\n\t\t\t\t\t'attenaute',\r\n\t\t\t\t],\r\n\t\t\t\t'attenuator'=>[\r\n\t\t\t\t\t'attenautor',\r\n\t\t\t\t],\r\n\t\t\t\t'attitude'=>[\r\n\t\t\t\t\t'atitude',\r\n\t\t\t\t\t'attitide',\r\n\t\t\t\t],\r\n\t\t\t\t'attitudinise'=>[\r\n\t\t\t\t\t'attitudinase',\r\n\t\t\t\t],\r\n\t\t\t\t'attitudinised'=>[\r\n\t\t\t\t\t'attitudinased',\r\n\t\t\t\t],\r\n\t\t\t\t'attitudinises'=>[\r\n\t\t\t\t\t'attitudinases',\r\n\t\t\t\t],\r\n\t\t\t\t'attitudinising'=>[\r\n\t\t\t\t\t'attitudinasing',\r\n\t\t\t\t],\r\n\t\t\t\t'attitudinize'=>[\r\n\t\t\t\t\t'attitudinaze',\r\n\t\t\t\t],\r\n\t\t\t\t'attitudinized'=>[\r\n\t\t\t\t\t'attitudinazed',\r\n\t\t\t\t],\r\n\t\t\t\t'attitudinizes'=>[\r\n\t\t\t\t\t'attitudinazes',\r\n\t\t\t\t],\r\n\t\t\t\t'attitudinizing'=>[\r\n\t\t\t\t\t'attitudinazing',\r\n\t\t\t\t],\r\n\t\t\t\t'attorney'=>[\r\n\t\t\t\t\t'attorny',\r\n\t\t\t\t],\r\n\t\t\t\t'attorneys'=>[\r\n\t\t\t\t\t'attornies',\r\n\t\t\t\t],\r\n\t\t\t\t'attornment'=>[\r\n\t\t\t\t\t'attorment',\r\n\t\t\t\t\t'attornent',\r\n\t\t\t\t],\r\n\t\t\t\t'attornments'=>[\r\n\t\t\t\t\t'attorments',\r\n\t\t\t\t\t'attornents',\r\n\t\t\t\t],\r\n\t\t\t\t'attractance'=>[\r\n\t\t\t\t\t'attractence',\r\n\t\t\t\t],\r\n\t\t\t\t'attractancy'=>[\r\n\t\t\t\t\t'attractansy',\r\n\t\t\t\t],\r\n\t\t\t\t'attractant'=>[\r\n\t\t\t\t\t'attractent',\r\n\t\t\t\t],\r\n\t\t\t\t'attraction'=>[\r\n\t\t\t\t\t'attaction',\r\n\t\t\t\t],\r\n\t\t\t\t'attractions'=>[\r\n\t\t\t\t\t'atractions',\r\n\t\t\t\t],\r\n\t\t\t\t'attractive'=>[\r\n\t\t\t\t\t'attactive',\r\n\t\t\t\t],\r\n\t\t\t\t'attractively'=>[\r\n\t\t\t\t\t'attractivly',\r\n\t\t\t\t],\r\n\t\t\t\t'attribute'=>[\r\n\t\t\t\t\t'atribute',\r\n\t\t\t\t],\r\n\t\t\t\t'attributed'=>[\r\n\t\t\t\t\t'atributed',\r\n\t\t\t\t],\r\n\t\t\t\t'attributes'=>[\r\n\t\t\t\t\t'atributes',\r\n\t\t\t\t],\r\n\t\t\t\t'attributively'=>[\r\n\t\t\t\t\t'attributivly',\r\n\t\t\t\t],\r\n\t\t\t\t'aubergine'=>[\r\n\t\t\t\t\t'aubergini',\r\n\t\t\t\t],\r\n\t\t\t\t'audacious'=>[\r\n\t\t\t\t\t'audacous',\r\n\t\t\t\t],\r\n\t\t\t\t'audaciously'=>[\r\n\t\t\t\t\t'audaciousally',\r\n\t\t\t\t\t'audaciousaly',\r\n\t\t\t\t\t'audaciousely',\r\n\t\t\t\t\t'audaciouslly',\r\n\t\t\t\t\t'audacously',\r\n\t\t\t\t],\r\n\t\t\t\t'audaciousnesses'=>[\r\n\t\t\t\t\t'audaciousneses',\r\n\t\t\t\t],\r\n\t\t\t\t'audible'=>[\r\n\t\t\t\t\t'audable',\r\n\t\t\t\t],\r\n\t\t\t\t'audience'=>[\r\n\t\t\t\t\t'audeince',\r\n\t\t\t\t\t'audiance',\r\n\t\t\t\t\t'audince',\r\n\t\t\t\t],\r\n\t\t\t\t'audiocassette'=>[\r\n\t\t\t\t\t'audiocasette',\r\n\t\t\t\t],\r\n\t\t\t\t'augment'=>[\r\n\t\t\t\t\t'augmant',\r\n\t\t\t\t],\r\n\t\t\t\t'augmentation'=>[\r\n\t\t\t\t\t'augmantation',\r\n\t\t\t\t],\r\n\t\t\t\t'augmentative'=>[\r\n\t\t\t\t\t'augmantative',\r\n\t\t\t\t],\r\n\t\t\t\t'augmented'=>[\r\n\t\t\t\t\t'augmanted',\r\n\t\t\t\t],\r\n\t\t\t\t'august'=>[\r\n\t\t\t\t\t'augost',\r\n\t\t\t\t\t'auguat',\r\n\t\t\t\t],\r\n\t\t\t\t'august 1726'=>[\r\n\t\t\t\t\t'augusts 1726',\r\n\t\t\t\t],\r\n\t\t\t\t'augustly'=>[\r\n\t\t\t\t\t'augustally',\r\n\t\t\t\t\t'augustaly',\r\n\t\t\t\t\t'augustely',\r\n\t\t\t\t\t'augustlly',\r\n\t\t\t\t],\r\n\t\t\t\t'auntie'=>[\r\n\t\t\t\t\t'auntei',\r\n\t\t\t\t\t'aunti',\r\n\t\t\t\t],\r\n\t\t\t\t'aurar'=>[\r\n\t\t\t\t\t'aurer',\r\n\t\t\t\t],\r\n\t\t\t\t'aureately'=>[\r\n\t\t\t\t\t'aureatly',\r\n\t\t\t\t],\r\n\t\t\t\t'aurei'=>[\r\n\t\t\t\t\t'aurie',\r\n\t\t\t\t],\r\n\t\t\t\t'auricular'=>[\r\n\t\t\t\t\t'auriculer',\r\n\t\t\t\t],\r\n\t\t\t\t'auscultation'=>[\r\n\t\t\t\t\t'aucsultation',\r\n\t\t\t\t\t'aucultation',\r\n\t\t\t\t\t'ausultation',\r\n\t\t\t\t],\r\n\t\t\t\t'auscultations'=>[\r\n\t\t\t\t\t'aucsultations',\r\n\t\t\t\t\t'aucultations',\r\n\t\t\t\t\t'ausultations',\r\n\t\t\t\t],\r\n\t\t\t\t'auspicious'=>[\r\n\t\t\t\t\t'auspicous',\r\n\t\t\t\t],\r\n\t\t\t\t'auspiciously'=>[\r\n\t\t\t\t\t'auspicously',\r\n\t\t\t\t],\r\n\t\t\t\t'austerely'=>[\r\n\t\t\t\t\t'austerly',\r\n\t\t\t\t],\r\n\t\t\t\t'australasia'=>[\r\n\t\t\t\t\t'australiasia',\r\n\t\t\t\t],\r\n\t\t\t\t'australia'=>[\r\n\t\t\t\t\t'austrailia',\r\n\t\t\t\t\t'australa',\r\n\t\t\t\t\t'australai',\r\n\t\t\t\t],\r\n\t\t\t\t'australian'=>[\r\n\t\t\t\t\t'australain',\r\n\t\t\t\t\t'australan',\r\n\t\t\t\t],\r\n\t\t\t\t'australian-occupied'=>[\r\n\t\t\t\t\t'australian occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'austrian'=>[\r\n\t\t\t\t\t'austran',\r\n\t\t\t\t],\r\n\t\t\t\t'austrian-occupied'=>[\r\n\t\t\t\t\t'austrian occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'autecious'=>[\r\n\t\t\t\t\t'autecous',\r\n\t\t\t\t],\r\n\t\t\t\t'auteur'=>[\r\n\t\t\t\t\t'auter',\r\n\t\t\t\t],\r\n\t\t\t\t'authentic'=>[\r\n\t\t\t\t\t'authantic',\r\n\t\t\t\t],\r\n\t\t\t\t'authentically'=>[\r\n\t\t\t\t\t'authenticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'authenticate'=>[\r\n\t\t\t\t\t'authanticate',\r\n\t\t\t\t],\r\n\t\t\t\t'authenticating'=>[\r\n\t\t\t\t\t'authanticating',\r\n\t\t\t\t],\r\n\t\t\t\t'authentication'=>[\r\n\t\t\t\t\t'authantication',\r\n\t\t\t\t],\r\n\t\t\t\t'authentications'=>[\r\n\t\t\t\t\t'authantications',\r\n\t\t\t\t],\r\n\t\t\t\t'authenticators'=>[\r\n\t\t\t\t\t'authanticators',\r\n\t\t\t\t],\r\n\t\t\t\t'authenticities'=>[\r\n\t\t\t\t\t'authanticities',\r\n\t\t\t\t\t'authenticiteis',\r\n\t\t\t\t\t'authenticitis',\r\n\t\t\t\t],\r\n\t\t\t\t'authenticity'=>[\r\n\t\t\t\t\t'authanticity',\r\n\t\t\t\t],\r\n\t\t\t\t'author'=>[\r\n\t\t\t\t\t'auther',\r\n\t\t\t\t\t'autor',\r\n\t\t\t\t],\r\n\t\t\t\t'authored'=>[\r\n\t\t\t\t\t'authered',\r\n\t\t\t\t],\r\n\t\t\t\t'authoring'=>[\r\n\t\t\t\t\t'authering',\r\n\t\t\t\t],\r\n\t\t\t\t'authoritarian'=>[\r\n\t\t\t\t\t'authoritaran',\r\n\t\t\t\t\t'authoritorian',\r\n\t\t\t\t],\r\n\t\t\t\t'authoritarianism'=>[\r\n\t\t\t\t\t'authroitarianism',\r\n\t\t\t\t],\r\n\t\t\t\t'authoritative'=>[\r\n\t\t\t\t\t'authorative',\r\n\t\t\t\t\t'authoritive',\r\n\t\t\t\t],\r\n\t\t\t\t'authoritatively'=>[\r\n\t\t\t\t\t'authoritativeally',\r\n\t\t\t\t\t'authoritativealy',\r\n\t\t\t\t\t'authoritativeely',\r\n\t\t\t\t\t'authoritativelly',\r\n\t\t\t\t\t'authoritativly',\r\n\t\t\t\t],\r\n\t\t\t\t'authorities'=>[\r\n\t\t\t\t\t'authorites',\r\n\t\t\t\t],\r\n\t\t\t\t'authority'=>[\r\n\t\t\t\t\t'athority',\r\n\t\t\t\t\t'autority',\r\n\t\t\t\t],\r\n\t\t\t\t'authors'=>[\r\n\t\t\t\t\t'authers',\r\n\t\t\t\t],\r\n\t\t\t\t'autoantibodies'=>[\r\n\t\t\t\t\t'autoantibodeis',\r\n\t\t\t\t\t'autoantibodis',\r\n\t\t\t\t],\r\n\t\t\t\t'autoantibody'=>[\r\n\t\t\t\t\t'autoentibody',\r\n\t\t\t\t],\r\n\t\t\t\t'autobahn'=>[\r\n\t\t\t\t\t'autoban',\r\n\t\t\t\t],\r\n\t\t\t\t'autobahnen'=>[\r\n\t\t\t\t\t'autobanen',\r\n\t\t\t\t],\r\n\t\t\t\t'autobahns'=>[\r\n\t\t\t\t\t'autobans',\r\n\t\t\t\t],\r\n\t\t\t\t'autobiographic'=>[\r\n\t\t\t\t\t'authobiographic',\r\n\t\t\t\t],\r\n\t\t\t\t'autobiographies'=>[\r\n\t\t\t\t\t'autobiographeis',\r\n\t\t\t\t\t'autobiographis',\r\n\t\t\t\t],\r\n\t\t\t\t'autobiography'=>[\r\n\t\t\t\t\t'authobiography',\r\n\t\t\t\t],\r\n\t\t\t\t'autochthonous'=>[\r\n\t\t\t\t\t'autochtonous',\r\n\t\t\t\t\t'autoctonous',\r\n\t\t\t\t],\r\n\t\t\t\t'autocorrelation'=>[\r\n\t\t\t\t\t'autocorelation',\r\n\t\t\t\t],\r\n\t\t\t\t'autocracy'=>[\r\n\t\t\t\t\t'autocrasy',\r\n\t\t\t\t],\r\n\t\t\t\t'autocratically'=>[\r\n\t\t\t\t\t'autocraticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'autoecious'=>[\r\n\t\t\t\t\t'autoecous',\r\n\t\t\t\t],\r\n\t\t\t\t'autoeciously'=>[\r\n\t\t\t\t\t'autoecously',\r\n\t\t\t\t],\r\n\t\t\t\t'autographically'=>[\r\n\t\t\t\t\t'autographicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'autoimmune'=>[\r\n\t\t\t\t\t'autoimnune',\r\n\t\t\t\t],\r\n\t\t\t\t'autoimmunities'=>[\r\n\t\t\t\t\t'autoimmuniteis',\r\n\t\t\t\t\t'autoimmunitis',\r\n\t\t\t\t\t'autoimnunities',\r\n\t\t\t\t],\r\n\t\t\t\t'autoimmunity'=>[\r\n\t\t\t\t\t'autoimnunity',\r\n\t\t\t\t],\r\n\t\t\t\t'automatic'=>[\r\n\t\t\t\t\t'atomatic',\r\n\t\t\t\t],\r\n\t\t\t\t'automaticities'=>[\r\n\t\t\t\t\t'automaticiteis',\r\n\t\t\t\t\t'automaticitis',\r\n\t\t\t\t],\r\n\t\t\t\t'automobilities'=>[\r\n\t\t\t\t\t'automobiliteis',\r\n\t\t\t\t\t'automobilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'automorphism'=>[\r\n\t\t\t\t\t'automourphism',\r\n\t\t\t\t],\r\n\t\t\t\t'automorphisms'=>[\r\n\t\t\t\t\t'automourphisms',\r\n\t\t\t\t],\r\n\t\t\t\t'autonomie'=>[\r\n\t\t\t\t\t'antonomie',\r\n\t\t\t\t\t'aptonomie',\r\n\t\t\t\t],\r\n\t\t\t\t'autopsy'=>[\r\n\t\t\t\t\t'autopcy',\r\n\t\t\t\t],\r\n\t\t\t\t'autosuggest'=>[\r\n\t\t\t\t\t'autosugest',\r\n\t\t\t\t],\r\n\t\t\t\t'autosuggested'=>[\r\n\t\t\t\t\t'autosugested',\r\n\t\t\t\t],\r\n\t\t\t\t'autosuggesting'=>[\r\n\t\t\t\t\t'autosugesting',\r\n\t\t\t\t],\r\n\t\t\t\t'autosuggestion'=>[\r\n\t\t\t\t\t'autosugestion',\r\n\t\t\t\t],\r\n\t\t\t\t'autosuggestions'=>[\r\n\t\t\t\t\t'autosugestions',\r\n\t\t\t\t],\r\n\t\t\t\t'autosuggests'=>[\r\n\t\t\t\t\t'autosugests',\r\n\t\t\t\t],\r\n\t\t\t\t'autotransfusion'=>[\r\n\t\t\t\t\t'autotransfuison',\r\n\t\t\t\t],\r\n\t\t\t\t'autotrophically'=>[\r\n\t\t\t\t\t'autotrophicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'auxiliaries'=>[\r\n\t\t\t\t\t'auxillaries',\r\n\t\t\t\t\t'auxilliaries',\r\n\t\t\t\t],\r\n\t\t\t\t'auxiliary'=>[\r\n\t\t\t\t\t'auxiliery',\r\n\t\t\t\t\t'auxillary',\r\n\t\t\t\t\t'auxilliary',\r\n\t\t\t\t],\r\n\t\t\t\t'auxinic'=>[\r\n\t\t\t\t\t'auxinac',\r\n\t\t\t\t],\r\n\t\t\t\t'availabilities'=>[\r\n\t\t\t\t\t'availabiliteis',\r\n\t\t\t\t\t'availabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'available'=>[\r\n\t\t\t\t\t'availabe',\r\n\t\t\t\t\t'availiable',\r\n\t\t\t\t\t'availible',\r\n\t\t\t\t\t'avalable',\r\n\t\t\t\t\t'avaliable',\r\n\t\t\t\t\t'avalible',\r\n\t\t\t\t],\r\n\t\t\t\t'availablenesses'=>[\r\n\t\t\t\t\t'availableneses',\r\n\t\t\t\t],\r\n\t\t\t\t'avalanche'=>[\r\n\t\t\t\t\t'avalance',\r\n\t\t\t\t],\r\n\t\t\t\t'avant'=>[\r\n\t\t\t\t\t'avent',\r\n\t\t\t\t],\r\n\t\t\t\t'avant-garde'=>[\r\n\t\t\t\t\t'avant garde',\r\n\t\t\t\t],\r\n\t\t\t\t'avaricious'=>[\r\n\t\t\t\t\t'avaricous',\r\n\t\t\t\t],\r\n\t\t\t\t'avariciously'=>[\r\n\t\t\t\t\t'avaricously',\r\n\t\t\t\t],\r\n\t\t\t\t'avascular'=>[\r\n\t\t\t\t\t'avacsular',\r\n\t\t\t\t\t'avacular',\r\n\t\t\t\t\t'avasculer',\r\n\t\t\t\t\t'avasular',\r\n\t\t\t\t],\r\n\t\t\t\t'avascularities'=>[\r\n\t\t\t\t\t'avacsularities',\r\n\t\t\t\t\t'avacularities',\r\n\t\t\t\t\t'avasculariteis',\r\n\t\t\t\t\t'avascularitis',\r\n\t\t\t\t\t'avasularities',\r\n\t\t\t\t],\r\n\t\t\t\t'avatar'=>[\r\n\t\t\t\t\t'avater',\r\n\t\t\t\t],\r\n\t\t\t\t'average'=>[\r\n\t\t\t\t\t'avarage',\r\n\t\t\t\t\t'averege',\r\n\t\t\t\t],\r\n\t\t\t\t'averaged'=>[\r\n\t\t\t\t\t'averageed',\r\n\t\t\t\t],\r\n\t\t\t\t'aversely'=>[\r\n\t\t\t\t\t'aversly',\r\n\t\t\t\t],\r\n\t\t\t\t'aversively'=>[\r\n\t\t\t\t\t'aversivly',\r\n\t\t\t\t],\r\n\t\t\t\t'avertible'=>[\r\n\t\t\t\t\t'avertable',\r\n\t\t\t\t],\r\n\t\t\t\t'avian'=>[\r\n\t\t\t\t\t'avan',\r\n\t\t\t\t],\r\n\t\t\t\t'aviary'=>[\r\n\t\t\t\t\t'aviery',\r\n\t\t\t\t],\r\n\t\t\t\t'aviation'=>[\r\n\t\t\t\t\t'avation',\r\n\t\t\t\t],\r\n\t\t\t\t'avicular'=>[\r\n\t\t\t\t\t'aviculer',\r\n\t\t\t\t],\r\n\t\t\t\t'avocationally'=>[\r\n\t\t\t\t\t'avocationaly',\r\n\t\t\t\t],\r\n\t\t\t\t'avoid'=>[\r\n\t\t\t\t\t'aviod',\r\n\t\t\t\t],\r\n\t\t\t\t'avoidance'=>[\r\n\t\t\t\t\t'aviodance',\r\n\t\t\t\t\t'avoidence',\r\n\t\t\t\t],\r\n\t\t\t\t'avuncular'=>[\r\n\t\t\t\t\t'avunculer',\r\n\t\t\t\t],\r\n\t\t\t\t'avuncularities'=>[\r\n\t\t\t\t\t'avunculariteis',\r\n\t\t\t\t\t'avuncularitis',\r\n\t\t\t\t],\r\n\t\t\t\t'avuncularly'=>[\r\n\t\t\t\t\t'avuncularally',\r\n\t\t\t\t\t'avuncularaly',\r\n\t\t\t\t\t'avuncularely',\r\n\t\t\t\t\t'avuncularlly',\r\n\t\t\t\t],\r\n\t\t\t\t'awakened'=>[\r\n\t\t\t\t\t'awakend',\r\n\t\t\t\t\t'awoked',\r\n\t\t\t\t],\r\n\t\t\t\t'award'=>[\r\n\t\t\t\t\t'aword',\r\n\t\t\t\t],\r\n\t\t\t\t'award-winning'=>[\r\n\t\t\t\t\t'award winning',\r\n\t\t\t\t],\r\n\t\t\t\t'awarded'=>[\r\n\t\t\t\t\t'aworded',\r\n\t\t\t\t],\r\n\t\t\t\t'awareness'=>[\r\n\t\t\t\t\t'awarness',\r\n\t\t\t\t],\r\n\t\t\t\t'away'=>[\r\n\t\t\t\t\t'awaye',\r\n\t\t\t\t\t'awya',\r\n\t\t\t\t],\r\n\t\t\t\t'aweary'=>[\r\n\t\t\t\t\t'aweery',\r\n\t\t\t\t],\r\n\t\t\t\t'aweigh'=>[\r\n\t\t\t\t\t'awiegh',\r\n\t\t\t\t],\r\n\t\t\t\t'aweing'=>[\r\n\t\t\t\t\t'awieng',\r\n\t\t\t\t],\r\n\t\t\t\t'awesome'=>[\r\n\t\t\t\t\t'awseome',\r\n\t\t\t\t\t'awsome',\r\n\t\t\t\t],\r\n\t\t\t\t'awesomely'=>[\r\n\t\t\t\t\t'awesomly',\r\n\t\t\t\t],\r\n\t\t\t\t'awkward'=>[\r\n\t\t\t\t\t'ackward',\r\n\t\t\t\t\t'akward',\r\n\t\t\t\t],\r\n\t\t\t\t'awoke'=>[\r\n\t\t\t\t\t'awaked',\r\n\t\t\t\t],\r\n\t\t\t\t'axillar'=>[\r\n\t\t\t\t\t'axiller',\r\n\t\t\t\t],\r\n\t\t\t\t'axillary'=>[\r\n\t\t\t\t\t'axillery',\r\n\t\t\t\t],\r\n\t\t\t\t'axiologically'=>[\r\n\t\t\t\t\t'axiologicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'axiom'=>[\r\n\t\t\t\t\t'anxiom',\r\n\t\t\t\t],\r\n\t\t\t\t'axiomatically'=>[\r\n\t\t\t\t\t'axiomaticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'axisymmetric'=>[\r\n\t\t\t\t\t'axisymnetric',\r\n\t\t\t\t],\r\n\t\t\t\t'axisymmetrical'=>[\r\n\t\t\t\t\t'axisymnetrical',\r\n\t\t\t\t],\r\n\t\t\t\t'axisymmetries'=>[\r\n\t\t\t\t\t'axisymnetries',\r\n\t\t\t\t],\r\n\t\t\t\t'ayah'=>[\r\n\t\t\t\t\t'aya',\r\n\t\t\t\t],\r\n\t\t\t\t'ayahs'=>[\r\n\t\t\t\t\t'ayas',\r\n\t\t\t\t],\r\n\t\t\t\t'ayahuasca'=>[\r\n\t\t\t\t\t'ayahausca',\r\n\t\t\t\t\t'ayauasca',\r\n\t\t\t\t],\r\n\t\t\t\t'ayahuascas'=>[\r\n\t\t\t\t\t'ayauascas',\r\n\t\t\t\t],\r\n\t\t\t\t'ayatollah'=>[\r\n\t\t\t\t\t'ayatolah',\r\n\t\t\t\t\t'ayatolla',\r\n\t\t\t\t],\r\n\t\t\t\t'ayatollahs'=>[\r\n\t\t\t\t\t'ayatollas',\r\n\t\t\t\t],\r\n\t\t\t\t'azathioprine'=>[\r\n\t\t\t\t\t'azathioprini',\r\n\t\t\t\t],\r\n\t\t\t\t'azerbaijan'=>[\r\n\t\t\t\t\t'azerbajan',\r\n\t\t\t\t],\r\n\t\t\t\t'azidothymidine'=>[\r\n\t\t\t\t\t'azidothymidini',\r\n\t\t\t\t],\r\n\t\t\t\t'azidothymidines'=>[\r\n\t\t\t\t\t'azidothymidinis',\r\n\t\t\t\t],\r\n\t\t\t\t'azimuthal'=>[\r\n\t\t\t\t\t'azimutal',\r\n\t\t\t\t],\r\n\t\t\t\t'azine'=>[\r\n\t\t\t\t\t'azini',\r\n\t\t\t\t],\r\n\t\t\t\t'azines'=>[\r\n\t\t\t\t\t'azinis',\r\n\t\t\t\t],\r\n\t\t\t];\r\n\t\t}", "public function EnglishMisspellingsWords() {\r\n\t\t\treturn [\r\n\t\t\t\t'Caesar'=>[\r\n\t\t\t\t\t'Ceasar',\r\n\t\t\t\t],\r\n\t\t\t\t'California'=>[\r\n\t\t\t\t\t'Califronia',\r\n\t\t\t\t],\r\n\t\t\t\t'Californian'=>[\r\n\t\t\t\t\t'Califronian',\r\n\t\t\t\t],\r\n\t\t\t\t'Cambridge'=>[\r\n\t\t\t\t\t'Cambrige',\r\n\t\t\t\t],\r\n\t\t\t\t'Canadian'=>[\r\n\t\t\t\t\t'Canadaian',\r\n\t\t\t\t\t'Canadain',\r\n\t\t\t\t],\r\n\t\t\t\t'Caracas'=>[\r\n\t\t\t\t\t'carcas',\r\n\t\t\t\t],\r\n\t\t\t\t'Caribbean'=>[\r\n\t\t\t\t\t'Carribbean',\r\n\t\t\t\t\t'Carribean',\r\n\t\t\t\t],\r\n\t\t\t\t'Carmelite'=>[\r\n\t\t\t\t\t'Carmalite',\r\n\t\t\t\t],\r\n\t\t\t\t'Carthaginian'=>[\r\n\t\t\t\t\t'Carthagian',\r\n\t\t\t\t],\r\n\t\t\t\t'Catalina'=>[\r\n\t\t\t\t\t'Cataline',\r\n\t\t\t\t],\r\n\t\t\t\t'Celsius'=>[\r\n\t\t\t\t\t'Celcius',\r\n\t\t\t\t],\r\n\t\t\t\t'Champagne'=>[\r\n\t\t\t\t\t'Champange',\r\n\t\t\t\t],\r\n\t\t\t\t'Charlotte'=>[\r\n\t\t\t\t\t'Charolette',\r\n\t\t\t\t],\r\n\t\t\t\t'Chhattisgarh'=>[\r\n\t\t\t\t\t'Chattisgarh',\r\n\t\t\t\t\t'Chhatisgarh',\r\n\t\t\t\t],\r\n\t\t\t\t'Chinese'=>[\r\n\t\t\t\t\t'Chineese',\r\n\t\t\t\t],\r\n\t\t\t\t'Christmas'=>[\r\n\t\t\t\t\t'Chrismas',\r\n\t\t\t\t],\r\n\t\t\t\t'Cincinnati'=>[\r\n\t\t\t\t\t'Cincinatti',\r\n\t\t\t\t\t'Cincinnatti',\r\n\t\t\t\t],\r\n\t\t\t\t'Clement'=>[\r\n\t\t\t\t\t'Qement',\r\n\t\t\t\t],\r\n\t\t\t\t'Connecticut'=>[\r\n\t\t\t\t\t'Conneticut',\r\n\t\t\t\t],\r\n\t\t\t\t'Coventry'=>[\r\n\t\t\t\t\t'Conventry',\r\n\t\t\t\t],\r\n\t\t\t\t'caballero'=>[\r\n\t\t\t\t\t'cabalero',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbage'=>[\r\n\t\t\t\t\t'cabage',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbaged'=>[\r\n\t\t\t\t\t'cabaged',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbages'=>[\r\n\t\t\t\t\t'cabages',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbageworm'=>[\r\n\t\t\t\t\t'cabageworm',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbageworms'=>[\r\n\t\t\t\t\t'cabageworms',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbagey'=>[\r\n\t\t\t\t\t'cabagey',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbaging'=>[\r\n\t\t\t\t\t'cabaging',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbagy'=>[\r\n\t\t\t\t\t'cabagy',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbala'=>[\r\n\t\t\t\t\t'cabala',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbalah'=>[\r\n\t\t\t\t\t'cabalah',\r\n\t\t\t\t\t'cabbala',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbalahs'=>[\r\n\t\t\t\t\t'cabalahs',\r\n\t\t\t\t\t'cabbalas',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbalas'=>[\r\n\t\t\t\t\t'cabalas',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbalism'=>[\r\n\t\t\t\t\t'cabalism',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbalisms'=>[\r\n\t\t\t\t\t'cabalisms',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbalist'=>[\r\n\t\t\t\t\t'cabalist',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbalists'=>[\r\n\t\t\t\t\t'cabalists',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbie'=>[\r\n\t\t\t\t\t'cabie',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbies'=>[\r\n\t\t\t\t\t'cabies',\r\n\t\t\t\t],\r\n\t\t\t\t'cabbing'=>[\r\n\t\t\t\t\t'cabing',\r\n\t\t\t\t],\r\n\t\t\t\t'cabby'=>[\r\n\t\t\t\t\t'caby',\r\n\t\t\t\t],\r\n\t\t\t\t'cabinet'=>[\r\n\t\t\t\t\t'cabinit',\r\n\t\t\t\t],\r\n\t\t\t\t'cabinetmaker'=>[\r\n\t\t\t\t\t'cabinitmaker',\r\n\t\t\t\t],\r\n\t\t\t\t'cabinetmakings'=>[\r\n\t\t\t\t\t'cabinitmakings',\r\n\t\t\t\t],\r\n\t\t\t\t'cabinetry'=>[\r\n\t\t\t\t\t'cabinitry',\r\n\t\t\t\t],\r\n\t\t\t\t'cabinetwork'=>[\r\n\t\t\t\t\t'cabinitwork',\r\n\t\t\t\t],\r\n\t\t\t\t'cabining'=>[\r\n\t\t\t\t\t'cabinang',\r\n\t\t\t\t],\r\n\t\t\t\t'cabinmate'=>[\r\n\t\t\t\t\t'cabimate',\r\n\t\t\t\t\t'cabinate',\r\n\t\t\t\t],\r\n\t\t\t\t'cabinmates'=>[\r\n\t\t\t\t\t'cabimates',\r\n\t\t\t\t\t'cabinates',\r\n\t\t\t\t],\r\n\t\t\t\t'cacciatore'=>[\r\n\t\t\t\t\t'caciatore',\r\n\t\t\t\t],\r\n\t\t\t\t'cachaíto'=>[\r\n\t\t\t\t\t'cachaito',\r\n\t\t\t\t],\r\n\t\t\t\t'cachinnate'=>[\r\n\t\t\t\t\t'cachinate',\r\n\t\t\t\t],\r\n\t\t\t\t'cachinnating'=>[\r\n\t\t\t\t\t'cachinating',\r\n\t\t\t\t],\r\n\t\t\t\t'cachinnation'=>[\r\n\t\t\t\t\t'cachination',\r\n\t\t\t\t],\r\n\t\t\t\t'cachinnations'=>[\r\n\t\t\t\t\t'cachinations',\r\n\t\t\t\t],\r\n\t\t\t\t'cacographies'=>[\r\n\t\t\t\t\t'cacographeis',\r\n\t\t\t\t\t'cacographis',\r\n\t\t\t\t],\r\n\t\t\t\t'cacophonous'=>[\r\n\t\t\t\t\t'cacaphonous',\r\n\t\t\t\t],\r\n\t\t\t\t'cacophonously'=>[\r\n\t\t\t\t\t'cacophonousally',\r\n\t\t\t\t\t'cacophonousaly',\r\n\t\t\t\t\t'cacophonousely',\r\n\t\t\t\t\t'cacophonouslly',\r\n\t\t\t\t],\r\n\t\t\t\t'cacophony'=>[\r\n\t\t\t\t\t'cacaphony',\r\n\t\t\t\t],\r\n\t\t\t\t'cacuminal'=>[\r\n\t\t\t\t\t'cacuminil',\r\n\t\t\t\t],\r\n\t\t\t\t'cadaver'=>[\r\n\t\t\t\t\t'cadavre',\r\n\t\t\t\t],\r\n\t\t\t\t'caddie'=>[\r\n\t\t\t\t\t'caddei',\r\n\t\t\t\t\t'caddi',\r\n\t\t\t\t],\r\n\t\t\t\t'cadence'=>[\r\n\t\t\t\t\t'cadance',\r\n\t\t\t\t],\r\n\t\t\t\t'cadency'=>[\r\n\t\t\t\t\t'cadensy',\r\n\t\t\t\t],\r\n\t\t\t\t'cadent'=>[\r\n\t\t\t\t\t'cadant',\r\n\t\t\t\t],\r\n\t\t\t\t'cadential'=>[\r\n\t\t\t\t\t'cadantial',\r\n\t\t\t\t],\r\n\t\t\t\t'caecilian'=>[\r\n\t\t\t\t\t'caecilan',\r\n\t\t\t\t],\r\n\t\t\t\t'caesar'=>[\r\n\t\t\t\t\t'caeser',\r\n\t\t\t\t],\r\n\t\t\t\t'caesarean'=>[\r\n\t\t\t\t\t'caesaren',\r\n\t\t\t\t],\r\n\t\t\t\t'caesarian'=>[\r\n\t\t\t\t\t'caesaran',\r\n\t\t\t\t],\r\n\t\t\t\t'caffeinated'=>[\r\n\t\t\t\t\t'caffienated',\r\n\t\t\t\t],\r\n\t\t\t\t'caffeine'=>[\r\n\t\t\t\t\t'caffeini',\r\n\t\t\t\t\t'caffiene',\r\n\t\t\t\t],\r\n\t\t\t\t'caffeinic'=>[\r\n\t\t\t\t\t'caffeinac',\r\n\t\t\t\t],\r\n\t\t\t\t'caffeins'=>[\r\n\t\t\t\t\t'caffiens',\r\n\t\t\t\t],\r\n\t\t\t\t'café'=>[\r\n\t\t\t\t\t'cafe',\r\n\t\t\t\t],\r\n\t\t\t\t'cafés'=>[\r\n\t\t\t\t\t'cafes',\r\n\t\t\t\t],\r\n\t\t\t\t'cahier'=>[\r\n\t\t\t\t\t'caier',\r\n\t\t\t\t],\r\n\t\t\t\t'cahiers'=>[\r\n\t\t\t\t\t'caiers',\r\n\t\t\t\t],\r\n\t\t\t\t'cahoot'=>[\r\n\t\t\t\t\t'caoot',\r\n\t\t\t\t],\r\n\t\t\t\t'cahoots'=>[\r\n\t\t\t\t\t'caoots',\r\n\t\t\t\t],\r\n\t\t\t\t'cahow'=>[\r\n\t\t\t\t\t'caow',\r\n\t\t\t\t],\r\n\t\t\t\t'cahows'=>[\r\n\t\t\t\t\t'caows',\r\n\t\t\t\t],\r\n\t\t\t\t'caisson'=>[\r\n\t\t\t\t\t'casion',\r\n\t\t\t\t],\r\n\t\t\t\t'calamar'=>[\r\n\t\t\t\t\t'calamer',\r\n\t\t\t\t],\r\n\t\t\t\t'calamary'=>[\r\n\t\t\t\t\t'calamery',\r\n\t\t\t\t],\r\n\t\t\t\t'calamine'=>[\r\n\t\t\t\t\t'calamini',\r\n\t\t\t\t],\r\n\t\t\t\t'calcanei'=>[\r\n\t\t\t\t\t'calcanie',\r\n\t\t\t\t],\r\n\t\t\t\t'calcar'=>[\r\n\t\t\t\t\t'calcer',\r\n\t\t\t\t],\r\n\t\t\t\t'calcimining'=>[\r\n\t\t\t\t\t'calciminang',\r\n\t\t\t\t],\r\n\t\t\t\t'calcine'=>[\r\n\t\t\t\t\t'calcini',\r\n\t\t\t\t],\r\n\t\t\t\t'calcining'=>[\r\n\t\t\t\t\t'calcinang',\r\n\t\t\t\t],\r\n\t\t\t\t'calcspar'=>[\r\n\t\t\t\t\t'calcsper',\r\n\t\t\t\t],\r\n\t\t\t\t'calcspars'=>[\r\n\t\t\t\t\t'calcspers',\r\n\t\t\t\t],\r\n\t\t\t\t'calculable'=>[\r\n\t\t\t\t\t'calculible',\r\n\t\t\t\t],\r\n\t\t\t\t'calculate'=>[\r\n\t\t\t\t\t'caluclate',\r\n\t\t\t\t\t'caluculate',\r\n\t\t\t\t\t'calulate',\r\n\t\t\t\t],\r\n\t\t\t\t'calculated'=>[\r\n\t\t\t\t\t'caluclated',\r\n\t\t\t\t\t'caluculated',\r\n\t\t\t\t\t'calulated',\r\n\t\t\t\t],\r\n\t\t\t\t'calculatedly'=>[\r\n\t\t\t\t\t'calculatedally',\r\n\t\t\t\t\t'calculatedaly',\r\n\t\t\t\t\t'calculatedely',\r\n\t\t\t\t\t'calculatedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'calculatedness'=>[\r\n\t\t\t\t\t'calculatednes',\r\n\t\t\t\t],\r\n\t\t\t\t'calefactories'=>[\r\n\t\t\t\t\t'calefactoreis',\r\n\t\t\t\t\t'calefactoris',\r\n\t\t\t\t],\r\n\t\t\t\t'calendar'=>[\r\n\t\t\t\t\t'calandar',\r\n\t\t\t\t\t'calander',\r\n\t\t\t\t\t'calender',\r\n\t\t\t\t],\r\n\t\t\t\t'caliber'=>[\r\n\t\t\t\t\t'calibur',\r\n\t\t\t\t],\r\n\t\t\t\t'caliph'=>[\r\n\t\t\t\t\t'calph',\r\n\t\t\t\t],\r\n\t\t\t\t'call'=>[\r\n\t\t\t\t\t'cal',\r\n\t\t\t\t],\r\n\t\t\t\t'calla'=>[\r\n\t\t\t\t\t'cala',\r\n\t\t\t\t],\r\n\t\t\t\t'callable'=>[\r\n\t\t\t\t\t'calable',\r\n\t\t\t\t\t'callible',\r\n\t\t\t\t],\r\n\t\t\t\t'callback'=>[\r\n\t\t\t\t\t'calback',\r\n\t\t\t\t],\r\n\t\t\t\t'called'=>[\r\n\t\t\t\t\t'ealled',\r\n\t\t\t\t],\r\n\t\t\t\t'caller'=>[\r\n\t\t\t\t\t'caler',\r\n\t\t\t\t],\r\n\t\t\t\t'calligraphies'=>[\r\n\t\t\t\t\t'calligrapheis',\r\n\t\t\t\t\t'calligraphis',\r\n\t\t\t\t],\r\n\t\t\t\t'calligraphists'=>[\r\n\t\t\t\t\t'caligraphists',\r\n\t\t\t\t],\r\n\t\t\t\t'calligraphy'=>[\r\n\t\t\t\t\t'caligraphy',\r\n\t\t\t\t],\r\n\t\t\t\t'calling'=>[\r\n\t\t\t\t\t'caling',\r\n\t\t\t\t],\r\n\t\t\t\t'callipygian'=>[\r\n\t\t\t\t\t'callipygan',\r\n\t\t\t\t],\r\n\t\t\t\t'callithumpian'=>[\r\n\t\t\t\t\t'callithumpan',\r\n\t\t\t\t],\r\n\t\t\t\t'callous'=>[\r\n\t\t\t\t\t'calous',\r\n\t\t\t\t],\r\n\t\t\t\t'callousing'=>[\r\n\t\t\t\t\t'callouisng',\r\n\t\t\t\t],\r\n\t\t\t\t'callow'=>[\r\n\t\t\t\t\t'calow',\r\n\t\t\t\t],\r\n\t\t\t\t'callusing'=>[\r\n\t\t\t\t\t'calluisng',\r\n\t\t\t\t],\r\n\t\t\t\t'calorie'=>[\r\n\t\t\t\t\t'calorei',\r\n\t\t\t\t\t'calori',\r\n\t\t\t\t],\r\n\t\t\t\t'calorimetries'=>[\r\n\t\t\t\t\t'calorimetreis',\r\n\t\t\t\t\t'calorimetris',\r\n\t\t\t\t],\r\n\t\t\t\t'calumnious'=>[\r\n\t\t\t\t\t'calumnous',\r\n\t\t\t\t],\r\n\t\t\t\t'calumniously'=>[\r\n\t\t\t\t\t'calumnously',\r\n\t\t\t\t],\r\n\t\t\t\t'calvarian'=>[\r\n\t\t\t\t\t'calvaran',\r\n\t\t\t\t],\r\n\t\t\t\t'calvary'=>[\r\n\t\t\t\t\t'calvery',\r\n\t\t\t\t],\r\n\t\t\t\t'calves'=>[\r\n\t\t\t\t\t'calfs',\r\n\t\t\t\t],\r\n\t\t\t\t'calycular'=>[\r\n\t\t\t\t\t'calyculer',\r\n\t\t\t\t],\r\n\t\t\t\t'calypsonian'=>[\r\n\t\t\t\t\t'calypsonan',\r\n\t\t\t\t],\r\n\t\t\t\t'camaraderie'=>[\r\n\t\t\t\t\t'camaraderei',\r\n\t\t\t\t\t'camaraderi',\r\n\t\t\t\t\t'cameraderie',\r\n\t\t\t\t\t'camraderie',\r\n\t\t\t\t\t'comradarie',\r\n\t\t\t\t\t'comraderie',\r\n\t\t\t\t],\r\n\t\t\t\t'camaraderies'=>[\r\n\t\t\t\t\t'camaradereis',\r\n\t\t\t\t\t'camaraderis',\r\n\t\t\t\t],\r\n\t\t\t\t'came back'=>[\r\n\t\t\t\t\t'cameback',\r\n\t\t\t\t],\r\n\t\t\t\t'camelopard'=>[\r\n\t\t\t\t\t'cameloperd',\r\n\t\t\t\t],\r\n\t\t\t\t'camelopards'=>[\r\n\t\t\t\t\t'cameloperds',\r\n\t\t\t\t],\r\n\t\t\t\t'cameroonian-occupied'=>[\r\n\t\t\t\t\t'cameroonian occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'cammie'=>[\r\n\t\t\t\t\t'camnie',\r\n\t\t\t\t],\r\n\t\t\t\t'camorra'=>[\r\n\t\t\t\t\t'camourra',\r\n\t\t\t\t],\r\n\t\t\t\t'camorras'=>[\r\n\t\t\t\t\t'camourras',\r\n\t\t\t\t],\r\n\t\t\t\t'camorrist'=>[\r\n\t\t\t\t\t'camourrist',\r\n\t\t\t\t],\r\n\t\t\t\t'camouflage'=>[\r\n\t\t\t\t\t'camoflage',\r\n\t\t\t\t],\r\n\t\t\t\t'camouflageable'=>[\r\n\t\t\t\t\t'camouflageble',\r\n\t\t\t\t\t'camouflageible',\r\n\t\t\t\t],\r\n\t\t\t\t'camp'=>[\r\n\t\t\t\t\t'camo',\r\n\t\t\t\t],\r\n\t\t\t\t'campaign'=>[\r\n\t\t\t\t\t'camapaign',\r\n\t\t\t\t\t'camapign',\r\n\t\t\t\t\t'campain',\r\n\t\t\t\t\t'capaign',\r\n\t\t\t\t],\r\n\t\t\t\t'campanologies'=>[\r\n\t\t\t\t\t'campanologeis',\r\n\t\t\t\t\t'campanologis',\r\n\t\t\t\t],\r\n\t\t\t\t'campusing'=>[\r\n\t\t\t\t\t'campuisng',\r\n\t\t\t\t],\r\n\t\t\t\t'canadian'=>[\r\n\t\t\t\t\t'canadain',\r\n\t\t\t\t\t'candian',\r\n\t\t\t\t],\r\n\t\t\t\t'canadian-occupied'=>[\r\n\t\t\t\t\t'canadian occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'canalicular'=>[\r\n\t\t\t\t\t'canaliculer',\r\n\t\t\t\t],\r\n\t\t\t\t'canary'=>[\r\n\t\t\t\t\t'canery',\r\n\t\t\t\t],\r\n\t\t\t\t'canceled'=>[\r\n\t\t\t\t\t'cancelled',\r\n\t\t\t\t],\r\n\t\t\t\t'cancellation'=>[\r\n\t\t\t\t\t'cancelation',\r\n\t\t\t\t],\r\n\t\t\t\t'cancellous'=>[\r\n\t\t\t\t\t'cancelous',\r\n\t\t\t\t],\r\n\t\t\t\t'candent'=>[\r\n\t\t\t\t\t'candant',\r\n\t\t\t\t],\r\n\t\t\t\t'candescence'=>[\r\n\t\t\t\t\t'candescance',\r\n\t\t\t\t],\r\n\t\t\t\t'candidacy'=>[\r\n\t\t\t\t\t'candidasy',\r\n\t\t\t\t],\r\n\t\t\t\t'candidate'=>[\r\n\t\t\t\t\t'camidate',\r\n\t\t\t\t\t'candadate',\r\n\t\t\t\t\t'canidate',\r\n\t\t\t\t],\r\n\t\t\t\t'candied'=>[\r\n\t\t\t\t\t'candeid',\r\n\t\t\t\t\t'canddied',\r\n\t\t\t\t],\r\n\t\t\t\t'candleberries'=>[\r\n\t\t\t\t\t'candleberies',\r\n\t\t\t\t\t'candleberreis',\r\n\t\t\t\t\t'candleberris',\r\n\t\t\t\t],\r\n\t\t\t\t'candleberry'=>[\r\n\t\t\t\t\t'candlebery',\r\n\t\t\t\t],\r\n\t\t\t\t'canfield'=>[\r\n\t\t\t\t\t'canfeild',\r\n\t\t\t\t\t'canfild',\r\n\t\t\t\t],\r\n\t\t\t\t'canicular'=>[\r\n\t\t\t\t\t'caniculer',\r\n\t\t\t\t],\r\n\t\t\t\t'canine'=>[\r\n\t\t\t\t\t'canini',\r\n\t\t\t\t],\r\n\t\t\t\t'caninity'=>[\r\n\t\t\t\t\t'caninaty',\r\n\t\t\t\t],\r\n\t\t\t\t'canister'=>[\r\n\t\t\t\t\t'cannister',\r\n\t\t\t\t],\r\n\t\t\t\t'canna'=>[\r\n\t\t\t\t\t'cana',\r\n\t\t\t\t],\r\n\t\t\t\t'cannabin'=>[\r\n\t\t\t\t\t'canabin',\r\n\t\t\t\t],\r\n\t\t\t\t'cannabinoid'=>[\r\n\t\t\t\t\t'canabinoid',\r\n\t\t\t\t],\r\n\t\t\t\t'cannabinoids'=>[\r\n\t\t\t\t\t'canabinoids',\r\n\t\t\t\t],\r\n\t\t\t\t'cannabinol'=>[\r\n\t\t\t\t\t'canabinol',\r\n\t\t\t\t],\r\n\t\t\t\t'cannabis'=>[\r\n\t\t\t\t\t'canabis',\r\n\t\t\t\t],\r\n\t\t\t\t'canned'=>[\r\n\t\t\t\t\t'caned',\r\n\t\t\t\t],\r\n\t\t\t\t'cannel'=>[\r\n\t\t\t\t\t'canel',\r\n\t\t\t\t],\r\n\t\t\t\t'cannelloni'=>[\r\n\t\t\t\t\t'canelloni',\r\n\t\t\t\t],\r\n\t\t\t\t'cannery'=>[\r\n\t\t\t\t\t'canery',\r\n\t\t\t\t],\r\n\t\t\t\t'cannibal'=>[\r\n\t\t\t\t\t'canibal',\r\n\t\t\t\t],\r\n\t\t\t\t'cannibalised'=>[\r\n\t\t\t\t\t'canibalised',\r\n\t\t\t\t],\r\n\t\t\t\t'cannibalises'=>[\r\n\t\t\t\t\t'canibalises',\r\n\t\t\t\t],\r\n\t\t\t\t'cannibalising'=>[\r\n\t\t\t\t\t'canibalising',\r\n\t\t\t\t],\r\n\t\t\t\t'cannibalisms'=>[\r\n\t\t\t\t\t'canibalisms',\r\n\t\t\t\t],\r\n\t\t\t\t'cannibalistic'=>[\r\n\t\t\t\t\t'canibalistic',\r\n\t\t\t\t],\r\n\t\t\t\t'cannibalization'=>[\r\n\t\t\t\t\t'canibalization',\r\n\t\t\t\t],\r\n\t\t\t\t'cannibalize'=>[\r\n\t\t\t\t\t'canibalize',\r\n\t\t\t\t],\r\n\t\t\t\t'cannibalized'=>[\r\n\t\t\t\t\t'canibalized',\r\n\t\t\t\t],\r\n\t\t\t\t'cannibalizes'=>[\r\n\t\t\t\t\t'canibalizes',\r\n\t\t\t\t],\r\n\t\t\t\t'cannibalizing'=>[\r\n\t\t\t\t\t'canibalizing',\r\n\t\t\t\t],\r\n\t\t\t\t'cannikin'=>[\r\n\t\t\t\t\t'canikin',\r\n\t\t\t\t],\r\n\t\t\t\t'cannoli'=>[\r\n\t\t\t\t\t'canoli',\r\n\t\t\t\t],\r\n\t\t\t\t'cannon'=>[\r\n\t\t\t\t\t'canon',\r\n\t\t\t\t],\r\n\t\t\t\t'cannonade'=>[\r\n\t\t\t\t\t'canonade',\r\n\t\t\t\t],\r\n\t\t\t\t'cannonball'=>[\r\n\t\t\t\t\t'cannonbal',\r\n\t\t\t\t\t'canonball',\r\n\t\t\t\t],\r\n\t\t\t\t'cannonballed'=>[\r\n\t\t\t\t\t'canonballed',\r\n\t\t\t\t],\r\n\t\t\t\t'cannonballing'=>[\r\n\t\t\t\t\t'canonballing',\r\n\t\t\t\t],\r\n\t\t\t\t'cannoneer'=>[\r\n\t\t\t\t\t'canoneer',\r\n\t\t\t\t],\r\n\t\t\t\t'cannonry'=>[\r\n\t\t\t\t\t'canonry',\r\n\t\t\t\t],\r\n\t\t\t\t'cannot'=>[\r\n\t\t\t\t\t'canot',\r\n\t\t\t\t],\r\n\t\t\t\t'cannula'=>[\r\n\t\t\t\t\t'canula',\r\n\t\t\t\t],\r\n\t\t\t\t'cannular'=>[\r\n\t\t\t\t\t'cannuler',\r\n\t\t\t\t\t'canular',\r\n\t\t\t\t],\r\n\t\t\t\t'cannulate'=>[\r\n\t\t\t\t\t'canulate',\r\n\t\t\t\t],\r\n\t\t\t\t'canny'=>[\r\n\t\t\t\t\t'cany',\r\n\t\t\t\t],\r\n\t\t\t\t'canoeing'=>[\r\n\t\t\t\t\t'canoieng',\r\n\t\t\t\t\t'canoing',\r\n\t\t\t\t],\r\n\t\t\t\t'canoeist'=>[\r\n\t\t\t\t\t'canoiest',\r\n\t\t\t\t],\r\n\t\t\t\t'canonical'=>[\r\n\t\t\t\t\t'cannonical',\r\n\t\t\t\t],\r\n\t\t\t\t'canonicities'=>[\r\n\t\t\t\t\t'canoniciteis',\r\n\t\t\t\t\t'canonicitis',\r\n\t\t\t\t],\r\n\t\t\t\t'canorous'=>[\r\n\t\t\t\t\t'canourous',\r\n\t\t\t\t],\r\n\t\t\t\t'canorously'=>[\r\n\t\t\t\t\t'canourously',\r\n\t\t\t\t],\r\n\t\t\t\t'canorousness'=>[\r\n\t\t\t\t\t'canourousness',\r\n\t\t\t\t],\r\n\t\t\t\t'canorousnesses'=>[\r\n\t\t\t\t\t'canorousneses',\r\n\t\t\t\t\t'canourousnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'cantal'=>[\r\n\t\t\t\t\t'cental',\r\n\t\t\t\t],\r\n\t\t\t\t'cantaloupe'=>[\r\n\t\t\t\t\t'centaloupe',\r\n\t\t\t\t],\r\n\t\t\t\t'cantankerous'=>[\r\n\t\t\t\t\t'centankerous',\r\n\t\t\t\t],\r\n\t\t\t\t'cantankerously'=>[\r\n\t\t\t\t\t'cantankerousally',\r\n\t\t\t\t\t'cantankerousaly',\r\n\t\t\t\t\t'cantankerousely',\r\n\t\t\t\t\t'cantankerouslly',\r\n\t\t\t\t],\r\n\t\t\t\t'cantata'=>[\r\n\t\t\t\t\t'centata',\r\n\t\t\t\t],\r\n\t\t\t\t'canted'=>[\r\n\t\t\t\t\t'cented',\r\n\t\t\t\t],\r\n\t\t\t\t'canteen'=>[\r\n\t\t\t\t\t'centeen',\r\n\t\t\t\t],\r\n\t\t\t\t'canter'=>[\r\n\t\t\t\t\t'canterr',\r\n\t\t\t\t\t'cantter',\r\n\t\t\t\t\t'cantur',\r\n\t\t\t\t],\r\n\t\t\t\t'canthal'=>[\r\n\t\t\t\t\t'cantal',\r\n\t\t\t\t],\r\n\t\t\t\t'cantharides'=>[\r\n\t\t\t\t\t'centharides',\r\n\t\t\t\t],\r\n\t\t\t\t'cantharidin'=>[\r\n\t\t\t\t\t'centharidin',\r\n\t\t\t\t],\r\n\t\t\t\t'canthaxanthin'=>[\r\n\t\t\t\t\t'canthaxenthin',\r\n\t\t\t\t],\r\n\t\t\t\t'canthi'=>[\r\n\t\t\t\t\t'centhi',\r\n\t\t\t\t],\r\n\t\t\t\t'canthus'=>[\r\n\t\t\t\t\t'centhus',\r\n\t\t\t\t],\r\n\t\t\t\t'cantic'=>[\r\n\t\t\t\t\t'centic',\r\n\t\t\t\t],\r\n\t\t\t\t'canticle'=>[\r\n\t\t\t\t\t'centicle',\r\n\t\t\t\t],\r\n\t\t\t\t'cantilever'=>[\r\n\t\t\t\t\t'centilever',\r\n\t\t\t\t],\r\n\t\t\t\t'cantilevering'=>[\r\n\t\t\t\t\t'centilevering',\r\n\t\t\t\t],\r\n\t\t\t\t'cantillations'=>[\r\n\t\t\t\t\t'centillations',\r\n\t\t\t\t],\r\n\t\t\t\t'cantina'=>[\r\n\t\t\t\t\t'cantini',\r\n\t\t\t\t\t'centina',\r\n\t\t\t\t],\r\n\t\t\t\t'cantle'=>[\r\n\t\t\t\t\t'centle',\r\n\t\t\t\t],\r\n\t\t\t\t'canto'=>[\r\n\t\t\t\t\t'cento',\r\n\t\t\t\t],\r\n\t\t\t\t'canton'=>[\r\n\t\t\t\t\t'centon',\r\n\t\t\t\t],\r\n\t\t\t\t'cantonment'=>[\r\n\t\t\t\t\t'cantoment',\r\n\t\t\t\t\t'cantonent',\r\n\t\t\t\t\t'centonment',\r\n\t\t\t\t],\r\n\t\t\t\t'cantonments'=>[\r\n\t\t\t\t\t'cantoments',\r\n\t\t\t\t\t'cantonents',\r\n\t\t\t\t],\r\n\t\t\t\t'cantor'=>[\r\n\t\t\t\t\t'centor',\r\n\t\t\t\t],\r\n\t\t\t\t'cantos'=>[\r\n\t\t\t\t\t'centos',\r\n\t\t\t\t],\r\n\t\t\t\t'cants'=>[\r\n\t\t\t\t\t'cents',\r\n\t\t\t\t],\r\n\t\t\t\t'cantus'=>[\r\n\t\t\t\t\t'centus',\r\n\t\t\t\t],\r\n\t\t\t\t'canty'=>[\r\n\t\t\t\t\t'centy',\r\n\t\t\t\t],\r\n\t\t\t\t'canular'=>[\r\n\t\t\t\t\t'canuler',\r\n\t\t\t\t],\r\n\t\t\t\t'canvass'=>[\r\n\t\t\t\t\t'canvas',\r\n\t\t\t\t],\r\n\t\t\t\t'capabilities'=>[\r\n\t\t\t\t\t'capabiliteis',\r\n\t\t\t\t\t'capabilites',\r\n\t\t\t\t\t'capabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'capability'=>[\r\n\t\t\t\t\t'caperbility',\r\n\t\t\t\t],\r\n\t\t\t\t'capable'=>[\r\n\t\t\t\t\t'capible',\r\n\t\t\t\t],\r\n\t\t\t\t'capacious'=>[\r\n\t\t\t\t\t'capacous',\r\n\t\t\t\t],\r\n\t\t\t\t'capaciously'=>[\r\n\t\t\t\t\t'capaciousally',\r\n\t\t\t\t\t'capaciousaly',\r\n\t\t\t\t\t'capaciousely',\r\n\t\t\t\t\t'capaciouslly',\r\n\t\t\t\t\t'capacously',\r\n\t\t\t\t],\r\n\t\t\t\t'capacitance'=>[\r\n\t\t\t\t\t'capacitence',\r\n\t\t\t\t],\r\n\t\t\t\t'capacities'=>[\r\n\t\t\t\t\t'capacites',\r\n\t\t\t\t],\r\n\t\t\t\t'capacitively'=>[\r\n\t\t\t\t\t'capacitivly',\r\n\t\t\t\t],\r\n\t\t\t\t'caparison'=>[\r\n\t\t\t\t\t'caperison',\r\n\t\t\t\t],\r\n\t\t\t\t'caparisoned'=>[\r\n\t\t\t\t\t'caperisoned',\r\n\t\t\t\t],\r\n\t\t\t\t'caparisoning'=>[\r\n\t\t\t\t\t'caperisoning',\r\n\t\t\t\t],\r\n\t\t\t\t'cape town'=>[\r\n\t\t\t\t\t'capetown',\r\n\t\t\t\t],\r\n\t\t\t\t'capellini'=>[\r\n\t\t\t\t\t'capellina',\r\n\t\t\t\t],\r\n\t\t\t\t'capercaillie'=>[\r\n\t\t\t\t\t'capercailie',\r\n\t\t\t\t\t'capercaillei',\r\n\t\t\t\t\t'capercailli',\r\n\t\t\t\t],\r\n\t\t\t\t'capercaillies'=>[\r\n\t\t\t\t\t'capercailleis',\r\n\t\t\t\t\t'capercaillis',\r\n\t\t\t\t],\r\n\t\t\t\t'capercailzie'=>[\r\n\t\t\t\t\t'capercailzei',\r\n\t\t\t\t\t'capercailzi',\r\n\t\t\t\t],\r\n\t\t\t\t'capercailzies'=>[\r\n\t\t\t\t\t'capercailzeis',\r\n\t\t\t\t\t'capercailzis',\r\n\t\t\t\t],\r\n\t\t\t\t'capillarities'=>[\r\n\t\t\t\t\t'capillariteis',\r\n\t\t\t\t\t'capillaritis',\r\n\t\t\t\t],\r\n\t\t\t\t'capillarity'=>[\r\n\t\t\t\t\t'capilarity',\r\n\t\t\t\t],\r\n\t\t\t\t'capillary'=>[\r\n\t\t\t\t\t'capilary',\r\n\t\t\t\t\t'capillery',\r\n\t\t\t\t],\r\n\t\t\t\t'capital'=>[\r\n\t\t\t\t\t'captial',\r\n\t\t\t\t],\r\n\t\t\t\t'capitalize'=>[\r\n\t\t\t\t\t'captialize',\r\n\t\t\t\t],\r\n\t\t\t\t'capitally'=>[\r\n\t\t\t\t\t'capitalally',\r\n\t\t\t\t\t'capitalaly',\r\n\t\t\t\t\t'capitalely',\r\n\t\t\t\t\t'capitallly',\r\n\t\t\t\t],\r\n\t\t\t\t'capitular'=>[\r\n\t\t\t\t\t'capituler',\r\n\t\t\t\t],\r\n\t\t\t\t'capitularies'=>[\r\n\t\t\t\t\t'capitulareis',\r\n\t\t\t\t\t'capitularis',\r\n\t\t\t\t],\r\n\t\t\t\t'capitulary'=>[\r\n\t\t\t\t\t'capitulery',\r\n\t\t\t\t],\r\n\t\t\t\t'capoeira'=>[\r\n\t\t\t\t\t'capoiera',\r\n\t\t\t\t],\r\n\t\t\t\t'capped'=>[\r\n\t\t\t\t\t'caped',\r\n\t\t\t\t],\r\n\t\t\t\t'cappelletti'=>[\r\n\t\t\t\t\t'capelletti',\r\n\t\t\t\t\t'cappeletti',\r\n\t\t\t\t],\r\n\t\t\t\t'capper'=>[\r\n\t\t\t\t\t'caper',\r\n\t\t\t\t],\r\n\t\t\t\t'cappuccino'=>[\r\n\t\t\t\t\t'cappucino',\r\n\t\t\t\t\t'capuccino',\r\n\t\t\t\t],\r\n\t\t\t\t'cappuccinos'=>[\r\n\t\t\t\t\t'cappucinos',\r\n\t\t\t\t\t'capuccinos',\r\n\t\t\t\t],\r\n\t\t\t\t'capricci'=>[\r\n\t\t\t\t\t'caprici',\r\n\t\t\t\t],\r\n\t\t\t\t'capriccio'=>[\r\n\t\t\t\t\t'capricio',\r\n\t\t\t\t],\r\n\t\t\t\t'capriccios'=>[\r\n\t\t\t\t\t'capricios',\r\n\t\t\t\t],\r\n\t\t\t\t'capricious'=>[\r\n\t\t\t\t\t'capricous',\r\n\t\t\t\t],\r\n\t\t\t\t'capriciously'=>[\r\n\t\t\t\t\t'capricously',\r\n\t\t\t\t],\r\n\t\t\t\t'capriciousness'=>[\r\n\t\t\t\t\t'capriciousnes',\r\n\t\t\t\t],\r\n\t\t\t\t'capsular'=>[\r\n\t\t\t\t\t'capsuler',\r\n\t\t\t\t],\r\n\t\t\t\t'captain'=>[\r\n\t\t\t\t\t'captian',\r\n\t\t\t\t],\r\n\t\t\t\t'captaincy'=>[\r\n\t\t\t\t\t'captainsy',\r\n\t\t\t\t],\r\n\t\t\t\t'captious'=>[\r\n\t\t\t\t\t'captous',\r\n\t\t\t\t],\r\n\t\t\t\t'captiously'=>[\r\n\t\t\t\t\t'captously',\r\n\t\t\t\t],\r\n\t\t\t\t'captiousnesses'=>[\r\n\t\t\t\t\t'captiousneses',\r\n\t\t\t\t],\r\n\t\t\t\t'captivity'=>[\r\n\t\t\t\t\t'capitivity',\r\n\t\t\t\t],\r\n\t\t\t\t'carabineer'=>[\r\n\t\t\t\t\t'carabinier',\r\n\t\t\t\t],\r\n\t\t\t\t'carabiner'=>[\r\n\t\t\t\t\t'carabinir',\r\n\t\t\t\t],\r\n\t\t\t\t'carabinier'=>[\r\n\t\t\t\t\t'carabinaer',\r\n\t\t\t\t],\r\n\t\t\t\t'carabiniere'=>[\r\n\t\t\t\t\t'carabinaere',\r\n\t\t\t\t\t'carabineire',\r\n\t\t\t\t\t'carabinire',\r\n\t\t\t\t],\r\n\t\t\t\t'carabinieri'=>[\r\n\t\t\t\t\t'carabinaeri',\r\n\t\t\t\t],\r\n\t\t\t\t'carabiniers'=>[\r\n\t\t\t\t\t'carabinaers',\r\n\t\t\t\t],\r\n\t\t\t\t'caramel'=>[\r\n\t\t\t\t\t'caarmel',\r\n\t\t\t\t],\r\n\t\t\t\t'caravanners'=>[\r\n\t\t\t\t\t'caravaners',\r\n\t\t\t\t],\r\n\t\t\t\t'caravanning'=>[\r\n\t\t\t\t\t'caravaning',\r\n\t\t\t\t],\r\n\t\t\t\t'caravansaries'=>[\r\n\t\t\t\t\t'caravansareis',\r\n\t\t\t\t\t'caravansaris',\r\n\t\t\t\t],\r\n\t\t\t\t'caravansary'=>[\r\n\t\t\t\t\t'caravansery',\r\n\t\t\t\t],\r\n\t\t\t\t'carbine'=>[\r\n\t\t\t\t\t'carbini',\r\n\t\t\t\t],\r\n\t\t\t\t'carbonnade'=>[\r\n\t\t\t\t\t'carbonade',\r\n\t\t\t\t],\r\n\t\t\t\t'carbonnades'=>[\r\n\t\t\t\t\t'carbonades',\r\n\t\t\t\t],\r\n\t\t\t\t'carbuncular'=>[\r\n\t\t\t\t\t'carbunculer',\r\n\t\t\t\t],\r\n\t\t\t\t'carcass'=>[\r\n\t\t\t\t\t'carcas',\r\n\t\t\t\t],\r\n\t\t\t\t'cardinal'=>[\r\n\t\t\t\t\t'cardinil',\r\n\t\t\t\t\t'cardmal',\r\n\t\t\t\t],\r\n\t\t\t\t'cardinalate'=>[\r\n\t\t\t\t\t'cardinilate',\r\n\t\t\t\t],\r\n\t\t\t\t'cardinalities'=>[\r\n\t\t\t\t\t'cardinaliteis',\r\n\t\t\t\t\t'cardinalitis',\r\n\t\t\t\t],\r\n\t\t\t\t'cardinality'=>[\r\n\t\t\t\t\t'cardinility',\r\n\t\t\t\t],\r\n\t\t\t\t'cardiologies'=>[\r\n\t\t\t\t\t'cardiologeis',\r\n\t\t\t\t\t'cardiologis',\r\n\t\t\t\t],\r\n\t\t\t\t'cardiopathies'=>[\r\n\t\t\t\t\t'cardiopatheis',\r\n\t\t\t\t\t'cardiopathis',\r\n\t\t\t\t],\r\n\t\t\t\t'cardiopulmonary'=>[\r\n\t\t\t\t\t'cardiopulmonery',\r\n\t\t\t\t],\r\n\t\t\t\t'cardiovascular'=>[\r\n\t\t\t\t\t'cardiovacsular',\r\n\t\t\t\t\t'cardiovacular',\r\n\t\t\t\t\t'cardiovasculer',\r\n\t\t\t\t\t'cardiovasular',\r\n\t\t\t\t],\r\n\t\t\t\t'cared'=>[\r\n\t\t\t\t\t'carred',\r\n\t\t\t\t],\r\n\t\t\t\t'careened'=>[\r\n\t\t\t\t\t'careend',\r\n\t\t\t\t],\r\n\t\t\t\t'career'=>[\r\n\t\t\t\t\t'carrear',\r\n\t\t\t\t\t'carreer',\r\n\t\t\t\t\t'carrer',\r\n\t\t\t\t],\r\n\t\t\t\t'carefully'=>[\r\n\t\t\t\t\t'carefulally',\r\n\t\t\t\t\t'carefulaly',\r\n\t\t\t\t\t'carefulely',\r\n\t\t\t\t\t'carefullly',\r\n\t\t\t\t],\r\n\t\t\t\t'careless'=>[\r\n\t\t\t\t\t'careles',\r\n\t\t\t\t],\r\n\t\t\t\t'carelessnesses'=>[\r\n\t\t\t\t\t'carelessneses',\r\n\t\t\t\t],\r\n\t\t\t\t'caress'=>[\r\n\t\t\t\t\t'caresss',\r\n\t\t\t\t],\r\n\t\t\t\t'caressively'=>[\r\n\t\t\t\t\t'caressivly',\r\n\t\t\t\t],\r\n\t\t\t\t'caries'=>[\r\n\t\t\t\t\t'careis',\r\n\t\t\t\t\t'caris',\r\n\t\t\t\t],\r\n\t\t\t\t'carillonned'=>[\r\n\t\t\t\t\t'carilloned',\r\n\t\t\t\t],\r\n\t\t\t\t'carillonneur'=>[\r\n\t\t\t\t\t'carilloneur',\r\n\t\t\t\t\t'carillonner',\r\n\t\t\t\t\t'carilonneur',\r\n\t\t\t\t],\r\n\t\t\t\t'carillonneurs'=>[\r\n\t\t\t\t\t'carilloneurs',\r\n\t\t\t\t],\r\n\t\t\t\t'carillonning'=>[\r\n\t\t\t\t\t'carilloning',\r\n\t\t\t\t],\r\n\t\t\t\t'carina'=>[\r\n\t\t\t\t\t'carini',\r\n\t\t\t\t],\r\n\t\t\t\t'carinae'=>[\r\n\t\t\t\t\t'carinie',\r\n\t\t\t\t],\r\n\t\t\t\t'carinal'=>[\r\n\t\t\t\t\t'carinil',\r\n\t\t\t\t],\r\n\t\t\t\t'carinas'=>[\r\n\t\t\t\t\t'carinis',\r\n\t\t\t\t],\r\n\t\t\t\t'carinate'=>[\r\n\t\t\t\t\t'carinite',\r\n\t\t\t\t],\r\n\t\t\t\t'caring'=>[\r\n\t\t\t\t\t'careing',\r\n\t\t\t\t\t'carring',\r\n\t\t\t\t],\r\n\t\t\t\t'carious'=>[\r\n\t\t\t\t\t'carous',\r\n\t\t\t\t],\r\n\t\t\t\t'carline'=>[\r\n\t\t\t\t\t'carlini',\r\n\t\t\t\t],\r\n\t\t\t\t'carminative'=>[\r\n\t\t\t\t\t'carminitive',\r\n\t\t\t\t],\r\n\t\t\t\t'carmine'=>[\r\n\t\t\t\t\t'carmini',\r\n\t\t\t\t],\r\n\t\t\t\t'carnelian'=>[\r\n\t\t\t\t\t'carnelan',\r\n\t\t\t\t],\r\n\t\t\t\t'carnitine'=>[\r\n\t\t\t\t\t'carnitini',\r\n\t\t\t\t],\r\n\t\t\t\t'carnivorous'=>[\r\n\t\t\t\t\t'carniverous',\r\n\t\t\t\t],\r\n\t\t\t\t'carousing'=>[\r\n\t\t\t\t\t'carouisng',\r\n\t\t\t\t],\r\n\t\t\t\t'carpaccio'=>[\r\n\t\t\t\t\t'carpacio',\r\n\t\t\t\t],\r\n\t\t\t\t'carpaccios'=>[\r\n\t\t\t\t\t'carpacios',\r\n\t\t\t\t],\r\n\t\t\t\t'carpellary'=>[\r\n\t\t\t\t\t'carpellery',\r\n\t\t\t\t],\r\n\t\t\t\t'carpenter'=>[\r\n\t\t\t\t\t'carpanter',\r\n\t\t\t\t],\r\n\t\t\t\t'carpetbagged'=>[\r\n\t\t\t\t\t'carpetbaged',\r\n\t\t\t\t],\r\n\t\t\t\t'carpetbagger'=>[\r\n\t\t\t\t\t'carpetbager',\r\n\t\t\t\t],\r\n\t\t\t\t'carpetbaggeries'=>[\r\n\t\t\t\t\t'carpetbageries',\r\n\t\t\t\t\t'carpetbaggereis',\r\n\t\t\t\t\t'carpetbaggeris',\r\n\t\t\t\t],\r\n\t\t\t\t'carpetbaggers'=>[\r\n\t\t\t\t\t'carpetbagers',\r\n\t\t\t\t],\r\n\t\t\t\t'carpetbaggery'=>[\r\n\t\t\t\t\t'carpetbagery',\r\n\t\t\t\t],\r\n\t\t\t\t'carpetbagging'=>[\r\n\t\t\t\t\t'carpetbaging',\r\n\t\t\t\t],\r\n\t\t\t\t'carr'=>[\r\n\t\t\t\t\t'car',\r\n\t\t\t\t],\r\n\t\t\t\t'carrack'=>[\r\n\t\t\t\t\t'carack',\r\n\t\t\t\t],\r\n\t\t\t\t'carrageen'=>[\r\n\t\t\t\t\t'carageen',\r\n\t\t\t\t],\r\n\t\t\t\t'carrageenan'=>[\r\n\t\t\t\t\t'carageenan',\r\n\t\t\t\t],\r\n\t\t\t\t'carrageenans'=>[\r\n\t\t\t\t\t'carageenans',\r\n\t\t\t\t],\r\n\t\t\t\t'carrageenins'=>[\r\n\t\t\t\t\t'carageenins',\r\n\t\t\t\t],\r\n\t\t\t\t'carragheen'=>[\r\n\t\t\t\t\t'caragheen',\r\n\t\t\t\t],\r\n\t\t\t\t'carrefour'=>[\r\n\t\t\t\t\t'carefour',\r\n\t\t\t\t],\r\n\t\t\t\t'carrel'=>[\r\n\t\t\t\t\t'carel',\r\n\t\t\t\t],\r\n\t\t\t\t'carriage'=>[\r\n\t\t\t\t\t'cariage',\r\n\t\t\t\t\t'carraige',\r\n\t\t\t\t],\r\n\t\t\t\t'carriageway'=>[\r\n\t\t\t\t\t'cariageway',\r\n\t\t\t\t],\r\n\t\t\t\t'carriageways'=>[\r\n\t\t\t\t\t'cariageways',\r\n\t\t\t\t],\r\n\t\t\t\t'carrier'=>[\r\n\t\t\t\t\t'carier',\r\n\t\t\t\t\t'carreir',\r\n\t\t\t\t\t'carrir',\r\n\t\t\t\t],\r\n\t\t\t\t'carrier-based'=>[\r\n\t\t\t\t\t'carrier based',\r\n\t\t\t\t\t'carrierbased',\r\n\t\t\t\t],\r\n\t\t\t\t'carriole'=>[\r\n\t\t\t\t\t'cariole',\r\n\t\t\t\t],\r\n\t\t\t\t'carrion'=>[\r\n\t\t\t\t\t'carion',\r\n\t\t\t\t],\r\n\t\t\t\t'carrions'=>[\r\n\t\t\t\t\t'carions',\r\n\t\t\t\t],\r\n\t\t\t\t'carronade'=>[\r\n\t\t\t\t\t'caronade',\r\n\t\t\t\t],\r\n\t\t\t\t'carrot'=>[\r\n\t\t\t\t\t'carot',\r\n\t\t\t\t],\r\n\t\t\t\t'carrottopped'=>[\r\n\t\t\t\t\t'carottopped',\r\n\t\t\t\t],\r\n\t\t\t\t'carroty'=>[\r\n\t\t\t\t\t'caroty',\r\n\t\t\t\t],\r\n\t\t\t\t'carrousel'=>[\r\n\t\t\t\t\t'carousel',\r\n\t\t\t\t],\r\n\t\t\t\t'carrs'=>[\r\n\t\t\t\t\t'carrrs',\r\n\t\t\t\t],\r\n\t\t\t\t'carry'=>[\r\n\t\t\t\t\t'cary',\r\n\t\t\t\t],\r\n\t\t\t\t'carryall'=>[\r\n\t\t\t\t\t'caryall',\r\n\t\t\t\t],\r\n\t\t\t\t'carryforward'=>[\r\n\t\t\t\t\t'caryforward',\r\n\t\t\t\t],\r\n\t\t\t\t'carryforwards'=>[\r\n\t\t\t\t\t'caryforwards',\r\n\t\t\t\t],\r\n\t\t\t\t'carrying'=>[\r\n\t\t\t\t\t'carryng',\r\n\t\t\t\t],\r\n\t\t\t\t'carryon'=>[\r\n\t\t\t\t\t'caryon',\r\n\t\t\t\t],\r\n\t\t\t\t'carryover'=>[\r\n\t\t\t\t\t'caryover',\r\n\t\t\t\t],\r\n\t\t\t\t'cartilage'=>[\r\n\t\t\t\t\t'cartilege',\r\n\t\t\t\t\t'cartilidge',\r\n\t\t\t\t],\r\n\t\t\t\t'cartographer'=>[\r\n\t\t\t\t\t'carthographer',\r\n\t\t\t\t],\r\n\t\t\t\t'cartographies'=>[\r\n\t\t\t\t\t'cartographeis',\r\n\t\t\t\t\t'cartographis',\r\n\t\t\t\t],\r\n\t\t\t\t'cartridge'=>[\r\n\t\t\t\t\t'cartrige',\r\n\t\t\t\t],\r\n\t\t\t\t'cartulary'=>[\r\n\t\t\t\t\t'cartulery',\r\n\t\t\t\t],\r\n\t\t\t\t'casbah'=>[\r\n\t\t\t\t\t'casba',\r\n\t\t\t\t],\r\n\t\t\t\t'casbahs'=>[\r\n\t\t\t\t\t'casbas',\r\n\t\t\t\t],\r\n\t\t\t\t'cascabel'=>[\r\n\t\t\t\t\t'cacabel',\r\n\t\t\t\t\t'cacsabel',\r\n\t\t\t\t\t'casabel',\r\n\t\t\t\t],\r\n\t\t\t\t'cascade'=>[\r\n\t\t\t\t\t'cacade',\r\n\t\t\t\t\t'cacsade',\r\n\t\t\t\t\t'casade',\r\n\t\t\t\t],\r\n\t\t\t\t'cascara'=>[\r\n\t\t\t\t\t'cacara',\r\n\t\t\t\t\t'cacsara',\r\n\t\t\t\t\t'casara',\r\n\t\t\t\t],\r\n\t\t\t\t'caseic'=>[\r\n\t\t\t\t\t'casiec',\r\n\t\t\t\t],\r\n\t\t\t\t'casein'=>[\r\n\t\t\t\t\t'casien',\r\n\t\t\t\t],\r\n\t\t\t\t'caseinates'=>[\r\n\t\t\t\t\t'casienates',\r\n\t\t\t\t],\r\n\t\t\t\t'casement'=>[\r\n\t\t\t\t\t'casemant',\r\n\t\t\t\t],\r\n\t\t\t\t'cashier'=>[\r\n\t\t\t\t\t'casheir',\r\n\t\t\t\t\t'cashir',\r\n\t\t\t\t],\r\n\t\t\t\t'casini'=>[\r\n\t\t\t\t\t'casina',\r\n\t\t\t\t],\r\n\t\t\t\t'casino'=>[\r\n\t\t\t\t\t'casnio',\r\n\t\t\t\t],\r\n\t\t\t\t'cassava'=>[\r\n\t\t\t\t\t'casava',\r\n\t\t\t\t],\r\n\t\t\t\t'casserole'=>[\r\n\t\t\t\t\t'caserole',\r\n\t\t\t\t],\r\n\t\t\t\t'cassette'=>[\r\n\t\t\t\t\t'casette',\r\n\t\t\t\t\t'cassete',\r\n\t\t\t\t],\r\n\t\t\t\t'cassia'=>[\r\n\t\t\t\t\t'casia',\r\n\t\t\t\t],\r\n\t\t\t\t'cassina'=>[\r\n\t\t\t\t\t'cassini',\r\n\t\t\t\t],\r\n\t\t\t\t'cassis'=>[\r\n\t\t\t\t\t'casis',\r\n\t\t\t\t],\r\n\t\t\t\t'cassowary'=>[\r\n\t\t\t\t\t'cassawory',\r\n\t\t\t\t\t'cassowarry',\r\n\t\t\t\t\t'cassowery',\r\n\t\t\t\t],\r\n\t\t\t\t'castabilities'=>[\r\n\t\t\t\t\t'castabiliteis',\r\n\t\t\t\t\t'castabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'casteism'=>[\r\n\t\t\t\t\t'castiesm',\r\n\t\t\t\t],\r\n\t\t\t\t'castellated'=>[\r\n\t\t\t\t\t'castelated',\r\n\t\t\t\t],\r\n\t\t\t\t'casual'=>[\r\n\t\t\t\t\t'casaul',\r\n\t\t\t\t],\r\n\t\t\t\t'casualnesses'=>[\r\n\t\t\t\t\t'casaulnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'casualties'=>[\r\n\t\t\t\t\t'casualites',\r\n\t\t\t\t\t'casualtes',\r\n\t\t\t\t\t'casulaties',\r\n\t\t\t\t],\r\n\t\t\t\t'casualty'=>[\r\n\t\t\t\t\t'casaulty',\r\n\t\t\t\t\t'casulaty',\r\n\t\t\t\t],\r\n\t\t\t\t'casuarina'=>[\r\n\t\t\t\t\t'casaurina',\r\n\t\t\t\t\t'casuarini',\r\n\t\t\t\t],\r\n\t\t\t\t'cat purred'=>[\r\n\t\t\t\t\t'catpurred',\r\n\t\t\t\t],\r\n\t\t\t\t'cataclysmically'=>[\r\n\t\t\t\t\t'cataclysmicalally',\r\n\t\t\t\t\t'cataclysmicalaly',\r\n\t\t\t\t\t'cataclysmicalely',\r\n\t\t\t\t\t'cataclysmicallly',\r\n\t\t\t\t\t'cataclysmicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'catalepsy'=>[\r\n\t\t\t\t\t'catalepcy',\r\n\t\t\t\t],\r\n\t\t\t\t'cataleptically'=>[\r\n\t\t\t\t\t'catalepticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'catalogue'=>[\r\n\t\t\t\t\t'catalouge',\r\n\t\t\t\t],\r\n\t\t\t\t'catarrh'=>[\r\n\t\t\t\t\t'catarh',\r\n\t\t\t\t],\r\n\t\t\t\t'catarrhine'=>[\r\n\t\t\t\t\t'catarhine',\r\n\t\t\t\t],\r\n\t\t\t\t'catastrophe'=>[\r\n\t\t\t\t\t'catatrophe',\r\n\t\t\t\t],\r\n\t\t\t\t'catches'=>[\r\n\t\t\t\t\t'catchs',\r\n\t\t\t\t],\r\n\t\t\t\t'catchfly'=>[\r\n\t\t\t\t\t'catchfally',\r\n\t\t\t\t\t'catchfaly',\r\n\t\t\t\t\t'catchfely',\r\n\t\t\t\t\t'catchflly',\r\n\t\t\t\t],\r\n\t\t\t\t'catchpenny'=>[\r\n\t\t\t\t\t'catchpeny',\r\n\t\t\t\t],\r\n\t\t\t\t'catecholamine'=>[\r\n\t\t\t\t\t'catecholamini',\r\n\t\t\t\t],\r\n\t\t\t\t'catecholamines'=>[\r\n\t\t\t\t\t'catecholaminis',\r\n\t\t\t\t],\r\n\t\t\t\t'categories'=>[\r\n\t\t\t\t\t'catagories',\r\n\t\t\t\t],\r\n\t\t\t\t'categorise'=>[\r\n\t\t\t\t\t'catagorise',\r\n\t\t\t\t],\r\n\t\t\t\t'categorize'=>[\r\n\t\t\t\t\t'catagorize',\r\n\t\t\t\t],\r\n\t\t\t\t'category'=>[\r\n\t\t\t\t\t'caragory',\r\n\t\t\t\t\t'catagory',\r\n\t\t\t\t\t'catergory',\r\n\t\t\t\t\t'cathegory',\r\n\t\t\t\t],\r\n\t\t\t\t'catenary'=>[\r\n\t\t\t\t\t'catenery',\r\n\t\t\t\t],\r\n\t\t\t\t'caterpillar'=>[\r\n\t\t\t\t\t'caterpilar',\r\n\t\t\t\t\t'caterpiller',\r\n\t\t\t\t\t'catterpilar',\r\n\t\t\t\t],\r\n\t\t\t\t'catholic'=>[\r\n\t\t\t\t\t'cathlic',\r\n\t\t\t\t],\r\n\t\t\t\t'catholicities'=>[\r\n\t\t\t\t\t'catholiciteis',\r\n\t\t\t\t\t'catholicitis',\r\n\t\t\t\t],\r\n\t\t\t\t'catrigged'=>[\r\n\t\t\t\t\t'catriged',\r\n\t\t\t\t],\r\n\t\t\t\t'cattery'=>[\r\n\t\t\t\t\t'cattary',\r\n\t\t\t\t],\r\n\t\t\t\t'caucusing'=>[\r\n\t\t\t\t\t'caucuisng',\r\n\t\t\t\t],\r\n\t\t\t\t'caudillismo'=>[\r\n\t\t\t\t\t'caudilismo',\r\n\t\t\t\t],\r\n\t\t\t\t'caught'=>[\r\n\t\t\t\t\t'catched',\r\n\t\t\t\t],\r\n\t\t\t\t'cause'=>[\r\n\t\t\t\t\t'casue',\r\n\t\t\t\t\t'cuase',\r\n\t\t\t\t],\r\n\t\t\t\t'caused'=>[\r\n\t\t\t\t\t'casued',\r\n\t\t\t\t],\r\n\t\t\t\t'causes'=>[\r\n\t\t\t\t\t'casues',\r\n\t\t\t\t],\r\n\t\t\t\t'causing'=>[\r\n\t\t\t\t\t'casuing',\r\n\t\t\t\t],\r\n\t\t\t\t'causticities'=>[\r\n\t\t\t\t\t'causticiteis',\r\n\t\t\t\t\t'causticitis',\r\n\t\t\t\t],\r\n\t\t\t\t'cautery'=>[\r\n\t\t\t\t\t'cautary',\r\n\t\t\t\t],\r\n\t\t\t\t'cautionary'=>[\r\n\t\t\t\t\t'cautionery',\r\n\t\t\t\t],\r\n\t\t\t\t'cautious'=>[\r\n\t\t\t\t\t'cautous',\r\n\t\t\t\t],\r\n\t\t\t\t'cautiously'=>[\r\n\t\t\t\t\t'cautously',\r\n\t\t\t\t],\r\n\t\t\t\t'cautiousnesses'=>[\r\n\t\t\t\t\t'cautiousneses',\r\n\t\t\t\t],\r\n\t\t\t\t'cavalier'=>[\r\n\t\t\t\t\t'cavaleir',\r\n\t\t\t\t\t'cavalir',\r\n\t\t\t\t],\r\n\t\t\t\t'cavalierisms'=>[\r\n\t\t\t\t\t'cavaleirisms',\r\n\t\t\t\t\t'cavalirisms',\r\n\t\t\t\t],\r\n\t\t\t\t'cavalry'=>[\r\n\t\t\t\t\t'cavarly',\r\n\t\t\t\t],\r\n\t\t\t\t'cavatina'=>[\r\n\t\t\t\t\t'cavatini',\r\n\t\t\t\t],\r\n\t\t\t\t'caveat'=>[\r\n\t\t\t\t\t'cavet',\r\n\t\t\t\t],\r\n\t\t\t\t'caviar'=>[\r\n\t\t\t\t\t'cavar',\r\n\t\t\t\t\t'cavier',\r\n\t\t\t\t],\r\n\t\t\t\t'cavie'=>[\r\n\t\t\t\t\t'cavei',\r\n\t\t\t\t\t'cavi',\r\n\t\t\t\t],\r\n\t\t\t\t'cavitary'=>[\r\n\t\t\t\t\t'cavitery',\r\n\t\t\t\t],\r\n\t\t\t\t'caète'=>[\r\n\t\t\t\t\t'caéte',\r\n\t\t\t\t],\r\n\t\t\t\t'cease'=>[\r\n\t\t\t\t\t'cese',\r\n\t\t\t\t],\r\n\t\t\t\t'ceaseless'=>[\r\n\t\t\t\t\t'ceaseles',\r\n\t\t\t\t\t'ceseless',\r\n\t\t\t\t],\r\n\t\t\t\t'ceaselessly'=>[\r\n\t\t\t\t\t'ceaselessally',\r\n\t\t\t\t\t'ceaselessaly',\r\n\t\t\t\t\t'ceaselessely',\r\n\t\t\t\t\t'ceaselesslly',\r\n\t\t\t\t],\r\n\t\t\t\t'ceaselessness'=>[\r\n\t\t\t\t\t'ceselessness',\r\n\t\t\t\t],\r\n\t\t\t\t'ceaselessnesses'=>[\r\n\t\t\t\t\t'ceselessnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'cedar'=>[\r\n\t\t\t\t\t'ceder',\r\n\t\t\t\t],\r\n\t\t\t\t'cedary'=>[\r\n\t\t\t\t\t'cedery',\r\n\t\t\t\t],\r\n\t\t\t\t'ceiba'=>[\r\n\t\t\t\t\t'cieba',\r\n\t\t\t\t],\r\n\t\t\t\t'ceibas'=>[\r\n\t\t\t\t\t'ciebas',\r\n\t\t\t\t],\r\n\t\t\t\t'ceil'=>[\r\n\t\t\t\t\t'ciel',\r\n\t\t\t\t],\r\n\t\t\t\t'ceiled'=>[\r\n\t\t\t\t\t'cieled',\r\n\t\t\t\t],\r\n\t\t\t\t'ceiler'=>[\r\n\t\t\t\t\t'cieler',\r\n\t\t\t\t],\r\n\t\t\t\t'ceili'=>[\r\n\t\t\t\t\t'cieli',\r\n\t\t\t\t],\r\n\t\t\t\t'ceilidh'=>[\r\n\t\t\t\t\t'cielidh',\r\n\t\t\t\t],\r\n\t\t\t\t'ceilidhs'=>[\r\n\t\t\t\t\t'cielidhs',\r\n\t\t\t\t],\r\n\t\t\t\t'ceiling'=>[\r\n\t\t\t\t\t'cieling',\r\n\t\t\t\t],\r\n\t\t\t\t'ceilings'=>[\r\n\t\t\t\t\t'cielings',\r\n\t\t\t\t],\r\n\t\t\t\t'ceilis'=>[\r\n\t\t\t\t\t'cielis',\r\n\t\t\t\t],\r\n\t\t\t\t'ceilometer'=>[\r\n\t\t\t\t\t'cielometer',\r\n\t\t\t\t],\r\n\t\t\t\t'ceilometers'=>[\r\n\t\t\t\t\t'cielometers',\r\n\t\t\t\t],\r\n\t\t\t\t'ceils'=>[\r\n\t\t\t\t\t'ciels',\r\n\t\t\t\t],\r\n\t\t\t\t'ceinture'=>[\r\n\t\t\t\t\t'cienture',\r\n\t\t\t\t],\r\n\t\t\t\t'celebrant'=>[\r\n\t\t\t\t\t'celebrent',\r\n\t\t\t\t],\r\n\t\t\t\t'celebrate'=>[\r\n\t\t\t\t\t'celeberate',\r\n\t\t\t\t\t'celibrate',\r\n\t\t\t\t],\r\n\t\t\t\t'celebratedness'=>[\r\n\t\t\t\t\t'celebratednes',\r\n\t\t\t\t],\r\n\t\t\t\t'celebrities'=>[\r\n\t\t\t\t\t'celebrites',\r\n\t\t\t\t],\r\n\t\t\t\t'celebrity'=>[\r\n\t\t\t\t\t'celebirty',\r\n\t\t\t\t],\r\n\t\t\t\t'celestine'=>[\r\n\t\t\t\t\t'celestini',\r\n\t\t\t\t],\r\n\t\t\t\t'celibacy'=>[\r\n\t\t\t\t\t'celibasy',\r\n\t\t\t\t],\r\n\t\t\t\t'celina gonzález'=>[\r\n\t\t\t\t\t'celina gonzalez',\r\n\t\t\t\t],\r\n\t\t\t\t'cell'=>[\r\n\t\t\t\t\t'cel',\r\n\t\t\t\t],\r\n\t\t\t\t'cella'=>[\r\n\t\t\t\t\t'cela',\r\n\t\t\t\t],\r\n\t\t\t\t'cellar'=>[\r\n\t\t\t\t\t'celar',\r\n\t\t\t\t\t'celler',\r\n\t\t\t\t],\r\n\t\t\t\t'cellini'=>[\r\n\t\t\t\t\t'celhni',\r\n\t\t\t\t],\r\n\t\t\t\t'cello'=>[\r\n\t\t\t\t\t'celo',\r\n\t\t\t\t],\r\n\t\t\t\t'cellophane'=>[\r\n\t\t\t\t\t'celophane',\r\n\t\t\t\t],\r\n\t\t\t\t'cellphone'=>[\r\n\t\t\t\t\t'celphone',\r\n\t\t\t\t],\r\n\t\t\t\t'cellular'=>[\r\n\t\t\t\t\t'celluler',\r\n\t\t\t\t\t'celular',\r\n\t\t\t\t],\r\n\t\t\t\t'cellularities'=>[\r\n\t\t\t\t\t'cellulariteis',\r\n\t\t\t\t\t'cellularitis',\r\n\t\t\t\t],\r\n\t\t\t\t'cellulite'=>[\r\n\t\t\t\t\t'celulite',\r\n\t\t\t\t],\r\n\t\t\t\t'cellulitis'=>[\r\n\t\t\t\t\t'celulitis',\r\n\t\t\t\t],\r\n\t\t\t\t'celluloid'=>[\r\n\t\t\t\t\t'celuloid',\r\n\t\t\t\t],\r\n\t\t\t\t'cellulolytic'=>[\r\n\t\t\t\t\t'celulolytic',\r\n\t\t\t\t],\r\n\t\t\t\t'cellulose'=>[\r\n\t\t\t\t\t'celulose',\r\n\t\t\t\t],\r\n\t\t\t\t'cement'=>[\r\n\t\t\t\t\t'cemant',\r\n\t\t\t\t],\r\n\t\t\t\t'cementitious'=>[\r\n\t\t\t\t\t'cemantitious',\r\n\t\t\t\t\t'cementitous',\r\n\t\t\t\t],\r\n\t\t\t\t'cemeteries'=>[\r\n\t\t\t\t\t'cemetaries',\r\n\t\t\t\t],\r\n\t\t\t\t'cemetery'=>[\r\n\t\t\t\t\t'cementary',\r\n\t\t\t\t\t'cementery',\r\n\t\t\t\t\t'cemetarey',\r\n\t\t\t\t\t'cemetary',\r\n\t\t\t\t\t'cemetry',\r\n\t\t\t\t],\r\n\t\t\t\t'cense'=>[\r\n\t\t\t\t\t'cence',\r\n\t\t\t\t],\r\n\t\t\t\t'censor'=>[\r\n\t\t\t\t\t'censur',\r\n\t\t\t\t],\r\n\t\t\t\t'censorious'=>[\r\n\t\t\t\t\t'censorous',\r\n\t\t\t\t],\r\n\t\t\t\t'censoriously'=>[\r\n\t\t\t\t\t'censorously',\r\n\t\t\t\t],\r\n\t\t\t\t'censoriousness'=>[\r\n\t\t\t\t\t'censoriousnes',\r\n\t\t\t\t],\r\n\t\t\t\t'census'=>[\r\n\t\t\t\t\t'cencus',\r\n\t\t\t\t],\r\n\t\t\t\t'censusing'=>[\r\n\t\t\t\t\t'censuisng',\r\n\t\t\t\t],\r\n\t\t\t\t'cent'=>[\r\n\t\t\t\t\t'cant',\r\n\t\t\t\t],\r\n\t\t\t\t'centai'=>[\r\n\t\t\t\t\t'cantai',\r\n\t\t\t\t],\r\n\t\t\t\t'cental'=>[\r\n\t\t\t\t\t'cantal',\r\n\t\t\t\t],\r\n\t\t\t\t'centas'=>[\r\n\t\t\t\t\t'cantas',\r\n\t\t\t\t],\r\n\t\t\t\t'centaur'=>[\r\n\t\t\t\t\t'cantaur',\r\n\t\t\t\t],\r\n\t\t\t\t'centenarian'=>[\r\n\t\t\t\t\t'centenaran',\r\n\t\t\t\t],\r\n\t\t\t\t'centenary'=>[\r\n\t\t\t\t\t'cantenary',\r\n\t\t\t\t\t'centenery',\r\n\t\t\t\t\t'centennary',\r\n\t\t\t\t],\r\n\t\t\t\t'centennial'=>[\r\n\t\t\t\t\t'cantennial',\r\n\t\t\t\t\t'centenial',\r\n\t\t\t\t],\r\n\t\t\t\t'centennially'=>[\r\n\t\t\t\t\t'centenially',\r\n\t\t\t\t],\r\n\t\t\t\t'centennials'=>[\r\n\t\t\t\t\t'centenials',\r\n\t\t\t\t],\r\n\t\t\t\t'center'=>[\r\n\t\t\t\t\t'canter',\r\n\t\t\t\t],\r\n\t\t\t\t'centered'=>[\r\n\t\t\t\t\t'cantered',\r\n\t\t\t\t],\r\n\t\t\t\t'centerednesses'=>[\r\n\t\t\t\t\t'canterednesses',\r\n\t\t\t\t\t'centeredneses',\r\n\t\t\t\t],\r\n\t\t\t\t'centerline'=>[\r\n\t\t\t\t\t'centerlini',\r\n\t\t\t\t],\r\n\t\t\t\t'centerpiece'=>[\r\n\t\t\t\t\t'canterpiece',\r\n\t\t\t\t\t'centerpeice',\r\n\t\t\t\t\t'centerpice',\r\n\t\t\t\t],\r\n\t\t\t\t'centerpieces'=>[\r\n\t\t\t\t\t'centerpeices',\r\n\t\t\t\t\t'centerpices',\r\n\t\t\t\t],\r\n\t\t\t\t'centile'=>[\r\n\t\t\t\t\t'cantile',\r\n\t\t\t\t],\r\n\t\t\t\t'centillion'=>[\r\n\t\t\t\t\t'centilion',\r\n\t\t\t\t],\r\n\t\t\t\t'centimeter'=>[\r\n\t\t\t\t\t'cantimeter',\r\n\t\t\t\t],\r\n\t\t\t\t'centimorgan'=>[\r\n\t\t\t\t\t'centimourgan',\r\n\t\t\t\t],\r\n\t\t\t\t'centimorgans'=>[\r\n\t\t\t\t\t'centimourgans',\r\n\t\t\t\t],\r\n\t\t\t\t'centner'=>[\r\n\t\t\t\t\t'cantner',\r\n\t\t\t\t],\r\n\t\t\t\t'cento'=>[\r\n\t\t\t\t\t'canto',\r\n\t\t\t\t],\r\n\t\t\t\t'centos'=>[\r\n\t\t\t\t\t'cantos',\r\n\t\t\t\t],\r\n\t\t\t\t'centra'=>[\r\n\t\t\t\t\t'cantra',\r\n\t\t\t\t],\r\n\t\t\t\t'central'=>[\r\n\t\t\t\t\t'cantral',\r\n\t\t\t\t\t'centarl',\r\n\t\t\t\t\t'centeral',\r\n\t\t\t\t],\r\n\t\t\t\t'centralities'=>[\r\n\t\t\t\t\t'centraliteis',\r\n\t\t\t\t\t'centralitis',\r\n\t\t\t\t],\r\n\t\t\t\t'centrality'=>[\r\n\t\t\t\t\t'cantrality',\r\n\t\t\t\t],\r\n\t\t\t\t'centralization'=>[\r\n\t\t\t\t\t'cantralization',\r\n\t\t\t\t],\r\n\t\t\t\t'centralizations'=>[\r\n\t\t\t\t\t'cantralizations',\r\n\t\t\t\t],\r\n\t\t\t\t'centralize'=>[\r\n\t\t\t\t\t'cantralize',\r\n\t\t\t\t],\r\n\t\t\t\t'centrally'=>[\r\n\t\t\t\t\t'centraly',\r\n\t\t\t\t],\r\n\t\t\t\t'centre'=>[\r\n\t\t\t\t\t'cantre',\r\n\t\t\t\t],\r\n\t\t\t\t'centred'=>[\r\n\t\t\t\t\t'cantred',\r\n\t\t\t\t],\r\n\t\t\t\t'centric'=>[\r\n\t\t\t\t\t'cantric',\r\n\t\t\t\t],\r\n\t\t\t\t'centricities'=>[\r\n\t\t\t\t\t'centriciteis',\r\n\t\t\t\t\t'centricitis',\r\n\t\t\t\t],\r\n\t\t\t\t'centrifugal'=>[\r\n\t\t\t\t\t'cantrifugal',\r\n\t\t\t\t\t'centrifical',\r\n\t\t\t\t],\r\n\t\t\t\t'centrifugation'=>[\r\n\t\t\t\t\t'cantrifugation',\r\n\t\t\t\t],\r\n\t\t\t\t'centrifugations'=>[\r\n\t\t\t\t\t'cantrifugations',\r\n\t\t\t\t],\r\n\t\t\t\t'centring'=>[\r\n\t\t\t\t\t'cantring',\r\n\t\t\t\t],\r\n\t\t\t\t'centrist'=>[\r\n\t\t\t\t\t'cantrist',\r\n\t\t\t\t],\r\n\t\t\t\t'centrosymmetric'=>[\r\n\t\t\t\t\t'cantrosymmetric',\r\n\t\t\t\t\t'centrosymnetric',\r\n\t\t\t\t],\r\n\t\t\t\t'centrum'=>[\r\n\t\t\t\t\t'cantrum',\r\n\t\t\t\t],\r\n\t\t\t\t'cents'=>[\r\n\t\t\t\t\t'cants',\r\n\t\t\t\t],\r\n\t\t\t\t'centu'=>[\r\n\t\t\t\t\t'cantu',\r\n\t\t\t\t],\r\n\t\t\t\t'centum'=>[\r\n\t\t\t\t\t'cantum',\r\n\t\t\t\t],\r\n\t\t\t\t'centuries'=>[\r\n\t\t\t\t\t'centures',\r\n\t\t\t\t\t'centuties',\r\n\t\t\t\t\t'certuries',\r\n\t\t\t\t],\r\n\t\t\t\t'century'=>[\r\n\t\t\t\t\t'cantury',\r\n\t\t\t\t\t'centruy',\r\n\t\t\t\t\t'centuty',\r\n\t\t\t\t\t'ceutury',\r\n\t\t\t\t],\r\n\t\t\t\t'ceoltóirí'=>[\r\n\t\t\t\t\t'ceoilteoiri',\r\n\t\t\t\t\t'ceoltoiri',\r\n\t\t\t\t\t'ceoltoirí',\r\n\t\t\t\t\t'ceoltóiri',\r\n\t\t\t\t],\r\n\t\t\t\t'cephaloridines'=>[\r\n\t\t\t\t\t'cephaloridinis',\r\n\t\t\t\t],\r\n\t\t\t\t'cepheids'=>[\r\n\t\t\t\t\t'cephieds',\r\n\t\t\t\t],\r\n\t\t\t\t'ceratopsian'=>[\r\n\t\t\t\t\t'ceratopsan',\r\n\t\t\t\t],\r\n\t\t\t\t'cercarian'=>[\r\n\t\t\t\t\t'cercaran',\r\n\t\t\t\t],\r\n\t\t\t\t'cereal'=>[\r\n\t\t\t\t\t'cerel',\r\n\t\t\t\t],\r\n\t\t\t\t'cerebellar'=>[\r\n\t\t\t\t\t'cerebeller',\r\n\t\t\t\t],\r\n\t\t\t\t'cerebellum'=>[\r\n\t\t\t\t\t'cerebelum',\r\n\t\t\t\t],\r\n\t\t\t\t'cerebrospinal'=>[\r\n\t\t\t\t\t'cerebrospinil',\r\n\t\t\t\t],\r\n\t\t\t\t'cerebrovascular'=>[\r\n\t\t\t\t\t'cerebrovacsular',\r\n\t\t\t\t\t'cerebrovacular',\r\n\t\t\t\t\t'cerebrovasculer',\r\n\t\t\t\t\t'cerebrovasular',\r\n\t\t\t\t],\r\n\t\t\t\t'ceremonial'=>[\r\n\t\t\t\t\t'cerimonial',\r\n\t\t\t\t],\r\n\t\t\t\t'ceremonies'=>[\r\n\t\t\t\t\t'cerimonies',\r\n\t\t\t\t],\r\n\t\t\t\t'ceremonious'=>[\r\n\t\t\t\t\t'ceremonous',\r\n\t\t\t\t\t'cerimonious',\r\n\t\t\t\t],\r\n\t\t\t\t'ceremoniously'=>[\r\n\t\t\t\t\t'ceremoniousally',\r\n\t\t\t\t\t'ceremoniousaly',\r\n\t\t\t\t\t'ceremoniousely',\r\n\t\t\t\t\t'ceremoniouslly',\r\n\t\t\t\t\t'ceremonously',\r\n\t\t\t\t],\r\n\t\t\t\t'ceremony'=>[\r\n\t\t\t\t\t'cerimony',\r\n\t\t\t\t],\r\n\t\t\t\t'cernuous'=>[\r\n\t\t\t\t\t'cernous',\r\n\t\t\t\t],\r\n\t\t\t\t'certain'=>[\r\n\t\t\t\t\t'ceratin',\r\n\t\t\t\t\t'certian',\r\n\t\t\t\t],\r\n\t\t\t\t'certainly'=>[\r\n\t\t\t\t\t'certainally',\r\n\t\t\t\t\t'certainaly',\r\n\t\t\t\t\t'certainely',\r\n\t\t\t\t\t'certainlly',\r\n\t\t\t\t],\r\n\t\t\t\t'certainty'=>[\r\n\t\t\t\t\t'certainity',\r\n\t\t\t\t],\r\n\t\t\t\t'certifiable'=>[\r\n\t\t\t\t\t'certifiible',\r\n\t\t\t\t],\r\n\t\t\t\t'certified'=>[\r\n\t\t\t\t\t'certifed',\r\n\t\t\t\t],\r\n\t\t\t\t'cerusite'=>[\r\n\t\t\t\t\t'ceruiste',\r\n\t\t\t\t],\r\n\t\t\t\t'cerusites'=>[\r\n\t\t\t\t\t'ceruistes',\r\n\t\t\t\t],\r\n\t\t\t\t'cervical'=>[\r\n\t\t\t\t\t'cervial',\r\n\t\t\t\t],\r\n\t\t\t\t'cesarian'=>[\r\n\t\t\t\t\t'cesaran',\r\n\t\t\t\t],\r\n\t\t\t\t'cess'=>[\r\n\t\t\t\t\t'ces',\r\n\t\t\t\t],\r\n\t\t\t\t'cessation'=>[\r\n\t\t\t\t\t'cesation',\r\n\t\t\t\t],\r\n\t\t\t\t'chaconne'=>[\r\n\t\t\t\t\t'chacone',\r\n\t\t\t\t],\r\n\t\t\t\t'chadian-occupied'=>[\r\n\t\t\t\t\t'chadian occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'chagrinning'=>[\r\n\t\t\t\t\t'chagrining',\r\n\t\t\t\t],\r\n\t\t\t\t'chaine'=>[\r\n\t\t\t\t\t'chaini',\r\n\t\t\t\t],\r\n\t\t\t\t'chaining'=>[\r\n\t\t\t\t\t'chainang',\r\n\t\t\t\t],\r\n\t\t\t\t'chainman'=>[\r\n\t\t\t\t\t'chaiman',\r\n\t\t\t\t\t'chainan',\r\n\t\t\t\t],\r\n\t\t\t\t'chainmen'=>[\r\n\t\t\t\t\t'chaimen',\r\n\t\t\t\t\t'chainen',\r\n\t\t\t\t],\r\n\t\t\t\t'chairman'=>[\r\n\t\t\t\t\t'chariman',\r\n\t\t\t\t],\r\n\t\t\t\t'chairmanned'=>[\r\n\t\t\t\t\t'chairmaned',\r\n\t\t\t\t],\r\n\t\t\t\t'chairmanning'=>[\r\n\t\t\t\t\t'chairmaning',\r\n\t\t\t\t],\r\n\t\t\t\t'chalah'=>[\r\n\t\t\t\t\t'chala',\r\n\t\t\t\t],\r\n\t\t\t\t'chalahs'=>[\r\n\t\t\t\t\t'chalas',\r\n\t\t\t\t],\r\n\t\t\t\t'chalcedonies'=>[\r\n\t\t\t\t\t'chalcedoneis',\r\n\t\t\t\t\t'chalcedonis',\r\n\t\t\t\t],\r\n\t\t\t\t'challah'=>[\r\n\t\t\t\t\t'challa',\r\n\t\t\t\t],\r\n\t\t\t\t'challahs'=>[\r\n\t\t\t\t\t'challas',\r\n\t\t\t\t],\r\n\t\t\t\t'challenge'=>[\r\n\t\t\t\t\t'chalenge',\r\n\t\t\t\t\t'challange',\r\n\t\t\t\t\t'challeng',\r\n\t\t\t\t],\r\n\t\t\t\t'challenged'=>[\r\n\t\t\t\t\t'chalenged',\r\n\t\t\t\t\t'challanged',\r\n\t\t\t\t],\r\n\t\t\t\t'challenger'=>[\r\n\t\t\t\t\t'chalenger',\r\n\t\t\t\t\t'challanger',\r\n\t\t\t\t],\r\n\t\t\t\t'challenging'=>[\r\n\t\t\t\t\t'chalenging',\r\n\t\t\t\t],\r\n\t\t\t\t'chammied'=>[\r\n\t\t\t\t\t'chamnied',\r\n\t\t\t\t],\r\n\t\t\t\t'chammies'=>[\r\n\t\t\t\t\t'chamnies',\r\n\t\t\t\t],\r\n\t\t\t\t'chammy'=>[\r\n\t\t\t\t\t'chamny',\r\n\t\t\t\t],\r\n\t\t\t\t'championship'=>[\r\n\t\t\t\t\t'chamionship',\r\n\t\t\t\t\t'champoinship',\r\n\t\t\t\t\t'chanpionship',\r\n\t\t\t\t],\r\n\t\t\t\t'chance'=>[\r\n\t\t\t\t\t'chence',\r\n\t\t\t\t],\r\n\t\t\t\t'chancelleries'=>[\r\n\t\t\t\t\t'chancellereis',\r\n\t\t\t\t\t'chancelleris',\r\n\t\t\t\t],\r\n\t\t\t\t'chancellery'=>[\r\n\t\t\t\t\t'chancelery',\r\n\t\t\t\t],\r\n\t\t\t\t'chancellor'=>[\r\n\t\t\t\t\t'chancelor',\r\n\t\t\t\t],\r\n\t\t\t\t'chancellories'=>[\r\n\t\t\t\t\t'chancelloreis',\r\n\t\t\t\t\t'chancelloris',\r\n\t\t\t\t],\r\n\t\t\t\t'chancellorship'=>[\r\n\t\t\t\t\t'chancelorship',\r\n\t\t\t\t],\r\n\t\t\t\t'chancellorships'=>[\r\n\t\t\t\t\t'chancelorships',\r\n\t\t\t\t],\r\n\t\t\t\t'chancellory'=>[\r\n\t\t\t\t\t'chancelory',\r\n\t\t\t\t],\r\n\t\t\t\t'chanchullo'=>[\r\n\t\t\t\t\t'chancullo',\r\n\t\t\t\t],\r\n\t\t\t\t'chancy'=>[\r\n\t\t\t\t\t'chansy',\r\n\t\t\t\t],\r\n\t\t\t\t'chandelier'=>[\r\n\t\t\t\t\t'chandeleir',\r\n\t\t\t\t\t'chandelir',\r\n\t\t\t\t],\r\n\t\t\t\t'chandeliered'=>[\r\n\t\t\t\t\t'chandeleired',\r\n\t\t\t\t\t'chandelired',\r\n\t\t\t\t],\r\n\t\t\t\t'change'=>[\r\n\t\t\t\t\t'chanage',\r\n\t\t\t\t],\r\n\t\t\t\t'changeabilities'=>[\r\n\t\t\t\t\t'changeabiliteis',\r\n\t\t\t\t\t'changeabilitis',\r\n\t\t\t\t\t'changebilities',\r\n\t\t\t\t],\r\n\t\t\t\t'changeability'=>[\r\n\t\t\t\t\t'changebility',\r\n\t\t\t\t],\r\n\t\t\t\t'changeable'=>[\r\n\t\t\t\t\t'changable',\r\n\t\t\t\t\t'changeble',\r\n\t\t\t\t\t'changeible',\r\n\t\t\t\t],\r\n\t\t\t\t'changeableness'=>[\r\n\t\t\t\t\t'changeablenes',\r\n\t\t\t\t\t'changebleness',\r\n\t\t\t\t],\r\n\t\t\t\t'changeably'=>[\r\n\t\t\t\t\t'changeabally',\r\n\t\t\t\t\t'changeabaly',\r\n\t\t\t\t\t'changeabely',\r\n\t\t\t\t\t'changeablly',\r\n\t\t\t\t],\r\n\t\t\t\t'changelessness'=>[\r\n\t\t\t\t\t'changelessnes',\r\n\t\t\t\t],\r\n\t\t\t\t'changing'=>[\r\n\t\t\t\t\t'changeing',\r\n\t\t\t\t],\r\n\t\t\t\t'channel'=>[\r\n\t\t\t\t\t'chanel',\r\n\t\t\t\t],\r\n\t\t\t\t'channeling'=>[\r\n\t\t\t\t\t'chaneling',\r\n\t\t\t\t],\r\n\t\t\t\t'channelization'=>[\r\n\t\t\t\t\t'chanelization',\r\n\t\t\t\t],\r\n\t\t\t\t'channelizations'=>[\r\n\t\t\t\t\t'chanelizations',\r\n\t\t\t\t],\r\n\t\t\t\t'channelize'=>[\r\n\t\t\t\t\t'chanelize',\r\n\t\t\t\t],\r\n\t\t\t\t'channelized'=>[\r\n\t\t\t\t\t'chanelized',\r\n\t\t\t\t],\r\n\t\t\t\t'channelizes'=>[\r\n\t\t\t\t\t'chanelizes',\r\n\t\t\t\t],\r\n\t\t\t\t'channelizing'=>[\r\n\t\t\t\t\t'chanelizing',\r\n\t\t\t\t],\r\n\t\t\t\t'channelling'=>[\r\n\t\t\t\t\t'chanelling',\r\n\t\t\t\t],\r\n\t\t\t\t'chansonnier'=>[\r\n\t\t\t\t\t'chansonier',\r\n\t\t\t\t],\r\n\t\t\t\t'chansonniers'=>[\r\n\t\t\t\t\t'chansoniers',\r\n\t\t\t\t\t'chansonneirs',\r\n\t\t\t\t\t'chansonnirs',\r\n\t\t\t\t],\r\n\t\t\t\t'chant'=>[\r\n\t\t\t\t\t'chent',\r\n\t\t\t\t],\r\n\t\t\t\t'chanter'=>[\r\n\t\t\t\t\t'chenter',\r\n\t\t\t\t],\r\n\t\t\t\t'chanterelle'=>[\r\n\t\t\t\t\t'chanterele',\r\n\t\t\t\t\t'chenterelle',\r\n\t\t\t\t],\r\n\t\t\t\t'chanteuse'=>[\r\n\t\t\t\t\t'chenteuse',\r\n\t\t\t\t],\r\n\t\t\t\t'chantey'=>[\r\n\t\t\t\t\t'chentey',\r\n\t\t\t\t],\r\n\t\t\t\t'chanticleer'=>[\r\n\t\t\t\t\t'chenticleer',\r\n\t\t\t\t],\r\n\t\t\t\t'chantry'=>[\r\n\t\t\t\t\t'chentry',\r\n\t\t\t\t],\r\n\t\t\t\t'chants'=>[\r\n\t\t\t\t\t'chents',\r\n\t\t\t\t],\r\n\t\t\t\t'chanty'=>[\r\n\t\t\t\t\t'chenty',\r\n\t\t\t\t],\r\n\t\t\t\t'chaos'=>[\r\n\t\t\t\t\t'choas',\r\n\t\t\t\t],\r\n\t\t\t\t'chaparajos'=>[\r\n\t\t\t\t\t'chaperajos',\r\n\t\t\t\t],\r\n\t\t\t\t'chaparral'=>[\r\n\t\t\t\t\t'chaparal',\r\n\t\t\t\t\t'chaperral',\r\n\t\t\t\t\t'chapparal',\r\n\t\t\t\t],\r\n\t\t\t\t'chaperoneship'=>[\r\n\t\t\t\t\t'chaperonship',\r\n\t\t\t\t],\r\n\t\t\t\t'chaplaincies'=>[\r\n\t\t\t\t\t'chaplainceis',\r\n\t\t\t\t\t'chaplaincis',\r\n\t\t\t\t],\r\n\t\t\t\t'chaplaincy'=>[\r\n\t\t\t\t\t'chaplainsy',\r\n\t\t\t\t],\r\n\t\t\t\t'chappie'=>[\r\n\t\t\t\t\t'chapie',\r\n\t\t\t\t\t'chappei',\r\n\t\t\t\t\t'chappi',\r\n\t\t\t\t],\r\n\t\t\t\t'chapter'=>[\r\n\t\t\t\t\t'chaper',\r\n\t\t\t\t\t'chpater',\r\n\t\t\t\t],\r\n\t\t\t\t'char'=>[\r\n\t\t\t\t\t'cher',\r\n\t\t\t\t],\r\n\t\t\t\t'character'=>[\r\n\t\t\t\t\t'carachter',\r\n\t\t\t\t\t'charachter',\r\n\t\t\t\t\t'charater',\r\n\t\t\t\t\t'charcter',\r\n\t\t\t\t],\r\n\t\t\t\t'characteries'=>[\r\n\t\t\t\t\t'charactereis',\r\n\t\t\t\t\t'characteris',\r\n\t\t\t\t],\r\n\t\t\t\t'characteristic'=>[\r\n\t\t\t\t\t'characterstic',\r\n\t\t\t\t],\r\n\t\t\t\t'characteristics'=>[\r\n\t\t\t\t\t'charistics',\r\n\t\t\t\t],\r\n\t\t\t\t'characters'=>[\r\n\t\t\t\t\t'charachters',\r\n\t\t\t\t],\r\n\t\t\t\t'charactery'=>[\r\n\t\t\t\t\t'charactary',\r\n\t\t\t\t],\r\n\t\t\t\t'charcuterie'=>[\r\n\t\t\t\t\t'charcuterei',\r\n\t\t\t\t\t'charcuteri',\r\n\t\t\t\t],\r\n\t\t\t\t'charcuteries'=>[\r\n\t\t\t\t\t'charcutereis',\r\n\t\t\t\t\t'charcuteris',\r\n\t\t\t\t],\r\n\t\t\t\t'chardonnays'=>[\r\n\t\t\t\t\t'chardonays',\r\n\t\t\t\t],\r\n\t\t\t\t'charelston'=>[\r\n\t\t\t\t\t'charlston',\r\n\t\t\t\t],\r\n\t\t\t\t'charge of'=>[\r\n\t\t\t\t\t'chargeof',\r\n\t\t\t\t],\r\n\t\t\t\t'chargeable'=>[\r\n\t\t\t\t\t'chargeble',\r\n\t\t\t\t\t'chargeible',\r\n\t\t\t\t],\r\n\t\t\t\t'charismatic'=>[\r\n\t\t\t\t\t'carismatic',\r\n\t\t\t\t],\r\n\t\t\t\t'charitable'=>[\r\n\t\t\t\t\t'charitible',\r\n\t\t\t\t],\r\n\t\t\t\t'charitableness'=>[\r\n\t\t\t\t\t'charitablenes',\r\n\t\t\t\t],\r\n\t\t\t\t'charlatanries'=>[\r\n\t\t\t\t\t'charlatanreis',\r\n\t\t\t\t\t'charlatanris',\r\n\t\t\t\t],\r\n\t\t\t\t'charlie'=>[\r\n\t\t\t\t\t'charlei',\r\n\t\t\t\t\t'charli',\r\n\t\t\t\t],\r\n\t\t\t\t'charr'=>[\r\n\t\t\t\t\t'char',\r\n\t\t\t\t],\r\n\t\t\t\t'charro'=>[\r\n\t\t\t\t\t'charo',\r\n\t\t\t\t],\r\n\t\t\t\t'chartularies'=>[\r\n\t\t\t\t\t'chartulareis',\r\n\t\t\t\t\t'chartularis',\r\n\t\t\t\t],\r\n\t\t\t\t'chartulary'=>[\r\n\t\t\t\t\t'chartulery',\r\n\t\t\t\t],\r\n\t\t\t\t'chary'=>[\r\n\t\t\t\t\t'chery',\r\n\t\t\t\t],\r\n\t\t\t\t'chase'=>[\r\n\t\t\t\t\t'chasr',\r\n\t\t\t\t],\r\n\t\t\t\t'chasse'=>[\r\n\t\t\t\t\t'chase',\r\n\t\t\t\t],\r\n\t\t\t\t'chasseur'=>[\r\n\t\t\t\t\t'chasser',\r\n\t\t\t\t],\r\n\t\t\t\t'chassis'=>[\r\n\t\t\t\t\t'chasis',\r\n\t\t\t\t],\r\n\t\t\t\t'chastely'=>[\r\n\t\t\t\t\t'chastly',\r\n\t\t\t\t],\r\n\t\t\t\t'chastened'=>[\r\n\t\t\t\t\t'chastend',\r\n\t\t\t\t],\r\n\t\t\t\t'chateau'=>[\r\n\t\t\t\t\t'chateu',\r\n\t\t\t\t],\r\n\t\t\t\t'chateaubriand'=>[\r\n\t\t\t\t\t'chateubriand',\r\n\t\t\t\t],\r\n\t\t\t\t'chateaubriands'=>[\r\n\t\t\t\t\t'chateubriands',\r\n\t\t\t\t],\r\n\t\t\t\t'chatelaine'=>[\r\n\t\t\t\t\t'chatelaini',\r\n\t\t\t\t],\r\n\t\t\t\t'chatoyance'=>[\r\n\t\t\t\t\t'chatoyence',\r\n\t\t\t\t],\r\n\t\t\t\t'chatoyancies'=>[\r\n\t\t\t\t\t'chatoyanceis',\r\n\t\t\t\t\t'chatoyancis',\r\n\t\t\t\t],\r\n\t\t\t\t'chatoyancy'=>[\r\n\t\t\t\t\t'chatoyansy',\r\n\t\t\t\t],\r\n\t\t\t\t'chattery'=>[\r\n\t\t\t\t\t'chattary',\r\n\t\t\t\t],\r\n\t\t\t\t'chauffeur'=>[\r\n\t\t\t\t\t'chauffer',\r\n\t\t\t\t],\r\n\t\t\t\t'chautauqua'=>[\r\n\t\t\t\t\t'chautauqau',\r\n\t\t\t\t],\r\n\t\t\t\t'chauvinism'=>[\r\n\t\t\t\t\t'chauvinasm',\r\n\t\t\t\t],\r\n\t\t\t\t'chauvinisms'=>[\r\n\t\t\t\t\t'chauvinasms',\r\n\t\t\t\t],\r\n\t\t\t\t'chauvinistic'=>[\r\n\t\t\t\t\t'chauvinastic',\r\n\t\t\t\t],\r\n\t\t\t\t'chauvinists'=>[\r\n\t\t\t\t\t'chauvinasts',\r\n\t\t\t\t],\r\n\t\t\t\t'cheap'=>[\r\n\t\t\t\t\t'chep',\r\n\t\t\t\t],\r\n\t\t\t\t'cheapened'=>[\r\n\t\t\t\t\t'cheapend',\r\n\t\t\t\t],\r\n\t\t\t\t'cheat'=>[\r\n\t\t\t\t\t'chet',\r\n\t\t\t\t],\r\n\t\t\t\t'checkerberries'=>[\r\n\t\t\t\t\t'checkerberies',\r\n\t\t\t\t],\r\n\t\t\t\t'checkerberry'=>[\r\n\t\t\t\t\t'checkerbery',\r\n\t\t\t\t],\r\n\t\t\t\t'checkrein'=>[\r\n\t\t\t\t\t'checkrien',\r\n\t\t\t\t],\r\n\t\t\t\t'checkreins'=>[\r\n\t\t\t\t\t'checkriens',\r\n\t\t\t\t],\r\n\t\t\t\t'cheddary'=>[\r\n\t\t\t\t\t'cheddery',\r\n\t\t\t\t],\r\n\t\t\t\t'cheerful'=>[\r\n\t\t\t\t\t'chearful',\r\n\t\t\t\t],\r\n\t\t\t\t'cheerfulnesses'=>[\r\n\t\t\t\t\t'cheerfulneses',\r\n\t\t\t\t],\r\n\t\t\t\t'cheerleader'=>[\r\n\t\t\t\t\t'cheerleder',\r\n\t\t\t\t],\r\n\t\t\t\t'cheerlessly'=>[\r\n\t\t\t\t\t'cheerlessally',\r\n\t\t\t\t\t'cheerlessaly',\r\n\t\t\t\t\t'cheerlessely',\r\n\t\t\t\t\t'cheerlesslly',\r\n\t\t\t\t],\r\n\t\t\t\t'cheerly'=>[\r\n\t\t\t\t\t'cheerally',\r\n\t\t\t\t\t'cheeraly',\r\n\t\t\t\t\t'cheerely',\r\n\t\t\t\t\t'cheerlly',\r\n\t\t\t\t],\r\n\t\t\t\t'cheeseparing'=>[\r\n\t\t\t\t\t'cheesepering',\r\n\t\t\t\t],\r\n\t\t\t\t'cheeseparings'=>[\r\n\t\t\t\t\t'cheeseperings',\r\n\t\t\t\t],\r\n\t\t\t\t'cheesy'=>[\r\n\t\t\t\t\t'cheecy',\r\n\t\t\t\t],\r\n\t\t\t\t'cheetah'=>[\r\n\t\t\t\t\t'cheeta',\r\n\t\t\t\t],\r\n\t\t\t\t'cheetahs'=>[\r\n\t\t\t\t\t'cheetas',\r\n\t\t\t\t],\r\n\t\t\t\t'chelonian'=>[\r\n\t\t\t\t\t'chelonan',\r\n\t\t\t\t],\r\n\t\t\t\t'chemical'=>[\r\n\t\t\t\t\t'chemcial',\r\n\t\t\t\t],\r\n\t\t\t\t'chemically'=>[\r\n\t\t\t\t\t'chemcially',\r\n\t\t\t\t\t'chemicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'chemistry'=>[\r\n\t\t\t\t\t'chem',\r\n\t\t\t\t\t'chemestry',\r\n\t\t\t\t],\r\n\t\t\t\t'chemokine'=>[\r\n\t\t\t\t\t'chemokini',\r\n\t\t\t\t],\r\n\t\t\t\t'chemoreception'=>[\r\n\t\t\t\t\t'chemoureception',\r\n\t\t\t\t],\r\n\t\t\t\t'chemoreceptions'=>[\r\n\t\t\t\t\t'chemoureceptions',\r\n\t\t\t\t],\r\n\t\t\t\t'chemoreceptive'=>[\r\n\t\t\t\t\t'chemoureceptive',\r\n\t\t\t\t],\r\n\t\t\t\t'chemoreceptor'=>[\r\n\t\t\t\t\t'chemoureceptor',\r\n\t\t\t\t],\r\n\t\t\t\t'chemoreceptors'=>[\r\n\t\t\t\t\t'chemoureceptors',\r\n\t\t\t\t],\r\n\t\t\t\t'chemotactically'=>[\r\n\t\t\t\t\t'chemotacticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'chemotaxonomies'=>[\r\n\t\t\t\t\t'chemotaxonomeis',\r\n\t\t\t\t\t'chemotaxonomis',\r\n\t\t\t\t],\r\n\t\t\t\t'cherry'=>[\r\n\t\t\t\t\t'chery',\r\n\t\t\t\t],\r\n\t\t\t\t'cherrystone'=>[\r\n\t\t\t\t\t'cherystone',\r\n\t\t\t\t],\r\n\t\t\t\t'cherrystones'=>[\r\n\t\t\t\t\t'cherystones',\r\n\t\t\t\t],\r\n\t\t\t\t'chess'=>[\r\n\t\t\t\t\t'ches',\r\n\t\t\t\t\t'chesss',\r\n\t\t\t\t],\r\n\t\t\t\t'chesterfield'=>[\r\n\t\t\t\t\t'chesterfeild',\r\n\t\t\t\t\t'chesterfild',\r\n\t\t\t\t],\r\n\t\t\t\t'chesterfields'=>[\r\n\t\t\t\t\t'chesterfeilds',\r\n\t\t\t\t\t'chesterfilds',\r\n\t\t\t\t],\r\n\t\t\t\t'chetah'=>[\r\n\t\t\t\t\t'cheta',\r\n\t\t\t\t],\r\n\t\t\t\t'chetahs'=>[\r\n\t\t\t\t\t'chetas',\r\n\t\t\t\t],\r\n\t\t\t\t'chevalier'=>[\r\n\t\t\t\t\t'chevaleir',\r\n\t\t\t\t\t'chevalir',\r\n\t\t\t\t],\r\n\t\t\t\t'chiaroscurist'=>[\r\n\t\t\t\t\t'chiarocsurist',\r\n\t\t\t\t\t'chiarocurist',\r\n\t\t\t\t\t'chiarosurist',\r\n\t\t\t\t],\r\n\t\t\t\t'chiaroscurists'=>[\r\n\t\t\t\t\t'chiarocsurists',\r\n\t\t\t\t\t'chiarocurists',\r\n\t\t\t\t\t'chiarosurists',\r\n\t\t\t\t],\r\n\t\t\t\t'chiaroscuro'=>[\r\n\t\t\t\t\t'chiarocsuro',\r\n\t\t\t\t\t'chiarocuro',\r\n\t\t\t\t\t'chiarosuro',\r\n\t\t\t\t],\r\n\t\t\t\t'chicanery'=>[\r\n\t\t\t\t\t'chacinery',\r\n\t\t\t\t],\r\n\t\t\t\t'chiccories'=>[\r\n\t\t\t\t\t'chicories',\r\n\t\t\t\t],\r\n\t\t\t\t'chiccory'=>[\r\n\t\t\t\t\t'chicory',\r\n\t\t\t\t],\r\n\t\t\t\t'chickened'=>[\r\n\t\t\t\t\t'chickend',\r\n\t\t\t\t],\r\n\t\t\t\t'chickenhearted'=>[\r\n\t\t\t\t\t'chickenherted',\r\n\t\t\t\t],\r\n\t\t\t\t'chief'=>[\r\n\t\t\t\t\t'cheif',\r\n\t\t\t\t\t'cheiff',\r\n\t\t\t\t\t'chieff',\r\n\t\t\t\t\t'chif',\r\n\t\t\t\t],\r\n\t\t\t\t'chiefly'=>[\r\n\t\t\t\t\t'cheifly',\r\n\t\t\t\t\t'chiefally',\r\n\t\t\t\t\t'chiefaly',\r\n\t\t\t\t\t'chiefely',\r\n\t\t\t\t\t'chieflly',\r\n\t\t\t\t\t'chifly',\r\n\t\t\t\t],\r\n\t\t\t\t'chieftain'=>[\r\n\t\t\t\t\t'cheiftain',\r\n\t\t\t\t\t'chieftan',\r\n\t\t\t\t\t'chiftain',\r\n\t\t\t\t],\r\n\t\t\t\t'chieftaincies'=>[\r\n\t\t\t\t\t'chieftainceis',\r\n\t\t\t\t\t'chieftaincis',\r\n\t\t\t\t],\r\n\t\t\t\t'chieftaincy'=>[\r\n\t\t\t\t\t'chieftainsy',\r\n\t\t\t\t],\r\n\t\t\t\t'chieftainship'=>[\r\n\t\t\t\t\t'cheiftainship',\r\n\t\t\t\t\t'chiftainship',\r\n\t\t\t\t],\r\n\t\t\t\t'chiel'=>[\r\n\t\t\t\t\t'cheil',\r\n\t\t\t\t\t'chil',\r\n\t\t\t\t],\r\n\t\t\t\t'chiffonier'=>[\r\n\t\t\t\t\t'chiffoneir',\r\n\t\t\t\t\t'chiffonir',\r\n\t\t\t\t],\r\n\t\t\t\t'chigger'=>[\r\n\t\t\t\t\t'chiger',\r\n\t\t\t\t],\r\n\t\t\t\t'childbearing'=>[\r\n\t\t\t\t\t'childbering',\r\n\t\t\t\t],\r\n\t\t\t\t'childbearings'=>[\r\n\t\t\t\t\t'childberings',\r\n\t\t\t\t],\r\n\t\t\t\t'childbirth'=>[\r\n\t\t\t\t\t'childbird',\r\n\t\t\t\t],\r\n\t\t\t\t'childishnesses'=>[\r\n\t\t\t\t\t'childishneses',\r\n\t\t\t\t],\r\n\t\t\t\t'childly'=>[\r\n\t\t\t\t\t'childally',\r\n\t\t\t\t\t'childaly',\r\n\t\t\t\t\t'childely',\r\n\t\t\t\t\t'childlly',\r\n\t\t\t\t],\r\n\t\t\t\t'children'=>[\r\n\t\t\t\t\t'chidren',\r\n\t\t\t\t\t'childen',\r\n\t\t\t\t\t'childern',\r\n\t\t\t\t\t'childern', 'chlidren',\r\n\t\t\t\t\t'chlidren',\r\n\t\t\t\t],\r\n\t\t\t\t'chilean-occupied'=>[\r\n\t\t\t\t\t'chilean occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'chill'=>[\r\n\t\t\t\t\t'chil',\r\n\t\t\t\t],\r\n\t\t\t\t'chiller'=>[\r\n\t\t\t\t\t'chiler',\r\n\t\t\t\t],\r\n\t\t\t\t'chilli'=>[\r\n\t\t\t\t\t'chili',\r\n\t\t\t\t],\r\n\t\t\t\t'chilly'=>[\r\n\t\t\t\t\t'chilally',\r\n\t\t\t\t\t'chilaly',\r\n\t\t\t\t\t'chilely',\r\n\t\t\t\t\t'chillly',\r\n\t\t\t\t\t'chily',\r\n\t\t\t\t],\r\n\t\t\t\t'chimar'=>[\r\n\t\t\t\t\t'chimer',\r\n\t\t\t\t],\r\n\t\t\t\t'chimneypiece'=>[\r\n\t\t\t\t\t'chimneypeice',\r\n\t\t\t\t\t'chimneypice',\r\n\t\t\t\t],\r\n\t\t\t\t'chimneypieces'=>[\r\n\t\t\t\t\t'chimneypeices',\r\n\t\t\t\t\t'chimneypices',\r\n\t\t\t\t],\r\n\t\t\t\t'china'=>[\r\n\t\t\t\t\t'chini',\r\n\t\t\t\t],\r\n\t\t\t\t'chinaberries'=>[\r\n\t\t\t\t\t'chinaberies',\r\n\t\t\t\t\t'chinaberreis',\r\n\t\t\t\t\t'chinaberris',\r\n\t\t\t\t],\r\n\t\t\t\t'chinaberry'=>[\r\n\t\t\t\t\t'chinabery',\r\n\t\t\t\t\t'chiniberry',\r\n\t\t\t\t],\r\n\t\t\t\t'chinas'=>[\r\n\t\t\t\t\t'chinis',\r\n\t\t\t\t],\r\n\t\t\t\t'chinaware'=>[\r\n\t\t\t\t\t'chiniware',\r\n\t\t\t\t],\r\n\t\t\t\t'chine'=>[\r\n\t\t\t\t\t'chini',\r\n\t\t\t\t],\r\n\t\t\t\t'chined'=>[\r\n\t\t\t\t\t'chinid',\r\n\t\t\t\t],\r\n\t\t\t\t'chines'=>[\r\n\t\t\t\t\t'chinis',\r\n\t\t\t\t],\r\n\t\t\t\t'chinese'=>[\r\n\t\t\t\t\t'chinees',\r\n\t\t\t\t\t'chineese',\r\n\t\t\t\t],\r\n\t\t\t\t'chinese-occupied'=>[\r\n\t\t\t\t\t'chinese occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'chining'=>[\r\n\t\t\t\t\t'chinang',\r\n\t\t\t\t],\r\n\t\t\t\t'chinoiserie'=>[\r\n\t\t\t\t\t'chinoiserei',\r\n\t\t\t\t\t'chinoiseri',\r\n\t\t\t\t],\r\n\t\t\t\t'chinoiseries'=>[\r\n\t\t\t\t\t'chinoisereis',\r\n\t\t\t\t\t'chinoiseris',\r\n\t\t\t\t],\r\n\t\t\t\t'chinquapin'=>[\r\n\t\t\t\t\t'chinqaupin',\r\n\t\t\t\t],\r\n\t\t\t\t'chinwagging'=>[\r\n\t\t\t\t\t'chinwaging',\r\n\t\t\t\t],\r\n\t\t\t\t'chipper'=>[\r\n\t\t\t\t\t'chiper',\r\n\t\t\t\t],\r\n\t\t\t\t'chippers'=>[\r\n\t\t\t\t\t'chipers',\r\n\t\t\t\t],\r\n\t\t\t\t'chippie'=>[\r\n\t\t\t\t\t'chipie',\r\n\t\t\t\t\t'chippei',\r\n\t\t\t\t\t'chippi',\r\n\t\t\t\t],\r\n\t\t\t\t'chippy'=>[\r\n\t\t\t\t\t'chipy',\r\n\t\t\t\t],\r\n\t\t\t\t'chirographies'=>[\r\n\t\t\t\t\t'chirographeis',\r\n\t\t\t\t\t'chirographis',\r\n\t\t\t\t],\r\n\t\t\t\t'chiromancies'=>[\r\n\t\t\t\t\t'chiromanceis',\r\n\t\t\t\t\t'chiromancis',\r\n\t\t\t\t],\r\n\t\t\t\t'chiromancy'=>[\r\n\t\t\t\t\t'chiromansy',\r\n\t\t\t\t],\r\n\t\t\t\t'chirr'=>[\r\n\t\t\t\t\t'chir',\r\n\t\t\t\t],\r\n\t\t\t\t'chirren'=>[\r\n\t\t\t\t\t'chiren',\r\n\t\t\t\t],\r\n\t\t\t\t'chirrup'=>[\r\n\t\t\t\t\t'chirup',\r\n\t\t\t\t],\r\n\t\t\t\t'chivalrousness'=>[\r\n\t\t\t\t\t'chivalrousnes',\r\n\t\t\t\t],\r\n\t\t\t\t'chivareeing'=>[\r\n\t\t\t\t\t'chivareieng',\r\n\t\t\t\t],\r\n\t\t\t\t'chloramine'=>[\r\n\t\t\t\t\t'chloramini',\r\n\t\t\t\t],\r\n\t\t\t\t'chlorinate'=>[\r\n\t\t\t\t\t'chlorinite',\r\n\t\t\t\t],\r\n\t\t\t\t'chlorine'=>[\r\n\t\t\t\t\t'chlorini',\r\n\t\t\t\t],\r\n\t\t\t\t'chlorinities'=>[\r\n\t\t\t\t\t'chlorinaties',\r\n\t\t\t\t\t'chloriniteis',\r\n\t\t\t\t\t'chlorinitis',\r\n\t\t\t\t],\r\n\t\t\t\t'chlorinity'=>[\r\n\t\t\t\t\t'chlorinaty',\r\n\t\t\t\t],\r\n\t\t\t\t'chlorophyll'=>[\r\n\t\t\t\t\t'chlorophyl',\r\n\t\t\t\t],\r\n\t\t\t\t'chlorophyllous'=>[\r\n\t\t\t\t\t'chlorophylous',\r\n\t\t\t\t],\r\n\t\t\t\t'chloroquine'=>[\r\n\t\t\t\t\t'chloroquini',\r\n\t\t\t\t],\r\n\t\t\t\t'chlorpromazine'=>[\r\n\t\t\t\t\t'chlorpromazini',\r\n\t\t\t\t],\r\n\t\t\t\t'chlorpromazines'=>[\r\n\t\t\t\t\t'chlorpromazinis',\r\n\t\t\t\t],\r\n\t\t\t\t'chock-full'=>[\r\n\t\t\t\t\t'chalk-full',\r\n\t\t\t\t],\r\n\t\t\t\t'chocolate'=>[\r\n\t\t\t\t\t'choclate',\r\n\t\t\t\t],\r\n\t\t\t\t'chocolatier'=>[\r\n\t\t\t\t\t'chocolateir',\r\n\t\t\t\t\t'chocolatir',\r\n\t\t\t\t],\r\n\t\t\t\t'chocolatiers'=>[\r\n\t\t\t\t\t'chocolateirs',\r\n\t\t\t\t\t'chocolatirs',\r\n\t\t\t\t],\r\n\t\t\t\t'choice'=>[\r\n\t\t\t\t\t'choise',\r\n\t\t\t\t],\r\n\t\t\t\t'choicely'=>[\r\n\t\t\t\t\t'choicly',\r\n\t\t\t\t],\r\n\t\t\t\t'chokeberries'=>[\r\n\t\t\t\t\t'chokeberies',\r\n\t\t\t\t\t'chokeberreis',\r\n\t\t\t\t\t'chokeberris',\r\n\t\t\t\t],\r\n\t\t\t\t'chokeberry'=>[\r\n\t\t\t\t\t'chokebery',\r\n\t\t\t\t],\r\n\t\t\t\t'chokecherries'=>[\r\n\t\t\t\t\t'chokecheries',\r\n\t\t\t\t\t'chokecherreis',\r\n\t\t\t\t\t'chokecherris',\r\n\t\t\t\t],\r\n\t\t\t\t'chokecherry'=>[\r\n\t\t\t\t\t'chokechery',\r\n\t\t\t\t],\r\n\t\t\t\t'cholecystokinin'=>[\r\n\t\t\t\t\t'cholecystokinan',\r\n\t\t\t\t],\r\n\t\t\t\t'cholestyramine'=>[\r\n\t\t\t\t\t'cholestyramini',\r\n\t\t\t\t],\r\n\t\t\t\t'cholestyramines'=>[\r\n\t\t\t\t\t'cholestyraminis',\r\n\t\t\t\t],\r\n\t\t\t\t'choline'=>[\r\n\t\t\t\t\t'cholini',\r\n\t\t\t\t],\r\n\t\t\t\t'cholinergic'=>[\r\n\t\t\t\t\t'cholinirgic',\r\n\t\t\t\t],\r\n\t\t\t\t'cholinergically'=>[\r\n\t\t\t\t\t'cholinergicalally',\r\n\t\t\t\t\t'cholinergicalaly',\r\n\t\t\t\t\t'cholinergicalely',\r\n\t\t\t\t\t'cholinergicallly',\r\n\t\t\t\t\t'cholinergicaly',\r\n\t\t\t\t\t'cholinirgically',\r\n\t\t\t\t],\r\n\t\t\t\t'cholinesterase'=>[\r\n\t\t\t\t\t'cholinisterase',\r\n\t\t\t\t],\r\n\t\t\t\t'cholinesterases'=>[\r\n\t\t\t\t\t'cholinisterases',\r\n\t\t\t\t],\r\n\t\t\t\t'chooses'=>[\r\n\t\t\t\t\t'choosed',\r\n\t\t\t\t\t'choses',\r\n\t\t\t\t],\r\n\t\t\t\t'choosing'=>[\r\n\t\t\t\t\t'chosing',\r\n\t\t\t\t],\r\n\t\t\t\t'choosy'=>[\r\n\t\t\t\t\t'choocy',\r\n\t\t\t\t],\r\n\t\t\t\t'chopper'=>[\r\n\t\t\t\t\t'choper',\r\n\t\t\t\t],\r\n\t\t\t\t'choppy'=>[\r\n\t\t\t\t\t'chopy',\r\n\t\t\t\t],\r\n\t\t\t\t'chordophones'=>[\r\n\t\t\t\t\t'cdihordophones',\r\n\t\t\t\t],\r\n\t\t\t\t'choreiform'=>[\r\n\t\t\t\t\t'chorieform',\r\n\t\t\t\t],\r\n\t\t\t\t'chorine'=>[\r\n\t\t\t\t\t'chorini',\r\n\t\t\t\t],\r\n\t\t\t\t'chorioallantoic'=>[\r\n\t\t\t\t\t'chorioalantoic',\r\n\t\t\t\t\t'chorioallentoic',\r\n\t\t\t\t],\r\n\t\t\t\t'chorioallantois'=>[\r\n\t\t\t\t\t'chorioalantois',\r\n\t\t\t\t\t'chorioallentois',\r\n\t\t\t\t],\r\n\t\t\t\t'chorographies'=>[\r\n\t\t\t\t\t'chorographeis',\r\n\t\t\t\t\t'chorographis',\r\n\t\t\t\t],\r\n\t\t\t\t'chorusing'=>[\r\n\t\t\t\t\t'choruisng',\r\n\t\t\t\t],\r\n\t\t\t\t'chose'=>[\r\n\t\t\t\t\t'chosed',\r\n\t\t\t\t],\r\n\t\t\t\t'chosen'=>[\r\n\t\t\t\t\t'choosen',\r\n\t\t\t\t],\r\n\t\t\t\t'chousing'=>[\r\n\t\t\t\t\t'chouisng',\r\n\t\t\t\t],\r\n\t\t\t\t'chowderheaded'=>[\r\n\t\t\t\t\t'chowderheded',\r\n\t\t\t\t],\r\n\t\t\t\t'christened'=>[\r\n\t\t\t\t\t'christend',\r\n\t\t\t\t\t'cristened',\r\n\t\t\t\t],\r\n\t\t\t\t'christie'=>[\r\n\t\t\t\t\t'christei',\r\n\t\t\t\t\t'christi',\r\n\t\t\t\t],\r\n\t\t\t\t'chromatinic'=>[\r\n\t\t\t\t\t'chromatinac',\r\n\t\t\t\t],\r\n\t\t\t\t'chrominance'=>[\r\n\t\t\t\t\t'chrominence',\r\n\t\t\t\t\t'chrominince',\r\n\t\t\t\t],\r\n\t\t\t\t'chromoprotein'=>[\r\n\t\t\t\t\t'chromoprotien',\r\n\t\t\t\t],\r\n\t\t\t\t'chromoproteins'=>[\r\n\t\t\t\t\t'chromoprotiens',\r\n\t\t\t\t],\r\n\t\t\t\t'chronic'=>[\r\n\t\t\t\t\t'chronical',\r\n\t\t\t\t],\r\n\t\t\t\t'chronicities'=>[\r\n\t\t\t\t\t'chroniciteis',\r\n\t\t\t\t\t'chronicitis',\r\n\t\t\t\t],\r\n\t\t\t\t'chronobiologies'=>[\r\n\t\t\t\t\t'chronobiologeis',\r\n\t\t\t\t\t'chronobiologis',\r\n\t\t\t\t],\r\n\t\t\t\t'chronologically'=>[\r\n\t\t\t\t\t'chronologicalally',\r\n\t\t\t\t\t'chronologicalaly',\r\n\t\t\t\t\t'chronologicalely',\r\n\t\t\t\t\t'chronologicallly',\r\n\t\t\t\t\t'chronologicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'chronologies'=>[\r\n\t\t\t\t\t'chronologeis',\r\n\t\t\t\t\t'chronologis',\r\n\t\t\t\t],\r\n\t\t\t\t'chronology'=>[\r\n\t\t\t\t\t'chronlogy',\r\n\t\t\t\t],\r\n\t\t\t\t'chronometries'=>[\r\n\t\t\t\t\t'chronometreis',\r\n\t\t\t\t\t'chronometris',\r\n\t\t\t\t],\r\n\t\t\t\t'chronotherapies'=>[\r\n\t\t\t\t\t'chronotherapeis',\r\n\t\t\t\t\t'chronotherapis',\r\n\t\t\t\t],\r\n\t\t\t\t'chrysanthemum'=>[\r\n\t\t\t\t\t'chrysenthemum',\r\n\t\t\t\t],\r\n\t\t\t\t'chrysanthemums'=>[\r\n\t\t\t\t\t'chrysenthemums',\r\n\t\t\t\t],\r\n\t\t\t\t'chthonian'=>[\r\n\t\t\t\t\t'chthonan',\r\n\t\t\t\t],\r\n\t\t\t\t'chubbier'=>[\r\n\t\t\t\t\t'chubier',\r\n\t\t\t\t],\r\n\t\t\t\t'chubbiest'=>[\r\n\t\t\t\t\t'chubiest',\r\n\t\t\t\t],\r\n\t\t\t\t'chubbily'=>[\r\n\t\t\t\t\t'chubily',\r\n\t\t\t\t],\r\n\t\t\t\t'chubbiness'=>[\r\n\t\t\t\t\t'chubiness',\r\n\t\t\t\t],\r\n\t\t\t\t'chubbinesses'=>[\r\n\t\t\t\t\t'chubinesses',\r\n\t\t\t\t],\r\n\t\t\t\t'chubby'=>[\r\n\t\t\t\t\t'chuby',\r\n\t\t\t\t],\r\n\t\t\t\t'chuckleheaded'=>[\r\n\t\t\t\t\t'chuckleheded',\r\n\t\t\t\t],\r\n\t\t\t\t'chuddah'=>[\r\n\t\t\t\t\t'chudda',\r\n\t\t\t\t],\r\n\t\t\t\t'chuddahs'=>[\r\n\t\t\t\t\t'chuddas',\r\n\t\t\t\t],\r\n\t\t\t\t'chuddar'=>[\r\n\t\t\t\t\t'chudder',\r\n\t\t\t\t],\r\n\t\t\t\t'chugalugged'=>[\r\n\t\t\t\t\t'chugaluged',\r\n\t\t\t\t],\r\n\t\t\t\t'chugalugging'=>[\r\n\t\t\t\t\t'chugaluging',\r\n\t\t\t\t],\r\n\t\t\t\t'chukar'=>[\r\n\t\t\t\t\t'chuker',\r\n\t\t\t\t],\r\n\t\t\t\t'chummier'=>[\r\n\t\t\t\t\t'chumnier',\r\n\t\t\t\t],\r\n\t\t\t\t'chumminesses'=>[\r\n\t\t\t\t\t'chumninesses',\r\n\t\t\t\t],\r\n\t\t\t\t'chummy'=>[\r\n\t\t\t\t\t'chumny',\r\n\t\t\t\t],\r\n\t\t\t\t'chunnel'=>[\r\n\t\t\t\t\t'chunel',\r\n\t\t\t\t],\r\n\t\t\t\t'chuppa'=>[\r\n\t\t\t\t\t'chupa',\r\n\t\t\t\t],\r\n\t\t\t\t'chuppah'=>[\r\n\t\t\t\t\t'chupah',\r\n\t\t\t\t\t'chuppa',\r\n\t\t\t\t],\r\n\t\t\t\t'church'=>[\r\n\t\t\t\t\t'chucrh',\r\n\t\t\t\t\t'cuhrch',\r\n\t\t\t\t\t'cuhrntch',\r\n\t\t\t\t\t'curch',\r\n\t\t\t\t],\r\n\t\t\t\t'churchlinesses'=>[\r\n\t\t\t\t\t'churchlineses',\r\n\t\t\t\t\t'churchlinisses',\r\n\t\t\t\t],\r\n\t\t\t\t'churchly'=>[\r\n\t\t\t\t\t'churchally',\r\n\t\t\t\t\t'churchaly',\r\n\t\t\t\t\t'churchely',\r\n\t\t\t\t\t'churchlly',\r\n\t\t\t\t],\r\n\t\t\t\t'churlishnesses'=>[\r\n\t\t\t\t\t'churlishneses',\r\n\t\t\t\t],\r\n\t\t\t\t'churr'=>[\r\n\t\t\t\t\t'chur',\r\n\t\t\t\t],\r\n\t\t\t\t'churrigueresque'=>[\r\n\t\t\t\t\t'churigueresque',\r\n\t\t\t\t],\r\n\t\t\t\t'churring'=>[\r\n\t\t\t\t\t'churing',\r\n\t\t\t\t],\r\n\t\t\t\t'churro'=>[\r\n\t\t\t\t\t'churo',\r\n\t\t\t\t],\r\n\t\t\t\t'chutzpah'=>[\r\n\t\t\t\t\t'chutzpa',\r\n\t\t\t\t],\r\n\t\t\t\t'chutzpahs'=>[\r\n\t\t\t\t\t'chutzpas',\r\n\t\t\t\t],\r\n\t\t\t\t'château'=>[\r\n\t\t\t\t\t'chateau',\r\n\t\t\t\t],\r\n\t\t\t\t'cicely'=>[\r\n\t\t\t\t\t'ciceally',\r\n\t\t\t\t\t'cicealy',\r\n\t\t\t\t\t'ciceely',\r\n\t\t\t\t\t'cicelly',\r\n\t\t\t\t\t'cicly',\r\n\t\t\t\t],\r\n\t\t\t\t'cicisbeism'=>[\r\n\t\t\t\t\t'cicisbiesm',\r\n\t\t\t\t],\r\n\t\t\t\t'cicisbeisms'=>[\r\n\t\t\t\t\t'cicisbiesms',\r\n\t\t\t\t],\r\n\t\t\t\t'cigar'=>[\r\n\t\t\t\t\t'ciger',\r\n\t\t\t\t],\r\n\t\t\t\t'ciguatera'=>[\r\n\t\t\t\t\t'cigautera',\r\n\t\t\t\t],\r\n\t\t\t\t'cilantro'=>[\r\n\t\t\t\t\t'cilentro',\r\n\t\t\t\t],\r\n\t\t\t\t'ciliary'=>[\r\n\t\t\t\t\t'ciliery',\r\n\t\t\t\t],\r\n\t\t\t\t'ciliately'=>[\r\n\t\t\t\t\t'ciliatly',\r\n\t\t\t\t],\r\n\t\t\t\t'cimetidine'=>[\r\n\t\t\t\t\t'cimetidini',\r\n\t\t\t\t],\r\n\t\t\t\t'cincinnati'=>[\r\n\t\t\t\t\t'cincinatti',\r\n\t\t\t\t],\r\n\t\t\t\t'cineaste'=>[\r\n\t\t\t\t\t'ciniaste',\r\n\t\t\t\t],\r\n\t\t\t\t'cinema'=>[\r\n\t\t\t\t\t'cinima',\r\n\t\t\t\t],\r\n\t\t\t\t'cinematheque'=>[\r\n\t\t\t\t\t'cinimatheque',\r\n\t\t\t\t],\r\n\t\t\t\t'cinematograph'=>[\r\n\t\t\t\t\t'cinimatograph',\r\n\t\t\t\t],\r\n\t\t\t\t'cinematographer'=>[\r\n\t\t\t\t\t'cinimatographer',\r\n\t\t\t\t],\r\n\t\t\t\t'cinematographic'=>[\r\n\t\t\t\t\t'cinimatographic',\r\n\t\t\t\t],\r\n\t\t\t\t'cinematographs'=>[\r\n\t\t\t\t\t'cinimatographs',\r\n\t\t\t\t],\r\n\t\t\t\t'cinematography'=>[\r\n\t\t\t\t\t'cinimatography',\r\n\t\t\t\t],\r\n\t\t\t\t'cineol'=>[\r\n\t\t\t\t\t'ciniol',\r\n\t\t\t\t],\r\n\t\t\t\t'cinerary'=>[\r\n\t\t\t\t\t'cinerery',\r\n\t\t\t\t],\r\n\t\t\t\t'cines'=>[\r\n\t\t\t\t\t'cinis',\r\n\t\t\t\t],\r\n\t\t\t\t'cinnabar'=>[\r\n\t\t\t\t\t'cinabar',\r\n\t\t\t\t\t'cinnaber',\r\n\t\t\t\t],\r\n\t\t\t\t'cinnabarine'=>[\r\n\t\t\t\t\t'cinabarine',\r\n\t\t\t\t],\r\n\t\t\t\t'cinnamon'=>[\r\n\t\t\t\t\t'cinamon',\r\n\t\t\t\t],\r\n\t\t\t\t'cinquain'=>[\r\n\t\t\t\t\t'cinqauin',\r\n\t\t\t\t],\r\n\t\t\t\t'cinquecentist'=>[\r\n\t\t\t\t\t'cinquecantist',\r\n\t\t\t\t],\r\n\t\t\t\t'cinquecentists'=>[\r\n\t\t\t\t\t'cinquecantists',\r\n\t\t\t\t],\r\n\t\t\t\t'cinquecento'=>[\r\n\t\t\t\t\t'cinquecanto',\r\n\t\t\t\t],\r\n\t\t\t\t'cioppino'=>[\r\n\t\t\t\t\t'ciopino',\r\n\t\t\t\t],\r\n\t\t\t\t'circadian'=>[\r\n\t\t\t\t\t'circadan',\r\n\t\t\t\t],\r\n\t\t\t\t'circinate'=>[\r\n\t\t\t\t\t'circinite',\r\n\t\t\t\t],\r\n\t\t\t\t'circinately'=>[\r\n\t\t\t\t\t'circinatly',\r\n\t\t\t\t],\r\n\t\t\t\t'circuit'=>[\r\n\t\t\t\t\t'circiut',\r\n\t\t\t\t\t'circut',\r\n\t\t\t\t\t'ciricuit',\r\n\t\t\t\t],\r\n\t\t\t\t'circuitous'=>[\r\n\t\t\t\t\t'circuituous',\r\n\t\t\t\t],\r\n\t\t\t\t'circuitousness'=>[\r\n\t\t\t\t\t'circuitousnes',\r\n\t\t\t\t],\r\n\t\t\t\t'circular'=>[\r\n\t\t\t\t\t'circuler',\r\n\t\t\t\t],\r\n\t\t\t\t'circularities'=>[\r\n\t\t\t\t\t'circulariteis',\r\n\t\t\t\t\t'circularitis',\r\n\t\t\t\t],\r\n\t\t\t\t'circularnesses'=>[\r\n\t\t\t\t\t'circularneses',\r\n\t\t\t\t],\r\n\t\t\t\t'circumambient'=>[\r\n\t\t\t\t\t'circumambeint',\r\n\t\t\t\t\t'circumambiant',\r\n\t\t\t\t\t'circumambint',\r\n\t\t\t\t],\r\n\t\t\t\t'circumambiently'=>[\r\n\t\t\t\t\t'circumambeintly',\r\n\t\t\t\t\t'circumambiantly',\r\n\t\t\t\t\t'circumambientally',\r\n\t\t\t\t\t'circumambientaly',\r\n\t\t\t\t\t'circumambientely',\r\n\t\t\t\t\t'circumambientlly',\r\n\t\t\t\t\t'circumambintly',\r\n\t\t\t\t],\r\n\t\t\t\t'circumcised'=>[\r\n\t\t\t\t\t'circumcized',\r\n\t\t\t\t],\r\n\t\t\t\t'circumference'=>[\r\n\t\t\t\t\t'circumferance',\r\n\t\t\t\t],\r\n\t\t\t\t'circumferential'=>[\r\n\t\t\t\t\t'circumferantial',\r\n\t\t\t\t],\r\n\t\t\t\t'circumfluous'=>[\r\n\t\t\t\t\t'circumflous',\r\n\t\t\t\t],\r\n\t\t\t\t'circumfusing'=>[\r\n\t\t\t\t\t'circumfuisng',\r\n\t\t\t\t],\r\n\t\t\t\t'circumfusion'=>[\r\n\t\t\t\t\t'circumfuison',\r\n\t\t\t\t],\r\n\t\t\t\t'circumfusions'=>[\r\n\t\t\t\t\t'circumfuisons',\r\n\t\t\t\t],\r\n\t\t\t\t'circumlunar'=>[\r\n\t\t\t\t\t'circumluner',\r\n\t\t\t\t],\r\n\t\t\t\t'circumpolar'=>[\r\n\t\t\t\t\t'circumpoler',\r\n\t\t\t\t],\r\n\t\t\t\t'circumscissile'=>[\r\n\t\t\t\t\t'circumcissile',\r\n\t\t\t\t\t'circumcsissile',\r\n\t\t\t\t\t'circumscisile',\r\n\t\t\t\t\t'circumsissile',\r\n\t\t\t\t],\r\n\t\t\t\t'circumscribe'=>[\r\n\t\t\t\t\t'circumcribe',\r\n\t\t\t\t\t'circumcsribe',\r\n\t\t\t\t\t'circumsribe',\r\n\t\t\t\t],\r\n\t\t\t\t'circumscribed'=>[\r\n\t\t\t\t\t'circumcribed',\r\n\t\t\t\t\t'circumcsribed',\r\n\t\t\t\t\t'circumsribed',\r\n\t\t\t\t],\r\n\t\t\t\t'circumscribes'=>[\r\n\t\t\t\t\t'circumcribes',\r\n\t\t\t\t\t'circumcsribes',\r\n\t\t\t\t\t'circumsribes',\r\n\t\t\t\t],\r\n\t\t\t\t'circumscribing'=>[\r\n\t\t\t\t\t'circumcribing',\r\n\t\t\t\t\t'circumcsribing',\r\n\t\t\t\t\t'circumsribing',\r\n\t\t\t\t],\r\n\t\t\t\t'circumscription'=>[\r\n\t\t\t\t\t'circumcription',\r\n\t\t\t\t\t'circumcsription',\r\n\t\t\t\t\t'circumsription',\r\n\t\t\t\t],\r\n\t\t\t\t'circumspectly'=>[\r\n\t\t\t\t\t'circumspectally',\r\n\t\t\t\t\t'circumspectaly',\r\n\t\t\t\t\t'circumspectely',\r\n\t\t\t\t\t'circumspectlly',\r\n\t\t\t\t],\r\n\t\t\t\t'circumstance'=>[\r\n\t\t\t\t\t'circumstence',\r\n\t\t\t\t],\r\n\t\t\t\t'circumstances'=>[\r\n\t\t\t\t\t'cicumstances',\r\n\t\t\t\t],\r\n\t\t\t\t'circumstantial'=>[\r\n\t\t\t\t\t'circumstential',\r\n\t\t\t\t],\r\n\t\t\t\t'circumstantiate'=>[\r\n\t\t\t\t\t'circumstentiate',\r\n\t\t\t\t],\r\n\t\t\t\t'circumstellar'=>[\r\n\t\t\t\t\t'circumstelar',\r\n\t\t\t\t\t'circumsteller',\r\n\t\t\t\t],\r\n\t\t\t\t'circumvallate'=>[\r\n\t\t\t\t\t'circumvalate',\r\n\t\t\t\t],\r\n\t\t\t\t'circumvallated'=>[\r\n\t\t\t\t\t'circumvalated',\r\n\t\t\t\t],\r\n\t\t\t\t'circumvallates'=>[\r\n\t\t\t\t\t'circumvalates',\r\n\t\t\t\t],\r\n\t\t\t\t'circumvallating'=>[\r\n\t\t\t\t\t'circumvalating',\r\n\t\t\t\t],\r\n\t\t\t\t'circumvallation'=>[\r\n\t\t\t\t\t'circumvalation',\r\n\t\t\t\t],\r\n\t\t\t\t'circumvent'=>[\r\n\t\t\t\t\t'circumvant',\r\n\t\t\t\t],\r\n\t\t\t\t'circumventions'=>[\r\n\t\t\t\t\t'circumvantions',\r\n\t\t\t\t],\r\n\t\t\t\t'circusy'=>[\r\n\t\t\t\t\t'circucy',\r\n\t\t\t\t],\r\n\t\t\t\t'cirrate'=>[\r\n\t\t\t\t\t'cirate',\r\n\t\t\t\t],\r\n\t\t\t\t'cirrhosis'=>[\r\n\t\t\t\t\t'cirhosis',\r\n\t\t\t\t],\r\n\t\t\t\t'cirri'=>[\r\n\t\t\t\t\t'ciri',\r\n\t\t\t\t],\r\n\t\t\t\t'cirriped'=>[\r\n\t\t\t\t\t'ciriped',\r\n\t\t\t\t],\r\n\t\t\t\t'cirrocumulus'=>[\r\n\t\t\t\t\t'cirocumulus',\r\n\t\t\t\t],\r\n\t\t\t\t'cirrostratus'=>[\r\n\t\t\t\t\t'cirostratus',\r\n\t\t\t\t],\r\n\t\t\t\t'cirrus'=>[\r\n\t\t\t\t\t'cirus',\r\n\t\t\t\t],\r\n\t\t\t\t'cisco'=>[\r\n\t\t\t\t\t'cico',\r\n\t\t\t\t\t'cicso',\r\n\t\t\t\t\t'ciso',\r\n\t\t\t\t],\r\n\t\t\t\t'cislunar'=>[\r\n\t\t\t\t\t'cisluner',\r\n\t\t\t\t],\r\n\t\t\t\t'cissy'=>[\r\n\t\t\t\t\t'ciscy',\r\n\t\t\t\t\t'cisy',\r\n\t\t\t\t],\r\n\t\t\t\t'citable'=>[\r\n\t\t\t\t\t'citible',\r\n\t\t\t\t],\r\n\t\t\t\t'citation'=>[\r\n\t\t\t\t\t'citaton',\r\n\t\t\t\t],\r\n\t\t\t\t'citified'=>[\r\n\t\t\t\t\t'citifeid',\r\n\t\t\t\t\t'citifid',\r\n\t\t\t\t],\r\n\t\t\t\t'citizenly'=>[\r\n\t\t\t\t\t'citizenally',\r\n\t\t\t\t\t'citizenaly',\r\n\t\t\t\t\t'citizenely',\r\n\t\t\t\t\t'citizenlly',\r\n\t\t\t\t],\r\n\t\t\t\t'citrine'=>[\r\n\t\t\t\t\t'citrini',\r\n\t\t\t\t],\r\n\t\t\t\t'citrinin'=>[\r\n\t\t\t\t\t'citrinan',\r\n\t\t\t\t],\r\n\t\t\t\t'citrulline'=>[\r\n\t\t\t\t\t'citrullini',\r\n\t\t\t\t],\r\n\t\t\t\t'citrusy'=>[\r\n\t\t\t\t\t'citrucy',\r\n\t\t\t\t],\r\n\t\t\t\t'city'=>[\r\n\t\t\t\t\t'ctiy',\r\n\t\t\t\t],\r\n\t\t\t\t'cityscape'=>[\r\n\t\t\t\t\t'citycape',\r\n\t\t\t\t\t'citycsape',\r\n\t\t\t\t\t'citysape',\r\n\t\t\t\t],\r\n\t\t\t\t'civie'=>[\r\n\t\t\t\t\t'civei',\r\n\t\t\t\t\t'civi',\r\n\t\t\t\t],\r\n\t\t\t\t'civilian'=>[\r\n\t\t\t\t\t'civilain',\r\n\t\t\t\t\t'civilan',\r\n\t\t\t\t\t'civillian',\r\n\t\t\t\t],\r\n\t\t\t\t'civilization'=>[\r\n\t\t\t\t\t'civilsation',\r\n\t\t\t\t\t'civilzation',\r\n\t\t\t\t\t'cvilization',\r\n\t\t\t\t],\r\n\t\t\t\t'clabber'=>[\r\n\t\t\t\t\t'claber',\r\n\t\t\t\t],\r\n\t\t\t\t'clabbered'=>[\r\n\t\t\t\t\t'clabered',\r\n\t\t\t\t],\r\n\t\t\t\t'clabbering'=>[\r\n\t\t\t\t\t'clabering',\r\n\t\t\t\t],\r\n\t\t\t\t'clabbers'=>[\r\n\t\t\t\t\t'clabers',\r\n\t\t\t\t],\r\n\t\t\t\t'clad'=>[\r\n\t\t\t\t\t'cladded',\r\n\t\t\t\t\t'claded',\r\n\t\t\t\t],\r\n\t\t\t\t'claimant'=>[\r\n\t\t\t\t\t'claiment',\r\n\t\t\t\t],\r\n\t\t\t\t'claiming'=>[\r\n\t\t\t\t\t'claming',\r\n\t\t\t\t],\r\n\t\t\t\t'claims'=>[\r\n\t\t\t\t\t'claimes',\r\n\t\t\t\t],\r\n\t\t\t\t'clairaudience'=>[\r\n\t\t\t\t\t'clairaudeince',\r\n\t\t\t\t\t'clairaudiance',\r\n\t\t\t\t\t'clairaudince',\r\n\t\t\t\t],\r\n\t\t\t\t'clairaudient'=>[\r\n\t\t\t\t\t'clairaudeint',\r\n\t\t\t\t\t'clairaudint',\r\n\t\t\t\t],\r\n\t\t\t\t'clairaudiently'=>[\r\n\t\t\t\t\t'clairaudiantly',\r\n\t\t\t\t],\r\n\t\t\t\t'clairvoyance'=>[\r\n\t\t\t\t\t'clairvoyence',\r\n\t\t\t\t],\r\n\t\t\t\t'clairvoyant'=>[\r\n\t\t\t\t\t'clairvoyent',\r\n\t\t\t\t],\r\n\t\t\t\t'clairvoyantly'=>[\r\n\t\t\t\t\t'clairvoyantally',\r\n\t\t\t\t\t'clairvoyantaly',\r\n\t\t\t\t\t'clairvoyantely',\r\n\t\t\t\t\t'clairvoyantlly',\r\n\t\t\t\t\t'clairvoyently',\r\n\t\t\t\t],\r\n\t\t\t\t'clamminesses'=>[\r\n\t\t\t\t\t'clamninesses',\r\n\t\t\t\t],\r\n\t\t\t\t'clammy'=>[\r\n\t\t\t\t\t'clamny',\r\n\t\t\t\t],\r\n\t\t\t\t'clamor'=>[\r\n\t\t\t\t\t'clamour',\r\n\t\t\t\t],\r\n\t\t\t\t'clamored'=>[\r\n\t\t\t\t\t'clamoured',\r\n\t\t\t\t],\r\n\t\t\t\t'clamorer'=>[\r\n\t\t\t\t\t'clamourer',\r\n\t\t\t\t],\r\n\t\t\t\t'clamorers'=>[\r\n\t\t\t\t\t'clamourers',\r\n\t\t\t\t],\r\n\t\t\t\t'clamoring'=>[\r\n\t\t\t\t\t'clamouring',\r\n\t\t\t\t],\r\n\t\t\t\t'clamorous'=>[\r\n\t\t\t\t\t'clamourous',\r\n\t\t\t\t],\r\n\t\t\t\t'clamorously'=>[\r\n\t\t\t\t\t'clamourously',\r\n\t\t\t\t],\r\n\t\t\t\t'clamorousness'=>[\r\n\t\t\t\t\t'clamourousness',\r\n\t\t\t\t],\r\n\t\t\t\t'clamorousnesses'=>[\r\n\t\t\t\t\t'clamourousnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'clamors'=>[\r\n\t\t\t\t\t'clamours',\r\n\t\t\t\t],\r\n\t\t\t\t'clamshell'=>[\r\n\t\t\t\t\t'clamshel',\r\n\t\t\t\t],\r\n\t\t\t\t'clandestine'=>[\r\n\t\t\t\t\t'clandestini',\r\n\t\t\t\t],\r\n\t\t\t\t'clandestinely'=>[\r\n\t\t\t\t\t'clandestinly',\r\n\t\t\t\t],\r\n\t\t\t\t'clandestineness'=>[\r\n\t\t\t\t\t'clandestininess',\r\n\t\t\t\t],\r\n\t\t\t\t'clandestinities'=>[\r\n\t\t\t\t\t'clandestinaties',\r\n\t\t\t\t\t'clandestiniteis',\r\n\t\t\t\t\t'clandestinitis',\r\n\t\t\t\t],\r\n\t\t\t\t'clandestinity'=>[\r\n\t\t\t\t\t'clandestinaty',\r\n\t\t\t\t],\r\n\t\t\t\t'clannish'=>[\r\n\t\t\t\t\t'clanish',\r\n\t\t\t\t],\r\n\t\t\t\t'clannishness'=>[\r\n\t\t\t\t\t'clanishness',\r\n\t\t\t\t],\r\n\t\t\t\t'clannishnesses'=>[\r\n\t\t\t\t\t'clanishnesses',\r\n\t\t\t\t\t'clannishneses',\r\n\t\t\t\t],\r\n\t\t\t\t'clapper'=>[\r\n\t\t\t\t\t'claper',\r\n\t\t\t\t],\r\n\t\t\t\t'clapperclaw'=>[\r\n\t\t\t\t\t'claperclaw',\r\n\t\t\t\t],\r\n\t\t\t\t'clapperclawed'=>[\r\n\t\t\t\t\t'claperclawed',\r\n\t\t\t\t],\r\n\t\t\t\t'clapperclawing'=>[\r\n\t\t\t\t\t'claperclawing',\r\n\t\t\t\t],\r\n\t\t\t\t'clappers'=>[\r\n\t\t\t\t\t'clapers',\r\n\t\t\t\t],\r\n\t\t\t\t'clapping'=>[\r\n\t\t\t\t\t'claping',\r\n\t\t\t\t],\r\n\t\t\t\t'claqueur'=>[\r\n\t\t\t\t\t'claquer',\r\n\t\t\t\t],\r\n\t\t\t\t'clarence'=>[\r\n\t\t\t\t\t'clarance',\r\n\t\t\t\t],\r\n\t\t\t\t'clarinet'=>[\r\n\t\t\t\t\t'clarinit',\r\n\t\t\t\t],\r\n\t\t\t\t'clary'=>[\r\n\t\t\t\t\t'clery',\r\n\t\t\t\t],\r\n\t\t\t\t'class'=>[\r\n\t\t\t\t\t'clas',\r\n\t\t\t\t\t'classs',\r\n\t\t\t\t],\r\n\t\t\t\t'classes'=>[\r\n\t\t\t\t\t'clases',\r\n\t\t\t\t],\r\n\t\t\t\t'classic'=>[\r\n\t\t\t\t\t'clasic',\r\n\t\t\t\t\t'classsic',\r\n\t\t\t\t],\r\n\t\t\t\t'classical'=>[\r\n\t\t\t\t\t'clasical',\r\n\t\t\t\t\t'classsical',\r\n\t\t\t\t],\r\n\t\t\t\t'classicalities'=>[\r\n\t\t\t\t\t'clasicalities',\r\n\t\t\t\t],\r\n\t\t\t\t'classically'=>[\r\n\t\t\t\t\t'clasically',\r\n\t\t\t\t\t'classicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'classicism'=>[\r\n\t\t\t\t\t'clasicism',\r\n\t\t\t\t],\r\n\t\t\t\t'classics'=>[\r\n\t\t\t\t\t'clasics',\r\n\t\t\t\t],\r\n\t\t\t\t'classification'=>[\r\n\t\t\t\t\t'clasification',\r\n\t\t\t\t],\r\n\t\t\t\t'classificatory'=>[\r\n\t\t\t\t\t'clasificatory',\r\n\t\t\t\t],\r\n\t\t\t\t'classified'=>[\r\n\t\t\t\t\t'clasified',\r\n\t\t\t\t\t'classifed',\r\n\t\t\t\t\t'classifeid',\r\n\t\t\t\t\t'classifid',\r\n\t\t\t\t\t'classsified',\r\n\t\t\t\t],\r\n\t\t\t\t'classifier'=>[\r\n\t\t\t\t\t'classifeir',\r\n\t\t\t\t\t'classifir',\r\n\t\t\t\t],\r\n\t\t\t\t'classify'=>[\r\n\t\t\t\t\t'clasify',\r\n\t\t\t\t],\r\n\t\t\t\t'classless'=>[\r\n\t\t\t\t\t'classles',\r\n\t\t\t\t\t'classsles',\r\n\t\t\t\t\t'classsless',\r\n\t\t\t\t],\r\n\t\t\t\t'classmate'=>[\r\n\t\t\t\t\t'clasmate',\r\n\t\t\t\t],\r\n\t\t\t\t'classroom'=>[\r\n\t\t\t\t\t'clasroom',\r\n\t\t\t\t],\r\n\t\t\t\t'classy'=>[\r\n\t\t\t\t\t'clascy',\r\n\t\t\t\t\t'clasy',\r\n\t\t\t\t],\r\n\t\t\t\t'clattery'=>[\r\n\t\t\t\t\t'clattary',\r\n\t\t\t\t],\r\n\t\t\t\t'claustrophobia'=>[\r\n\t\t\t\t\t'claustraphobia',\r\n\t\t\t\t],\r\n\t\t\t\t'clavately'=>[\r\n\t\t\t\t\t'clavatly',\r\n\t\t\t\t],\r\n\t\t\t\t'clavicular'=>[\r\n\t\t\t\t\t'claviculer',\r\n\t\t\t\t],\r\n\t\t\t\t'clavier'=>[\r\n\t\t\t\t\t'claveir',\r\n\t\t\t\t\t'clavir',\r\n\t\t\t\t],\r\n\t\t\t\t'clavieristic'=>[\r\n\t\t\t\t\t'claveiristic',\r\n\t\t\t\t\t'claviristic',\r\n\t\t\t\t],\r\n\t\t\t\t'claymore'=>[\r\n\t\t\t\t\t'claymoure',\r\n\t\t\t\t],\r\n\t\t\t\t'claymores'=>[\r\n\t\t\t\t\t'claymoures',\r\n\t\t\t\t],\r\n\t\t\t\t'clean'=>[\r\n\t\t\t\t\t'clen',\r\n\t\t\t\t],\r\n\t\t\t\t'cleanabilities'=>[\r\n\t\t\t\t\t'clenabilities',\r\n\t\t\t\t],\r\n\t\t\t\t'cleaner'=>[\r\n\t\t\t\t\t'clener',\r\n\t\t\t\t],\r\n\t\t\t\t'cleanlinesses'=>[\r\n\t\t\t\t\t'clenlinesses',\r\n\t\t\t\t],\r\n\t\t\t\t'cleanly'=>[\r\n\t\t\t\t\t'cleanally',\r\n\t\t\t\t\t'cleanaly',\r\n\t\t\t\t\t'cleanely',\r\n\t\t\t\t\t'cleanlly',\r\n\t\t\t\t\t'clenly',\r\n\t\t\t\t],\r\n\t\t\t\t'cleannesses'=>[\r\n\t\t\t\t\t'cleanesses',\r\n\t\t\t\t],\r\n\t\t\t\t'cleanse'=>[\r\n\t\t\t\t\t'cleance',\r\n\t\t\t\t\t'clense',\r\n\t\t\t\t],\r\n\t\t\t\t'cleanup'=>[\r\n\t\t\t\t\t'clenup',\r\n\t\t\t\t],\r\n\t\t\t\t'clear'=>[\r\n\t\t\t\t\t'claer',\r\n\t\t\t\t\t'cleer',\r\n\t\t\t\t\t'cler',\r\n\t\t\t\t\t'clera',\r\n\t\t\t\t],\r\n\t\t\t\t'clearance'=>[\r\n\t\t\t\t\t'cleareance',\r\n\t\t\t\t\t'clearence',\r\n\t\t\t\t\t'clerance',\r\n\t\t\t\t],\r\n\t\t\t\t'clearer'=>[\r\n\t\t\t\t\t'claerer',\r\n\t\t\t\t],\r\n\t\t\t\t'clearheaded'=>[\r\n\t\t\t\t\t'clearheded',\r\n\t\t\t\t],\r\n\t\t\t\t'clearheadedly'=>[\r\n\t\t\t\t\t'clearhededly',\r\n\t\t\t\t],\r\n\t\t\t\t'clearheadedness'=>[\r\n\t\t\t\t\t'clearhededness',\r\n\t\t\t\t],\r\n\t\t\t\t'clearing'=>[\r\n\t\t\t\t\t'clering',\r\n\t\t\t\t],\r\n\t\t\t\t'clearinghouse'=>[\r\n\t\t\t\t\t'cleringhouse',\r\n\t\t\t\t],\r\n\t\t\t\t'clearinghouses'=>[\r\n\t\t\t\t\t'cleringhouses',\r\n\t\t\t\t],\r\n\t\t\t\t'clearly'=>[\r\n\t\t\t\t\t'claerly',\r\n\t\t\t\t],\r\n\t\t\t\t'clearstories'=>[\r\n\t\t\t\t\t'clearstoreis',\r\n\t\t\t\t\t'clearstoris',\r\n\t\t\t\t],\r\n\t\t\t\t'cleat'=>[\r\n\t\t\t\t\t'clet',\r\n\t\t\t\t],\r\n\t\t\t\t'cleavage'=>[\r\n\t\t\t\t\t'clevage',\r\n\t\t\t\t],\r\n\t\t\t\t'cleistogamic'=>[\r\n\t\t\t\t\t'cliestogamic',\r\n\t\t\t\t],\r\n\t\t\t\t'cleistogamies'=>[\r\n\t\t\t\t\t'cleistogameis',\r\n\t\t\t\t\t'cleistogamis',\r\n\t\t\t\t\t'cliestogamies',\r\n\t\t\t\t],\r\n\t\t\t\t'cleistogamous'=>[\r\n\t\t\t\t\t'cliestogamous',\r\n\t\t\t\t],\r\n\t\t\t\t'cleistogamously'=>[\r\n\t\t\t\t\t'cliestogamously',\r\n\t\t\t\t],\r\n\t\t\t\t'cleistogamy'=>[\r\n\t\t\t\t\t'cliestogamy',\r\n\t\t\t\t],\r\n\t\t\t\t'clemency'=>[\r\n\t\t\t\t\t'clemensy',\r\n\t\t\t\t],\r\n\t\t\t\t'clement'=>[\r\n\t\t\t\t\t'clemant',\r\n\t\t\t\t],\r\n\t\t\t\t'clemently'=>[\r\n\t\t\t\t\t'clementally',\r\n\t\t\t\t\t'clementaly',\r\n\t\t\t\t\t'clementely',\r\n\t\t\t\t\t'clementlly',\r\n\t\t\t\t],\r\n\t\t\t\t'clerestories'=>[\r\n\t\t\t\t\t'clerestoreis',\r\n\t\t\t\t\t'clerestoris',\r\n\t\t\t\t],\r\n\t\t\t\t'clerical'=>[\r\n\t\t\t\t\t'clencal',\r\n\t\t\t\t],\r\n\t\t\t\t'clerics'=>[\r\n\t\t\t\t\t'clencs',\r\n\t\t\t\t],\r\n\t\t\t\t'clerisy'=>[\r\n\t\t\t\t\t'clericy',\r\n\t\t\t\t],\r\n\t\t\t\t'clerkly'=>[\r\n\t\t\t\t\t'clerkally',\r\n\t\t\t\t\t'clerkaly',\r\n\t\t\t\t\t'clerkely',\r\n\t\t\t\t\t'clerklly',\r\n\t\t\t\t],\r\n\t\t\t\t'clickable'=>[\r\n\t\t\t\t\t'clickible',\r\n\t\t\t\t],\r\n\t\t\t\t'client'=>[\r\n\t\t\t\t\t'cleint',\r\n\t\t\t\t\t'cliant',\r\n\t\t\t\t\t'clint',\r\n\t\t\t\t],\r\n\t\t\t\t'clientele'=>[\r\n\t\t\t\t\t'cleintele',\r\n\t\t\t\t\t'cliantele',\r\n\t\t\t\t\t'clintele',\r\n\t\t\t\t],\r\n\t\t\t\t'climatologies'=>[\r\n\t\t\t\t\t'climatologeis',\r\n\t\t\t\t\t'climatologis',\r\n\t\t\t\t],\r\n\t\t\t\t'clinal'=>[\r\n\t\t\t\t\t'clinil',\r\n\t\t\t\t],\r\n\t\t\t\t'cline'=>[\r\n\t\t\t\t\t'clini',\r\n\t\t\t\t],\r\n\t\t\t\t'clines'=>[\r\n\t\t\t\t\t'clinis',\r\n\t\t\t\t],\r\n\t\t\t\t'clinic'=>[\r\n\t\t\t\t\t'clinac',\r\n\t\t\t\t],\r\n\t\t\t\t'clinical'=>[\r\n\t\t\t\t\t'clinacal',\r\n\t\t\t\t\t'clincial',\r\n\t\t\t\t],\r\n\t\t\t\t'clinically'=>[\r\n\t\t\t\t\t'clinicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'clinician'=>[\r\n\t\t\t\t\t'clinacian',\r\n\t\t\t\t\t'clinican',\r\n\t\t\t\t],\r\n\t\t\t\t'clinics'=>[\r\n\t\t\t\t\t'clinacs',\r\n\t\t\t\t],\r\n\t\t\t\t'clinquant'=>[\r\n\t\t\t\t\t'clinqaunt',\r\n\t\t\t\t],\r\n\t\t\t\t'cliometrician'=>[\r\n\t\t\t\t\t'cliometrican',\r\n\t\t\t\t],\r\n\t\t\t\t'clipper'=>[\r\n\t\t\t\t\t'cliper',\r\n\t\t\t\t],\r\n\t\t\t\t'clippers'=>[\r\n\t\t\t\t\t'clipers',\r\n\t\t\t\t],\r\n\t\t\t\t'clipping'=>[\r\n\t\t\t\t\t'cliping',\r\n\t\t\t\t],\r\n\t\t\t\t'cliquishnesses'=>[\r\n\t\t\t\t\t'cliquishneses',\r\n\t\t\t\t],\r\n\t\t\t\t'clobber'=>[\r\n\t\t\t\t\t'clober',\r\n\t\t\t\t],\r\n\t\t\t\t'clobbered'=>[\r\n\t\t\t\t\t'clobered',\r\n\t\t\t\t],\r\n\t\t\t\t'clobbering'=>[\r\n\t\t\t\t\t'clobering',\r\n\t\t\t\t],\r\n\t\t\t\t'clobbers'=>[\r\n\t\t\t\t\t'clobers',\r\n\t\t\t\t],\r\n\t\t\t\t'cloddishnesses'=>[\r\n\t\t\t\t\t'cloddishneses',\r\n\t\t\t\t],\r\n\t\t\t\t'clodhopper'=>[\r\n\t\t\t\t\t'clodhoper',\r\n\t\t\t\t],\r\n\t\t\t\t'clodhoppers'=>[\r\n\t\t\t\t\t'clodhopers',\r\n\t\t\t\t],\r\n\t\t\t\t'clodhopping'=>[\r\n\t\t\t\t\t'clodhoping',\r\n\t\t\t\t],\r\n\t\t\t\t'clogger'=>[\r\n\t\t\t\t\t'cloger',\r\n\t\t\t\t],\r\n\t\t\t\t'cloggiest'=>[\r\n\t\t\t\t\t'clogiest',\r\n\t\t\t\t],\r\n\t\t\t\t'cloggy'=>[\r\n\t\t\t\t\t'clogy',\r\n\t\t\t\t],\r\n\t\t\t\t'cloisonne'=>[\r\n\t\t\t\t\t'cloisone',\r\n\t\t\t\t],\r\n\t\t\t\t'clonidine'=>[\r\n\t\t\t\t\t'clonidini',\r\n\t\t\t\t],\r\n\t\t\t\t'clopping'=>[\r\n\t\t\t\t\t'cloping',\r\n\t\t\t\t],\r\n\t\t\t\t'closely'=>[\r\n\t\t\t\t\t'closley',\r\n\t\t\t\t\t'closly',\r\n\t\t\t\t],\r\n\t\t\t\t'closely-related'=>[\r\n\t\t\t\t\t'closely related',\r\n\t\t\t\t],\r\n\t\t\t\t'clothesline'=>[\r\n\t\t\t\t\t'clotheslini',\r\n\t\t\t\t],\r\n\t\t\t\t'clotheslining'=>[\r\n\t\t\t\t\t'clotheslinang',\r\n\t\t\t\t],\r\n\t\t\t\t'clothespress'=>[\r\n\t\t\t\t\t'clothespres',\r\n\t\t\t\t],\r\n\t\t\t\t'clothespresses'=>[\r\n\t\t\t\t\t'clothespreses',\r\n\t\t\t\t],\r\n\t\t\t\t'clothier'=>[\r\n\t\t\t\t\t'clotheir',\r\n\t\t\t\t\t'clothir',\r\n\t\t\t\t],\r\n\t\t\t\t'cloudberries'=>[\r\n\t\t\t\t\t'cloudberies',\r\n\t\t\t\t\t'cloudberreis',\r\n\t\t\t\t\t'cloudberris',\r\n\t\t\t\t],\r\n\t\t\t\t'cloudberry'=>[\r\n\t\t\t\t\t'cloudbery',\r\n\t\t\t\t],\r\n\t\t\t\t'cloudlessly'=>[\r\n\t\t\t\t\t'cloudlessally',\r\n\t\t\t\t\t'cloudlessaly',\r\n\t\t\t\t\t'cloudlessely',\r\n\t\t\t\t\t'cloudlesslly',\r\n\t\t\t\t],\r\n\t\t\t\t'cloudscape'=>[\r\n\t\t\t\t\t'cloudcape',\r\n\t\t\t\t\t'cloudcsape',\r\n\t\t\t\t\t'cloudsape',\r\n\t\t\t\t],\r\n\t\t\t\t'cloverleaf'=>[\r\n\t\t\t\t\t'cloverlef',\r\n\t\t\t\t],\r\n\t\t\t\t'clownishnesses'=>[\r\n\t\t\t\t\t'clownishneses',\r\n\t\t\t\t],\r\n\t\t\t\t'cloxacillin'=>[\r\n\t\t\t\t\t'cloxacilin',\r\n\t\t\t\t],\r\n\t\t\t\t'clozapine'=>[\r\n\t\t\t\t\t'clozapini',\r\n\t\t\t\t],\r\n\t\t\t\t'clubbable'=>[\r\n\t\t\t\t\t'clubable',\r\n\t\t\t\t\t'clubbible',\r\n\t\t\t\t],\r\n\t\t\t\t'clubbed'=>[\r\n\t\t\t\t\t'clubed',\r\n\t\t\t\t],\r\n\t\t\t\t'clubber'=>[\r\n\t\t\t\t\t'cluber',\r\n\t\t\t\t],\r\n\t\t\t\t'clubbers'=>[\r\n\t\t\t\t\t'clubers',\r\n\t\t\t\t],\r\n\t\t\t\t'clubbier'=>[\r\n\t\t\t\t\t'clubier',\r\n\t\t\t\t],\r\n\t\t\t\t'clubbiest'=>[\r\n\t\t\t\t\t'clubiest',\r\n\t\t\t\t],\r\n\t\t\t\t'clubbiness'=>[\r\n\t\t\t\t\t'clubiness',\r\n\t\t\t\t],\r\n\t\t\t\t'clubbinesses'=>[\r\n\t\t\t\t\t'clubinesses',\r\n\t\t\t\t],\r\n\t\t\t\t'clubbing'=>[\r\n\t\t\t\t\t'clubing',\r\n\t\t\t\t],\r\n\t\t\t\t'clubbish'=>[\r\n\t\t\t\t\t'clubish',\r\n\t\t\t\t],\r\n\t\t\t\t'clubby'=>[\r\n\t\t\t\t\t'cluby',\r\n\t\t\t\t],\r\n\t\t\t\t'clueless'=>[\r\n\t\t\t\t\t'clueles',\r\n\t\t\t\t],\r\n\t\t\t\t'clumsy'=>[\r\n\t\t\t\t\t'clumcy',\r\n\t\t\t\t],\r\n\t\t\t\t'clupeid'=>[\r\n\t\t\t\t\t'clupied',\r\n\t\t\t\t],\r\n\t\t\t\t'clustery'=>[\r\n\t\t\t\t\t'clustary',\r\n\t\t\t\t],\r\n\t\t\t\t'cluttery'=>[\r\n\t\t\t\t\t'cluttary',\r\n\t\t\t\t],\r\n\t\t\t\t'clypei'=>[\r\n\t\t\t\t\t'clypie',\r\n\t\t\t\t],\r\n\t\t\t\t'cnidarian'=>[\r\n\t\t\t\t\t'cnidaran',\r\n\t\t\t\t],\r\n\t\t\t\t'co-founder'=>[\r\n\t\t\t\t\t'cofounder',\r\n\t\t\t\t],\r\n\t\t\t\t'co-produced'=>[\r\n\t\t\t\t\t'coproduced',\r\n\t\t\t\t],\r\n\t\t\t\t'co-producer'=>[\r\n\t\t\t\t\t'co producer',\r\n\t\t\t\t\t'coproducer',\r\n\t\t\t\t],\r\n\t\t\t\t'co-star'=>[\r\n\t\t\t\t\t'co-starr',\r\n\t\t\t\t\t'costar',\r\n\t\t\t\t],\r\n\t\t\t\t'co-starred'=>[\r\n\t\t\t\t\t'co-stared',\r\n\t\t\t\t],\r\n\t\t\t\t'co-starring'=>[\r\n\t\t\t\t\t'co-staring',\r\n\t\t\t\t\t'costarring',\r\n\t\t\t\t],\r\n\t\t\t\t'co-writer'=>[\r\n\t\t\t\t\t'co writer',\r\n\t\t\t\t\t'cowriter',\r\n\t\t\t\t],\r\n\t\t\t\t'co-written'=>[\r\n\t\t\t\t\t'cowritten',\r\n\t\t\t\t],\r\n\t\t\t\t'coaches'=>[\r\n\t\t\t\t\t'coachs',\r\n\t\t\t\t],\r\n\t\t\t\t'coagency'=>[\r\n\t\t\t\t\t'coagensy',\r\n\t\t\t\t],\r\n\t\t\t\t'coagulabilities'=>[\r\n\t\t\t\t\t'coagulabiliteis',\r\n\t\t\t\t\t'coagulabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'coagulant'=>[\r\n\t\t\t\t\t'coagulent',\r\n\t\t\t\t],\r\n\t\t\t\t'coalesce'=>[\r\n\t\t\t\t\t'coalece',\r\n\t\t\t\t\t'coalecse',\r\n\t\t\t\t\t'coalese',\r\n\t\t\t\t],\r\n\t\t\t\t'coalescence'=>[\r\n\t\t\t\t\t'coalescance',\r\n\t\t\t\t],\r\n\t\t\t\t'coalfield'=>[\r\n\t\t\t\t\t'coalfeild',\r\n\t\t\t\t\t'coalfild',\r\n\t\t\t\t],\r\n\t\t\t\t'coalition'=>[\r\n\t\t\t\t\t'coaltion',\r\n\t\t\t\t],\r\n\t\t\t\t'coaly'=>[\r\n\t\t\t\t\t'coaally',\r\n\t\t\t\t\t'coaaly',\r\n\t\t\t\t\t'coally',\r\n\t\t\t\t],\r\n\t\t\t\t'coappear'=>[\r\n\t\t\t\t\t'coapear',\r\n\t\t\t\t],\r\n\t\t\t\t'coappearing'=>[\r\n\t\t\t\t\t'coapearing',\r\n\t\t\t\t],\r\n\t\t\t\t'coarsely'=>[\r\n\t\t\t\t\t'coarsly',\r\n\t\t\t\t],\r\n\t\t\t\t'coarsened'=>[\r\n\t\t\t\t\t'coarsend',\r\n\t\t\t\t],\r\n\t\t\t\t'coast'=>[\r\n\t\t\t\t\t'caost',\r\n\t\t\t\t],\r\n\t\t\t\t'coastguard'=>[\r\n\t\t\t\t\t'coastgaurd',\r\n\t\t\t\t],\r\n\t\t\t\t'coastguardman'=>[\r\n\t\t\t\t\t'coastgaurdman',\r\n\t\t\t\t],\r\n\t\t\t\t'coastguardmen'=>[\r\n\t\t\t\t\t'coastgaurdmen',\r\n\t\t\t\t],\r\n\t\t\t\t'coastguardsman'=>[\r\n\t\t\t\t\t'coastgaurdsman',\r\n\t\t\t\t],\r\n\t\t\t\t'coastguardsmen'=>[\r\n\t\t\t\t\t'coastgaurdsmen',\r\n\t\t\t\t],\r\n\t\t\t\t'coastline'=>[\r\n\t\t\t\t\t'coastlini',\r\n\t\t\t\t],\r\n\t\t\t\t'cobalt'=>[\r\n\t\t\t\t\t'colbalt',\r\n\t\t\t\t],\r\n\t\t\t\t'cobb'=>[\r\n\t\t\t\t\t'cob',\r\n\t\t\t\t],\r\n\t\t\t\t'cobber'=>[\r\n\t\t\t\t\t'cober',\r\n\t\t\t\t],\r\n\t\t\t\t'cobble'=>[\r\n\t\t\t\t\t'coble',\r\n\t\t\t\t],\r\n\t\t\t\t'cobbler'=>[\r\n\t\t\t\t\t'cobler',\r\n\t\t\t\t],\r\n\t\t\t\t'cobblers'=>[\r\n\t\t\t\t\t'coblers',\r\n\t\t\t\t],\r\n\t\t\t\t'cobblestone'=>[\r\n\t\t\t\t\t'coblestone',\r\n\t\t\t\t],\r\n\t\t\t\t'cobblestoned'=>[\r\n\t\t\t\t\t'coblestoned',\r\n\t\t\t\t],\r\n\t\t\t\t'cobblestones'=>[\r\n\t\t\t\t\t'coblestones',\r\n\t\t\t\t],\r\n\t\t\t\t'cobbling'=>[\r\n\t\t\t\t\t'cobling',\r\n\t\t\t\t],\r\n\t\t\t\t'cobbs'=>[\r\n\t\t\t\t\t'cobs',\r\n\t\t\t\t],\r\n\t\t\t\t'cobby'=>[\r\n\t\t\t\t\t'coby',\r\n\t\t\t\t],\r\n\t\t\t\t'cobelligerent'=>[\r\n\t\t\t\t\t'cobeligerent',\r\n\t\t\t\t\t'cobelligerant',\r\n\t\t\t\t],\r\n\t\t\t\t'cobelligerents'=>[\r\n\t\t\t\t\t'cobeligerents',\r\n\t\t\t\t\t'cobelligerants',\r\n\t\t\t\t],\r\n\t\t\t\t'cobwebbed'=>[\r\n\t\t\t\t\t'cobwebed',\r\n\t\t\t\t],\r\n\t\t\t\t'cobwebbier'=>[\r\n\t\t\t\t\t'cobwebier',\r\n\t\t\t\t],\r\n\t\t\t\t'cobwebbiest'=>[\r\n\t\t\t\t\t'cobwebiest',\r\n\t\t\t\t],\r\n\t\t\t\t'cobwebbing'=>[\r\n\t\t\t\t\t'cobwebing',\r\n\t\t\t\t],\r\n\t\t\t\t'cobwebby'=>[\r\n\t\t\t\t\t'cobweby',\r\n\t\t\t\t],\r\n\t\t\t\t'cocaine'=>[\r\n\t\t\t\t\t'cocaini',\r\n\t\t\t\t],\r\n\t\t\t\t'cocainism'=>[\r\n\t\t\t\t\t'cocainasm',\r\n\t\t\t\t],\r\n\t\t\t\t'cocainization'=>[\r\n\t\t\t\t\t'cocainazation',\r\n\t\t\t\t],\r\n\t\t\t\t'cocainizations'=>[\r\n\t\t\t\t\t'cocainazations',\r\n\t\t\t\t],\r\n\t\t\t\t'cocainize'=>[\r\n\t\t\t\t\t'cocainaze',\r\n\t\t\t\t],\r\n\t\t\t\t'cocainizing'=>[\r\n\t\t\t\t\t'cocainazing',\r\n\t\t\t\t],\r\n\t\t\t\t'cocaptaining'=>[\r\n\t\t\t\t\t'cocaptainang',\r\n\t\t\t\t],\r\n\t\t\t\t'coccal'=>[\r\n\t\t\t\t\t'cocal',\r\n\t\t\t\t],\r\n\t\t\t\t'cocci'=>[\r\n\t\t\t\t\t'coci',\r\n\t\t\t\t],\r\n\t\t\t\t'coccic'=>[\r\n\t\t\t\t\t'cocic',\r\n\t\t\t\t],\r\n\t\t\t\t'coccid'=>[\r\n\t\t\t\t\t'cocid',\r\n\t\t\t\t],\r\n\t\t\t\t'coccidia'=>[\r\n\t\t\t\t\t'cocidia',\r\n\t\t\t\t],\r\n\t\t\t\t'coccidioses'=>[\r\n\t\t\t\t\t'cocidioses',\r\n\t\t\t\t],\r\n\t\t\t\t'coccidiosis'=>[\r\n\t\t\t\t\t'cocidiosis',\r\n\t\t\t\t],\r\n\t\t\t\t'coccidium'=>[\r\n\t\t\t\t\t'cocidium',\r\n\t\t\t\t],\r\n\t\t\t\t'coccids'=>[\r\n\t\t\t\t\t'cocids',\r\n\t\t\t\t],\r\n\t\t\t\t'coccoid'=>[\r\n\t\t\t\t\t'cocoid',\r\n\t\t\t\t],\r\n\t\t\t\t'coccoidal'=>[\r\n\t\t\t\t\t'cocoidal',\r\n\t\t\t\t],\r\n\t\t\t\t'coccoids'=>[\r\n\t\t\t\t\t'cocoids',\r\n\t\t\t\t],\r\n\t\t\t\t'coccolith'=>[\r\n\t\t\t\t\t'cocolith',\r\n\t\t\t\t],\r\n\t\t\t\t'coccoliths'=>[\r\n\t\t\t\t\t'cocoliths',\r\n\t\t\t\t],\r\n\t\t\t\t'coccous'=>[\r\n\t\t\t\t\t'cocous',\r\n\t\t\t\t],\r\n\t\t\t\t'coccus'=>[\r\n\t\t\t\t\t'cocus',\r\n\t\t\t\t],\r\n\t\t\t\t'coccygeal'=>[\r\n\t\t\t\t\t'cocygeal',\r\n\t\t\t\t],\r\n\t\t\t\t'coccyges'=>[\r\n\t\t\t\t\t'cocyges',\r\n\t\t\t\t],\r\n\t\t\t\t'coccyx'=>[\r\n\t\t\t\t\t'cocyx',\r\n\t\t\t\t],\r\n\t\t\t\t'coccyxes'=>[\r\n\t\t\t\t\t'cocyxes',\r\n\t\t\t\t],\r\n\t\t\t\t'cockamamie'=>[\r\n\t\t\t\t\t'cockamamei',\r\n\t\t\t\t\t'cockamami',\r\n\t\t\t\t],\r\n\t\t\t\t'cockatiel'=>[\r\n\t\t\t\t\t'cockateil',\r\n\t\t\t\t\t'cockatil',\r\n\t\t\t\t],\r\n\t\t\t\t'cockeyednesses'=>[\r\n\t\t\t\t\t'cockeyedneses',\r\n\t\t\t\t],\r\n\t\t\t\t'cockleshell'=>[\r\n\t\t\t\t\t'cockleshel',\r\n\t\t\t\t],\r\n\t\t\t\t'cocksurely'=>[\r\n\t\t\t\t\t'cocksurly',\r\n\t\t\t\t],\r\n\t\t\t\t'cocksurenesses'=>[\r\n\t\t\t\t\t'cocksureneses',\r\n\t\t\t\t],\r\n\t\t\t\t'cocurricular'=>[\r\n\t\t\t\t\t'cocuricular',\r\n\t\t\t\t\t'cocurriculer',\r\n\t\t\t\t],\r\n\t\t\t\t'codable'=>[\r\n\t\t\t\t\t'codible',\r\n\t\t\t\t],\r\n\t\t\t\t'code-driven testing'=>[\r\n\t\t\t\t\t'code driven testing',\r\n\t\t\t\t],\r\n\t\t\t\t'codefendant'=>[\r\n\t\t\t\t\t'codefendent',\r\n\t\t\t\t],\r\n\t\t\t\t'codefendants'=>[\r\n\t\t\t\t\t'codefendents',\r\n\t\t\t\t],\r\n\t\t\t\t'codeia'=>[\r\n\t\t\t\t\t'codiea',\r\n\t\t\t\t],\r\n\t\t\t\t'codein'=>[\r\n\t\t\t\t\t'codien',\r\n\t\t\t\t],\r\n\t\t\t\t'codeina'=>[\r\n\t\t\t\t\t'codeini',\r\n\t\t\t\t],\r\n\t\t\t\t'codeine'=>[\r\n\t\t\t\t\t'codeini',\r\n\t\t\t\t\t'codiene',\r\n\t\t\t\t],\r\n\t\t\t\t'codependence'=>[\r\n\t\t\t\t\t'codependance',\r\n\t\t\t\t],\r\n\t\t\t\t'codependency'=>[\r\n\t\t\t\t\t'codependensy',\r\n\t\t\t\t],\r\n\t\t\t\t'codependent'=>[\r\n\t\t\t\t\t'codependant',\r\n\t\t\t\t],\r\n\t\t\t\t'codependents'=>[\r\n\t\t\t\t\t'codependants',\r\n\t\t\t\t],\r\n\t\t\t\t'codetermination'=>[\r\n\t\t\t\t\t'codeterminition',\r\n\t\t\t\t],\r\n\t\t\t\t'codicillary'=>[\r\n\t\t\t\t\t'codicillery',\r\n\t\t\t\t],\r\n\t\t\t\t'codicologies'=>[\r\n\t\t\t\t\t'codicologeis',\r\n\t\t\t\t\t'codicologis',\r\n\t\t\t\t],\r\n\t\t\t\t'codifiabilities'=>[\r\n\t\t\t\t\t'codifiabiliteis',\r\n\t\t\t\t\t'codifiabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'codominant'=>[\r\n\t\t\t\t\t'codominint',\r\n\t\t\t\t],\r\n\t\t\t\t'codpiece'=>[\r\n\t\t\t\t\t'codpeice',\r\n\t\t\t\t\t'codpice',\r\n\t\t\t\t],\r\n\t\t\t\t'coeducationally'=>[\r\n\t\t\t\t\t'coeducationaly',\r\n\t\t\t\t],\r\n\t\t\t\t'coefficient'=>[\r\n\t\t\t\t\t'coefficeint',\r\n\t\t\t\t\t'coefficent',\r\n\t\t\t\t\t'coefficiant',\r\n\t\t\t\t\t'coefficint',\r\n\t\t\t\t],\r\n\t\t\t\t'coefficients'=>[\r\n\t\t\t\t\t'coefficeints',\r\n\t\t\t\t\t'coefficints',\r\n\t\t\t\t],\r\n\t\t\t\t'coelacanth'=>[\r\n\t\t\t\t\t'coelacenth',\r\n\t\t\t\t],\r\n\t\t\t\t'coenamor'=>[\r\n\t\t\t\t\t'coenamour',\r\n\t\t\t\t],\r\n\t\t\t\t'coenamored'=>[\r\n\t\t\t\t\t'coenamoured',\r\n\t\t\t\t],\r\n\t\t\t\t'coenamoring'=>[\r\n\t\t\t\t\t'coenamouring',\r\n\t\t\t\t],\r\n\t\t\t\t'coenamors'=>[\r\n\t\t\t\t\t'coenamours',\r\n\t\t\t\t],\r\n\t\t\t\t'coenzymatically'=>[\r\n\t\t\t\t\t'coenzymaticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'coequal'=>[\r\n\t\t\t\t\t'coeqaul',\r\n\t\t\t\t],\r\n\t\t\t\t'coequalities'=>[\r\n\t\t\t\t\t'coeqaulities',\r\n\t\t\t\t\t'coequaliteis',\r\n\t\t\t\t\t'coequalitis',\r\n\t\t\t\t],\r\n\t\t\t\t'coerce'=>[\r\n\t\t\t\t\t'coerse',\r\n\t\t\t\t],\r\n\t\t\t\t'coercible'=>[\r\n\t\t\t\t\t'coercable',\r\n\t\t\t\t],\r\n\t\t\t\t'coercively'=>[\r\n\t\t\t\t\t'coercivly',\r\n\t\t\t\t],\r\n\t\t\t\t'coercivenesses'=>[\r\n\t\t\t\t\t'coerciveneses',\r\n\t\t\t\t],\r\n\t\t\t\t'coercivities'=>[\r\n\t\t\t\t\t'coerciviteis',\r\n\t\t\t\t\t'coercivitis',\r\n\t\t\t\t],\r\n\t\t\t\t'coevolutionary'=>[\r\n\t\t\t\t\t'coevolutionery',\r\n\t\t\t\t],\r\n\t\t\t\t'coexistence'=>[\r\n\t\t\t\t\t'coexistance',\r\n\t\t\t\t],\r\n\t\t\t\t'coextensively'=>[\r\n\t\t\t\t\t'coextensivly',\r\n\t\t\t\t],\r\n\t\t\t\t'coffining'=>[\r\n\t\t\t\t\t'coffinang',\r\n\t\t\t\t],\r\n\t\t\t\t'cofinance'=>[\r\n\t\t\t\t\t'cofinence',\r\n\t\t\t\t],\r\n\t\t\t\t'cogency'=>[\r\n\t\t\t\t\t'cogensy',\r\n\t\t\t\t],\r\n\t\t\t\t'cogent'=>[\r\n\t\t\t\t\t'cogant',\r\n\t\t\t\t],\r\n\t\t\t\t'cogently'=>[\r\n\t\t\t\t\t'cogentally',\r\n\t\t\t\t\t'cogentaly',\r\n\t\t\t\t\t'cogentely',\r\n\t\t\t\t\t'cogentlly',\r\n\t\t\t\t],\r\n\t\t\t\t'cogitable'=>[\r\n\t\t\t\t\t'cogitible',\r\n\t\t\t\t],\r\n\t\t\t\t'cognately'=>[\r\n\t\t\t\t\t'cognatly',\r\n\t\t\t\t],\r\n\t\t\t\t'cognitively'=>[\r\n\t\t\t\t\t'cognitivly',\r\n\t\t\t\t],\r\n\t\t\t\t'cognizable'=>[\r\n\t\t\t\t\t'cognizible',\r\n\t\t\t\t],\r\n\t\t\t\t'cognizance'=>[\r\n\t\t\t\t\t'cognizence',\r\n\t\t\t\t],\r\n\t\t\t\t'cognizant'=>[\r\n\t\t\t\t\t'cognizent',\r\n\t\t\t\t],\r\n\t\t\t\t'cognoscente'=>[\r\n\t\t\t\t\t'cognocente',\r\n\t\t\t\t\t'cognocsente',\r\n\t\t\t\t\t'cognosente',\r\n\t\t\t\t],\r\n\t\t\t\t'cognoscible'=>[\r\n\t\t\t\t\t'cognoscable',\r\n\t\t\t\t],\r\n\t\t\t\t'coheir'=>[\r\n\t\t\t\t\t'cohier',\r\n\t\t\t\t],\r\n\t\t\t\t'coheiress'=>[\r\n\t\t\t\t\t'cohieress',\r\n\t\t\t\t],\r\n\t\t\t\t'coheiresses'=>[\r\n\t\t\t\t\t'cohieresses',\r\n\t\t\t\t],\r\n\t\t\t\t'coherence'=>[\r\n\t\t\t\t\t'coherance',\r\n\t\t\t\t],\r\n\t\t\t\t'coherency'=>[\r\n\t\t\t\t\t'coherensy',\r\n\t\t\t\t],\r\n\t\t\t\t'coherent'=>[\r\n\t\t\t\t\t'coherant',\r\n\t\t\t\t],\r\n\t\t\t\t'cohesionless'=>[\r\n\t\t\t\t\t'cohesionles',\r\n\t\t\t\t],\r\n\t\t\t\t'cohesively'=>[\r\n\t\t\t\t\t'cohesivly',\r\n\t\t\t\t],\r\n\t\t\t\t'cohesivenesses'=>[\r\n\t\t\t\t\t'cohesiveneses',\r\n\t\t\t\t],\r\n\t\t\t\t'cohomologies'=>[\r\n\t\t\t\t\t'cohomologeis',\r\n\t\t\t\t\t'cohomologis',\r\n\t\t\t\t],\r\n\t\t\t\t'cohousing'=>[\r\n\t\t\t\t\t'cohouisng',\r\n\t\t\t\t],\r\n\t\t\t\t'cohousings'=>[\r\n\t\t\t\t\t'cohouisngs',\r\n\t\t\t\t],\r\n\t\t\t\t'coiffeur'=>[\r\n\t\t\t\t\t'coiffer',\r\n\t\t\t\t],\r\n\t\t\t\t'coilabilities'=>[\r\n\t\t\t\t\t'coilabiliteis',\r\n\t\t\t\t\t'coilabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'coinable'=>[\r\n\t\t\t\t\t'coinible',\r\n\t\t\t\t],\r\n\t\t\t\t'coinage'=>[\r\n\t\t\t\t\t'coinige',\r\n\t\t\t\t],\r\n\t\t\t\t'coincide'=>[\r\n\t\t\t\t\t'coinside',\r\n\t\t\t\t\t'concide',\r\n\t\t\t\t],\r\n\t\t\t\t'coincidence'=>[\r\n\t\t\t\t\t'coincidance',\r\n\t\t\t\t\t'coinsidence',\r\n\t\t\t\t],\r\n\t\t\t\t'coincident'=>[\r\n\t\t\t\t\t'coincidant',\r\n\t\t\t\t],\r\n\t\t\t\t'coincidental'=>[\r\n\t\t\t\t\t'coincidantal',\r\n\t\t\t\t],\r\n\t\t\t\t'coincidentally'=>[\r\n\t\t\t\t\t'coincidantally',\r\n\t\t\t\t\t'coincidentalally',\r\n\t\t\t\t\t'coincidentalaly',\r\n\t\t\t\t\t'coincidentalely',\r\n\t\t\t\t\t'coincidentallly',\r\n\t\t\t\t\t'coincidentaly',\r\n\t\t\t\t],\r\n\t\t\t\t'coincidently'=>[\r\n\t\t\t\t\t'coincidantly',\r\n\t\t\t\t],\r\n\t\t\t\t'coined'=>[\r\n\t\t\t\t\t'coinid',\r\n\t\t\t\t],\r\n\t\t\t\t'coiner'=>[\r\n\t\t\t\t\t'coinir',\r\n\t\t\t\t],\r\n\t\t\t\t'coining'=>[\r\n\t\t\t\t\t'coinang',\r\n\t\t\t\t],\r\n\t\t\t\t'coinmate'=>[\r\n\t\t\t\t\t'coimate',\r\n\t\t\t\t\t'coinate',\r\n\t\t\t\t],\r\n\t\t\t\t'coinmates'=>[\r\n\t\t\t\t\t'coimates',\r\n\t\t\t\t\t'coinates',\r\n\t\t\t\t],\r\n\t\t\t\t'coinsurance'=>[\r\n\t\t\t\t\t'coinsurence',\r\n\t\t\t\t],\r\n\t\t\t\t'cojoining'=>[\r\n\t\t\t\t\t'cojoinang',\r\n\t\t\t\t],\r\n\t\t\t\t'colcannon'=>[\r\n\t\t\t\t\t'colcanon',\r\n\t\t\t\t],\r\n\t\t\t\t'colchicine'=>[\r\n\t\t\t\t\t'colchicini',\r\n\t\t\t\t],\r\n\t\t\t\t'colcothar'=>[\r\n\t\t\t\t\t'colcother',\r\n\t\t\t\t],\r\n\t\t\t\t'coldheartedly'=>[\r\n\t\t\t\t\t'coldhertedly',\r\n\t\t\t\t],\r\n\t\t\t\t'coldheartedness'=>[\r\n\t\t\t\t\t'coldhertedness',\r\n\t\t\t\t],\r\n\t\t\t\t'colinear'=>[\r\n\t\t\t\t\t'colineer',\r\n\t\t\t\t\t'coliniar',\r\n\t\t\t\t],\r\n\t\t\t\t'colinearities'=>[\r\n\t\t\t\t\t'colineariteis',\r\n\t\t\t\t\t'colinearitis',\r\n\t\t\t\t\t'colinerities',\r\n\t\t\t\t],\r\n\t\t\t\t'collaborate'=>[\r\n\t\t\t\t\t'colaborate',\r\n\t\t\t\t],\r\n\t\t\t\t'collaboration'=>[\r\n\t\t\t\t\t'colaboration',\r\n\t\t\t\t\t'collaberation',\r\n\t\t\t\t],\r\n\t\t\t\t'collaborations'=>[\r\n\t\t\t\t\t'colaborations',\r\n\t\t\t\t],\r\n\t\t\t\t'collaboratively'=>[\r\n\t\t\t\t\t'colaboratively',\r\n\t\t\t\t\t'collaborativeally',\r\n\t\t\t\t\t'collaborativealy',\r\n\t\t\t\t\t'collaborativeely',\r\n\t\t\t\t\t'collaborativelly',\r\n\t\t\t\t\t'collaborativly',\r\n\t\t\t\t],\r\n\t\t\t\t'collaboratives'=>[\r\n\t\t\t\t\t'colaboratives',\r\n\t\t\t\t],\r\n\t\t\t\t'collage'=>[\r\n\t\t\t\t\t'colage',\r\n\t\t\t\t],\r\n\t\t\t\t'collagen'=>[\r\n\t\t\t\t\t'colagen',\r\n\t\t\t\t],\r\n\t\t\t\t'collagenase'=>[\r\n\t\t\t\t\t'colagenase',\r\n\t\t\t\t],\r\n\t\t\t\t'collapse'=>[\r\n\t\t\t\t\t'colapse',\r\n\t\t\t\t],\r\n\t\t\t\t'collapsibility'=>[\r\n\t\t\t\t\t'colapsibility',\r\n\t\t\t\t],\r\n\t\t\t\t'collapsible'=>[\r\n\t\t\t\t\t'collapsable',\r\n\t\t\t\t],\r\n\t\t\t\t'collar'=>[\r\n\t\t\t\t\t'colar',\r\n\t\t\t\t\t'coller',\r\n\t\t\t\t],\r\n\t\t\t\t'collarbone'=>[\r\n\t\t\t\t\t'colarbone',\r\n\t\t\t\t],\r\n\t\t\t\t'collard'=>[\r\n\t\t\t\t\t'colard',\r\n\t\t\t\t],\r\n\t\t\t\t'collate'=>[\r\n\t\t\t\t\t'colate',\r\n\t\t\t\t],\r\n\t\t\t\t'collateral'=>[\r\n\t\t\t\t\t'colateral',\r\n\t\t\t\t],\r\n\t\t\t\t'collateralities'=>[\r\n\t\t\t\t\t'colateralities',\r\n\t\t\t\t\t'collateraliteis',\r\n\t\t\t\t\t'collateralitis',\r\n\t\t\t\t],\r\n\t\t\t\t'collateralize'=>[\r\n\t\t\t\t\t'colateralize',\r\n\t\t\t\t],\r\n\t\t\t\t'collateralized'=>[\r\n\t\t\t\t\t'colateralized',\r\n\t\t\t\t],\r\n\t\t\t\t'collateralizes'=>[\r\n\t\t\t\t\t'colateralizes',\r\n\t\t\t\t],\r\n\t\t\t\t'collateralizing'=>[\r\n\t\t\t\t\t'colateralizing',\r\n\t\t\t\t],\r\n\t\t\t\t'collation'=>[\r\n\t\t\t\t\t'colation',\r\n\t\t\t\t],\r\n\t\t\t\t'colleague'=>[\r\n\t\t\t\t\t'coleague',\r\n\t\t\t\t\t'collegue',\r\n\t\t\t\t],\r\n\t\t\t\t'colleagues'=>[\r\n\t\t\t\t\t'collegues',\r\n\t\t\t\t],\r\n\t\t\t\t'colleagueship'=>[\r\n\t\t\t\t\t'collegueship',\r\n\t\t\t\t],\r\n\t\t\t\t'colleagueships'=>[\r\n\t\t\t\t\t'coleagueships',\r\n\t\t\t\t\t'collegueships',\r\n\t\t\t\t],\r\n\t\t\t\t'collect'=>[\r\n\t\t\t\t\t'colect',\r\n\t\t\t\t],\r\n\t\t\t\t'collectable'=>[\r\n\t\t\t\t\t'colectable',\r\n\t\t\t\t\t'collectible',\r\n\t\t\t\t],\r\n\t\t\t\t'collectanea'=>[\r\n\t\t\t\t\t'colectanea',\r\n\t\t\t\t],\r\n\t\t\t\t'collected'=>[\r\n\t\t\t\t\t'colected',\r\n\t\t\t\t],\r\n\t\t\t\t'collectednesses'=>[\r\n\t\t\t\t\t'colectednesses',\r\n\t\t\t\t],\r\n\t\t\t\t'collectible'=>[\r\n\t\t\t\t\t'colectible',\r\n\t\t\t\t\t'collectable',\r\n\t\t\t\t],\r\n\t\t\t\t'collection'=>[\r\n\t\t\t\t\t'colection',\r\n\t\t\t\t\t'colleciton',\r\n\t\t\t\t],\r\n\t\t\t\t'collective'=>[\r\n\t\t\t\t\t'colective',\r\n\t\t\t\t],\r\n\t\t\t\t'collectively'=>[\r\n\t\t\t\t\t'collectivly',\r\n\t\t\t\t],\r\n\t\t\t\t'collectivising'=>[\r\n\t\t\t\t\t'colectivising',\r\n\t\t\t\t],\r\n\t\t\t\t'collectivism'=>[\r\n\t\t\t\t\t'colectivism',\r\n\t\t\t\t],\r\n\t\t\t\t'collectivistic'=>[\r\n\t\t\t\t\t'colectivistic',\r\n\t\t\t\t],\r\n\t\t\t\t'collectivities'=>[\r\n\t\t\t\t\t'colectivities',\r\n\t\t\t\t],\r\n\t\t\t\t'collectivity'=>[\r\n\t\t\t\t\t'colectivity',\r\n\t\t\t\t],\r\n\t\t\t\t'collectivize'=>[\r\n\t\t\t\t\t'colectivize',\r\n\t\t\t\t],\r\n\t\t\t\t'collectivizing'=>[\r\n\t\t\t\t\t'colectivizing',\r\n\t\t\t\t],\r\n\t\t\t\t'collector'=>[\r\n\t\t\t\t\t'colector',\r\n\t\t\t\t],\r\n\t\t\t\t'collectorships'=>[\r\n\t\t\t\t\t'colectorships',\r\n\t\t\t\t],\r\n\t\t\t\t'colleen'=>[\r\n\t\t\t\t\t'coleen',\r\n\t\t\t\t],\r\n\t\t\t\t'college'=>[\r\n\t\t\t\t\t'colege',\r\n\t\t\t\t],\r\n\t\t\t\t'collegial'=>[\r\n\t\t\t\t\t'colegial',\r\n\t\t\t\t],\r\n\t\t\t\t'collegialities'=>[\r\n\t\t\t\t\t'colegialities',\r\n\t\t\t\t],\r\n\t\t\t\t'collegiality'=>[\r\n\t\t\t\t\t'colegiality',\r\n\t\t\t\t],\r\n\t\t\t\t'collegian'=>[\r\n\t\t\t\t\t'collegan',\r\n\t\t\t\t],\r\n\t\t\t\t'collegiate'=>[\r\n\t\t\t\t\t'colegiate',\r\n\t\t\t\t\t'collegate',\r\n\t\t\t\t],\r\n\t\t\t\t'collenchymatous'=>[\r\n\t\t\t\t\t'colenchymatous',\r\n\t\t\t\t],\r\n\t\t\t\t'collet'=>[\r\n\t\t\t\t\t'colet',\r\n\t\t\t\t],\r\n\t\t\t\t'collide'=>[\r\n\t\t\t\t\t'colide',\r\n\t\t\t\t],\r\n\t\t\t\t'collie'=>[\r\n\t\t\t\t\t'colie',\r\n\t\t\t\t\t'collei',\r\n\t\t\t\t\t'colli',\r\n\t\t\t\t],\r\n\t\t\t\t'collier'=>[\r\n\t\t\t\t\t'colier',\r\n\t\t\t\t\t'colleir',\r\n\t\t\t\t\t'collir',\r\n\t\t\t\t],\r\n\t\t\t\t'colliery'=>[\r\n\t\t\t\t\t'coliery',\r\n\t\t\t\t\t'colleiry',\r\n\t\t\t\t\t'colliry',\r\n\t\t\t\t],\r\n\t\t\t\t'collieshangie'=>[\r\n\t\t\t\t\t'collieshangei',\r\n\t\t\t\t\t'collieshangi',\r\n\t\t\t\t],\r\n\t\t\t\t'collieshangies'=>[\r\n\t\t\t\t\t'colieshangies',\r\n\t\t\t\t],\r\n\t\t\t\t'collimator'=>[\r\n\t\t\t\t\t'colimator',\r\n\t\t\t\t],\r\n\t\t\t\t'collinear'=>[\r\n\t\t\t\t\t'collineer',\r\n\t\t\t\t],\r\n\t\t\t\t'collinearities'=>[\r\n\t\t\t\t\t'colinearities',\r\n\t\t\t\t\t'collinerities',\r\n\t\t\t\t\t'colliniarities',\r\n\t\t\t\t],\r\n\t\t\t\t'collins'=>[\r\n\t\t\t\t\t'colins',\r\n\t\t\t\t],\r\n\t\t\t\t'collision'=>[\r\n\t\t\t\t\t'colision',\r\n\t\t\t\t],\r\n\t\t\t\t'collocation'=>[\r\n\t\t\t\t\t'colocation',\r\n\t\t\t\t],\r\n\t\t\t\t'colloquial'=>[\r\n\t\t\t\t\t'colloqial',\r\n\t\t\t\t\t'colloqual',\r\n\t\t\t\t\t'coloquial',\r\n\t\t\t\t],\r\n\t\t\t\t'colloquialism'=>[\r\n\t\t\t\t\t'coloquialism',\r\n\t\t\t\t],\r\n\t\t\t\t'colloquialities'=>[\r\n\t\t\t\t\t'colloquialiteis',\r\n\t\t\t\t\t'colloquialitis',\r\n\t\t\t\t],\r\n\t\t\t\t'colloquium'=>[\r\n\t\t\t\t\t'coloquium',\r\n\t\t\t\t],\r\n\t\t\t\t'collusion'=>[\r\n\t\t\t\t\t'colluison',\r\n\t\t\t\t\t'colusion',\r\n\t\t\t\t],\r\n\t\t\t\t'collusions'=>[\r\n\t\t\t\t\t'colluisons',\r\n\t\t\t\t],\r\n\t\t\t\t'collusive'=>[\r\n\t\t\t\t\t'colluisve',\r\n\t\t\t\t],\r\n\t\t\t\t'collusively'=>[\r\n\t\t\t\t\t'colluisvely',\r\n\t\t\t\t\t'collusivly',\r\n\t\t\t\t],\r\n\t\t\t\t'colly'=>[\r\n\t\t\t\t\t'colally',\r\n\t\t\t\t\t'colaly',\r\n\t\t\t\t\t'collly',\r\n\t\t\t\t],\r\n\t\t\t\t'collywobbles'=>[\r\n\t\t\t\t\t'collywobles',\r\n\t\t\t\t\t'colywobbles',\r\n\t\t\t\t],\r\n\t\t\t\t'colombian-occupied'=>[\r\n\t\t\t\t\t'colombian occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'colonel'=>[\r\n\t\t\t\t\t'colonal',\r\n\t\t\t\t],\r\n\t\t\t\t'colonelcy'=>[\r\n\t\t\t\t\t'colonelsy',\r\n\t\t\t\t],\r\n\t\t\t\t'colonels'=>[\r\n\t\t\t\t\t'colonals',\r\n\t\t\t\t],\r\n\t\t\t\t'colonial'=>[\r\n\t\t\t\t\t'colinial',\r\n\t\t\t\t\t'colonal',\r\n\t\t\t\t],\r\n\t\t\t\t'colonialnesses'=>[\r\n\t\t\t\t\t'colonialneses',\r\n\t\t\t\t],\r\n\t\t\t\t'colonies'=>[\r\n\t\t\t\t\t'collonies',\r\n\t\t\t\t],\r\n\t\t\t\t'colonnade'=>[\r\n\t\t\t\t\t'collonade',\r\n\t\t\t\t\t'colonade',\r\n\t\t\t\t],\r\n\t\t\t\t'colony'=>[\r\n\t\t\t\t\t'collony',\r\n\t\t\t\t],\r\n\t\t\t\t'colorable'=>[\r\n\t\t\t\t\t'colorible',\r\n\t\t\t\t],\r\n\t\t\t\t'colorant'=>[\r\n\t\t\t\t\t'colorent',\r\n\t\t\t\t],\r\n\t\t\t\t'colorfulnesses'=>[\r\n\t\t\t\t\t'colorfulneses',\r\n\t\t\t\t],\r\n\t\t\t\t'colorimetries'=>[\r\n\t\t\t\t\t'colorimetreis',\r\n\t\t\t\t\t'colorimetris',\r\n\t\t\t\t],\r\n\t\t\t\t'colorless'=>[\r\n\t\t\t\t\t'colorles',\r\n\t\t\t\t],\r\n\t\t\t\t'colorlessly'=>[\r\n\t\t\t\t\t'colorlessally',\r\n\t\t\t\t\t'colorlessaly',\r\n\t\t\t\t\t'colorlessely',\r\n\t\t\t\t\t'colorlesslly',\r\n\t\t\t\t],\r\n\t\t\t\t'colossal'=>[\r\n\t\t\t\t\t'collosal',\r\n\t\t\t\t\t'colosal',\r\n\t\t\t\t],\r\n\t\t\t\t'colosseum'=>[\r\n\t\t\t\t\t'coloseum',\r\n\t\t\t\t],\r\n\t\t\t\t'colossus'=>[\r\n\t\t\t\t\t'colosus',\r\n\t\t\t\t],\r\n\t\t\t\t'colporteur'=>[\r\n\t\t\t\t\t'colporter',\r\n\t\t\t\t],\r\n\t\t\t\t'columbary'=>[\r\n\t\t\t\t\t'columbery',\r\n\t\t\t\t],\r\n\t\t\t\t'columbian'=>[\r\n\t\t\t\t\t'columban',\r\n\t\t\t\t],\r\n\t\t\t\t'columbine'=>[\r\n\t\t\t\t\t'columbini',\r\n\t\t\t\t],\r\n\t\t\t\t'columellar'=>[\r\n\t\t\t\t\t'columeller',\r\n\t\t\t\t],\r\n\t\t\t\t'column'=>[\r\n\t\t\t\t\t'collum',\r\n\t\t\t\t\t'collumn',\r\n\t\t\t\t\t'colunm',\r\n\t\t\t\t],\r\n\t\t\t\t'columnar'=>[\r\n\t\t\t\t\t'columner',\r\n\t\t\t\t],\r\n\t\t\t\t'combatant'=>[\r\n\t\t\t\t\t'combatent',\r\n\t\t\t\t],\r\n\t\t\t\t'combatants'=>[\r\n\t\t\t\t\t'combattants',\r\n\t\t\t\t],\r\n\t\t\t\t'combated'=>[\r\n\t\t\t\t\t'combatted',\r\n\t\t\t\t],\r\n\t\t\t\t'combating'=>[\r\n\t\t\t\t\t'combatting',\r\n\t\t\t\t],\r\n\t\t\t\t'combatively'=>[\r\n\t\t\t\t\t'combativly',\r\n\t\t\t\t],\r\n\t\t\t\t'combination'=>[\r\n\t\t\t\t\t'combinition',\r\n\t\t\t\t],\r\n\t\t\t\t'combinative'=>[\r\n\t\t\t\t\t'combinitive',\r\n\t\t\t\t],\r\n\t\t\t\t'combinatorial'=>[\r\n\t\t\t\t\t'combinitorial',\r\n\t\t\t\t],\r\n\t\t\t\t'combinatorially'=>[\r\n\t\t\t\t\t'combinitorially',\r\n\t\t\t\t],\r\n\t\t\t\t'combinatorics'=>[\r\n\t\t\t\t\t'combinitorics',\r\n\t\t\t\t],\r\n\t\t\t\t'combinatory'=>[\r\n\t\t\t\t\t'combinitory',\r\n\t\t\t\t],\r\n\t\t\t\t'combine'=>[\r\n\t\t\t\t\t'combini',\r\n\t\t\t\t],\r\n\t\t\t\t'combined'=>[\r\n\t\t\t\t\t'conbined',\r\n\t\t\t\t],\r\n\t\t\t\t'combining'=>[\r\n\t\t\t\t\t'combinang',\r\n\t\t\t\t],\r\n\t\t\t\t'combustible'=>[\r\n\t\t\t\t\t'combustable',\r\n\t\t\t\t],\r\n\t\t\t\t'comeback'=>[\r\n\t\t\t\t\t'comback',\r\n\t\t\t\t],\r\n\t\t\t\t'comedian'=>[\r\n\t\t\t\t\t'comedan',\r\n\t\t\t\t],\r\n\t\t\t\t'comedienne'=>[\r\n\t\t\t\t\t'comedeinne',\r\n\t\t\t\t\t'comediene',\r\n\t\t\t\t\t'comedinne',\r\n\t\t\t\t],\r\n\t\t\t\t'comediennes'=>[\r\n\t\t\t\t\t'comedienes',\r\n\t\t\t\t],\r\n\t\t\t\t'comely'=>[\r\n\t\t\t\t\t'comeally',\r\n\t\t\t\t\t'comealy',\r\n\t\t\t\t\t'comeely',\r\n\t\t\t\t\t'comelly',\r\n\t\t\t\t\t'comly',\r\n\t\t\t\t],\r\n\t\t\t\t'comember'=>[\r\n\t\t\t\t\t'comber',\r\n\t\t\t\t],\r\n\t\t\t\t'comembers'=>[\r\n\t\t\t\t\t'combers',\r\n\t\t\t\t],\r\n\t\t\t\t'comestible'=>[\r\n\t\t\t\t\t'comestable',\r\n\t\t\t\t],\r\n\t\t\t\t'cometary'=>[\r\n\t\t\t\t\t'cometery',\r\n\t\t\t\t],\r\n\t\t\t\t'comeuppance'=>[\r\n\t\t\t\t\t'comeupance',\r\n\t\t\t\t\t'comeuppence',\r\n\t\t\t\t],\r\n\t\t\t\t'comfortable'=>[\r\n\t\t\t\t\t'comfortible',\r\n\t\t\t\t],\r\n\t\t\t\t'comfortless'=>[\r\n\t\t\t\t\t'comfortles',\r\n\t\t\t\t],\r\n\t\t\t\t'coming'=>[\r\n\t\t\t\t\t'comming',\r\n\t\t\t\t],\r\n\t\t\t\t'comma'=>[\r\n\t\t\t\t\t'comna',\r\n\t\t\t\t],\r\n\t\t\t\t'command'=>[\r\n\t\t\t\t\t'commad',\r\n\t\t\t\t\t'commmad',\r\n\t\t\t\t\t'commmand',\r\n\t\t\t\t\t'comnand',\r\n\t\t\t\t],\r\n\t\t\t\t'commandant'=>[\r\n\t\t\t\t\t'commandent',\r\n\t\t\t\t\t'comnandant',\r\n\t\t\t\t],\r\n\t\t\t\t'commandants'=>[\r\n\t\t\t\t\t'commandents',\r\n\t\t\t\t],\r\n\t\t\t\t'commandeer'=>[\r\n\t\t\t\t\t'comnandeer',\r\n\t\t\t\t],\r\n\t\t\t\t'commandeered'=>[\r\n\t\t\t\t\t'commandeeered',\r\n\t\t\t\t\t'comnandeered',\r\n\t\t\t\t\t'comnandeerd',\r\n\t\t\t\t],\r\n\t\t\t\t'commandeering'=>[\r\n\t\t\t\t\t'comnandeering',\r\n\t\t\t\t],\r\n\t\t\t\t'commander'=>[\r\n\t\t\t\t\t'comander',\r\n\t\t\t\t\t'commandder',\r\n\t\t\t\t\t'comnander',\r\n\t\t\t\t\t'comnnander',\r\n\t\t\t\t],\r\n\t\t\t\t'commanderies'=>[\r\n\t\t\t\t\t'comnanderies',\r\n\t\t\t\t],\r\n\t\t\t\t'commandership'=>[\r\n\t\t\t\t\t'comnandership',\r\n\t\t\t\t],\r\n\t\t\t\t'commanderships'=>[\r\n\t\t\t\t\t'comnanderships',\r\n\t\t\t\t],\r\n\t\t\t\t'commanding'=>[\r\n\t\t\t\t\t'comnnanding',\r\n\t\t\t\t\t'comnanding',\r\n\t\t\t\t],\r\n\t\t\t\t'commandingly'=>[\r\n\t\t\t\t\t'comnandingly',\r\n\t\t\t\t],\r\n\t\t\t\t'commandment'=>[\r\n\t\t\t\t\t'commandement',\r\n\t\t\t\t\t'commandmant',\r\n\t\t\t\t\t'comnandment',\r\n\t\t\t\t],\r\n\t\t\t\t'commandments'=>[\r\n\t\t\t\t\t'commandements',\r\n\t\t\t\t\t'comnnandments',\r\n\t\t\t\t\t'comnandments',\r\n\t\t\t\t],\r\n\t\t\t\t'commando'=>[\r\n\t\t\t\t\t'comando',\r\n\t\t\t\t\t'comnando',\r\n\t\t\t\t],\r\n\t\t\t\t'commandos'=>[\r\n\t\t\t\t\t'comandos',\r\n\t\t\t\t],\r\n\t\t\t\t'commands'=>[\r\n\t\t\t\t\t'comnands',\r\n\t\t\t\t\t'comnnands',\r\n\t\t\t\t],\r\n\t\t\t\t'commas'=>[\r\n\t\t\t\t\t'comnas',\r\n\t\t\t\t],\r\n\t\t\t\t'commemorate'=>[\r\n\t\t\t\t\t'comemmorate',\r\n\t\t\t\t\t'commemmorate',\r\n\t\t\t\t\t'commemourate',\r\n\t\t\t\t\t'commerate',\r\n\t\t\t\t\t'commorate',\r\n\t\t\t\t\t'comnemorate',\r\n\t\t\t\t],\r\n\t\t\t\t'commemorated'=>[\r\n\t\t\t\t\t'commemourated',\r\n\t\t\t\t\t'commmemorated',\r\n\t\t\t\t\t'commorated',\r\n\t\t\t\t\t'comnemorated',\r\n\t\t\t\t],\r\n\t\t\t\t'commemorates'=>[\r\n\t\t\t\t\t'commemourates',\r\n\t\t\t\t\t'commorates',\r\n\t\t\t\t\t'comnemorates',\r\n\t\t\t\t],\r\n\t\t\t\t'commemorating'=>[\r\n\t\t\t\t\t'commemourating',\r\n\t\t\t\t\t'commerating',\r\n\t\t\t\t\t'commorating',\r\n\t\t\t\t\t'comnemorating',\r\n\t\t\t\t],\r\n\t\t\t\t'commemoration'=>[\r\n\t\t\t\t\t'commemouration',\r\n\t\t\t\t\t'commeration',\r\n\t\t\t\t\t'commoration',\r\n\t\t\t\t\t'comnemoration',\r\n\t\t\t\t],\r\n\t\t\t\t'commemorations'=>[\r\n\t\t\t\t\t'commemourations',\r\n\t\t\t\t\t'commorations',\r\n\t\t\t\t\t'comnemorations',\r\n\t\t\t\t],\r\n\t\t\t\t'commemorative'=>[\r\n\t\t\t\t\t'commemerative',\r\n\t\t\t\t\t'commemourative',\r\n\t\t\t\t\t'commerative',\r\n\t\t\t\t\t'commorative',\r\n\t\t\t\t\t'comnemorative',\r\n\t\t\t\t],\r\n\t\t\t\t'commemoratively'=>[\r\n\t\t\t\t\t'commemorativeally',\r\n\t\t\t\t\t'commemorativealy',\r\n\t\t\t\t\t'commemorativeely',\r\n\t\t\t\t\t'commemorativelly',\r\n\t\t\t\t\t'commemorativly',\r\n\t\t\t\t\t'commemouratively',\r\n\t\t\t\t\t'commoratively',\r\n\t\t\t\t\t'comnemoratively',\r\n\t\t\t\t],\r\n\t\t\t\t'commemoratives'=>[\r\n\t\t\t\t\t'commemouratives',\r\n\t\t\t\t\t'commoratives',\r\n\t\t\t\t\t'comnemoratives',\r\n\t\t\t\t],\r\n\t\t\t\t'commemorator'=>[\r\n\t\t\t\t\t'commemourator',\r\n\t\t\t\t\t'commorator',\r\n\t\t\t\t\t'comnemorator',\r\n\t\t\t\t],\r\n\t\t\t\t'commemorators'=>[\r\n\t\t\t\t\t'commemourators',\r\n\t\t\t\t\t'commorators',\r\n\t\t\t\t\t'comnemorators',\r\n\t\t\t\t],\r\n\t\t\t\t'commence'=>[\r\n\t\t\t\t\t'commance',\r\n\t\t\t\t\t'comnnence',\r\n\t\t\t\t\t'comnence',\r\n\t\t\t\t],\r\n\t\t\t\t'commencement'=>[\r\n\t\t\t\t\t'comencement',\r\n\t\t\t\t\t'commencemant',\r\n\t\t\t\t\t'comnencement',\r\n\t\t\t\t],\r\n\t\t\t\t'commencements'=>[\r\n\t\t\t\t\t'comnencements',\r\n\t\t\t\t],\r\n\t\t\t\t'commend'=>[\r\n\t\t\t\t\t'comnnend',\r\n\t\t\t\t\t'comnend',\r\n\t\t\t\t],\r\n\t\t\t\t'commendation'=>[\r\n\t\t\t\t\t'comnendation',\r\n\t\t\t\t],\r\n\t\t\t\t'commendations'=>[\r\n\t\t\t\t\t'comnendations',\r\n\t\t\t\t],\r\n\t\t\t\t'commendatory'=>[\r\n\t\t\t\t\t'comnendatory',\r\n\t\t\t\t],\r\n\t\t\t\t'commends'=>[\r\n\t\t\t\t\t'comnends',\r\n\t\t\t\t],\r\n\t\t\t\t'commensal'=>[\r\n\t\t\t\t\t'comnensal',\r\n\t\t\t\t],\r\n\t\t\t\t'commensalism'=>[\r\n\t\t\t\t\t'comnensalism',\r\n\t\t\t\t],\r\n\t\t\t\t'commensalisms'=>[\r\n\t\t\t\t\t'comnensalisms',\r\n\t\t\t\t],\r\n\t\t\t\t'commensurable'=>[\r\n\t\t\t\t\t'commensurible',\r\n\t\t\t\t\t'comnensurable',\r\n\t\t\t\t],\r\n\t\t\t\t'commensurably'=>[\r\n\t\t\t\t\t'comnensurably',\r\n\t\t\t\t],\r\n\t\t\t\t'commensurate'=>[\r\n\t\t\t\t\t'comnensurate',\r\n\t\t\t\t],\r\n\t\t\t\t'commensurately'=>[\r\n\t\t\t\t\t'commensuratly',\r\n\t\t\t\t\t'comnensurately',\r\n\t\t\t\t],\r\n\t\t\t\t'commensuration'=>[\r\n\t\t\t\t\t'comnensuration',\r\n\t\t\t\t],\r\n\t\t\t\t'commensurations'=>[\r\n\t\t\t\t\t'comnensurations',\r\n\t\t\t\t],\r\n\t\t\t\t'comment'=>[\r\n\t\t\t\t\t'commant',\r\n\t\t\t\t\t'comnent',\r\n\t\t\t\t],\r\n\t\t\t\t'commentaries'=>[\r\n\t\t\t\t\t'comnentaries',\r\n\t\t\t\t],\r\n\t\t\t\t'commentary'=>[\r\n\t\t\t\t\t'commantary',\r\n\t\t\t\t\t'commentery',\r\n\t\t\t\t\t'comnentary',\r\n\t\t\t\t],\r\n\t\t\t\t'commentate'=>[\r\n\t\t\t\t\t'comnentate',\r\n\t\t\t\t],\r\n\t\t\t\t'commentating'=>[\r\n\t\t\t\t\t'comnentating',\r\n\t\t\t\t],\r\n\t\t\t\t'commentator'=>[\r\n\t\t\t\t\t'commantator',\r\n\t\t\t\t\t'comnentator',\r\n\t\t\t\t],\r\n\t\t\t\t'commentators'=>[\r\n\t\t\t\t\t'comnentators',\r\n\t\t\t\t],\r\n\t\t\t\t'commented'=>[\r\n\t\t\t\t\t'comented',\r\n\t\t\t\t],\r\n\t\t\t\t'commenting'=>[\r\n\t\t\t\t\t'comnenting',\r\n\t\t\t\t],\r\n\t\t\t\t'comments'=>[\r\n\t\t\t\t\t'comnents',\r\n\t\t\t\t],\r\n\t\t\t\t'commerce'=>[\r\n\t\t\t\t\t'comerce',\r\n\t\t\t\t\t'comnerce',\r\n\t\t\t\t],\r\n\t\t\t\t'commercial'=>[\r\n\t\t\t\t\t'comercial',\r\n\t\t\t\t\t'commerical',\r\n\t\t\t\t\t'commericial',\r\n\t\t\t\t\t'comnercial',\r\n\t\t\t\t],\r\n\t\t\t\t'commercialise'=>[\r\n\t\t\t\t\t'comnercialise',\r\n\t\t\t\t],\r\n\t\t\t\t'commercialised'=>[\r\n\t\t\t\t\t'comnercialised',\r\n\t\t\t\t],\r\n\t\t\t\t'commercialises'=>[\r\n\t\t\t\t\t'comnercialises',\r\n\t\t\t\t],\r\n\t\t\t\t'commercialising'=>[\r\n\t\t\t\t\t'comnercialising',\r\n\t\t\t\t],\r\n\t\t\t\t'commercialism'=>[\r\n\t\t\t\t\t'comnercialism',\r\n\t\t\t\t],\r\n\t\t\t\t'commercialisms'=>[\r\n\t\t\t\t\t'comnercialisms',\r\n\t\t\t\t],\r\n\t\t\t\t'commercialist'=>[\r\n\t\t\t\t\t'comnercialist',\r\n\t\t\t\t],\r\n\t\t\t\t'commercialistic'=>[\r\n\t\t\t\t\t'comnercialistic',\r\n\t\t\t\t],\r\n\t\t\t\t'commercialists'=>[\r\n\t\t\t\t\t'comnercialists',\r\n\t\t\t\t],\r\n\t\t\t\t'commercialities'=>[\r\n\t\t\t\t\t'commercialiteis',\r\n\t\t\t\t\t'commercialitis',\r\n\t\t\t\t\t'comnercialities',\r\n\t\t\t\t],\r\n\t\t\t\t'commerciality'=>[\r\n\t\t\t\t\t'comnerciality',\r\n\t\t\t\t],\r\n\t\t\t\t'commercialize'=>[\r\n\t\t\t\t\t'comnercialize',\r\n\t\t\t\t],\r\n\t\t\t\t'commercialized'=>[\r\n\t\t\t\t\t'comnercialized',\r\n\t\t\t\t],\r\n\t\t\t\t'commercializes'=>[\r\n\t\t\t\t\t'comnercializes',\r\n\t\t\t\t],\r\n\t\t\t\t'commercializing'=>[\r\n\t\t\t\t\t'comnercializing',\r\n\t\t\t\t],\r\n\t\t\t\t'commercially'=>[\r\n\t\t\t\t\t'comercially',\r\n\t\t\t\t\t'commerically',\r\n\t\t\t\t\t'commericially',\r\n\t\t\t\t\t'comnercially',\r\n\t\t\t\t],\r\n\t\t\t\t'commie'=>[\r\n\t\t\t\t\t'commei',\r\n\t\t\t\t\t'commi',\r\n\t\t\t\t\t'comnie',\r\n\t\t\t\t],\r\n\t\t\t\t'commination'=>[\r\n\t\t\t\t\t'comminition',\r\n\t\t\t\t\t'comnination',\r\n\t\t\t\t],\r\n\t\t\t\t'comminations'=>[\r\n\t\t\t\t\t'comninations',\r\n\t\t\t\t],\r\n\t\t\t\t'commingle'=>[\r\n\t\t\t\t\t'comningle',\r\n\t\t\t\t],\r\n\t\t\t\t'comminute'=>[\r\n\t\t\t\t\t'comninute',\r\n\t\t\t\t],\r\n\t\t\t\t'comminutions'=>[\r\n\t\t\t\t\t'comninutions',\r\n\t\t\t\t],\r\n\t\t\t\t'commiserate'=>[\r\n\t\t\t\t\t'comniserate',\r\n\t\t\t\t],\r\n\t\t\t\t'commiserated'=>[\r\n\t\t\t\t\t'comniserated',\r\n\t\t\t\t],\r\n\t\t\t\t'commiserates'=>[\r\n\t\t\t\t\t'comniserates',\r\n\t\t\t\t],\r\n\t\t\t\t'commiserating'=>[\r\n\t\t\t\t\t'comniserating',\r\n\t\t\t\t],\r\n\t\t\t\t'commiseratingly'=>[\r\n\t\t\t\t\t'comniseratingly',\r\n\t\t\t\t],\r\n\t\t\t\t'commiseration'=>[\r\n\t\t\t\t\t'comniseration',\r\n\t\t\t\t],\r\n\t\t\t\t'commiserations'=>[\r\n\t\t\t\t\t'comniserations',\r\n\t\t\t\t],\r\n\t\t\t\t'commiserative'=>[\r\n\t\t\t\t\t'comniserative',\r\n\t\t\t\t],\r\n\t\t\t\t'commissar'=>[\r\n\t\t\t\t\t'commisser',\r\n\t\t\t\t\t'comnissar',\r\n\t\t\t\t],\r\n\t\t\t\t'commissarial'=>[\r\n\t\t\t\t\t'comnissarial',\r\n\t\t\t\t],\r\n\t\t\t\t'commissariat'=>[\r\n\t\t\t\t\t'commisariat',\r\n\t\t\t\t\t'comnissariat',\r\n\t\t\t\t],\r\n\t\t\t\t'commissariats'=>[\r\n\t\t\t\t\t'comnissariats',\r\n\t\t\t\t],\r\n\t\t\t\t'commissaries'=>[\r\n\t\t\t\t\t'comnissaries',\r\n\t\t\t\t],\r\n\t\t\t\t'commissars'=>[\r\n\t\t\t\t\t'comnissars',\r\n\t\t\t\t],\r\n\t\t\t\t'commissary'=>[\r\n\t\t\t\t\t'commisary',\r\n\t\t\t\t\t'commissery',\r\n\t\t\t\t\t'comnissary',\r\n\t\t\t\t],\r\n\t\t\t\t'commission'=>[\r\n\t\t\t\t\t'comision',\r\n\t\t\t\t\t'comission',\r\n\t\t\t\t\t'comission', 'commision',\r\n\t\t\t\t\t'commision',\r\n\t\t\t\t\t'comnission',\r\n\t\t\t\t],\r\n\t\t\t\t'commissionaire'=>[\r\n\t\t\t\t\t'commisionaire',\r\n\t\t\t\t\t'comnissionaire',\r\n\t\t\t\t],\r\n\t\t\t\t'commissionaires'=>[\r\n\t\t\t\t\t'comnissionaires',\r\n\t\t\t\t],\r\n\t\t\t\t'commissioned'=>[\r\n\t\t\t\t\t'comisioned',\r\n\t\t\t\t\t'comissioned',\r\n\t\t\t\t\t'comissioned', 'commisioned', 'commisssioned',\r\n\t\t\t\t\t'commisioned',\r\n\t\t\t\t\t'comnissioned',\r\n\t\t\t\t],\r\n\t\t\t\t'commissioner'=>[\r\n\t\t\t\t\t'comisioner',\r\n\t\t\t\t\t'comissioner',\r\n\t\t\t\t\t'commisioner',\r\n\t\t\t\t\t'comnissioner',\r\n\t\t\t\t],\r\n\t\t\t\t'commissioners'=>[\r\n\t\t\t\t\t'comnissioners',\r\n\t\t\t\t],\r\n\t\t\t\t'commissioning'=>[\r\n\t\t\t\t\t'comisioning',\r\n\t\t\t\t\t'comissioning',\r\n\t\t\t\t\t'commisioning',\r\n\t\t\t\t\t'comnissioning',\r\n\t\t\t\t],\r\n\t\t\t\t'commissions'=>[\r\n\t\t\t\t\t'comisions',\r\n\t\t\t\t\t'comissions',\r\n\t\t\t\t\t'commisions',\r\n\t\t\t\t],\r\n\t\t\t\t'commissural'=>[\r\n\t\t\t\t\t'comnissural',\r\n\t\t\t\t],\r\n\t\t\t\t'commissure'=>[\r\n\t\t\t\t\t'comnissure',\r\n\t\t\t\t],\r\n\t\t\t\t'commissures'=>[\r\n\t\t\t\t\t'comnissures',\r\n\t\t\t\t],\r\n\t\t\t\t'commit'=>[\r\n\t\t\t\t\t'comnit',\r\n\t\t\t\t],\r\n\t\t\t\t'commitment'=>[\r\n\t\t\t\t\t'commitmant',\r\n\t\t\t\t\t'committment',\r\n\t\t\t\t\t'comnitment',\r\n\t\t\t\t],\r\n\t\t\t\t'commitments'=>[\r\n\t\t\t\t\t'comnitments',\r\n\t\t\t\t],\r\n\t\t\t\t'committable'=>[\r\n\t\t\t\t\t'comnittable',\r\n\t\t\t\t],\r\n\t\t\t\t'committal'=>[\r\n\t\t\t\t\t'comnittal',\r\n\t\t\t\t],\r\n\t\t\t\t'committals'=>[\r\n\t\t\t\t\t'comnittals',\r\n\t\t\t\t],\r\n\t\t\t\t'committed'=>[\r\n\t\t\t\t\t'comited',\r\n\t\t\t\t\t'comitted',\r\n\t\t\t\t\t'commited',\r\n\t\t\t\t\t'committted',\r\n\t\t\t\t],\r\n\t\t\t\t'committee'=>[\r\n\t\t\t\t\t'comittee',\r\n\t\t\t\t\t'commitee',\r\n\t\t\t\t\t'commiteee',\r\n\t\t\t\t\t'committe',\r\n\t\t\t\t\t'committeee',\r\n\t\t\t\t\t'committtee',\r\n\t\t\t\t\t'committy',\r\n\t\t\t\t\t'commmittee',\r\n\t\t\t\t\t'comnittee',\r\n\t\t\t\t],\r\n\t\t\t\t'committeeman'=>[\r\n\t\t\t\t\t'comnitteeman',\r\n\t\t\t\t],\r\n\t\t\t\t'committeemen'=>[\r\n\t\t\t\t\t'comnitteemen',\r\n\t\t\t\t],\r\n\t\t\t\t'committees'=>[\r\n\t\t\t\t\t'committes',\r\n\t\t\t\t\t'committies',\r\n\t\t\t\t\t'comnittees',\r\n\t\t\t\t],\r\n\t\t\t\t'committeewoman'=>[\r\n\t\t\t\t\t'comnitteewoman',\r\n\t\t\t\t],\r\n\t\t\t\t'committeewomen'=>[\r\n\t\t\t\t\t'comnitteewomen',\r\n\t\t\t\t],\r\n\t\t\t\t'committing'=>[\r\n\t\t\t\t\t'comiting',\r\n\t\t\t\t\t'comitting',\r\n\t\t\t\t\t'commiting',\r\n\t\t\t\t\t'comnitting',\r\n\t\t\t\t],\r\n\t\t\t\t'commix'=>[\r\n\t\t\t\t\t'comnix',\r\n\t\t\t\t],\r\n\t\t\t\t'commixture'=>[\r\n\t\t\t\t\t'comnixture',\r\n\t\t\t\t],\r\n\t\t\t\t'commixtures'=>[\r\n\t\t\t\t\t'comnixtures',\r\n\t\t\t\t],\r\n\t\t\t\t'commode'=>[\r\n\t\t\t\t\t'comnode',\r\n\t\t\t\t],\r\n\t\t\t\t'commodification'=>[\r\n\t\t\t\t\t'comnodification',\r\n\t\t\t\t],\r\n\t\t\t\t'commodified'=>[\r\n\t\t\t\t\t'comnodified',\r\n\t\t\t\t],\r\n\t\t\t\t'commodifies'=>[\r\n\t\t\t\t\t'comnodifies',\r\n\t\t\t\t],\r\n\t\t\t\t'commodify'=>[\r\n\t\t\t\t\t'comnodify',\r\n\t\t\t\t],\r\n\t\t\t\t'commodifying'=>[\r\n\t\t\t\t\t'comnodifying',\r\n\t\t\t\t],\r\n\t\t\t\t'commodious'=>[\r\n\t\t\t\t\t'commodous',\r\n\t\t\t\t\t'comnodious',\r\n\t\t\t\t],\r\n\t\t\t\t'commodiously'=>[\r\n\t\t\t\t\t'commodously',\r\n\t\t\t\t\t'comnodiously',\r\n\t\t\t\t],\r\n\t\t\t\t'commodiousness'=>[\r\n\t\t\t\t\t'commodiousnes',\r\n\t\t\t\t\t'comnodiousness',\r\n\t\t\t\t],\r\n\t\t\t\t'commodities'=>[\r\n\t\t\t\t\t'comnodities',\r\n\t\t\t\t],\r\n\t\t\t\t'commodity'=>[\r\n\t\t\t\t\t'comnodity',\r\n\t\t\t\t],\r\n\t\t\t\t'commodore'=>[\r\n\t\t\t\t\t'comnodore',\r\n\t\t\t\t],\r\n\t\t\t\t'commodores'=>[\r\n\t\t\t\t\t'comnodores',\r\n\t\t\t\t],\r\n\t\t\t\t'common'=>[\r\n\t\t\t\t\t'commoti',\r\n\t\t\t\t\t'comnon',\r\n\t\t\t\t\t'coommon',\r\n\t\t\t\t\t'cornmon',\r\n\t\t\t\t],\r\n\t\t\t\t'commonage'=>[\r\n\t\t\t\t\t'comnonage',\r\n\t\t\t\t],\r\n\t\t\t\t'commonages'=>[\r\n\t\t\t\t\t'comnonages',\r\n\t\t\t\t],\r\n\t\t\t\t'commonalities'=>[\r\n\t\t\t\t\t'commonaliteis',\r\n\t\t\t\t\t'commonalitis',\r\n\t\t\t\t\t'comnonalities',\r\n\t\t\t\t],\r\n\t\t\t\t'commonality'=>[\r\n\t\t\t\t\t'comnonality',\r\n\t\t\t\t],\r\n\t\t\t\t'commonalty'=>[\r\n\t\t\t\t\t'comnonalty',\r\n\t\t\t\t],\r\n\t\t\t\t'commoner'=>[\r\n\t\t\t\t\t'comnoner',\r\n\t\t\t\t],\r\n\t\t\t\t'commonly'=>[\r\n\t\t\t\t\t'commongly',\r\n\t\t\t\t],\r\n\t\t\t\t'commonness'=>[\r\n\t\t\t\t\t'comnonness',\r\n\t\t\t\t],\r\n\t\t\t\t'commonnesses'=>[\r\n\t\t\t\t\t'commonesses',\r\n\t\t\t\t\t'comnonnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'commonplace'=>[\r\n\t\t\t\t\t'comnonplace',\r\n\t\t\t\t],\r\n\t\t\t\t'commonplaceness'=>[\r\n\t\t\t\t\t'comnonplaceness',\r\n\t\t\t\t],\r\n\t\t\t\t'commonplaces'=>[\r\n\t\t\t\t\t'comnonplaces',\r\n\t\t\t\t],\r\n\t\t\t\t'commonsense'=>[\r\n\t\t\t\t\t'commonsence',\r\n\t\t\t\t\t'comnonsense',\r\n\t\t\t\t],\r\n\t\t\t\t'commonsensible'=>[\r\n\t\t\t\t\t'commonsensable',\r\n\t\t\t\t\t'comnonsensible',\r\n\t\t\t\t],\r\n\t\t\t\t'commonsensical'=>[\r\n\t\t\t\t\t'comnonsensical',\r\n\t\t\t\t],\r\n\t\t\t\t'commonweal'=>[\r\n\t\t\t\t\t'commonwel',\r\n\t\t\t\t\t'comnonweal',\r\n\t\t\t\t],\r\n\t\t\t\t'commonweals'=>[\r\n\t\t\t\t\t'comnonweals',\r\n\t\t\t\t],\r\n\t\t\t\t'commonwealth'=>[\r\n\t\t\t\t\t'commonwelth',\r\n\t\t\t\t\t'comnonwealth',\r\n\t\t\t\t\t'comonwealth',\r\n\t\t\t\t],\r\n\t\t\t\t'commonwealths'=>[\r\n\t\t\t\t\t'commonwelths',\r\n\t\t\t\t\t'comnonwealths',\r\n\t\t\t\t],\r\n\t\t\t\t'commotion'=>[\r\n\t\t\t\t\t'comnotion',\r\n\t\t\t\t],\r\n\t\t\t\t'commotions'=>[\r\n\t\t\t\t\t'comnotions',\r\n\t\t\t\t],\r\n\t\t\t\t'commove'=>[\r\n\t\t\t\t\t'comnove',\r\n\t\t\t\t],\r\n\t\t\t\t'communal'=>[\r\n\t\t\t\t\t'communual',\r\n\t\t\t\t\t'comnunal',\r\n\t\t\t\t],\r\n\t\t\t\t'communalism'=>[\r\n\t\t\t\t\t'comnunalism',\r\n\t\t\t\t],\r\n\t\t\t\t'communalist'=>[\r\n\t\t\t\t\t'comnunalist',\r\n\t\t\t\t],\r\n\t\t\t\t'communalities'=>[\r\n\t\t\t\t\t'communaliteis',\r\n\t\t\t\t\t'communalitis',\r\n\t\t\t\t\t'comnunalities',\r\n\t\t\t\t],\r\n\t\t\t\t'communality'=>[\r\n\t\t\t\t\t'comnunality',\r\n\t\t\t\t],\r\n\t\t\t\t'communalize'=>[\r\n\t\t\t\t\t'comnunalize',\r\n\t\t\t\t],\r\n\t\t\t\t'communalizing'=>[\r\n\t\t\t\t\t'comnunalizing',\r\n\t\t\t\t],\r\n\t\t\t\t'communally'=>[\r\n\t\t\t\t\t'comnunally',\r\n\t\t\t\t],\r\n\t\t\t\t'communards'=>[\r\n\t\t\t\t\t'comnunards',\r\n\t\t\t\t],\r\n\t\t\t\t'commune'=>[\r\n\t\t\t\t\t'comnune',\r\n\t\t\t\t],\r\n\t\t\t\t'communicability'=>[\r\n\t\t\t\t\t'comnunicability',\r\n\t\t\t\t],\r\n\t\t\t\t'communicable'=>[\r\n\t\t\t\t\t'communicible',\r\n\t\t\t\t\t'comnunicable',\r\n\t\t\t\t],\r\n\t\t\t\t'communicably'=>[\r\n\t\t\t\t\t'communicabally',\r\n\t\t\t\t\t'communicabaly',\r\n\t\t\t\t\t'communicabely',\r\n\t\t\t\t\t'communicablly',\r\n\t\t\t\t],\r\n\t\t\t\t'communicant'=>[\r\n\t\t\t\t\t'communicent',\r\n\t\t\t\t\t'comnunicant',\r\n\t\t\t\t],\r\n\t\t\t\t'communicate'=>[\r\n\t\t\t\t\t'comnunicate',\r\n\t\t\t\t],\r\n\t\t\t\t'communicatees'=>[\r\n\t\t\t\t\t'comnunicatees',\r\n\t\t\t\t],\r\n\t\t\t\t'communicating'=>[\r\n\t\t\t\t\t'comnunicating',\r\n\t\t\t\t],\r\n\t\t\t\t'communication'=>[\r\n\t\t\t\t\t'communciation',\r\n\t\t\t\t\t'comnunication',\r\n\t\t\t\t],\r\n\t\t\t\t'communicational'=>[\r\n\t\t\t\t\t'comnunicational',\r\n\t\t\t\t],\r\n\t\t\t\t'communications'=>[\r\n\t\t\t\t\t'comnunications',\r\n\t\t\t\t],\r\n\t\t\t\t'communicative'=>[\r\n\t\t\t\t\t'comnunicative',\r\n\t\t\t\t],\r\n\t\t\t\t'communicatively'=>[\r\n\t\t\t\t\t'communicativeally',\r\n\t\t\t\t\t'communicativealy',\r\n\t\t\t\t\t'communicativeely',\r\n\t\t\t\t\t'communicativelly',\r\n\t\t\t\t\t'communicativly',\r\n\t\t\t\t\t'comnunicatively',\r\n\t\t\t\t],\r\n\t\t\t\t'communicator'=>[\r\n\t\t\t\t\t'comnunicator',\r\n\t\t\t\t],\r\n\t\t\t\t'communicators'=>[\r\n\t\t\t\t\t'comnunicators',\r\n\t\t\t\t],\r\n\t\t\t\t'communicatory'=>[\r\n\t\t\t\t\t'comnunicatory',\r\n\t\t\t\t],\r\n\t\t\t\t'communion'=>[\r\n\t\t\t\t\t'comnunion',\r\n\t\t\t\t],\r\n\t\t\t\t'communions'=>[\r\n\t\t\t\t\t'comnunions',\r\n\t\t\t\t],\r\n\t\t\t\t'communique'=>[\r\n\t\t\t\t\t'comnunique',\r\n\t\t\t\t],\r\n\t\t\t\t'communiques'=>[\r\n\t\t\t\t\t'comnuniques',\r\n\t\t\t\t],\r\n\t\t\t\t'communised'=>[\r\n\t\t\t\t\t'comnunised',\r\n\t\t\t\t],\r\n\t\t\t\t'communises'=>[\r\n\t\t\t\t\t'comnunises',\r\n\t\t\t\t],\r\n\t\t\t\t'communising'=>[\r\n\t\t\t\t\t'comnunising',\r\n\t\t\t\t],\r\n\t\t\t\t'communism'=>[\r\n\t\t\t\t\t'comminism',\r\n\t\t\t\t\t'comnunism',\r\n\t\t\t\t\t'cornmunism',\r\n\t\t\t\t],\r\n\t\t\t\t'communisms'=>[\r\n\t\t\t\t\t'comnunisms',\r\n\t\t\t\t],\r\n\t\t\t\t'communist'=>[\r\n\t\t\t\t\t'communisnt',\r\n\t\t\t\t\t'comunist',\r\n\t\t\t\t],\r\n\t\t\t\t'communistic'=>[\r\n\t\t\t\t\t'comnunistic',\r\n\t\t\t\t],\r\n\t\t\t\t'communistically'=>[\r\n\t\t\t\t\t'comnunistically',\r\n\t\t\t\t],\r\n\t\t\t\t'communists'=>[\r\n\t\t\t\t\t'comnunists',\r\n\t\t\t\t],\r\n\t\t\t\t'communitarian'=>[\r\n\t\t\t\t\t'communitaran',\r\n\t\t\t\t\t'comnunitarian',\r\n\t\t\t\t],\r\n\t\t\t\t'communitarians'=>[\r\n\t\t\t\t\t'comnunitarians',\r\n\t\t\t\t],\r\n\t\t\t\t'communities'=>[\r\n\t\t\t\t\t'communites',\r\n\t\t\t\t\t'communitys',\r\n\t\t\t\t\t'comnunities',\r\n\t\t\t\t],\r\n\t\t\t\t'community'=>[\r\n\t\t\t\t\t'comminity',\r\n\t\t\t\t\t'commuity',\r\n\t\t\t\t\t'communty',\r\n\t\t\t\t\t'commununity',\r\n\t\t\t\t\t'comnunity',\r\n\t\t\t\t\t'comunity',\r\n\t\t\t\t],\r\n\t\t\t\t'communization'=>[\r\n\t\t\t\t\t'comnunization',\r\n\t\t\t\t],\r\n\t\t\t\t'communizations'=>[\r\n\t\t\t\t\t'comnunizations',\r\n\t\t\t\t],\r\n\t\t\t\t'communize'=>[\r\n\t\t\t\t\t'comnunize',\r\n\t\t\t\t],\r\n\t\t\t\t'communized'=>[\r\n\t\t\t\t\t'comnunized',\r\n\t\t\t\t],\r\n\t\t\t\t'communizes'=>[\r\n\t\t\t\t\t'comnunizes',\r\n\t\t\t\t],\r\n\t\t\t\t'communizing'=>[\r\n\t\t\t\t\t'comnunizing',\r\n\t\t\t\t],\r\n\t\t\t\t'commutable'=>[\r\n\t\t\t\t\t'comnutable',\r\n\t\t\t\t],\r\n\t\t\t\t'commutate'=>[\r\n\t\t\t\t\t'comnutate',\r\n\t\t\t\t],\r\n\t\t\t\t'commutated'=>[\r\n\t\t\t\t\t'comnutated',\r\n\t\t\t\t],\r\n\t\t\t\t'commutates'=>[\r\n\t\t\t\t\t'comnutates',\r\n\t\t\t\t],\r\n\t\t\t\t'commutating'=>[\r\n\t\t\t\t\t'comnutating',\r\n\t\t\t\t],\r\n\t\t\t\t'commutation'=>[\r\n\t\t\t\t\t'comnutation',\r\n\t\t\t\t],\r\n\t\t\t\t'commutative'=>[\r\n\t\t\t\t\t'comnutative',\r\n\t\t\t\t],\r\n\t\t\t\t'commutativities'=>[\r\n\t\t\t\t\t'commutativiteis',\r\n\t\t\t\t\t'commutativitis',\r\n\t\t\t\t\t'comnutativities',\r\n\t\t\t\t],\r\n\t\t\t\t'commutativity'=>[\r\n\t\t\t\t\t'comnutativity',\r\n\t\t\t\t],\r\n\t\t\t\t'commutator'=>[\r\n\t\t\t\t\t'comnutator',\r\n\t\t\t\t],\r\n\t\t\t\t'commutators'=>[\r\n\t\t\t\t\t'comnutators',\r\n\t\t\t\t],\r\n\t\t\t\t'commute'=>[\r\n\t\t\t\t\t'comnute',\r\n\t\t\t\t],\r\n\t\t\t\t'commuter'=>[\r\n\t\t\t\t\t'comnuter',\r\n\t\t\t\t],\r\n\t\t\t\t'commy'=>[\r\n\t\t\t\t\t'comny',\r\n\t\t\t\t],\r\n\t\t\t\t'comorbid'=>[\r\n\t\t\t\t\t'comourbid',\r\n\t\t\t\t],\r\n\t\t\t\t'compactible'=>[\r\n\t\t\t\t\t'compactable',\r\n\t\t\t\t],\r\n\t\t\t\t'companion'=>[\r\n\t\t\t\t\t'componion',\r\n\t\t\t\t],\r\n\t\t\t\t'companionable'=>[\r\n\t\t\t\t\t'companionible',\r\n\t\t\t\t],\r\n\t\t\t\t'company'=>[\r\n\t\t\t\t\t'compagny',\r\n\t\t\t\t\t'compnay',\r\n\t\t\t\t],\r\n\t\t\t\t'comparabilities'=>[\r\n\t\t\t\t\t'comparabiliteis',\r\n\t\t\t\t\t'comparabilitis',\r\n\t\t\t\t\t'comperabilities',\r\n\t\t\t\t],\r\n\t\t\t\t'comparability'=>[\r\n\t\t\t\t\t'comperability',\r\n\t\t\t\t],\r\n\t\t\t\t'comparable'=>[\r\n\t\t\t\t\t'compareable',\r\n\t\t\t\t\t'comparible',\r\n\t\t\t\t\t'comperable',\r\n\t\t\t\t],\r\n\t\t\t\t'comparableness'=>[\r\n\t\t\t\t\t'comparablenes',\r\n\t\t\t\t\t'comperableness',\r\n\t\t\t\t],\r\n\t\t\t\t'comparably'=>[\r\n\t\t\t\t\t'comparabally',\r\n\t\t\t\t\t'comparabaly',\r\n\t\t\t\t\t'comparabely',\r\n\t\t\t\t\t'comparablly',\r\n\t\t\t\t],\r\n\t\t\t\t'comparatist'=>[\r\n\t\t\t\t\t'comperatist',\r\n\t\t\t\t],\r\n\t\t\t\t'comparatists'=>[\r\n\t\t\t\t\t'comperatists',\r\n\t\t\t\t],\r\n\t\t\t\t'comparative'=>[\r\n\t\t\t\t\t'comparitive',\r\n\t\t\t\t\t'comperative',\r\n\t\t\t\t],\r\n\t\t\t\t'comparatively'=>[\r\n\t\t\t\t\t'comparativly',\r\n\t\t\t\t\t'comparitively',\r\n\t\t\t\t\t'comperatively',\r\n\t\t\t\t],\r\n\t\t\t\t'comparativeness'=>[\r\n\t\t\t\t\t'comperativeness',\r\n\t\t\t\t],\r\n\t\t\t\t'comparatives'=>[\r\n\t\t\t\t\t'comperatives',\r\n\t\t\t\t],\r\n\t\t\t\t'comparativist'=>[\r\n\t\t\t\t\t'comperativist',\r\n\t\t\t\t],\r\n\t\t\t\t'comparativists'=>[\r\n\t\t\t\t\t'comperativists',\r\n\t\t\t\t],\r\n\t\t\t\t'comparator'=>[\r\n\t\t\t\t\t'comperator',\r\n\t\t\t\t],\r\n\t\t\t\t'comparators'=>[\r\n\t\t\t\t\t'comperators',\r\n\t\t\t\t],\r\n\t\t\t\t'compare'=>[\r\n\t\t\t\t\t'compair',\r\n\t\t\t\t\t'compere',\r\n\t\t\t\t],\r\n\t\t\t\t'compared'=>[\r\n\t\t\t\t\t'compaired',\r\n\t\t\t\t\t'compeared',\r\n\t\t\t\t\t'compered',\r\n\t\t\t\t],\r\n\t\t\t\t'comparer'=>[\r\n\t\t\t\t\t'comperer',\r\n\t\t\t\t],\r\n\t\t\t\t'comparers'=>[\r\n\t\t\t\t\t'comperers',\r\n\t\t\t\t],\r\n\t\t\t\t'compares'=>[\r\n\t\t\t\t\t'comperes',\r\n\t\t\t\t],\r\n\t\t\t\t'comparing'=>[\r\n\t\t\t\t\t'compering',\r\n\t\t\t\t],\r\n\t\t\t\t'comparison'=>[\r\n\t\t\t\t\t'compairison',\r\n\t\t\t\t\t'comparision',\r\n\t\t\t\t\t'comparsion',\r\n\t\t\t\t\t'comperison',\r\n\t\t\t\t],\r\n\t\t\t\t'comparisons'=>[\r\n\t\t\t\t\t'comperisons',\r\n\t\t\t\t],\r\n\t\t\t\t'compart'=>[\r\n\t\t\t\t\t'compert',\r\n\t\t\t\t],\r\n\t\t\t\t'comparted'=>[\r\n\t\t\t\t\t'comperted',\r\n\t\t\t\t],\r\n\t\t\t\t'compartment'=>[\r\n\t\t\t\t\t'compartmant',\r\n\t\t\t\t\t'compertment',\r\n\t\t\t\t],\r\n\t\t\t\t'compartmental'=>[\r\n\t\t\t\t\t'compertmental',\r\n\t\t\t\t],\r\n\t\t\t\t'compartmented'=>[\r\n\t\t\t\t\t'compertmented',\r\n\t\t\t\t],\r\n\t\t\t\t'compartmenting'=>[\r\n\t\t\t\t\t'compartmanting',\r\n\t\t\t\t\t'compertmenting',\r\n\t\t\t\t],\r\n\t\t\t\t'compartments'=>[\r\n\t\t\t\t\t'compertments',\r\n\t\t\t\t],\r\n\t\t\t\t'comparts'=>[\r\n\t\t\t\t\t'comperts',\r\n\t\t\t\t],\r\n\t\t\t\t'compass'=>[\r\n\t\t\t\t\t'compas',\r\n\t\t\t\t],\r\n\t\t\t\t'compassion'=>[\r\n\t\t\t\t\t'compasion',\r\n\t\t\t\t],\r\n\t\t\t\t'compassionate'=>[\r\n\t\t\t\t\t'compasionate',\r\n\t\t\t\t],\r\n\t\t\t\t'compassionated'=>[\r\n\t\t\t\t\t'compasionated',\r\n\t\t\t\t],\r\n\t\t\t\t'compassionately'=>[\r\n\t\t\t\t\t'compassionateally',\r\n\t\t\t\t\t'compassionatealy',\r\n\t\t\t\t\t'compassionateely',\r\n\t\t\t\t\t'compassionatelly',\r\n\t\t\t\t\t'compassionatly',\r\n\t\t\t\t],\r\n\t\t\t\t'compassionates'=>[\r\n\t\t\t\t\t'compasionates',\r\n\t\t\t\t],\r\n\t\t\t\t'compassionless'=>[\r\n\t\t\t\t\t'compassionles',\r\n\t\t\t\t],\r\n\t\t\t\t'compatibilities'=>[\r\n\t\t\t\t\t'compatabilities',\r\n\t\t\t\t\t'compatablities',\r\n\t\t\t\t\t'compatibiliteis',\r\n\t\t\t\t\t'compatibilitis',\r\n\t\t\t\t\t'compatiblities',\r\n\t\t\t\t],\r\n\t\t\t\t'compatibility'=>[\r\n\t\t\t\t\t'compatability',\r\n\t\t\t\t\t'compatablity',\r\n\t\t\t\t\t'compatiblity',\r\n\t\t\t\t],\r\n\t\t\t\t'compatible'=>[\r\n\t\t\t\t\t'compatable',\r\n\t\t\t\t\t'compatibile',\r\n\t\t\t\t],\r\n\t\t\t\t'compatibleness'=>[\r\n\t\t\t\t\t'compatiblenes',\r\n\t\t\t\t],\r\n\t\t\t\t'compellation'=>[\r\n\t\t\t\t\t'compelation',\r\n\t\t\t\t],\r\n\t\t\t\t'compelling'=>[\r\n\t\t\t\t\t'compeling',\r\n\t\t\t\t],\r\n\t\t\t\t'compendious'=>[\r\n\t\t\t\t\t'compendous',\r\n\t\t\t\t],\r\n\t\t\t\t'compendiously'=>[\r\n\t\t\t\t\t'compendiousally',\r\n\t\t\t\t\t'compendiousaly',\r\n\t\t\t\t\t'compendiousely',\r\n\t\t\t\t\t'compendiouslly',\r\n\t\t\t\t\t'compendously',\r\n\t\t\t\t],\r\n\t\t\t\t'compensable'=>[\r\n\t\t\t\t\t'compensible',\r\n\t\t\t\t],\r\n\t\t\t\t'compete'=>[\r\n\t\t\t\t\t'compeet',\r\n\t\t\t\t],\r\n\t\t\t\t'competence'=>[\r\n\t\t\t\t\t'competance',\r\n\t\t\t\t],\r\n\t\t\t\t'competency'=>[\r\n\t\t\t\t\t'competensy',\r\n\t\t\t\t],\r\n\t\t\t\t'competent'=>[\r\n\t\t\t\t\t'competant',\r\n\t\t\t\t\t'compitent',\r\n\t\t\t\t],\r\n\t\t\t\t'competing'=>[\r\n\t\t\t\t\t'compeeting',\r\n\t\t\t\t\t'competiting',\r\n\t\t\t\t],\r\n\t\t\t\t'competition'=>[\r\n\t\t\t\t\t'competion',\r\n\t\t\t\t\t'competiton',\r\n\t\t\t\t],\r\n\t\t\t\t'competitive'=>[\r\n\t\t\t\t\t'competative',\r\n\t\t\t\t\t'competive',\r\n\t\t\t\t],\r\n\t\t\t\t'competitively'=>[\r\n\t\t\t\t\t'competitivly',\r\n\t\t\t\t\t'competively',\r\n\t\t\t\t],\r\n\t\t\t\t'competitor'=>[\r\n\t\t\t\t\t'competor',\r\n\t\t\t\t],\r\n\t\t\t\t'compilation album'=>[\r\n\t\t\t\t\t'complication album',\r\n\t\t\t\t],\r\n\t\t\t\t'compile'=>[\r\n\t\t\t\t\t'compilate',\r\n\t\t\t\t],\r\n\t\t\t\t'compiled'=>[\r\n\t\t\t\t\t'cokmpiled',\r\n\t\t\t\t],\r\n\t\t\t\t'compiler'=>[\r\n\t\t\t\t\t'complier',\r\n\t\t\t\t],\r\n\t\t\t\t'complacence'=>[\r\n\t\t\t\t\t'complacance',\r\n\t\t\t\t],\r\n\t\t\t\t'complacencies'=>[\r\n\t\t\t\t\t'complacenceis',\r\n\t\t\t\t\t'complacencis',\r\n\t\t\t\t],\r\n\t\t\t\t'complacency'=>[\r\n\t\t\t\t\t'complacensy',\r\n\t\t\t\t],\r\n\t\t\t\t'complacent'=>[\r\n\t\t\t\t\t'complacant',\r\n\t\t\t\t],\r\n\t\t\t\t'complainant'=>[\r\n\t\t\t\t\t'complainent',\r\n\t\t\t\t\t'complainint',\r\n\t\t\t\t\t'complaintant',\r\n\t\t\t\t],\r\n\t\t\t\t'complaining'=>[\r\n\t\t\t\t\t'complainang',\r\n\t\t\t\t],\r\n\t\t\t\t'complainingly'=>[\r\n\t\t\t\t\t'complainangly',\r\n\t\t\t\t],\r\n\t\t\t\t'complaint'=>[\r\n\t\t\t\t\t'compalint',\r\n\t\t\t\t],\r\n\t\t\t\t'complaints'=>[\r\n\t\t\t\t\t'compalints',\r\n\t\t\t\t],\r\n\t\t\t\t'complaisance'=>[\r\n\t\t\t\t\t'complaisence',\r\n\t\t\t\t],\r\n\t\t\t\t'complaisant'=>[\r\n\t\t\t\t\t'complaisent',\r\n\t\t\t\t],\r\n\t\t\t\t'complaisantly'=>[\r\n\t\t\t\t\t'complaisantally',\r\n\t\t\t\t\t'complaisantaly',\r\n\t\t\t\t\t'complaisantely',\r\n\t\t\t\t\t'complaisantlly',\r\n\t\t\t\t\t'complaisently',\r\n\t\t\t\t],\r\n\t\t\t\t'complement'=>[\r\n\t\t\t\t\t'complemant',\r\n\t\t\t\t],\r\n\t\t\t\t'complementaries'=>[\r\n\t\t\t\t\t'complemantaries',\r\n\t\t\t\t\t'complementareis',\r\n\t\t\t\t\t'complementaris',\r\n\t\t\t\t],\r\n\t\t\t\t'complementarily'=>[\r\n\t\t\t\t\t'complemantarily',\r\n\t\t\t\t],\r\n\t\t\t\t'complementarity'=>[\r\n\t\t\t\t\t'complemantarity',\r\n\t\t\t\t],\r\n\t\t\t\t'complementary'=>[\r\n\t\t\t\t\t'complemantary',\r\n\t\t\t\t\t'complementery',\r\n\t\t\t\t],\r\n\t\t\t\t'complementation'=>[\r\n\t\t\t\t\t'complemantation',\r\n\t\t\t\t],\r\n\t\t\t\t'complementizer'=>[\r\n\t\t\t\t\t'complemantizer',\r\n\t\t\t\t],\r\n\t\t\t\t'complementizers'=>[\r\n\t\t\t\t\t'complemantizers',\r\n\t\t\t\t],\r\n\t\t\t\t'complete'=>[\r\n\t\t\t\t\t'compelte',\r\n\t\t\t\t],\r\n\t\t\t\t'completely'=>[\r\n\t\t\t\t\t'completly',\r\n\t\t\t\t],\r\n\t\t\t\t'completenesses'=>[\r\n\t\t\t\t\t'completeneses',\r\n\t\t\t\t],\r\n\t\t\t\t'completion'=>[\r\n\t\t\t\t\t'completioll',\r\n\t\t\t\t],\r\n\t\t\t\t'complexly'=>[\r\n\t\t\t\t\t'complexally',\r\n\t\t\t\t\t'complexaly',\r\n\t\t\t\t\t'complexely',\r\n\t\t\t\t\t'complexlly',\r\n\t\t\t\t],\r\n\t\t\t\t'compliance'=>[\r\n\t\t\t\t\t'complience',\r\n\t\t\t\t],\r\n\t\t\t\t'compliancy'=>[\r\n\t\t\t\t\t'compliansy',\r\n\t\t\t\t],\r\n\t\t\t\t'compliant'=>[\r\n\t\t\t\t\t'complient',\r\n\t\t\t\t],\r\n\t\t\t\t'complicacy'=>[\r\n\t\t\t\t\t'complicasy',\r\n\t\t\t\t],\r\n\t\t\t\t'complier'=>[\r\n\t\t\t\t\t'compleir',\r\n\t\t\t\t\t'complir',\r\n\t\t\t\t],\r\n\t\t\t\t'compliment'=>[\r\n\t\t\t\t\t'complimant',\r\n\t\t\t\t],\r\n\t\t\t\t'complimentarily'=>[\r\n\t\t\t\t\t'complimantarily',\r\n\t\t\t\t],\r\n\t\t\t\t'complimentary'=>[\r\n\t\t\t\t\t'complimantary',\r\n\t\t\t\t\t'complimentery',\r\n\t\t\t\t],\r\n\t\t\t\t'compline'=>[\r\n\t\t\t\t\t'complini',\r\n\t\t\t\t],\r\n\t\t\t\t'comply'=>[\r\n\t\t\t\t\t'compally',\r\n\t\t\t\t\t'compaly',\r\n\t\t\t\t\t'compely',\r\n\t\t\t\t\t'complly',\r\n\t\t\t\t],\r\n\t\t\t\t'component'=>[\r\n\t\t\t\t\t'componant',\r\n\t\t\t\t],\r\n\t\t\t\t'composedly'=>[\r\n\t\t\t\t\t'composedally',\r\n\t\t\t\t\t'composedaly',\r\n\t\t\t\t\t'composedely',\r\n\t\t\t\t\t'composedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'composednesses'=>[\r\n\t\t\t\t\t'composedneses',\r\n\t\t\t\t],\r\n\t\t\t\t'compositely'=>[\r\n\t\t\t\t\t'composately',\r\n\t\t\t\t\t'compositly',\r\n\t\t\t\t],\r\n\t\t\t\t'compositions'=>[\r\n\t\t\t\t\t'compoisitions',\r\n\t\t\t\t],\r\n\t\t\t\t'comprehendible'=>[\r\n\t\t\t\t\t'comprehendable',\r\n\t\t\t\t],\r\n\t\t\t\t'comprehensible'=>[\r\n\t\t\t\t\t'comprehensable',\r\n\t\t\t\t],\r\n\t\t\t\t'comprehensive'=>[\r\n\t\t\t\t\t'comphrehensive',\r\n\t\t\t\t],\r\n\t\t\t\t'comprehensively'=>[\r\n\t\t\t\t\t'comprehensiveally',\r\n\t\t\t\t\t'comprehensivealy',\r\n\t\t\t\t\t'comprehensiveely',\r\n\t\t\t\t\t'comprehensivelly',\r\n\t\t\t\t\t'comprehensivly',\r\n\t\t\t\t],\r\n\t\t\t\t'compress'=>[\r\n\t\t\t\t\t'compres',\r\n\t\t\t\t],\r\n\t\t\t\t'compressed'=>[\r\n\t\t\t\t\t'compresed',\r\n\t\t\t\t],\r\n\t\t\t\t'compressedly'=>[\r\n\t\t\t\t\t'compressedally',\r\n\t\t\t\t\t'compressedaly',\r\n\t\t\t\t\t'compressedely',\r\n\t\t\t\t\t'compressedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'compressible'=>[\r\n\t\t\t\t\t'compresible',\r\n\t\t\t\t\t'compressable',\r\n\t\t\t\t],\r\n\t\t\t\t'compression'=>[\r\n\t\t\t\t\t'compresion',\r\n\t\t\t\t],\r\n\t\t\t\t'compressive'=>[\r\n\t\t\t\t\t'compresive',\r\n\t\t\t\t],\r\n\t\t\t\t'compressively'=>[\r\n\t\t\t\t\t'compressivly',\r\n\t\t\t\t],\r\n\t\t\t\t'compressor'=>[\r\n\t\t\t\t\t'compresor',\r\n\t\t\t\t],\r\n\t\t\t\t'compromise'=>[\r\n\t\t\t\t\t'comprimise',\r\n\t\t\t\t\t'comprimize',\r\n\t\t\t\t\t'compromize',\r\n\t\t\t\t],\r\n\t\t\t\t'comptroller'=>[\r\n\t\t\t\t\t'comptroler',\r\n\t\t\t\t],\r\n\t\t\t\t'compulsion'=>[\r\n\t\t\t\t\t'complusion',\r\n\t\t\t\t],\r\n\t\t\t\t'compulsively'=>[\r\n\t\t\t\t\t'compulsivly',\r\n\t\t\t\t],\r\n\t\t\t\t'compulsiveness'=>[\r\n\t\t\t\t\t'compulsivenes',\r\n\t\t\t\t],\r\n\t\t\t\t'compunctious'=>[\r\n\t\t\t\t\t'compunctous',\r\n\t\t\t\t],\r\n\t\t\t\t'computabilities'=>[\r\n\t\t\t\t\t'computabiliteis',\r\n\t\t\t\t\t'computabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'computation'=>[\r\n\t\t\t\t\t'compution',\r\n\t\t\t\t],\r\n\t\t\t\t'computerizable'=>[\r\n\t\t\t\t\t'computerizible',\r\n\t\t\t\t],\r\n\t\t\t\t'comrade'=>[\r\n\t\t\t\t\t'com rade',\r\n\t\t\t\t],\r\n\t\t\t\t'comradelinesses'=>[\r\n\t\t\t\t\t'comradelinisses',\r\n\t\t\t\t],\r\n\t\t\t\t'comrades'=>[\r\n\t\t\t\t\t'com rades',\r\n\t\t\t\t],\r\n\t\t\t\t'concavely'=>[\r\n\t\t\t\t\t'concavly',\r\n\t\t\t\t],\r\n\t\t\t\t'conceal'=>[\r\n\t\t\t\t\t'concel',\r\n\t\t\t\t],\r\n\t\t\t\t'concededly'=>[\r\n\t\t\t\t\t'concededally',\r\n\t\t\t\t\t'concededaly',\r\n\t\t\t\t\t'concededely',\r\n\t\t\t\t\t'concededlly',\r\n\t\t\t\t],\r\n\t\t\t\t'conceit'=>[\r\n\t\t\t\t\t'conciet',\r\n\t\t\t\t],\r\n\t\t\t\t'conceited'=>[\r\n\t\t\t\t\t'concieted',\r\n\t\t\t\t],\r\n\t\t\t\t'conceitedly'=>[\r\n\t\t\t\t\t'concietedly',\r\n\t\t\t\t],\r\n\t\t\t\t'conceitedness'=>[\r\n\t\t\t\t\t'concietedness',\r\n\t\t\t\t],\r\n\t\t\t\t'conceitednesses'=>[\r\n\t\t\t\t\t'concietednesses',\r\n\t\t\t\t],\r\n\t\t\t\t'conceiting'=>[\r\n\t\t\t\t\t'concieting',\r\n\t\t\t\t],\r\n\t\t\t\t'conceivability'=>[\r\n\t\t\t\t\t'concievability',\r\n\t\t\t\t],\r\n\t\t\t\t'conceivable'=>[\r\n\t\t\t\t\t'concievable',\r\n\t\t\t\t],\r\n\t\t\t\t'conceivableness'=>[\r\n\t\t\t\t\t'concievableness',\r\n\t\t\t\t],\r\n\t\t\t\t'conceivably'=>[\r\n\t\t\t\t\t'concievably',\r\n\t\t\t\t],\r\n\t\t\t\t'conceive'=>[\r\n\t\t\t\t\t'concieve',\r\n\t\t\t\t],\r\n\t\t\t\t'conceivers'=>[\r\n\t\t\t\t\t'concievers',\r\n\t\t\t\t],\r\n\t\t\t\t'conceiving'=>[\r\n\t\t\t\t\t'concieving',\r\n\t\t\t\t],\r\n\t\t\t\t'concelebrants'=>[\r\n\t\t\t\t\t'concelebrents',\r\n\t\t\t\t],\r\n\t\t\t\t'concentrate'=>[\r\n\t\t\t\t\t'concantrate',\r\n\t\t\t\t\t'consentrate',\r\n\t\t\t\t],\r\n\t\t\t\t'concentrated'=>[\r\n\t\t\t\t\t'consentrated',\r\n\t\t\t\t],\r\n\t\t\t\t'concentratedly'=>[\r\n\t\t\t\t\t'concantratedly',\r\n\t\t\t\t],\r\n\t\t\t\t'concentrates'=>[\r\n\t\t\t\t\t'consentrates',\r\n\t\t\t\t],\r\n\t\t\t\t'concentration'=>[\r\n\t\t\t\t\t'concantration',\r\n\t\t\t\t],\r\n\t\t\t\t'concentrations'=>[\r\n\t\t\t\t\t'concantrations',\r\n\t\t\t\t],\r\n\t\t\t\t'concentric'=>[\r\n\t\t\t\t\t'concantric',\r\n\t\t\t\t],\r\n\t\t\t\t'concentrically'=>[\r\n\t\t\t\t\t'concantrically',\r\n\t\t\t\t],\r\n\t\t\t\t'concentricities'=>[\r\n\t\t\t\t\t'concantricities',\r\n\t\t\t\t\t'concentriciteis',\r\n\t\t\t\t\t'concentricitis',\r\n\t\t\t\t],\r\n\t\t\t\t'concept'=>[\r\n\t\t\t\t\t'consept',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptual'=>[\r\n\t\t\t\t\t'conceptaul',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualise'=>[\r\n\t\t\t\t\t'conceptaulise',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualised'=>[\r\n\t\t\t\t\t'conceptaulised',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualises'=>[\r\n\t\t\t\t\t'conceptaulises',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualising'=>[\r\n\t\t\t\t\t'conceptaulising',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualism'=>[\r\n\t\t\t\t\t'conceptaulism',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualisms'=>[\r\n\t\t\t\t\t'conceptaulisms',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualist'=>[\r\n\t\t\t\t\t'conceptaulist',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualistic'=>[\r\n\t\t\t\t\t'conceptaulistic',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualists'=>[\r\n\t\t\t\t\t'conceptaulists',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualities'=>[\r\n\t\t\t\t\t'conceptaulities',\r\n\t\t\t\t\t'conceptualiteis',\r\n\t\t\t\t\t'conceptualitis',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptuality'=>[\r\n\t\t\t\t\t'conceptaulity',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualize'=>[\r\n\t\t\t\t\t'conceptaulize',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualized'=>[\r\n\t\t\t\t\t'conceptaulized',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualizer'=>[\r\n\t\t\t\t\t'conceptaulizer',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualizers'=>[\r\n\t\t\t\t\t'conceptaulizers',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualizes'=>[\r\n\t\t\t\t\t'conceptaulizes',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptualizing'=>[\r\n\t\t\t\t\t'conceptaulizing',\r\n\t\t\t\t],\r\n\t\t\t\t'conceptually'=>[\r\n\t\t\t\t\t'conceptaully',\r\n\t\t\t\t],\r\n\t\t\t\t'concern'=>[\r\n\t\t\t\t\t'concerti',\r\n\t\t\t\t\t'consern',\r\n\t\t\t\t],\r\n\t\t\t\t'concerned'=>[\r\n\t\t\t\t\t'conserned',\r\n\t\t\t\t],\r\n\t\t\t\t'concerning'=>[\r\n\t\t\t\t\t'conserning',\r\n\t\t\t\t],\r\n\t\t\t\t'concernment'=>[\r\n\t\t\t\t\t'concerment',\r\n\t\t\t\t\t'concernent',\r\n\t\t\t\t],\r\n\t\t\t\t'concernments'=>[\r\n\t\t\t\t\t'concerments',\r\n\t\t\t\t\t'concernents',\r\n\t\t\t\t],\r\n\t\t\t\t'concert'=>[\r\n\t\t\t\t\t'conert',\r\n\t\t\t\t],\r\n\t\t\t\t'concertina'=>[\r\n\t\t\t\t\t'concertini',\r\n\t\t\t\t],\r\n\t\t\t\t'concertmeister'=>[\r\n\t\t\t\t\t'concertmiester',\r\n\t\t\t\t],\r\n\t\t\t\t'concertmeisters'=>[\r\n\t\t\t\t\t'concertmiesters',\r\n\t\t\t\t],\r\n\t\t\t\t'concession'=>[\r\n\t\t\t\t\t'concesion',\r\n\t\t\t\t\t'consession',\r\n\t\t\t\t],\r\n\t\t\t\t'concessionaire'=>[\r\n\t\t\t\t\t'concesionaire',\r\n\t\t\t\t],\r\n\t\t\t\t'concessionary'=>[\r\n\t\t\t\t\t'concessionery',\r\n\t\t\t\t],\r\n\t\t\t\t'concessioner'=>[\r\n\t\t\t\t\t'concesioner',\r\n\t\t\t\t],\r\n\t\t\t\t'concessively'=>[\r\n\t\t\t\t\t'concessivly',\r\n\t\t\t\t],\r\n\t\t\t\t'concierge'=>[\r\n\t\t\t\t\t'conceirge',\r\n\t\t\t\t\t'concirge',\r\n\t\t\t\t],\r\n\t\t\t\t'conciliar'=>[\r\n\t\t\t\t\t'concilar',\r\n\t\t\t\t\t'concilier',\r\n\t\t\t\t],\r\n\t\t\t\t'conciliarly'=>[\r\n\t\t\t\t\t'conciliarally',\r\n\t\t\t\t\t'conciliaraly',\r\n\t\t\t\t\t'conciliarely',\r\n\t\t\t\t\t'conciliarlly',\r\n\t\t\t\t],\r\n\t\t\t\t'concinnities'=>[\r\n\t\t\t\t\t'concinities',\r\n\t\t\t\t],\r\n\t\t\t\t'concinnity'=>[\r\n\t\t\t\t\t'concinity',\r\n\t\t\t\t],\r\n\t\t\t\t'concisely'=>[\r\n\t\t\t\t\t'concisly',\r\n\t\t\t\t],\r\n\t\t\t\t'conclusion'=>[\r\n\t\t\t\t\t'concluison',\r\n\t\t\t\t\t'concusion',\r\n\t\t\t\t],\r\n\t\t\t\t'conclusionary'=>[\r\n\t\t\t\t\t'concluisonary',\r\n\t\t\t\t\t'conclusionery',\r\n\t\t\t\t],\r\n\t\t\t\t'conclusions'=>[\r\n\t\t\t\t\t'concluisons',\r\n\t\t\t\t],\r\n\t\t\t\t'conclusive'=>[\r\n\t\t\t\t\t'concluisve',\r\n\t\t\t\t],\r\n\t\t\t\t'conclusively'=>[\r\n\t\t\t\t\t'concluisvely',\r\n\t\t\t\t\t'conclusivly',\r\n\t\t\t\t],\r\n\t\t\t\t'conclusiveness'=>[\r\n\t\t\t\t\t'concluisveness',\r\n\t\t\t\t\t'conclusivenes',\r\n\t\t\t\t],\r\n\t\t\t\t'concomitance'=>[\r\n\t\t\t\t\t'concomitence',\r\n\t\t\t\t],\r\n\t\t\t\t'concomitant'=>[\r\n\t\t\t\t\t'concomitent',\r\n\t\t\t\t],\r\n\t\t\t\t'concomitantly'=>[\r\n\t\t\t\t\t'concomitantally',\r\n\t\t\t\t\t'concomitantaly',\r\n\t\t\t\t\t'concomitantely',\r\n\t\t\t\t\t'concomitantlly',\r\n\t\t\t\t\t'concomitently',\r\n\t\t\t\t],\r\n\t\t\t\t'concordance'=>[\r\n\t\t\t\t\t'concordence',\r\n\t\t\t\t],\r\n\t\t\t\t'concordant'=>[\r\n\t\t\t\t\t'concordent',\r\n\t\t\t\t],\r\n\t\t\t\t'concordantly'=>[\r\n\t\t\t\t\t'concordently',\r\n\t\t\t\t],\r\n\t\t\t\t'concrescence'=>[\r\n\t\t\t\t\t'concrecence',\r\n\t\t\t\t\t'concrecsence',\r\n\t\t\t\t\t'concrescance',\r\n\t\t\t\t\t'concresence',\r\n\t\t\t\t],\r\n\t\t\t\t'concrescences'=>[\r\n\t\t\t\t\t'concrecences',\r\n\t\t\t\t\t'concrecsences',\r\n\t\t\t\t\t'concresences',\r\n\t\t\t\t],\r\n\t\t\t\t'concrete'=>[\r\n\t\t\t\t\t'concerte',\r\n\t\t\t\t\t'conctete',\r\n\t\t\t\t\t'conctrete',\r\n\t\t\t\t],\r\n\t\t\t\t'concretely'=>[\r\n\t\t\t\t\t'concertely',\r\n\t\t\t\t\t'concretly',\r\n\t\t\t\t],\r\n\t\t\t\t'concretenesses'=>[\r\n\t\t\t\t\t'concreteneses',\r\n\t\t\t\t],\r\n\t\t\t\t'concretionary'=>[\r\n\t\t\t\t\t'concretionery',\r\n\t\t\t\t],\r\n\t\t\t\t'concubinage'=>[\r\n\t\t\t\t\t'concubinige',\r\n\t\t\t\t],\r\n\t\t\t\t'concubine'=>[\r\n\t\t\t\t\t'concubini',\r\n\t\t\t\t],\r\n\t\t\t\t'concupiscence'=>[\r\n\t\t\t\t\t'concupicence',\r\n\t\t\t\t\t'concupicsence',\r\n\t\t\t\t\t'concupiscance',\r\n\t\t\t\t\t'concupisence',\r\n\t\t\t\t],\r\n\t\t\t\t'concupiscences'=>[\r\n\t\t\t\t\t'concupicences',\r\n\t\t\t\t\t'concupicsences',\r\n\t\t\t\t\t'concupisences',\r\n\t\t\t\t],\r\n\t\t\t\t'concupiscible'=>[\r\n\t\t\t\t\t'concupicible',\r\n\t\t\t\t\t'concupicsible',\r\n\t\t\t\t\t'concupiscable',\r\n\t\t\t\t\t'concupisible',\r\n\t\t\t\t],\r\n\t\t\t\t'concur'=>[\r\n\t\t\t\t\t'concurr',\r\n\t\t\t\t],\r\n\t\t\t\t'concurrence'=>[\r\n\t\t\t\t\t'concurence',\r\n\t\t\t\t\t'concurrance',\r\n\t\t\t\t],\r\n\t\t\t\t'concurrences'=>[\r\n\t\t\t\t\t'concurences',\r\n\t\t\t\t],\r\n\t\t\t\t'concurrencies'=>[\r\n\t\t\t\t\t'concurencies',\r\n\t\t\t\t\t'concurrenceis',\r\n\t\t\t\t\t'concurrencis',\r\n\t\t\t\t],\r\n\t\t\t\t'concurrency'=>[\r\n\t\t\t\t\t'concurency',\r\n\t\t\t\t\t'concurrensy',\r\n\t\t\t\t],\r\n\t\t\t\t'concurrent'=>[\r\n\t\t\t\t\t'concurent',\r\n\t\t\t\t\t'concurrant',\r\n\t\t\t\t],\r\n\t\t\t\t'concurrently'=>[\r\n\t\t\t\t\t'concurently',\r\n\t\t\t\t],\r\n\t\t\t\t'concurring'=>[\r\n\t\t\t\t\t'concuring',\r\n\t\t\t\t],\r\n\t\t\t\t'concussion'=>[\r\n\t\t\t\t\t'concusion',\r\n\t\t\t\t],\r\n\t\t\t\t'condemn'=>[\r\n\t\t\t\t\t'condem',\r\n\t\t\t\t\t'condemm',\r\n\t\t\t\t],\r\n\t\t\t\t'condemned'=>[\r\n\t\t\t\t\t'condemed',\r\n\t\t\t\t\t'condemmed',\r\n\t\t\t\t],\r\n\t\t\t\t'condemnor'=>[\r\n\t\t\t\t\t'condemnour',\r\n\t\t\t\t],\r\n\t\t\t\t'condemnors'=>[\r\n\t\t\t\t\t'condemnours',\r\n\t\t\t\t],\r\n\t\t\t\t'condense'=>[\r\n\t\t\t\t\t'condence',\r\n\t\t\t\t],\r\n\t\t\t\t'condensible'=>[\r\n\t\t\t\t\t'condensable',\r\n\t\t\t\t],\r\n\t\t\t\t'condescend'=>[\r\n\t\t\t\t\t'condecend',\r\n\t\t\t\t\t'condecsend',\r\n\t\t\t\t\t'condesend',\r\n\t\t\t\t],\r\n\t\t\t\t'condescendence'=>[\r\n\t\t\t\t\t'condecendence',\r\n\t\t\t\t\t'condecsendence',\r\n\t\t\t\t\t'condescendance',\r\n\t\t\t\t\t'condesendence',\r\n\t\t\t\t],\r\n\t\t\t\t'condescendences'=>[\r\n\t\t\t\t\t'condecendences',\r\n\t\t\t\t\t'condecsendences',\r\n\t\t\t\t\t'condesendences',\r\n\t\t\t\t],\r\n\t\t\t\t'condescending'=>[\r\n\t\t\t\t\t'condecending',\r\n\t\t\t\t\t'condecsending',\r\n\t\t\t\t\t'condesending',\r\n\t\t\t\t],\r\n\t\t\t\t'condescendingly'=>[\r\n\t\t\t\t\t'condecendingly',\r\n\t\t\t\t\t'condecsendingly',\r\n\t\t\t\t\t'condescendingally',\r\n\t\t\t\t\t'condescendingaly',\r\n\t\t\t\t\t'condescendingely',\r\n\t\t\t\t\t'condescendinglly',\r\n\t\t\t\t\t'condesendingly',\r\n\t\t\t\t],\r\n\t\t\t\t'condescension'=>[\r\n\t\t\t\t\t'condecension',\r\n\t\t\t\t\t'condecsension',\r\n\t\t\t\t\t'condesension',\r\n\t\t\t\t],\r\n\t\t\t\t'condescensions'=>[\r\n\t\t\t\t\t'condecensions',\r\n\t\t\t\t\t'condecsensions',\r\n\t\t\t\t\t'condesensions',\r\n\t\t\t\t],\r\n\t\t\t\t'condignly'=>[\r\n\t\t\t\t\t'condignally',\r\n\t\t\t\t\t'condignaly',\r\n\t\t\t\t\t'condignely',\r\n\t\t\t\t\t'condignlly',\r\n\t\t\t\t],\r\n\t\t\t\t'condition'=>[\r\n\t\t\t\t\t'condidtion',\r\n\t\t\t\t\t'conditon',\r\n\t\t\t\t],\r\n\t\t\t\t'conditionable'=>[\r\n\t\t\t\t\t'conditionible',\r\n\t\t\t\t],\r\n\t\t\t\t'conditions'=>[\r\n\t\t\t\t\t'condidtions',\r\n\t\t\t\t\t'conditons',\r\n\t\t\t\t],\r\n\t\t\t\t'condolence'=>[\r\n\t\t\t\t\t'condolance',\r\n\t\t\t\t],\r\n\t\t\t\t'condominium'=>[\r\n\t\t\t\t\t'condominaum',\r\n\t\t\t\t],\r\n\t\t\t\t'condominiums'=>[\r\n\t\t\t\t\t'condominaums',\r\n\t\t\t\t],\r\n\t\t\t\t'condottiere'=>[\r\n\t\t\t\t\t'condotteire',\r\n\t\t\t\t\t'condottire',\r\n\t\t\t\t],\r\n\t\t\t\t'conducive'=>[\r\n\t\t\t\t\t'condusive',\r\n\t\t\t\t],\r\n\t\t\t\t'conductance'=>[\r\n\t\t\t\t\t'conductence',\r\n\t\t\t\t],\r\n\t\t\t\t'conductible'=>[\r\n\t\t\t\t\t'conductable',\r\n\t\t\t\t],\r\n\t\t\t\t'conductor'=>[\r\n\t\t\t\t\t'conducter',\r\n\t\t\t\t],\r\n\t\t\t\t'conductress'=>[\r\n\t\t\t\t\t'conductres',\r\n\t\t\t\t],\r\n\t\t\t\t'confabbed'=>[\r\n\t\t\t\t\t'confabed',\r\n\t\t\t\t],\r\n\t\t\t\t'confabbing'=>[\r\n\t\t\t\t\t'confabing',\r\n\t\t\t\t],\r\n\t\t\t\t'confectionaries'=>[\r\n\t\t\t\t\t'confectionareis',\r\n\t\t\t\t\t'confectionaris',\r\n\t\t\t\t],\r\n\t\t\t\t'confectionary'=>[\r\n\t\t\t\t\t'confectionery',\r\n\t\t\t\t],\r\n\t\t\t\t'confectioneries'=>[\r\n\t\t\t\t\t'confectionereis',\r\n\t\t\t\t\t'confectioneris',\r\n\t\t\t\t],\r\n\t\t\t\t'confederacies'=>[\r\n\t\t\t\t\t'confederaceis',\r\n\t\t\t\t\t'confederacis',\r\n\t\t\t\t],\r\n\t\t\t\t'confederacy'=>[\r\n\t\t\t\t\t'confederasy',\r\n\t\t\t\t],\r\n\t\t\t\t'confer'=>[\r\n\t\t\t\t\t'conferr',\r\n\t\t\t\t],\r\n\t\t\t\t'conference'=>[\r\n\t\t\t\t\t'conferance',\r\n\t\t\t\t\t'conferenc',\r\n\t\t\t\t\t'conferenc', 'conferene',\r\n\t\t\t\t\t'conferene',\r\n\t\t\t\t\t'confrence',\r\n\t\t\t\t],\r\n\t\t\t\t'conferred'=>[\r\n\t\t\t\t\t'confered',\r\n\t\t\t\t],\r\n\t\t\t\t'conferrence'=>[\r\n\t\t\t\t\t'conferrance',\r\n\t\t\t\t],\r\n\t\t\t\t'confess'=>[\r\n\t\t\t\t\t'confes',\r\n\t\t\t\t],\r\n\t\t\t\t'confession'=>[\r\n\t\t\t\t\t'confesion',\r\n\t\t\t\t],\r\n\t\t\t\t'confessional'=>[\r\n\t\t\t\t\t'confesional',\r\n\t\t\t\t],\r\n\t\t\t\t'confessionally'=>[\r\n\t\t\t\t\t'confesionally',\r\n\t\t\t\t\t'confessionalally',\r\n\t\t\t\t\t'confessionalaly',\r\n\t\t\t\t\t'confessionalely',\r\n\t\t\t\t\t'confessionallly',\r\n\t\t\t\t],\r\n\t\t\t\t'confessor'=>[\r\n\t\t\t\t\t'confesor',\r\n\t\t\t\t],\r\n\t\t\t\t'confidant'=>[\r\n\t\t\t\t\t'confident',\r\n\t\t\t\t],\r\n\t\t\t\t'confidante'=>[\r\n\t\t\t\t\t'confidente',\r\n\t\t\t\t],\r\n\t\t\t\t'confidantes'=>[\r\n\t\t\t\t\t'confidentes',\r\n\t\t\t\t],\r\n\t\t\t\t'confidants'=>[\r\n\t\t\t\t\t'confidents',\r\n\t\t\t\t],\r\n\t\t\t\t'confidence'=>[\r\n\t\t\t\t\t'confidance',\r\n\t\t\t\t],\r\n\t\t\t\t'confident'=>[\r\n\t\t\t\t\t'confidant',\r\n\t\t\t\t],\r\n\t\t\t\t'confidential'=>[\r\n\t\t\t\t\t'confidantial',\r\n\t\t\t\t\t'confidental',\r\n\t\t\t\t],\r\n\t\t\t\t'confidentiality'=>[\r\n\t\t\t\t\t'confidantiality',\r\n\t\t\t\t],\r\n\t\t\t\t'confidentially'=>[\r\n\t\t\t\t\t'confidantially',\r\n\t\t\t\t\t'confidentally',\r\n\t\t\t\t],\r\n\t\t\t\t'confidently'=>[\r\n\t\t\t\t\t'confidantly',\r\n\t\t\t\t],\r\n\t\t\t\t'confine'=>[\r\n\t\t\t\t\t'confini',\r\n\t\t\t\t],\r\n\t\t\t\t'confinement'=>[\r\n\t\t\t\t\t'confinemant',\r\n\t\t\t\t\t'confiniment',\r\n\t\t\t\t],\r\n\t\t\t\t'confining'=>[\r\n\t\t\t\t\t'confinang',\r\n\t\t\t\t],\r\n\t\t\t\t'confirm'=>[\r\n\t\t\t\t\t'confrim',\r\n\t\t\t\t],\r\n\t\t\t\t'confiscatable'=>[\r\n\t\t\t\t\t'confiscatible',\r\n\t\t\t\t],\r\n\t\t\t\t'confiscate'=>[\r\n\t\t\t\t\t'conficate',\r\n\t\t\t\t\t'conficsate',\r\n\t\t\t\t\t'confisate',\r\n\t\t\t\t],\r\n\t\t\t\t'conflict'=>[\r\n\t\t\t\t\t'confict',\r\n\t\t\t\t\t'confiict',\r\n\t\t\t\t\t'confilct',\r\n\t\t\t\t\t'conflect',\r\n\t\t\t\t\t'ocnflict',\r\n\t\t\t\t],\r\n\t\t\t\t'conflicts'=>[\r\n\t\t\t\t\t'ocnflicts',\r\n\t\t\t\t],\r\n\t\t\t\t'confluence'=>[\r\n\t\t\t\t\t'confluance',\r\n\t\t\t\t],\r\n\t\t\t\t'conform'=>[\r\n\t\t\t\t\t'coform',\r\n\t\t\t\t],\r\n\t\t\t\t'conformable'=>[\r\n\t\t\t\t\t'conformible',\r\n\t\t\t\t],\r\n\t\t\t\t'conformance'=>[\r\n\t\t\t\t\t'conformence',\r\n\t\t\t\t],\r\n\t\t\t\t'confoundedly'=>[\r\n\t\t\t\t\t'confoundedally',\r\n\t\t\t\t\t'confoundedaly',\r\n\t\t\t\t\t'confoundedely',\r\n\t\t\t\t\t'confoundedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'confraternities'=>[\r\n\t\t\t\t\t'confraterniteis',\r\n\t\t\t\t\t'confraternitis',\r\n\t\t\t\t],\r\n\t\t\t\t'confronted'=>[\r\n\t\t\t\t\t'confroned',\r\n\t\t\t\t],\r\n\t\t\t\t'confused'=>[\r\n\t\t\t\t\t'confuzed',\r\n\t\t\t\t],\r\n\t\t\t\t'confusedly'=>[\r\n\t\t\t\t\t'confusedally',\r\n\t\t\t\t\t'confusedaly',\r\n\t\t\t\t\t'confusedely',\r\n\t\t\t\t\t'confusedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'confusednesses'=>[\r\n\t\t\t\t\t'confusedneses',\r\n\t\t\t\t],\r\n\t\t\t\t'confusing'=>[\r\n\t\t\t\t\t'confuisng',\r\n\t\t\t\t],\r\n\t\t\t\t'confusingly'=>[\r\n\t\t\t\t\t'confuisngly',\r\n\t\t\t\t],\r\n\t\t\t\t'confusion'=>[\r\n\t\t\t\t\t'confuison',\r\n\t\t\t\t],\r\n\t\t\t\t'confusional'=>[\r\n\t\t\t\t\t'confuisonal',\r\n\t\t\t\t],\r\n\t\t\t\t'confusions'=>[\r\n\t\t\t\t\t'confuisons',\r\n\t\t\t\t],\r\n\t\t\t\t'congeries'=>[\r\n\t\t\t\t\t'congereis',\r\n\t\t\t\t\t'congeris',\r\n\t\t\t\t],\r\n\t\t\t\t'conglomerateur'=>[\r\n\t\t\t\t\t'conglomerater',\r\n\t\t\t\t],\r\n\t\t\t\t'conglutinate'=>[\r\n\t\t\t\t\t'conglutinite',\r\n\t\t\t\t],\r\n\t\t\t\t'conglutinations'=>[\r\n\t\t\t\t\t'conglutinitions',\r\n\t\t\t\t],\r\n\t\t\t\t'congolese-occupied'=>[\r\n\t\t\t\t\t'congolese occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'congratulate'=>[\r\n\t\t\t\t\t'congradulate',\r\n\t\t\t\t],\r\n\t\t\t\t'congratulations'=>[\r\n\t\t\t\t\t'congradulations',\r\n\t\t\t\t],\r\n\t\t\t\t'congregant'=>[\r\n\t\t\t\t\t'congregent',\r\n\t\t\t\t],\r\n\t\t\t\t'congregation'=>[\r\n\t\t\t\t\t'congergation',\r\n\t\t\t\t],\r\n\t\t\t\t'congress'=>[\r\n\t\t\t\t\t'congerss',\r\n\t\t\t\t\t'congres',\r\n\t\t\t\t],\r\n\t\t\t\t'congresses'=>[\r\n\t\t\t\t\t'congersses',\r\n\t\t\t\t],\r\n\t\t\t\t'congressional'=>[\r\n\t\t\t\t\t'congerssional',\r\n\t\t\t\t\t'congresional',\r\n\t\t\t\t],\r\n\t\t\t\t'congressman'=>[\r\n\t\t\t\t\t'congresman',\r\n\t\t\t\t],\r\n\t\t\t\t'congresspeople'=>[\r\n\t\t\t\t\t'congrespeople',\r\n\t\t\t\t],\r\n\t\t\t\t'congressperson'=>[\r\n\t\t\t\t\t'congresperson',\r\n\t\t\t\t],\r\n\t\t\t\t'congresswoman'=>[\r\n\t\t\t\t\t'congreswoman',\r\n\t\t\t\t],\r\n\t\t\t\t'congruence'=>[\r\n\t\t\t\t\t'congruance',\r\n\t\t\t\t],\r\n\t\t\t\t'congruency'=>[\r\n\t\t\t\t\t'congruensy',\r\n\t\t\t\t],\r\n\t\t\t\t'congruous'=>[\r\n\t\t\t\t\t'congrous',\r\n\t\t\t\t],\r\n\t\t\t\t'congruously'=>[\r\n\t\t\t\t\t'congrously',\r\n\t\t\t\t],\r\n\t\t\t\t'congruousness'=>[\r\n\t\t\t\t\t'congrousness',\r\n\t\t\t\t],\r\n\t\t\t\t'congruousnesses'=>[\r\n\t\t\t\t\t'congrousnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'conidian'=>[\r\n\t\t\t\t\t'conidan',\r\n\t\t\t\t],\r\n\t\t\t\t'conine'=>[\r\n\t\t\t\t\t'conini',\r\n\t\t\t\t],\r\n\t\t\t\t'conjecture'=>[\r\n\t\t\t\t\t'conjecutre',\r\n\t\t\t\t],\r\n\t\t\t\t'conjoin'=>[\r\n\t\t\t\t\t'cojoin',\r\n\t\t\t\t],\r\n\t\t\t\t'conjoined'=>[\r\n\t\t\t\t\t'cojoined',\r\n\t\t\t\t],\r\n\t\t\t\t'conjoining'=>[\r\n\t\t\t\t\t'cojoining',\r\n\t\t\t\t],\r\n\t\t\t\t'conjoins'=>[\r\n\t\t\t\t\t'cojoins',\r\n\t\t\t\t],\r\n\t\t\t\t'conjugalities'=>[\r\n\t\t\t\t\t'conjugaliteis',\r\n\t\t\t\t\t'conjugalitis',\r\n\t\t\t\t],\r\n\t\t\t\t'conjugately'=>[\r\n\t\t\t\t\t'conjugatly',\r\n\t\t\t\t],\r\n\t\t\t\t'conjunctively'=>[\r\n\t\t\t\t\t'conjunctivly',\r\n\t\t\t\t],\r\n\t\t\t\t'conjure'=>[\r\n\t\t\t\t\t'conjour',\r\n\t\t\t\t],\r\n\t\t\t\t'conn'=>[\r\n\t\t\t\t\t'con',\r\n\t\t\t\t],\r\n\t\t\t\t'connate'=>[\r\n\t\t\t\t\t'conate',\r\n\t\t\t\t],\r\n\t\t\t\t'connately'=>[\r\n\t\t\t\t\t'connatly',\r\n\t\t\t\t],\r\n\t\t\t\t'connatural'=>[\r\n\t\t\t\t\t'conatural',\r\n\t\t\t\t],\r\n\t\t\t\t'connaturalities'=>[\r\n\t\t\t\t\t'conaturalities',\r\n\t\t\t\t\t'connaturaliteis',\r\n\t\t\t\t\t'connaturalitis',\r\n\t\t\t\t],\r\n\t\t\t\t'connaturality'=>[\r\n\t\t\t\t\t'conaturality',\r\n\t\t\t\t],\r\n\t\t\t\t'connaturally'=>[\r\n\t\t\t\t\t'conaturally',\r\n\t\t\t\t],\r\n\t\t\t\t'connect'=>[\r\n\t\t\t\t\t'conect',\r\n\t\t\t\t],\r\n\t\t\t\t'connected'=>[\r\n\t\t\t\t\t'conected',\r\n\t\t\t\t\t'conncted',\r\n\t\t\t\t],\r\n\t\t\t\t'connectedness'=>[\r\n\t\t\t\t\t'conectedness',\r\n\t\t\t\t],\r\n\t\t\t\t'connectednesses'=>[\r\n\t\t\t\t\t'conectednesses',\r\n\t\t\t\t],\r\n\t\t\t\t'connectible'=>[\r\n\t\t\t\t\t'connectable',\r\n\t\t\t\t],\r\n\t\t\t\t'connecting'=>[\r\n\t\t\t\t\t'conecting',\r\n\t\t\t\t],\r\n\t\t\t\t'connection'=>[\r\n\t\t\t\t\t'conection',\r\n\t\t\t\t\t'connoction',\r\n\t\t\t\t\t'conoection',\r\n\t\t\t\t],\r\n\t\t\t\t'connectional'=>[\r\n\t\t\t\t\t'conectional',\r\n\t\t\t\t],\r\n\t\t\t\t'connective'=>[\r\n\t\t\t\t\t'conective',\r\n\t\t\t\t],\r\n\t\t\t\t'connectively'=>[\r\n\t\t\t\t\t'conectively',\r\n\t\t\t\t\t'connectivly',\r\n\t\t\t\t],\r\n\t\t\t\t'connectivities'=>[\r\n\t\t\t\t\t'conectivities',\r\n\t\t\t\t],\r\n\t\t\t\t'connectivity'=>[\r\n\t\t\t\t\t'conectivity',\r\n\t\t\t\t],\r\n\t\t\t\t'conned'=>[\r\n\t\t\t\t\t'coned',\r\n\t\t\t\t],\r\n\t\t\t\t'conner'=>[\r\n\t\t\t\t\t'coner',\r\n\t\t\t\t],\r\n\t\t\t\t'connexion'=>[\r\n\t\t\t\t\t'conexion',\r\n\t\t\t\t],\r\n\t\t\t\t'conniption'=>[\r\n\t\t\t\t\t'coniption',\r\n\t\t\t\t],\r\n\t\t\t\t'conniptions'=>[\r\n\t\t\t\t\t'coniptions',\r\n\t\t\t\t],\r\n\t\t\t\t'connivance'=>[\r\n\t\t\t\t\t'conivance',\r\n\t\t\t\t\t'connivence',\r\n\t\t\t\t],\r\n\t\t\t\t'connivances'=>[\r\n\t\t\t\t\t'conivances',\r\n\t\t\t\t],\r\n\t\t\t\t'connive'=>[\r\n\t\t\t\t\t'conive',\r\n\t\t\t\t\t'knive',\r\n\t\t\t\t],\r\n\t\t\t\t'connived'=>[\r\n\t\t\t\t\t'conived',\r\n\t\t\t\t],\r\n\t\t\t\t'connivent'=>[\r\n\t\t\t\t\t'conivent',\r\n\t\t\t\t],\r\n\t\t\t\t'conniveries'=>[\r\n\t\t\t\t\t'coniveries',\r\n\t\t\t\t],\r\n\t\t\t\t'connoisseur'=>[\r\n\t\t\t\t\t'connoiseur',\r\n\t\t\t\t\t'connoisser',\r\n\t\t\t\t\t'conoisseur',\r\n\t\t\t\t],\r\n\t\t\t\t'connoisseurs'=>[\r\n\t\t\t\t\t'conoisseurs',\r\n\t\t\t\t],\r\n\t\t\t\t'connoisseurship'=>[\r\n\t\t\t\t\t'conoisseurship',\r\n\t\t\t\t],\r\n\t\t\t\t'connotation'=>[\r\n\t\t\t\t\t'cannotation',\r\n\t\t\t\t\t'conotation',\r\n\t\t\t\t],\r\n\t\t\t\t'connotational'=>[\r\n\t\t\t\t\t'conotational',\r\n\t\t\t\t],\r\n\t\t\t\t'connotations'=>[\r\n\t\t\t\t\t'cannotations',\r\n\t\t\t\t\t'conotations',\r\n\t\t\t\t],\r\n\t\t\t\t'connotative'=>[\r\n\t\t\t\t\t'conotative',\r\n\t\t\t\t],\r\n\t\t\t\t'connotatively'=>[\r\n\t\t\t\t\t'connotativly',\r\n\t\t\t\t\t'conotatively',\r\n\t\t\t\t],\r\n\t\t\t\t'connote'=>[\r\n\t\t\t\t\t'connotate',\r\n\t\t\t\t\t'conote',\r\n\t\t\t\t],\r\n\t\t\t\t'conns'=>[\r\n\t\t\t\t\t'cons',\r\n\t\t\t\t],\r\n\t\t\t\t'connubial'=>[\r\n\t\t\t\t\t'conubial',\r\n\t\t\t\t],\r\n\t\t\t\t'connubialism'=>[\r\n\t\t\t\t\t'conubialism',\r\n\t\t\t\t],\r\n\t\t\t\t'connubialisms'=>[\r\n\t\t\t\t\t'conubialisms',\r\n\t\t\t\t],\r\n\t\t\t\t'connubialities'=>[\r\n\t\t\t\t\t'conubialities',\r\n\t\t\t\t],\r\n\t\t\t\t'connubiality'=>[\r\n\t\t\t\t\t'conubiality',\r\n\t\t\t\t],\r\n\t\t\t\t'connubially'=>[\r\n\t\t\t\t\t'conubially',\r\n\t\t\t\t],\r\n\t\t\t\t'conquerer'=>[\r\n\t\t\t\t\t'conqueor',\r\n\t\t\t\t],\r\n\t\t\t\t'conqueror'=>[\r\n\t\t\t\t\t'conquerer',\r\n\t\t\t\t],\r\n\t\t\t\t'conquerors'=>[\r\n\t\t\t\t\t'conquerers',\r\n\t\t\t\t],\r\n\t\t\t\t'conquian'=>[\r\n\t\t\t\t\t'conquan',\r\n\t\t\t\t],\r\n\t\t\t\t'consanguineous'=>[\r\n\t\t\t\t\t'consanguinious',\r\n\t\t\t\t],\r\n\t\t\t\t'consanguinities'=>[\r\n\t\t\t\t\t'consanguinaties',\r\n\t\t\t\t\t'consanguiniteis',\r\n\t\t\t\t\t'consanguinitis',\r\n\t\t\t\t],\r\n\t\t\t\t'consanguinity'=>[\r\n\t\t\t\t\t'consanguinaty',\r\n\t\t\t\t],\r\n\t\t\t\t'conscience'=>[\r\n\t\t\t\t\t'concience',\r\n\t\t\t\t\t'concsience',\r\n\t\t\t\t\t'consceince',\r\n\t\t\t\t\t'consciance',\r\n\t\t\t\t\t'conscince',\r\n\t\t\t\t\t'consience',\r\n\t\t\t\t],\r\n\t\t\t\t'conscienceless'=>[\r\n\t\t\t\t\t'concienceless',\r\n\t\t\t\t\t'concsienceless',\r\n\t\t\t\t\t'conscienceles',\r\n\t\t\t\t\t'consienceless',\r\n\t\t\t\t],\r\n\t\t\t\t'conscientious'=>[\r\n\t\t\t\t\t'concientious',\r\n\t\t\t\t\t'concsientious',\r\n\t\t\t\t\t'consceintious',\r\n\t\t\t\t\t'consciantious',\r\n\t\t\t\t\t'conscientous',\r\n\t\t\t\t\t'conscintious',\r\n\t\t\t\t\t'consientious',\r\n\t\t\t\t],\r\n\t\t\t\t'conscientiously'=>[\r\n\t\t\t\t\t'concientiously',\r\n\t\t\t\t\t'concsientiously',\r\n\t\t\t\t\t'consceintiously',\r\n\t\t\t\t\t'consciantiously',\r\n\t\t\t\t\t'conscientously',\r\n\t\t\t\t\t'conscintiously',\r\n\t\t\t\t\t'consientiously',\r\n\t\t\t\t],\r\n\t\t\t\t'conscionable'=>[\r\n\t\t\t\t\t'concionable',\r\n\t\t\t\t\t'concsionable',\r\n\t\t\t\t\t'conscionible',\r\n\t\t\t\t\t'consionable',\r\n\t\t\t\t],\r\n\t\t\t\t'conscious'=>[\r\n\t\t\t\t\t'concious',\r\n\t\t\t\t\t'conciousn',\r\n\t\t\t\t\t'concsious',\r\n\t\t\t\t\t'conscous',\r\n\t\t\t\t\t'consious',\r\n\t\t\t\t],\r\n\t\t\t\t'consciously'=>[\r\n\t\t\t\t\t'conciously',\r\n\t\t\t\t\t'consciousally',\r\n\t\t\t\t\t'consciousaly',\r\n\t\t\t\t\t'consciousely',\r\n\t\t\t\t\t'consciouslly',\r\n\t\t\t\t\t'conscously',\r\n\t\t\t\t],\r\n\t\t\t\t'consciousness'=>[\r\n\t\t\t\t\t'conciousness',\r\n\t\t\t\t\t'concsiousness',\r\n\t\t\t\t\t'consciousnes',\r\n\t\t\t\t\t'consciousnesss',\r\n\t\t\t\t\t'consiousness',\r\n\t\t\t\t],\r\n\t\t\t\t'consciousnesses'=>[\r\n\t\t\t\t\t'conciousnesses',\r\n\t\t\t\t\t'concsiousnesses',\r\n\t\t\t\t\t'consiousnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'conscript'=>[\r\n\t\t\t\t\t'concript',\r\n\t\t\t\t\t'concsript',\r\n\t\t\t\t\t'consript',\r\n\t\t\t\t],\r\n\t\t\t\t'conscription'=>[\r\n\t\t\t\t\t'concription',\r\n\t\t\t\t\t'concsription',\r\n\t\t\t\t\t'consription',\r\n\t\t\t\t],\r\n\t\t\t\t'conscriptionist'=>[\r\n\t\t\t\t\t'conscirptionist',\r\n\t\t\t\t],\r\n\t\t\t\t'conscriptionists'=>[\r\n\t\t\t\t\t'conscirptionists',\r\n\t\t\t\t],\r\n\t\t\t\t'conscriptions'=>[\r\n\t\t\t\t\t'concriptions',\r\n\t\t\t\t\t'concsriptions',\r\n\t\t\t\t\t'consriptions',\r\n\t\t\t\t],\r\n\t\t\t\t'consecrate'=>[\r\n\t\t\t\t\t'consacrate',\r\n\t\t\t\t],\r\n\t\t\t\t'consecutive'=>[\r\n\t\t\t\t\t'concecutive',\r\n\t\t\t\t\t'consective',\r\n\t\t\t\t],\r\n\t\t\t\t'consecutively'=>[\r\n\t\t\t\t\t'consecutivly',\r\n\t\t\t\t],\r\n\t\t\t\t'consensual'=>[\r\n\t\t\t\t\t'consensaul',\r\n\t\t\t\t],\r\n\t\t\t\t'consensually'=>[\r\n\t\t\t\t\t'consensaully',\r\n\t\t\t\t],\r\n\t\t\t\t'consensus'=>[\r\n\t\t\t\t\t'concensus',\r\n\t\t\t\t],\r\n\t\t\t\t'consent'=>[\r\n\t\t\t\t\t'consant',\r\n\t\t\t\t\t'conscent',\r\n\t\t\t\t],\r\n\t\t\t\t'consentaneous'=>[\r\n\t\t\t\t\t'consantaneous',\r\n\t\t\t\t],\r\n\t\t\t\t'consentaneously'=>[\r\n\t\t\t\t\t'consantaneously',\r\n\t\t\t\t],\r\n\t\t\t\t'consenting'=>[\r\n\t\t\t\t\t'concent',\r\n\t\t\t\t],\r\n\t\t\t\t'consequence'=>[\r\n\t\t\t\t\t'consequance',\r\n\t\t\t\t\t'consequenee',\r\n\t\t\t\t],\r\n\t\t\t\t'consequent'=>[\r\n\t\t\t\t\t'consequant',\r\n\t\t\t\t],\r\n\t\t\t\t'consequential'=>[\r\n\t\t\t\t\t'consequantial',\r\n\t\t\t\t],\r\n\t\t\t\t'consequentially'=>[\r\n\t\t\t\t\t'consequantially',\r\n\t\t\t\t],\r\n\t\t\t\t'consequently'=>[\r\n\t\t\t\t\t'consequantly',\r\n\t\t\t\t\t'consequentally',\r\n\t\t\t\t\t'consequentaly',\r\n\t\t\t\t\t'consequentely',\r\n\t\t\t\t\t'consequentlly',\r\n\t\t\t\t\t'consquently',\r\n\t\t\t\t],\r\n\t\t\t\t'conservancies'=>[\r\n\t\t\t\t\t'conservanceis',\r\n\t\t\t\t\t'conservancis',\r\n\t\t\t\t],\r\n\t\t\t\t'conservancy'=>[\r\n\t\t\t\t\t'conservansy',\r\n\t\t\t\t],\r\n\t\t\t\t'conservation'=>[\r\n\t\t\t\t\t'conseration',\r\n\t\t\t\t],\r\n\t\t\t\t'conservative'=>[\r\n\t\t\t\t\t'conservitive',\r\n\t\t\t\t],\r\n\t\t\t\t'conservatively'=>[\r\n\t\t\t\t\t'conservativly',\r\n\t\t\t\t],\r\n\t\t\t\t'conservatories'=>[\r\n\t\t\t\t\t'conservatoreis',\r\n\t\t\t\t\t'conservatoris',\r\n\t\t\t\t],\r\n\t\t\t\t'conserve'=>[\r\n\t\t\t\t\t'conservate',\r\n\t\t\t\t],\r\n\t\t\t\t'consider'=>[\r\n\t\t\t\t\t'concider',\r\n\t\t\t\t\t'consdider',\r\n\t\t\t\t],\r\n\t\t\t\t'considerable'=>[\r\n\t\t\t\t\t'considerabel',\r\n\t\t\t\t\t'considerible',\r\n\t\t\t\t],\r\n\t\t\t\t'considerably'=>[\r\n\t\t\t\t\t'considerabally',\r\n\t\t\t\t\t'considerabaly',\r\n\t\t\t\t\t'considerabely',\r\n\t\t\t\t\t'considerablly',\r\n\t\t\t\t],\r\n\t\t\t\t'considerately'=>[\r\n\t\t\t\t\t'consideratly',\r\n\t\t\t\t],\r\n\t\t\t\t'consideration'=>[\r\n\t\t\t\t\t'conideration',\r\n\t\t\t\t],\r\n\t\t\t\t'considerations'=>[\r\n\t\t\t\t\t'considerotions',\r\n\t\t\t\t],\r\n\t\t\t\t'considered'=>[\r\n\t\t\t\t\t'concidered',\r\n\t\t\t\t\t'consdidered',\r\n\t\t\t\t\t'considerated',\r\n\t\t\t\t\t'considerd',\r\n\t\t\t\t],\r\n\t\t\t\t'considers'=>[\r\n\t\t\t\t\t'conciders',\r\n\t\t\t\t],\r\n\t\t\t\t'consigliere'=>[\r\n\t\t\t\t\t'consigleire',\r\n\t\t\t\t\t'consiglire',\r\n\t\t\t\t],\r\n\t\t\t\t'consignment'=>[\r\n\t\t\t\t\t'consigment',\r\n\t\t\t\t\t'consignent',\r\n\t\t\t\t\t'consignmant',\r\n\t\t\t\t],\r\n\t\t\t\t'consignments'=>[\r\n\t\t\t\t\t'consigments',\r\n\t\t\t\t\t'consignents',\r\n\t\t\t\t],\r\n\t\t\t\t'consignor'=>[\r\n\t\t\t\t\t'consignour',\r\n\t\t\t\t],\r\n\t\t\t\t'consignors'=>[\r\n\t\t\t\t\t'consignours',\r\n\t\t\t\t],\r\n\t\t\t\t'consist'=>[\r\n\t\t\t\t\t'conist',\r\n\t\t\t\t],\r\n\t\t\t\t'consistence'=>[\r\n\t\t\t\t\t'consistance',\r\n\t\t\t\t],\r\n\t\t\t\t'consistencies'=>[\r\n\t\t\t\t\t'consistenceis',\r\n\t\t\t\t\t'consistencis',\r\n\t\t\t\t],\r\n\t\t\t\t'consistency'=>[\r\n\t\t\t\t\t'consistancy',\r\n\t\t\t\t\t'consistensy',\r\n\t\t\t\t],\r\n\t\t\t\t'consistent'=>[\r\n\t\t\t\t\t'consistant',\r\n\t\t\t\t\t'constitent',\r\n\t\t\t\t],\r\n\t\t\t\t'consistently'=>[\r\n\t\t\t\t\t'consistantly',\r\n\t\t\t\t\t'consistantly', 'consitently',\r\n\t\t\t\t\t'consitently',\r\n\t\t\t\t],\r\n\t\t\t\t'consolidate'=>[\r\n\t\t\t\t\t'consolodate',\r\n\t\t\t\t],\r\n\t\t\t\t'consolidated'=>[\r\n\t\t\t\t\t'consolodated',\r\n\t\t\t\t],\r\n\t\t\t\t'consomme'=>[\r\n\t\t\t\t\t'consomne',\r\n\t\t\t\t],\r\n\t\t\t\t'consonance'=>[\r\n\t\t\t\t\t'consonence',\r\n\t\t\t\t],\r\n\t\t\t\t'consonancy'=>[\r\n\t\t\t\t\t'consonansy',\r\n\t\t\t\t],\r\n\t\t\t\t'consonant'=>[\r\n\t\t\t\t\t'consonent',\r\n\t\t\t\t],\r\n\t\t\t\t'consonantal'=>[\r\n\t\t\t\t\t'consonental',\r\n\t\t\t\t],\r\n\t\t\t\t'consonants'=>[\r\n\t\t\t\t\t'consonents',\r\n\t\t\t\t],\r\n\t\t\t\t'consortium'=>[\r\n\t\t\t\t\t'consorcium',\r\n\t\t\t\t],\r\n\t\t\t\t'conspicuities'=>[\r\n\t\t\t\t\t'conspicuiteis',\r\n\t\t\t\t\t'conspicuitis',\r\n\t\t\t\t],\r\n\t\t\t\t'conspicuous'=>[\r\n\t\t\t\t\t'conspicious',\r\n\t\t\t\t\t'conspicous',\r\n\t\t\t\t],\r\n\t\t\t\t'conspicuously'=>[\r\n\t\t\t\t\t'conspicously',\r\n\t\t\t\t\t'conspicuousally',\r\n\t\t\t\t\t'conspicuousaly',\r\n\t\t\t\t\t'conspicuousely',\r\n\t\t\t\t\t'conspicuouslly',\r\n\t\t\t\t],\r\n\t\t\t\t'conspicuousness'=>[\r\n\t\t\t\t\t'conspicousness',\r\n\t\t\t\t],\r\n\t\t\t\t'conspiracy'=>[\r\n\t\t\t\t\t'conspirasy',\r\n\t\t\t\t],\r\n\t\t\t\t'constable'=>[\r\n\t\t\t\t\t'constible',\r\n\t\t\t\t],\r\n\t\t\t\t'constabularies'=>[\r\n\t\t\t\t\t'constabulareis',\r\n\t\t\t\t\t'constabularis',\r\n\t\t\t\t],\r\n\t\t\t\t'constabulary'=>[\r\n\t\t\t\t\t'constabulery',\r\n\t\t\t\t],\r\n\t\t\t\t'constancy'=>[\r\n\t\t\t\t\t'constansy',\r\n\t\t\t\t],\r\n\t\t\t\t'constant'=>[\r\n\t\t\t\t\t'constatn',\r\n\t\t\t\t\t'constent',\r\n\t\t\t\t],\r\n\t\t\t\t'constantly'=>[\r\n\t\t\t\t\t'constanly',\r\n\t\t\t\t],\r\n\t\t\t\t'constellation'=>[\r\n\t\t\t\t\t'constelation',\r\n\t\t\t\t],\r\n\t\t\t\t'constituencies'=>[\r\n\t\t\t\t\t'consituencies',\r\n\t\t\t\t\t'constituenceis',\r\n\t\t\t\t\t'constituencis',\r\n\t\t\t\t],\r\n\t\t\t\t'constituency'=>[\r\n\t\t\t\t\t'consituency',\r\n\t\t\t\t\t'constitency',\r\n\t\t\t\t\t'constituensy',\r\n\t\t\t\t],\r\n\t\t\t\t'constituent'=>[\r\n\t\t\t\t\t'constitent',\r\n\t\t\t\t\t'constitent', 'constituint', 'constitutent',\r\n\t\t\t\t\t'constituant',\r\n\t\t\t\t\t'constituint',\r\n\t\t\t\t],\r\n\t\t\t\t'constituents'=>[\r\n\t\t\t\t\t'constitents', 'constituints', 'constitutents',\r\n\t\t\t\t\t'constituants',\r\n\t\t\t\t],\r\n\t\t\t\t'constitute'=>[\r\n\t\t\t\t\t'constititute',\r\n\t\t\t\t],\r\n\t\t\t\t'constitution'=>[\r\n\t\t\t\t\t'consitution',\r\n\t\t\t\t\t'constititution',\r\n\t\t\t\t\t'constituion',\r\n\t\t\t\t\t'costitution',\r\n\t\t\t\t],\r\n\t\t\t\t'constitutional'=>[\r\n\t\t\t\t\t'consitutional',\r\n\t\t\t\t\t'constituional',\r\n\t\t\t\t],\r\n\t\t\t\t'constitutionalist'=>[\r\n\t\t\t\t\t'constitutionaIist',\r\n\t\t\t\t],\r\n\t\t\t\t'constitutionalists'=>[\r\n\t\t\t\t\t'constitutionaIists',\r\n\t\t\t\t],\r\n\t\t\t\t'constitutively'=>[\r\n\t\t\t\t\t'constitutivly',\r\n\t\t\t\t],\r\n\t\t\t\t'constraining'=>[\r\n\t\t\t\t\t'constrainang',\r\n\t\t\t\t],\r\n\t\t\t\t'constraints'=>[\r\n\t\t\t\t\t'constaints',\r\n\t\t\t\t],\r\n\t\t\t\t'constructible'=>[\r\n\t\t\t\t\t'constructable',\r\n\t\t\t\t],\r\n\t\t\t\t'construction'=>[\r\n\t\t\t\t\t'constuction',\r\n\t\t\t\t],\r\n\t\t\t\t'constructively'=>[\r\n\t\t\t\t\t'constructivly',\r\n\t\t\t\t],\r\n\t\t\t\t'consubstantial'=>[\r\n\t\t\t\t\t'consubstential',\r\n\t\t\t\t],\r\n\t\t\t\t'consuetudinary'=>[\r\n\t\t\t\t\t'consuetudinery',\r\n\t\t\t\t],\r\n\t\t\t\t'consul'=>[\r\n\t\t\t\t\t'consel',\r\n\t\t\t\t],\r\n\t\t\t\t'consultancies'=>[\r\n\t\t\t\t\t'consultanceis',\r\n\t\t\t\t\t'consultancis',\r\n\t\t\t\t],\r\n\t\t\t\t'consultancy'=>[\r\n\t\t\t\t\t'consultansy',\r\n\t\t\t\t],\r\n\t\t\t\t'consultant'=>[\r\n\t\t\t\t\t'consultent',\r\n\t\t\t\t],\r\n\t\t\t\t'consultantship'=>[\r\n\t\t\t\t\t'consultentship',\r\n\t\t\t\t],\r\n\t\t\t\t'consultantships'=>[\r\n\t\t\t\t\t'consultentships',\r\n\t\t\t\t],\r\n\t\t\t\t'consumable'=>[\r\n\t\t\t\t\t'consumible',\r\n\t\t\t\t],\r\n\t\t\t\t'consumedly'=>[\r\n\t\t\t\t\t'consumedally',\r\n\t\t\t\t\t'consumedaly',\r\n\t\t\t\t\t'consumedely',\r\n\t\t\t\t\t'consumedlly',\r\n\t\t\t\t],\r\n\t\t\t\t'consummate'=>[\r\n\t\t\t\t\t'consumate',\r\n\t\t\t\t\t'consumnate',\r\n\t\t\t\t],\r\n\t\t\t\t'consummated'=>[\r\n\t\t\t\t\t'consumated',\r\n\t\t\t\t],\r\n\t\t\t\t'consummately'=>[\r\n\t\t\t\t\t'consummatly',\r\n\t\t\t\t],\r\n\t\t\t\t'consummation'=>[\r\n\t\t\t\t\t'consumnation',\r\n\t\t\t\t],\r\n\t\t\t\t'consummations'=>[\r\n\t\t\t\t\t'consumnations',\r\n\t\t\t\t],\r\n\t\t\t\t'consumptively'=>[\r\n\t\t\t\t\t'consumptivly',\r\n\t\t\t\t],\r\n\t\t\t\t'contact'=>[\r\n\t\t\t\t\t'cotact',\r\n\t\t\t\t],\r\n\t\t\t\t'contagious'=>[\r\n\t\t\t\t\t'contageous',\r\n\t\t\t\t\t'contagous',\r\n\t\t\t\t],\r\n\t\t\t\t'contagiously'=>[\r\n\t\t\t\t\t'contagously',\r\n\t\t\t\t],\r\n\t\t\t\t'contagiousness'=>[\r\n\t\t\t\t\t'contagiousnes',\r\n\t\t\t\t],\r\n\t\t\t\t'contain'=>[\r\n\t\t\t\t\t'countain',\r\n\t\t\t\t],\r\n\t\t\t\t'contained'=>[\r\n\t\t\t\t\t'containned',\r\n\t\t\t\t],\r\n\t\t\t\t'container'=>[\r\n\t\t\t\t\t'containir',\r\n\t\t\t\t],\r\n\t\t\t\t'containerboard'=>[\r\n\t\t\t\t\t'containirboard',\r\n\t\t\t\t],\r\n\t\t\t\t'containerboards'=>[\r\n\t\t\t\t\t'containirboards',\r\n\t\t\t\t],\r\n\t\t\t\t'containerising'=>[\r\n\t\t\t\t\t'containirising',\r\n\t\t\t\t],\r\n\t\t\t\t'containerize'=>[\r\n\t\t\t\t\t'containirize',\r\n\t\t\t\t],\r\n\t\t\t\t'containerizing'=>[\r\n\t\t\t\t\t'containirizing',\r\n\t\t\t\t],\r\n\t\t\t\t'containerport'=>[\r\n\t\t\t\t\t'containirport',\r\n\t\t\t\t],\r\n\t\t\t\t'containerports'=>[\r\n\t\t\t\t\t'containirports',\r\n\t\t\t\t],\r\n\t\t\t\t'containerships'=>[\r\n\t\t\t\t\t'containirships',\r\n\t\t\t\t],\r\n\t\t\t\t'containment'=>[\r\n\t\t\t\t\t'contaiment',\r\n\t\t\t\t\t'containent',\r\n\t\t\t\t\t'containmant',\r\n\t\t\t\t],\r\n\t\t\t\t'containments'=>[\r\n\t\t\t\t\t'contaiments',\r\n\t\t\t\t\t'containents',\r\n\t\t\t\t],\r\n\t\t\t\t'contains'=>[\r\n\t\t\t\t\t'containes',\r\n\t\t\t\t],\r\n\t\t\t\t'contaminant'=>[\r\n\t\t\t\t\t'contaminent',\r\n\t\t\t\t\t'contaminint',\r\n\t\t\t\t],\r\n\t\t\t\t'contaminate'=>[\r\n\t\t\t\t\t'contaiminate',\r\n\t\t\t\t\t'contaminite',\r\n\t\t\t\t],\r\n\t\t\t\t'contamination'=>[\r\n\t\t\t\t\t'contaminition',\r\n\t\t\t\t],\r\n\t\t\t\t'contemnor'=>[\r\n\t\t\t\t\t'contemnour',\r\n\t\t\t\t],\r\n\t\t\t\t'contemnors'=>[\r\n\t\t\t\t\t'contemnours',\r\n\t\t\t\t],\r\n\t\t\t\t'contemplatively'=>[\r\n\t\t\t\t\t'contemplativeally',\r\n\t\t\t\t\t'contemplativealy',\r\n\t\t\t\t\t'contemplativeely',\r\n\t\t\t\t\t'contemplativelly',\r\n\t\t\t\t\t'contemplativly',\r\n\t\t\t\t],\r\n\t\t\t\t'contemporaneity'=>[\r\n\t\t\t\t\t'contemporaniety',\r\n\t\t\t\t],\r\n\t\t\t\t'contemporaneous'=>[\r\n\t\t\t\t\t'contemporaneus',\r\n\t\t\t\t],\r\n\t\t\t\t'contemporaries'=>[\r\n\t\t\t\t\t'contamporaries',\r\n\t\t\t\t\t'contemporareis',\r\n\t\t\t\t\t'contemporaris',\r\n\t\t\t\t],\r\n\t\t\t\t'contemporary'=>[\r\n\t\t\t\t\t'contamporary',\r\n\t\t\t\t\t'contemporery',\r\n\t\t\t\t\t'contempory',\r\n\t\t\t\t\t'contemprary',\r\n\t\t\t\t],\r\n\t\t\t\t'contemptible'=>[\r\n\t\t\t\t\t'contemptable',\r\n\t\t\t\t],\r\n\t\t\t\t'contemptibly'=>[\r\n\t\t\t\t\t'contemptibally',\r\n\t\t\t\t\t'contemptibaly',\r\n\t\t\t\t\t'contemptibely',\r\n\t\t\t\t\t'contemptiblly',\r\n\t\t\t\t],\r\n\t\t\t\t'contemptuous'=>[\r\n\t\t\t\t\t'contemptous',\r\n\t\t\t\t],\r\n\t\t\t\t'contemptuously'=>[\r\n\t\t\t\t\t'contemptously',\r\n\t\t\t\t\t'contemptuousally',\r\n\t\t\t\t\t'contemptuousaly',\r\n\t\t\t\t\t'contemptuousely',\r\n\t\t\t\t\t'contemptuouslly',\r\n\t\t\t\t],\r\n\t\t\t\t'content'=>[\r\n\t\t\t\t\t'contant',\r\n\t\t\t\t],\r\n\t\t\t\t'contentednesses'=>[\r\n\t\t\t\t\t'contantednesses',\r\n\t\t\t\t],\r\n\t\t\t\t'contention'=>[\r\n\t\t\t\t\t'contantion',\r\n\t\t\t\t\t'contension',\r\n\t\t\t\t],\r\n\t\t\t\t'contentious'=>[\r\n\t\t\t\t\t'contantious',\r\n\t\t\t\t\t'contentous',\r\n\t\t\t\t],\r\n\t\t\t\t'contentiously'=>[\r\n\t\t\t\t\t'contentiousally',\r\n\t\t\t\t\t'contentiousaly',\r\n\t\t\t\t\t'contentiousely',\r\n\t\t\t\t\t'contentiouslly',\r\n\t\t\t\t\t'contentously',\r\n\t\t\t\t],\r\n\t\t\t\t'contentiousness'=>[\r\n\t\t\t\t\t'contantiousness',\r\n\t\t\t\t],\r\n\t\t\t\t'contentment'=>[\r\n\t\t\t\t\t'contentmant',\r\n\t\t\t\t],\r\n\t\t\t\t'conterminously'=>[\r\n\t\t\t\t\t'conterminousally',\r\n\t\t\t\t\t'conterminousaly',\r\n\t\t\t\t\t'conterminousely',\r\n\t\t\t\t\t'conterminouslly',\r\n\t\t\t\t],\r\n\t\t\t\t'contestant'=>[\r\n\t\t\t\t\t'contestent',\r\n\t\t\t\t],\r\n\t\t\t\t'contextual'=>[\r\n\t\t\t\t\t'contextaul',\r\n\t\t\t\t],\r\n\t\t\t\t'contextualize'=>[\r\n\t\t\t\t\t'contextaulize',\r\n\t\t\t\t],\r\n\t\t\t\t'contextualized'=>[\r\n\t\t\t\t\t'contextaulized',\r\n\t\t\t\t],\r\n\t\t\t\t'contextualizes'=>[\r\n\t\t\t\t\t'contextaulizes',\r\n\t\t\t\t],\r\n\t\t\t\t'contextualizing'=>[\r\n\t\t\t\t\t'contextaulizing',\r\n\t\t\t\t],\r\n\t\t\t\t'contextually'=>[\r\n\t\t\t\t\t'contextaully',\r\n\t\t\t\t],\r\n\t\t\t\t'contiguous'=>[\r\n\t\t\t\t\t'contigous',\r\n\t\t\t\t],\r\n\t\t\t\t'contiguously'=>[\r\n\t\t\t\t\t'contigously',\r\n\t\t\t\t],\r\n\t\t\t\t'contiguousness'=>[\r\n\t\t\t\t\t'contigousness',\r\n\t\t\t\t\t'contiguousnes',\r\n\t\t\t\t],\r\n\t\t\t\t'continence'=>[\r\n\t\t\t\t\t'continance',\r\n\t\t\t\t\t'continince',\r\n\t\t\t\t],\r\n\t\t\t\t'continent'=>[\r\n\t\t\t\t\t'continant',\r\n\t\t\t\t\t'continint',\r\n\t\t\t\t],\r\n\t\t\t\t'continental'=>[\r\n\t\t\t\t\t'continantal',\r\n\t\t\t\t\t'continential',\r\n\t\t\t\t\t'continintal',\r\n\t\t\t\t],\r\n\t\t\t\t'contingence'=>[\r\n\t\t\t\t\t'contingance',\r\n\t\t\t\t],\r\n\t\t\t\t'contingencies'=>[\r\n\t\t\t\t\t'contingenceis',\r\n\t\t\t\t\t'contingencis',\r\n\t\t\t\t],\r\n\t\t\t\t'contingency'=>[\r\n\t\t\t\t\t'contingensy',\r\n\t\t\t\t],\r\n\t\t\t\t'contingent'=>[\r\n\t\t\t\t\t'contigent',\r\n\t\t\t\t\t'contingant',\r\n\t\t\t\t],\r\n\t\t\t\t'continua'=>[\r\n\t\t\t\t\t'continau',\r\n\t\t\t\t],\r\n\t\t\t\t'continual'=>[\r\n\t\t\t\t\t'continaul',\r\n\t\t\t\t],\r\n\t\t\t\t'continuance'=>[\r\n\t\t\t\t\t'continaunce',\r\n\t\t\t\t\t'continuence',\r\n\t\t\t\t],\r\n\t\t\t\t'continuances'=>[\r\n\t\t\t\t\t'continaunces',\r\n\t\t\t\t],\r\n\t\t\t\t'continuant'=>[\r\n\t\t\t\t\t'continaunt',\r\n\t\t\t\t\t'continuent',\r\n\t\t\t\t],\r\n\t\t\t\t'continuation'=>[\r\n\t\t\t\t\t'continaution',\r\n\t\t\t\t],\r\n\t\t\t\t'continuations'=>[\r\n\t\t\t\t\t'continautions',\r\n\t\t\t\t],\r\n\t\t\t\t'continuative'=>[\r\n\t\t\t\t\t'continautive',\r\n\t\t\t\t],\r\n\t\t\t\t'continuator'=>[\r\n\t\t\t\t\t'continautor',\r\n\t\t\t\t],\r\n\t\t\t\t'continuators'=>[\r\n\t\t\t\t\t'continautors',\r\n\t\t\t\t],\r\n\t\t\t\t'continued'=>[\r\n\t\t\t\t\t'continiued',\r\n\t\t\t\t\t'contiued',\r\n\t\t\t\t],\r\n\t\t\t\t'continues'=>[\r\n\t\t\t\t\t'contiues',\r\n\t\t\t\t],\r\n\t\t\t\t'continuing'=>[\r\n\t\t\t\t\t'continueing',\r\n\t\t\t\t],\r\n\t\t\t\t'continuity'=>[\r\n\t\t\t\t\t'continuty',\r\n\t\t\t\t],\r\n\t\t\t\t'continuo'=>[\r\n\t\t\t\t\t'contino',\r\n\t\t\t\t],\r\n\t\t\t\t'continuos'=>[\r\n\t\t\t\t\t'continos',\r\n\t\t\t\t],\r\n\t\t\t\t'continuous'=>[\r\n\t\t\t\t\t'continious',\r\n\t\t\t\t\t'continous',\r\n\t\t\t\t\t'continuos',\r\n\t\t\t\t\t'contious',\r\n\t\t\t\t],\r\n\t\t\t\t'continuously'=>[\r\n\t\t\t\t\t'continously',\r\n\t\t\t\t],\r\n\t\t\t\t'continuousness'=>[\r\n\t\t\t\t\t'continousness',\r\n\t\t\t\t\t'continuousnes',\r\n\t\t\t\t],\r\n\t\t\t\t'continuum'=>[\r\n\t\t\t\t\t'continum',\r\n\t\t\t\t],\r\n\t\t\t\t'contrabassists'=>[\r\n\t\t\t\t\t'contrabasists',\r\n\t\t\t\t],\r\n\t\t\t\t'contrabassoon'=>[\r\n\t\t\t\t\t'contrabasoon',\r\n\t\t\t\t],\r\n\t\t\t\t'contrabassoons'=>[\r\n\t\t\t\t\t'contrabasoons',\r\n\t\t\t\t],\r\n\t\t\t\t'contractible'=>[\r\n\t\t\t\t\t'contractable',\r\n\t\t\t\t],\r\n\t\t\t\t'contractilities'=>[\r\n\t\t\t\t\t'contractiliteis',\r\n\t\t\t\t\t'contractilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'contractionary'=>[\r\n\t\t\t\t\t'contractionery',\r\n\t\t\t\t],\r\n\t\t\t\t'contractor'=>[\r\n\t\t\t\t\t'contracter',\r\n\t\t\t\t],\r\n\t\t\t\t'contractual'=>[\r\n\t\t\t\t\t'contractaul',\r\n\t\t\t\t\t'contractural',\r\n\t\t\t\t],\r\n\t\t\t\t'contractually'=>[\r\n\t\t\t\t\t'contractaully',\r\n\t\t\t\t],\r\n\t\t\t\t'contradanzas'=>[\r\n\t\t\t\t\t'contradances',\r\n\t\t\t\t],\r\n\t\t\t\t'contradictable'=>[\r\n\t\t\t\t\t'contradictible',\r\n\t\t\t\t],\r\n\t\t\t\t'contradictious'=>[\r\n\t\t\t\t\t'contradictous',\r\n\t\t\t\t],\r\n\t\t\t\t'contradictories'=>[\r\n\t\t\t\t\t'contradictoreis',\r\n\t\t\t\t\t'contradictoris',\r\n\t\t\t\t],\r\n\t\t\t\t'contrapuntally'=>[\r\n\t\t\t\t\t'contrapuntalally',\r\n\t\t\t\t\t'contrapuntalaly',\r\n\t\t\t\t\t'contrapuntalely',\r\n\t\t\t\t\t'contrapuntallly',\r\n\t\t\t\t],\r\n\t\t\t\t'contrarian'=>[\r\n\t\t\t\t\t'contraran',\r\n\t\t\t\t],\r\n\t\t\t\t'contrarieties'=>[\r\n\t\t\t\t\t'contrarieteis',\r\n\t\t\t\t\t'contrarietis',\r\n\t\t\t\t],\r\n\t\t\t\t'contrariety'=>[\r\n\t\t\t\t\t'contrareity',\r\n\t\t\t\t\t'contrarity',\r\n\t\t\t\t],\r\n\t\t\t\t'contrarinesses'=>[\r\n\t\t\t\t\t'contrarineses',\r\n\t\t\t\t\t'contrarinisses',\r\n\t\t\t\t],\r\n\t\t\t\t'contrarious'=>[\r\n\t\t\t\t\t'contrarous',\r\n\t\t\t\t],\r\n\t\t\t\t'contrary'=>[\r\n\t\t\t\t\t'contrery',\r\n\t\t\t\t],\r\n\t\t\t\t'contrastively'=>[\r\n\t\t\t\t\t'contrastivly',\r\n\t\t\t\t],\r\n\t\t\t\t'contravened'=>[\r\n\t\t\t\t\t'contravend',\r\n\t\t\t\t],\r\n\t\t\t\t'contravention'=>[\r\n\t\t\t\t\t'contravantion',\r\n\t\t\t\t],\r\n\t\t\t\t'contraventions'=>[\r\n\t\t\t\t\t'contravantions',\r\n\t\t\t\t],\r\n\t\t\t\t'contredanse'=>[\r\n\t\t\t\t\t'contredance',\r\n\t\t\t\t],\r\n\t\t\t\t'contributively'=>[\r\n\t\t\t\t\t'contributivly',\r\n\t\t\t\t],\r\n\t\t\t\t'contributor'=>[\r\n\t\t\t\t\t'contributer',\r\n\t\t\t\t],\r\n\t\t\t\t'contributors'=>[\r\n\t\t\t\t\t'contributers',\r\n\t\t\t\t],\r\n\t\t\t\t'contributory'=>[\r\n\t\t\t\t\t'contributery',\r\n\t\t\t\t],\r\n\t\t\t\t'contritely'=>[\r\n\t\t\t\t\t'contrately',\r\n\t\t\t\t\t'contritly',\r\n\t\t\t\t],\r\n\t\t\t\t'contritenesses'=>[\r\n\t\t\t\t\t'contriteneses',\r\n\t\t\t\t],\r\n\t\t\t\t'contrivance'=>[\r\n\t\t\t\t\t'contrivence',\r\n\t\t\t\t],\r\n\t\t\t\t'control'=>[\r\n\t\t\t\t\t'controll',\r\n\t\t\t\t],\r\n\t\t\t\t'controlled'=>[\r\n\t\t\t\t\t'contolled',\r\n\t\t\t\t\t'controled',\r\n\t\t\t\t],\r\n\t\t\t\t'controller'=>[\r\n\t\t\t\t\t'controler',\r\n\t\t\t\t],\r\n\t\t\t\t'controlling'=>[\r\n\t\t\t\t\t'controling',\r\n\t\t\t\t],\r\n\t\t\t\t'controls'=>[\r\n\t\t\t\t\t'controlls',\r\n\t\t\t\t],\r\n\t\t\t\t'controversial'=>[\r\n\t\t\t\t\t'contravercial',\r\n\t\t\t\t\t'contraversial',\r\n\t\t\t\t\t'controvercial',\r\n\t\t\t\t\t'controversal',\r\n\t\t\t\t\t'controvertial',\r\n\t\t\t\t],\r\n\t\t\t\t'controversies'=>[\r\n\t\t\t\t\t'controveries',\r\n\t\t\t\t\t'controverseis',\r\n\t\t\t\t\t'controversis',\r\n\t\t\t\t],\r\n\t\t\t\t'controversy'=>[\r\n\t\t\t\t\t'contraversy',\r\n\t\t\t\t\t'controvercy',\r\n\t\t\t\t\t'controversey',\r\n\t\t\t\t\t'controvery',\r\n\t\t\t\t],\r\n\t\t\t\t'controvertible'=>[\r\n\t\t\t\t\t'controvertable',\r\n\t\t\t\t],\r\n\t\t\t\t'contumacious'=>[\r\n\t\t\t\t\t'contumacous',\r\n\t\t\t\t],\r\n\t\t\t\t'contumaciously'=>[\r\n\t\t\t\t\t'contumaciousally',\r\n\t\t\t\t\t'contumaciousaly',\r\n\t\t\t\t\t'contumaciousely',\r\n\t\t\t\t\t'contumaciouslly',\r\n\t\t\t\t\t'contumacously',\r\n\t\t\t\t],\r\n\t\t\t\t'contumacy'=>[\r\n\t\t\t\t\t'contumasy',\r\n\t\t\t\t],\r\n\t\t\t\t'contumelious'=>[\r\n\t\t\t\t\t'contumelous',\r\n\t\t\t\t],\r\n\t\t\t\t'contumeliously'=>[\r\n\t\t\t\t\t'contumeliousally',\r\n\t\t\t\t\t'contumeliousaly',\r\n\t\t\t\t\t'contumeliousely',\r\n\t\t\t\t\t'contumeliouslly',\r\n\t\t\t\t\t'contumelously',\r\n\t\t\t\t],\r\n\t\t\t\t'contumely'=>[\r\n\t\t\t\t\t'contumeally',\r\n\t\t\t\t\t'contumealy',\r\n\t\t\t\t\t'contumeely',\r\n\t\t\t\t\t'contumelly',\r\n\t\t\t\t\t'contumly',\r\n\t\t\t\t],\r\n\t\t\t\t'contusing'=>[\r\n\t\t\t\t\t'contuisng',\r\n\t\t\t\t],\r\n\t\t\t\t'contusion'=>[\r\n\t\t\t\t\t'contuison',\r\n\t\t\t\t],\r\n\t\t\t\t'contusions'=>[\r\n\t\t\t\t\t'contuisons',\r\n\t\t\t\t],\r\n\t\t\t\t'contusive'=>[\r\n\t\t\t\t\t'contuisve',\r\n\t\t\t\t],\r\n\t\t\t\t'convalesce'=>[\r\n\t\t\t\t\t'convalece',\r\n\t\t\t\t\t'convalecse',\r\n\t\t\t\t\t'convalese',\r\n\t\t\t\t],\r\n\t\t\t\t'convalescence'=>[\r\n\t\t\t\t\t'convalecence',\r\n\t\t\t\t\t'convalecsence',\r\n\t\t\t\t\t'convalescance',\r\n\t\t\t\t\t'convalesence',\r\n\t\t\t\t],\r\n\t\t\t\t'convalescences'=>[\r\n\t\t\t\t\t'convalecences',\r\n\t\t\t\t\t'convalecsences',\r\n\t\t\t\t\t'convalesences',\r\n\t\t\t\t],\r\n\t\t\t\t'convalescents'=>[\r\n\t\t\t\t\t'convalecents',\r\n\t\t\t\t\t'convalecsents',\r\n\t\t\t\t\t'convalesents',\r\n\t\t\t\t],\r\n\t\t\t\t'convened'=>[\r\n\t\t\t\t\t'convend',\r\n\t\t\t\t],\r\n\t\t\t\t'convenience'=>[\r\n\t\t\t\t\t'conveneince',\r\n\t\t\t\t\t'conveniance',\r\n\t\t\t\t\t'convenince',\r\n\t\t\t\t],\r\n\t\t\t\t'conveniencies'=>[\r\n\t\t\t\t\t'convenienceis',\r\n\t\t\t\t\t'conveniencis',\r\n\t\t\t\t],\r\n\t\t\t\t'conveniency'=>[\r\n\t\t\t\t\t'conveneincy',\r\n\t\t\t\t\t'conveniensy',\r\n\t\t\t\t\t'convenincy',\r\n\t\t\t\t],\r\n\t\t\t\t'convenient'=>[\r\n\t\t\t\t\t'conveinent',\r\n\t\t\t\t\t'conveneint',\r\n\t\t\t\t\t'conveniant',\r\n\t\t\t\t\t'convenint',\r\n\t\t\t\t\t'convienient',\r\n\t\t\t\t\t'convinient',\r\n\t\t\t\t],\r\n\t\t\t\t'convenor'=>[\r\n\t\t\t\t\t'convenour',\r\n\t\t\t\t],\r\n\t\t\t\t'convenors'=>[\r\n\t\t\t\t\t'convenours',\r\n\t\t\t\t],\r\n\t\t\t\t'convent'=>[\r\n\t\t\t\t\t'convant',\r\n\t\t\t\t],\r\n\t\t\t\t'convention'=>[\r\n\t\t\t\t\t'convantion',\r\n\t\t\t\t],\r\n\t\t\t\t'conventional'=>[\r\n\t\t\t\t\t'convantional',\r\n\t\t\t\t\t'convential',\r\n\t\t\t\t\t'convetional',\r\n\t\t\t\t],\r\n\t\t\t\t'conventionalism'=>[\r\n\t\t\t\t\t'convantionalism',\r\n\t\t\t\t],\r\n\t\t\t\t'conventionalist'=>[\r\n\t\t\t\t\t'convantionalist',\r\n\t\t\t\t],\r\n\t\t\t\t'conventionality'=>[\r\n\t\t\t\t\t'convantionality',\r\n\t\t\t\t],\r\n\t\t\t\t'conventionalize'=>[\r\n\t\t\t\t\t'convantionalize',\r\n\t\t\t\t],\r\n\t\t\t\t'conventionally'=>[\r\n\t\t\t\t\t'conventionalally',\r\n\t\t\t\t\t'conventionalaly',\r\n\t\t\t\t\t'conventionalely',\r\n\t\t\t\t\t'conventionallly',\r\n\t\t\t\t\t'conventionaly',\r\n\t\t\t\t],\r\n\t\t\t\t'conventioneer'=>[\r\n\t\t\t\t\t'convantioneer',\r\n\t\t\t\t],\r\n\t\t\t\t'conventual'=>[\r\n\t\t\t\t\t'conventaul',\r\n\t\t\t\t],\r\n\t\t\t\t'conventually'=>[\r\n\t\t\t\t\t'conventaully',\r\n\t\t\t\t],\r\n\t\t\t\t'convergence'=>[\r\n\t\t\t\t\t'convergance',\r\n\t\t\t\t],\r\n\t\t\t\t'convergencies'=>[\r\n\t\t\t\t\t'convergenceis',\r\n\t\t\t\t\t'convergencis',\r\n\t\t\t\t],\r\n\t\t\t\t'convergency'=>[\r\n\t\t\t\t\t'convergensy',\r\n\t\t\t\t],\r\n\t\t\t\t'convergent'=>[\r\n\t\t\t\t\t'convergant',\r\n\t\t\t\t],\r\n\t\t\t\t'conversance'=>[\r\n\t\t\t\t\t'conversence',\r\n\t\t\t\t],\r\n\t\t\t\t'conversancies'=>[\r\n\t\t\t\t\t'conversanceis',\r\n\t\t\t\t\t'conversancis',\r\n\t\t\t\t],\r\n\t\t\t\t'conversancy'=>[\r\n\t\t\t\t\t'conversansy',\r\n\t\t\t\t],\r\n\t\t\t\t'conversant'=>[\r\n\t\t\t\t\t'conversent',\r\n\t\t\t\t],\r\n\t\t\t\t'conversation'=>[\r\n\t\t\t\t\t'convesation',\r\n\t\t\t\t],\r\n\t\t\t\t'converse'=>[\r\n\t\t\t\t\t'conversate',\r\n\t\t\t\t],\r\n\t\t\t\t'conversely'=>[\r\n\t\t\t\t\t'conversley',\r\n\t\t\t\t\t'conversly',\r\n\t\t\t\t],\r\n\t\t\t\t'conversion'=>[\r\n\t\t\t\t\t'convertion',\r\n\t\t\t\t],\r\n\t\t\t\t'converted'=>[\r\n\t\t\t\t\t'coverted',\r\n\t\t\t\t],\r\n\t\t\t\t'converter'=>[\r\n\t\t\t\t\t'convertor',\r\n\t\t\t\t\t'oonvertetr',\r\n\t\t\t\t],\r\n\t\t\t\t'converters'=>[\r\n\t\t\t\t\t'convertors',\r\n\t\t\t\t\t'oonverters',\r\n\t\t\t\t],\r\n\t\t\t\t'convertible'=>[\r\n\t\t\t\t\t'convertable',\r\n\t\t\t\t],\r\n\t\t\t\t'convexly'=>[\r\n\t\t\t\t\t'convexally',\r\n\t\t\t\t\t'convexaly',\r\n\t\t\t\t\t'convexely',\r\n\t\t\t\t\t'convexlly',\r\n\t\t\t\t],\r\n\t\t\t\t'conveyance'=>[\r\n\t\t\t\t\t'conveyence',\r\n\t\t\t\t],\r\n\t\t\t\t'convincingness'=>[\r\n\t\t\t\t\t'convincingnes',\r\n\t\t\t\t],\r\n\t\t\t\t'convivialities'=>[\r\n\t\t\t\t\t'convivialiteis',\r\n\t\t\t\t\t'convivialitis',\r\n\t\t\t\t],\r\n\t\t\t\t'convulsant'=>[\r\n\t\t\t\t\t'convulsent',\r\n\t\t\t\t],\r\n\t\t\t\t'convulsionary'=>[\r\n\t\t\t\t\t'convulsionery',\r\n\t\t\t\t],\r\n\t\t\t\t'convulsively'=>[\r\n\t\t\t\t\t'convulsivly',\r\n\t\t\t\t],\r\n\t\t\t\t'convulsiveness'=>[\r\n\t\t\t\t\t'convulsivenes',\r\n\t\t\t\t],\r\n\t\t\t\t'cookie'=>[\r\n\t\t\t\t\t'cookei',\r\n\t\t\t\t\t'cooki',\r\n\t\t\t\t],\r\n\t\t\t\t'coolant'=>[\r\n\t\t\t\t\t'coolent',\r\n\t\t\t\t],\r\n\t\t\t\t'coolie'=>[\r\n\t\t\t\t\t'coolei',\r\n\t\t\t\t\t'cooli',\r\n\t\t\t\t],\r\n\t\t\t\t'coolly'=>[\r\n\t\t\t\t\t'cooly',\r\n\t\t\t\t],\r\n\t\t\t\t'cooly'=>[\r\n\t\t\t\t\t'cooally',\r\n\t\t\t\t\t'cooaly',\r\n\t\t\t\t\t'coolly',\r\n\t\t\t\t],\r\n\t\t\t\t'cooperate'=>[\r\n\t\t\t\t\t'co- operate',\r\n\t\t\t\t\t'co- operated',\r\n\t\t\t\t\t'co- oporate',\r\n\t\t\t\t\t'co- oporated',\r\n\t\t\t\t\t'co-operate',\r\n\t\t\t\t\t'co-operated',\r\n\t\t\t\t\t'co-oporate',\r\n\t\t\t\t\t'co-oporated',\r\n\t\t\t\t],\r\n\t\t\t\t'cooperation'=>[\r\n\t\t\t\t\t'co- operation',\r\n\t\t\t\t\t'co- oporation',\r\n\t\t\t\t\t'co-opera-tion',\r\n\t\t\t\t\t'co-opera-ton',\r\n\t\t\t\t\t'co-operation',\r\n\t\t\t\t\t'co-operaton',\r\n\t\t\t\t\t'co-oporation',\r\n\t\t\t\t\t'co-oporaton',\r\n\t\t\t\t\t'cooperaton',\r\n\t\t\t\t\t'coorperation',\r\n\t\t\t\t],\r\n\t\t\t\t'cooperationism'=>[\r\n\t\t\t\t\t'co-operationism',\r\n\t\t\t\t],\r\n\t\t\t\t'cooperative'=>[\r\n\t\t\t\t\t'co- operative',\r\n\t\t\t\t\t'co- oporative',\r\n\t\t\t\t\t'co-operative',\r\n\t\t\t\t\t'co-oporative',\r\n\t\t\t\t],\r\n\t\t\t\t'cooperatively'=>[\r\n\t\t\t\t\t'co- operatively',\r\n\t\t\t\t\t'co- oporatively',\r\n\t\t\t\t\t'co-operatively',\r\n\t\t\t\t\t'co-oporatively',\r\n\t\t\t\t\t'cooperativly',\r\n\t\t\t\t],\r\n\t\t\t\t'cooperativeness'=>[\r\n\t\t\t\t\t'co-operativeness',\r\n\t\t\t\t],\r\n\t\t\t\t'cooperatives'=>[\r\n\t\t\t\t\t'co- operatives',\r\n\t\t\t\t\t'co- oporatives',\r\n\t\t\t\t\t'co-operatives',\r\n\t\t\t\t\t'co-oporatives',\r\n\t\t\t\t],\r\n\t\t\t\t'cooperativism'=>[\r\n\t\t\t\t\t'co-operativism',\r\n\t\t\t\t],\r\n\t\t\t\t'cooperativist'=>[\r\n\t\t\t\t\t'co-operativist',\r\n\t\t\t\t],\r\n\t\t\t\t'cooperativists'=>[\r\n\t\t\t\t\t'co-operativists',\r\n\t\t\t\t],\r\n\t\t\t\t'coordinate'=>[\r\n\t\t\t\t\t'co- ordinate',\r\n\t\t\t\t\t'co-ordinate',\r\n\t\t\t\t\t'coordinite',\r\n\t\t\t\t\t'cordinate',\r\n\t\t\t\t],\r\n\t\t\t\t'coordinately'=>[\r\n\t\t\t\t\t'coordinatly',\r\n\t\t\t\t],\r\n\t\t\t\t'coordinateness'=>[\r\n\t\t\t\t\t'coordinatenes',\r\n\t\t\t\t],\r\n\t\t\t\t'coordinates'=>[\r\n\t\t\t\t\t'co- ordinates',\r\n\t\t\t\t\t'co-ordinates',\r\n\t\t\t\t],\r\n\t\t\t\t'coordinating'=>[\r\n\t\t\t\t\t'co- ordinating',\r\n\t\t\t\t\t'co-ordinating',\r\n\t\t\t\t],\r\n\t\t\t\t'coordination'=>[\r\n\t\t\t\t\t'co- ordination',\r\n\t\t\t\t\t'co-ordination',\r\n\t\t\t\t\t'coordiantion',\r\n\t\t\t\t\t'coordinition',\r\n\t\t\t\t],\r\n\t\t\t\t'coordinator'=>[\r\n\t\t\t\t\t'co-odrinator',\r\n\t\t\t\t],\r\n\t\t\t\t'coparcenaries'=>[\r\n\t\t\t\t\t'coparcenareis',\r\n\t\t\t\t\t'coparcenaris',\r\n\t\t\t\t\t'copercenaries',\r\n\t\t\t\t],\r\n\t\t\t\t'coparcenary'=>[\r\n\t\t\t\t\t'coparcenery',\r\n\t\t\t\t\t'copercenary',\r\n\t\t\t\t],\r\n\t\t\t\t'coparcener'=>[\r\n\t\t\t\t\t'copercener',\r\n\t\t\t\t],\r\n\t\t\t\t'coparceners'=>[\r\n\t\t\t\t\t'coperceners',\r\n\t\t\t\t],\r\n\t\t\t\t'coparent'=>[\r\n\t\t\t\t\t'coperent',\r\n\t\t\t\t],\r\n\t\t\t\t'coparenting'=>[\r\n\t\t\t\t\t'coperenting',\r\n\t\t\t\t],\r\n\t\t\t\t'coparents'=>[\r\n\t\t\t\t\t'coperents',\r\n\t\t\t\t],\r\n\t\t\t\t'copartner'=>[\r\n\t\t\t\t\t'copertner',\r\n\t\t\t\t],\r\n\t\t\t\t'copartnered'=>[\r\n\t\t\t\t\t'copertnered',\r\n\t\t\t\t],\r\n\t\t\t\t'copartnering'=>[\r\n\t\t\t\t\t'copertnering',\r\n\t\t\t\t],\r\n\t\t\t\t'copartnership'=>[\r\n\t\t\t\t\t'copertnership',\r\n\t\t\t\t],\r\n\t\t\t\t'copartnerships'=>[\r\n\t\t\t\t\t'copertnerships',\r\n\t\t\t\t],\r\n\t\t\t\t'copier'=>[\r\n\t\t\t\t\t'copeir',\r\n\t\t\t\t\t'copir',\r\n\t\t\t\t],\r\n\t\t\t\t'copious'=>[\r\n\t\t\t\t\t'copous',\r\n\t\t\t\t],\r\n\t\t\t\t'copiously'=>[\r\n\t\t\t\t\t'copously',\r\n\t\t\t\t],\r\n\t\t\t\t'coplanar'=>[\r\n\t\t\t\t\t'coplaner',\r\n\t\t\t\t],\r\n\t\t\t\t'coplanarities'=>[\r\n\t\t\t\t\t'coplanariteis',\r\n\t\t\t\t\t'coplanaritis',\r\n\t\t\t\t],\r\n\t\t\t\t'copped'=>[\r\n\t\t\t\t\t'coped',\r\n\t\t\t\t],\r\n\t\t\t\t'copper'=>[\r\n\t\t\t\t\t'coper',\r\n\t\t\t\t],\r\n\t\t\t\t'copperah'=>[\r\n\t\t\t\t\t'coperah',\r\n\t\t\t\t\t'coppera',\r\n\t\t\t\t],\r\n\t\t\t\t'copperahs'=>[\r\n\t\t\t\t\t'copperas',\r\n\t\t\t\t],\r\n\t\t\t\t'copperas'=>[\r\n\t\t\t\t\t'coperas',\r\n\t\t\t\t],\r\n\t\t\t\t'coppered'=>[\r\n\t\t\t\t\t'copered',\r\n\t\t\t\t],\r\n\t\t\t\t'copperhead'=>[\r\n\t\t\t\t\t'coperhead',\r\n\t\t\t\t],\r\n\t\t\t\t'copperheads'=>[\r\n\t\t\t\t\t'coperheads',\r\n\t\t\t\t],\r\n\t\t\t\t'copperplate'=>[\r\n\t\t\t\t\t'coperplate',\r\n\t\t\t\t],\r\n\t\t\t\t'coppersmith'=>[\r\n\t\t\t\t\t'copersmith',\r\n\t\t\t\t],\r\n\t\t\t\t'coppice'=>[\r\n\t\t\t\t\t'copice',\r\n\t\t\t\t],\r\n\t\t\t\t'coppiced'=>[\r\n\t\t\t\t\t'copiced',\r\n\t\t\t\t],\r\n\t\t\t\t'coppices'=>[\r\n\t\t\t\t\t'copices',\r\n\t\t\t\t],\r\n\t\t\t\t'coppra'=>[\r\n\t\t\t\t\t'copra',\r\n\t\t\t\t],\r\n\t\t\t\t'coprah'=>[\r\n\t\t\t\t\t'copra',\r\n\t\t\t\t],\r\n\t\t\t\t'coprahs'=>[\r\n\t\t\t\t\t'copras',\r\n\t\t\t\t],\r\n\t\t\t\t'copresident'=>[\r\n\t\t\t\t\t'copresidant',\r\n\t\t\t\t],\r\n\t\t\t\t'copresidents'=>[\r\n\t\t\t\t\t'copresidants',\r\n\t\t\t\t],\r\n\t\t\t\t'coprocessor'=>[\r\n\t\t\t\t\t'coprocesor',\r\n\t\t\t\t],\r\n\t\t\t\t'coproprietors'=>[\r\n\t\t\t\t\t'copropreitors',\r\n\t\t\t\t\t'copropritors',\r\n\t\t\t\t],\r\n\t\t\t\t'coprosperities'=>[\r\n\t\t\t\t\t'coprosperiteis',\r\n\t\t\t\t\t'coprosperitis',\r\n\t\t\t\t],\r\n\t\t\t\t'copular'=>[\r\n\t\t\t\t\t'copuler',\r\n\t\t\t\t],\r\n\t\t\t\t'copy'=>[\r\n\t\t\t\t\t'cpoy',\r\n\t\t\t\t],\r\n\t\t\t\t'copyrightable'=>[\r\n\t\t\t\t\t'copyrightible',\r\n\t\t\t\t],\r\n\t\t\t\t'coquettishness'=>[\r\n\t\t\t\t\t'coquettishnes',\r\n\t\t\t\t],\r\n\t\t\t\t'coquilhatville'=>[\r\n\t\t\t\t\t'coquihatville',\r\n\t\t\t\t],\r\n\t\t\t\t'coquina'=>[\r\n\t\t\t\t\t'coquini',\r\n\t\t\t\t],\r\n\t\t\t\t'coralberry'=>[\r\n\t\t\t\t\t'coralbery',\r\n\t\t\t\t],\r\n\t\t\t\t'corbeil'=>[\r\n\t\t\t\t\t'corbiel',\r\n\t\t\t\t],\r\n\t\t\t\t'corbeilles'=>[\r\n\t\t\t\t\t'corbielles',\r\n\t\t\t\t],\r\n\t\t\t\t'corbina'=>[\r\n\t\t\t\t\t'corbini',\r\n\t\t\t\t],\r\n\t\t\t\t'cordately'=>[\r\n\t\t\t\t\t'cordatly',\r\n\t\t\t\t],\r\n\t\t\t\t'cordierite'=>[\r\n\t\t\t\t\t'cordeirite',\r\n\t\t\t\t\t'cordirite',\r\n\t\t\t\t],\r\n\t\t\t\t'cordillera'=>[\r\n\t\t\t\t\t'cordilera',\r\n\t\t\t\t],\r\n\t\t\t\t'cordless'=>[\r\n\t\t\t\t\t'cordles',\r\n\t\t\t\t],\r\n\t\t\t\t'cordwainer'=>[\r\n\t\t\t\t\t'cordwainir',\r\n\t\t\t\t],\r\n\t\t\t\t'cordwaineries'=>[\r\n\t\t\t\t\t'cordwainereis',\r\n\t\t\t\t\t'cordwaineris',\r\n\t\t\t\t],\r\n\t\t\t\t'corepressor'=>[\r\n\t\t\t\t\t'corepresor',\r\n\t\t\t\t],\r\n\t\t\t\t'coresearchers'=>[\r\n\t\t\t\t\t'coreserchers',\r\n\t\t\t\t],\r\n\t\t\t\t'coresident'=>[\r\n\t\t\t\t\t'coresidant',\r\n\t\t\t\t],\r\n\t\t\t\t'coresidential'=>[\r\n\t\t\t\t\t'coresidantial',\r\n\t\t\t\t],\r\n\t\t\t\t'coresidents'=>[\r\n\t\t\t\t\t'coresidants',\r\n\t\t\t\t],\r\n\t\t\t\t'corespondent'=>[\r\n\t\t\t\t\t'corespondant',\r\n\t\t\t\t],\r\n\t\t\t\t'corespondents'=>[\r\n\t\t\t\t\t'corespondants',\r\n\t\t\t\t],\r\n\t\t\t\t'corkscrew'=>[\r\n\t\t\t\t\t'corkcrew',\r\n\t\t\t\t\t'corkcsrew',\r\n\t\t\t\t\t'corksrew',\r\n\t\t\t\t],\r\n\t\t\t\t'cormorant'=>[\r\n\t\t\t\t\t'cormorent',\r\n\t\t\t\t\t'cormourant',\r\n\t\t\t\t],\r\n\t\t\t\t'cornea'=>[\r\n\t\t\t\t\t'corne',\r\n\t\t\t\t],\r\n\t\t\t\t'corneitis'=>[\r\n\t\t\t\t\t'cornietis',\r\n\t\t\t\t],\r\n\t\t\t\t'corneitises'=>[\r\n\t\t\t\t\t'cornietises',\r\n\t\t\t\t],\r\n\t\t\t\t'cornelian'=>[\r\n\t\t\t\t\t'cornelan',\r\n\t\t\t\t],\r\n\t\t\t\t'cornerboys'=>[\r\n\t\t\t\t\t'corner boys',\r\n\t\t\t\t],\r\n\t\t\t\t'cornetcy'=>[\r\n\t\t\t\t\t'cornetsy',\r\n\t\t\t\t],\r\n\t\t\t\t'cornfield'=>[\r\n\t\t\t\t\t'cornfeild',\r\n\t\t\t\t\t'cornfild',\r\n\t\t\t\t],\r\n\t\t\t\t'cornmeal'=>[\r\n\t\t\t\t\t'cormeal',\r\n\t\t\t\t\t'corneal',\r\n\t\t\t\t],\r\n\t\t\t\t'cornmeals'=>[\r\n\t\t\t\t\t'cormeals',\r\n\t\t\t\t\t'corneals',\r\n\t\t\t\t],\r\n\t\t\t\t'cornua'=>[\r\n\t\t\t\t\t'cornau',\r\n\t\t\t\t],\r\n\t\t\t\t'cornucopian'=>[\r\n\t\t\t\t\t'cornucopan',\r\n\t\t\t\t],\r\n\t\t\t\t'corollary'=>[\r\n\t\t\t\t\t'corolary',\r\n\t\t\t\t\t'corollery',\r\n\t\t\t\t\t'correlary',\r\n\t\t\t\t],\r\n\t\t\t\t'coronary'=>[\r\n\t\t\t\t\t'coronery',\r\n\t\t\t\t],\r\n\t\t\t\t'corporalities'=>[\r\n\t\t\t\t\t'corporaliteis',\r\n\t\t\t\t\t'corporalitis',\r\n\t\t\t\t],\r\n\t\t\t\t'corporate'=>[\r\n\t\t\t\t\t'coporate',\r\n\t\t\t\t\t'corparate',\r\n\t\t\t\t\t'corperate',\r\n\t\t\t\t],\r\n\t\t\t\t'corporately'=>[\r\n\t\t\t\t\t'corporatly',\r\n\t\t\t\t],\r\n\t\t\t\t'corporation'=>[\r\n\t\t\t\t\t'coporation',\r\n\t\t\t\t\t'corparation',\r\n\t\t\t\t\t'corperation',\r\n\t\t\t\t],\r\n\t\t\t\t'corporeal'=>[\r\n\t\t\t\t\t'corporel',\r\n\t\t\t\t],\r\n\t\t\t\t'corporealities'=>[\r\n\t\t\t\t\t'corporealiteis',\r\n\t\t\t\t\t'corporealitis',\r\n\t\t\t\t\t'corporelities',\r\n\t\t\t\t],\r\n\t\t\t\t'corporealness'=>[\r\n\t\t\t\t\t'corporelness',\r\n\t\t\t\t],\r\n\t\t\t\t'corporealnesses'=>[\r\n\t\t\t\t\t'corporealneses',\r\n\t\t\t\t\t'corporelnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'corporeities'=>[\r\n\t\t\t\t\t'corporieties',\r\n\t\t\t\t],\r\n\t\t\t\t'corporeity'=>[\r\n\t\t\t\t\t'corporiety',\r\n\t\t\t\t],\r\n\t\t\t\t'corpulence'=>[\r\n\t\t\t\t\t'corpulance',\r\n\t\t\t\t],\r\n\t\t\t\t'corpulency'=>[\r\n\t\t\t\t\t'corpulensy',\r\n\t\t\t\t],\r\n\t\t\t\t'corpuscular'=>[\r\n\t\t\t\t\t'corpusculer',\r\n\t\t\t\t],\r\n\t\t\t\t'corrade'=>[\r\n\t\t\t\t\t'corade',\r\n\t\t\t\t],\r\n\t\t\t\t'corraded'=>[\r\n\t\t\t\t\t'coraded',\r\n\t\t\t\t],\r\n\t\t\t\t'corrades'=>[\r\n\t\t\t\t\t'corades',\r\n\t\t\t\t],\r\n\t\t\t\t'corral'=>[\r\n\t\t\t\t\t'coral',\r\n\t\t\t\t],\r\n\t\t\t\t'correct'=>[\r\n\t\t\t\t\t'corect',\r\n\t\t\t\t],\r\n\t\t\t\t'correct spelling in american english'=>[\r\n\t\t\t\t\t'aluminum (aluminium)',\r\n\t\t\t\t],\r\n\t\t\t\t'correction'=>[\r\n\t\t\t\t\t'corection',\r\n\t\t\t\t],\r\n\t\t\t\t'correctitude'=>[\r\n\t\t\t\t\t'corectitude',\r\n\t\t\t\t],\r\n\t\t\t\t'correctitudes'=>[\r\n\t\t\t\t\t'corectitudes',\r\n\t\t\t\t],\r\n\t\t\t\t'corrective'=>[\r\n\t\t\t\t\t'corective',\r\n\t\t\t\t],\r\n\t\t\t\t'correctively'=>[\r\n\t\t\t\t\t'correctivly',\r\n\t\t\t\t],\r\n\t\t\t\t'correctnesses'=>[\r\n\t\t\t\t\t'corectnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'corrects'=>[\r\n\t\t\t\t\t'corects',\r\n\t\t\t\t],\r\n\t\t\t\t'correlate'=>[\r\n\t\t\t\t\t'corelate',\r\n\t\t\t\t],\r\n\t\t\t\t'correlation'=>[\r\n\t\t\t\t\t'corelation',\r\n\t\t\t\t],\r\n\t\t\t\t'correlational'=>[\r\n\t\t\t\t\t'corelational',\r\n\t\t\t\t],\r\n\t\t\t\t'correlative'=>[\r\n\t\t\t\t\t'corelative',\r\n\t\t\t\t],\r\n\t\t\t\t'correlatively'=>[\r\n\t\t\t\t\t'corelatively',\r\n\t\t\t\t\t'correlativly',\r\n\t\t\t\t],\r\n\t\t\t\t'correspond'=>[\r\n\t\t\t\t\t'corespond',\r\n\t\t\t\t\t'corrispond',\r\n\t\t\t\t],\r\n\t\t\t\t'corresponded'=>[\r\n\t\t\t\t\t'corrisponded',\r\n\t\t\t\t],\r\n\t\t\t\t'correspondence'=>[\r\n\t\t\t\t\t'corespondence',\r\n\t\t\t\t\t'correspondance',\r\n\t\t\t\t],\r\n\t\t\t\t'correspondences'=>[\r\n\t\t\t\t\t'corespondences',\r\n\t\t\t\t],\r\n\t\t\t\t'correspondency'=>[\r\n\t\t\t\t\t'corespondency',\r\n\t\t\t\t\t'correspondensy',\r\n\t\t\t\t],\r\n\t\t\t\t'correspondent'=>[\r\n\t\t\t\t\t'corespondent',\r\n\t\t\t\t\t'correspondant',\r\n\t\t\t\t\t'correspondet',\r\n\t\t\t\t\t'corrispondant',\r\n\t\t\t\t],\r\n\t\t\t\t'correspondents'=>[\r\n\t\t\t\t\t'corespondents',\r\n\t\t\t\t\t'correspondants',\r\n\t\t\t\t\t'corrispondants',\r\n\t\t\t\t],\r\n\t\t\t\t'corresponding'=>[\r\n\t\t\t\t\t'coresponding',\r\n\t\t\t\t\t'correponding',\r\n\t\t\t\t\t'correposding',\r\n\t\t\t\t\t'corrisponding',\r\n\t\t\t\t],\r\n\t\t\t\t'correspondingly'=>[\r\n\t\t\t\t\t'corespondingly',\r\n\t\t\t\t\t'correspondingally',\r\n\t\t\t\t\t'correspondingaly',\r\n\t\t\t\t\t'correspondingely',\r\n\t\t\t\t\t'correspondinglly',\r\n\t\t\t\t],\r\n\t\t\t\t'corresponds'=>[\r\n\t\t\t\t\t'corrisponds',\r\n\t\t\t\t],\r\n\t\t\t\t'corresponsive'=>[\r\n\t\t\t\t\t'coresponsive',\r\n\t\t\t\t],\r\n\t\t\t\t'corrida'=>[\r\n\t\t\t\t\t'corida',\r\n\t\t\t\t],\r\n\t\t\t\t'corridas'=>[\r\n\t\t\t\t\t'coridas',\r\n\t\t\t\t],\r\n\t\t\t\t'corridor'=>[\r\n\t\t\t\t\t'coridor',\r\n\t\t\t\t],\r\n\t\t\t\t'corrie'=>[\r\n\t\t\t\t\t'corie',\r\n\t\t\t\t\t'correi',\r\n\t\t\t\t\t'corri',\r\n\t\t\t\t],\r\n\t\t\t\t'corrigendum'=>[\r\n\t\t\t\t\t'corigendum',\r\n\t\t\t\t],\r\n\t\t\t\t'corrigibilities'=>[\r\n\t\t\t\t\t'corigibilities',\r\n\t\t\t\t\t'corrigibiliteis',\r\n\t\t\t\t\t'corrigibilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'corrigibility'=>[\r\n\t\t\t\t\t'corigibility',\r\n\t\t\t\t],\r\n\t\t\t\t'corrigible'=>[\r\n\t\t\t\t\t'corigible',\r\n\t\t\t\t\t'corrigable',\r\n\t\t\t\t],\r\n\t\t\t\t'corrival'=>[\r\n\t\t\t\t\t'corival',\r\n\t\t\t\t],\r\n\t\t\t\t'corroborant'=>[\r\n\t\t\t\t\t'coroborant',\r\n\t\t\t\t],\r\n\t\t\t\t'corroborate'=>[\r\n\t\t\t\t\t'coroborate',\r\n\t\t\t\t],\r\n\t\t\t\t'corroborating'=>[\r\n\t\t\t\t\t'coroborating',\r\n\t\t\t\t],\r\n\t\t\t\t'corroboration'=>[\r\n\t\t\t\t\t'coroboration',\r\n\t\t\t\t],\r\n\t\t\t\t'corroborations'=>[\r\n\t\t\t\t\t'coroborations',\r\n\t\t\t\t],\r\n\t\t\t\t'corroborative'=>[\r\n\t\t\t\t\t'coroborative',\r\n\t\t\t\t],\r\n\t\t\t\t'corroborators'=>[\r\n\t\t\t\t\t'coroborators',\r\n\t\t\t\t],\r\n\t\t\t\t'corroboratory'=>[\r\n\t\t\t\t\t'coroboratory',\r\n\t\t\t\t],\r\n\t\t\t\t'corroboree'=>[\r\n\t\t\t\t\t'coroboree',\r\n\t\t\t\t],\r\n\t\t\t\t'corrode'=>[\r\n\t\t\t\t\t'corode',\r\n\t\t\t\t],\r\n\t\t\t\t'corroded'=>[\r\n\t\t\t\t\t'coroded',\r\n\t\t\t\t],\r\n\t\t\t\t'corrodes'=>[\r\n\t\t\t\t\t'corodes',\r\n\t\t\t\t],\r\n\t\t\t\t'corrodible'=>[\r\n\t\t\t\t\t'corrodable',\r\n\t\t\t\t],\r\n\t\t\t\t'corrody'=>[\r\n\t\t\t\t\t'corody',\r\n\t\t\t\t],\r\n\t\t\t\t'corrosion'=>[\r\n\t\t\t\t\t'corosion',\r\n\t\t\t\t],\r\n\t\t\t\t'corrosive'=>[\r\n\t\t\t\t\t'corosive',\r\n\t\t\t\t],\r\n\t\t\t\t'corrosively'=>[\r\n\t\t\t\t\t'corrosivly',\r\n\t\t\t\t],\r\n\t\t\t\t'corrosiveness'=>[\r\n\t\t\t\t\t'corosiveness',\r\n\t\t\t\t],\r\n\t\t\t\t'corrosivenesses'=>[\r\n\t\t\t\t\t'corosivenesses',\r\n\t\t\t\t\t'corrosiveneses',\r\n\t\t\t\t],\r\n\t\t\t\t'corrugate'=>[\r\n\t\t\t\t\t'corugate',\r\n\t\t\t\t],\r\n\t\t\t\t'corrugation'=>[\r\n\t\t\t\t\t'corugation',\r\n\t\t\t\t],\r\n\t\t\t\t'corrupt'=>[\r\n\t\t\t\t\t'corupt',\r\n\t\t\t\t],\r\n\t\t\t\t'corruptibility'=>[\r\n\t\t\t\t\t'coruptibility',\r\n\t\t\t\t],\r\n\t\t\t\t'corruptible'=>[\r\n\t\t\t\t\t'corruptable',\r\n\t\t\t\t\t'coruptible',\r\n\t\t\t\t],\r\n\t\t\t\t'corruption'=>[\r\n\t\t\t\t\t'coruption',\r\n\t\t\t\t],\r\n\t\t\t\t'corruptionist'=>[\r\n\t\t\t\t\t'coruptionist',\r\n\t\t\t\t],\r\n\t\t\t\t'corruptionists'=>[\r\n\t\t\t\t\t'coruptionists',\r\n\t\t\t\t],\r\n\t\t\t\t'corruptively'=>[\r\n\t\t\t\t\t'corruptivly',\r\n\t\t\t\t],\r\n\t\t\t\t'corruptly'=>[\r\n\t\t\t\t\t'corruptally',\r\n\t\t\t\t\t'corruptaly',\r\n\t\t\t\t\t'corruptely',\r\n\t\t\t\t\t'corruptlly',\r\n\t\t\t\t],\r\n\t\t\t\t'corruptnesses'=>[\r\n\t\t\t\t\t'coruptnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'corrupts'=>[\r\n\t\t\t\t\t'corupts',\r\n\t\t\t\t],\r\n\t\t\t\t'corsetiere'=>[\r\n\t\t\t\t\t'corseteire',\r\n\t\t\t\t\t'corsetire',\r\n\t\t\t\t],\r\n\t\t\t\t'cortina'=>[\r\n\t\t\t\t\t'cortini',\r\n\t\t\t\t],\r\n\t\t\t\t'corvina'=>[\r\n\t\t\t\t\t'corvini',\r\n\t\t\t\t],\r\n\t\t\t\t'corvée'=>[\r\n\t\t\t\t\t'corvee',\r\n\t\t\t\t],\r\n\t\t\t\t'corymbosely'=>[\r\n\t\t\t\t\t'corymbosly',\r\n\t\t\t\t],\r\n\t\t\t\t'coseismal'=>[\r\n\t\t\t\t\t'cosiesmal',\r\n\t\t\t\t],\r\n\t\t\t\t'coseismals'=>[\r\n\t\t\t\t\t'cosiesmals',\r\n\t\t\t\t],\r\n\t\t\t\t'coseismics'=>[\r\n\t\t\t\t\t'cosiesmics',\r\n\t\t\t\t],\r\n\t\t\t\t'cosie'=>[\r\n\t\t\t\t\t'cosei',\r\n\t\t\t\t\t'cosi',\r\n\t\t\t\t],\r\n\t\t\t\t'cosignatories'=>[\r\n\t\t\t\t\t'cosignatoreis',\r\n\t\t\t\t\t'cosignatoris',\r\n\t\t\t\t],\r\n\t\t\t\t'cosine'=>[\r\n\t\t\t\t\t'cosini',\r\n\t\t\t\t],\r\n\t\t\t\t'cosmetician'=>[\r\n\t\t\t\t\t'cosmetican',\r\n\t\t\t\t],\r\n\t\t\t\t'cosmetologies'=>[\r\n\t\t\t\t\t'cosmetologeis',\r\n\t\t\t\t\t'cosmetologis',\r\n\t\t\t\t],\r\n\t\t\t\t'cosmographies'=>[\r\n\t\t\t\t\t'cosmographeis',\r\n\t\t\t\t\t'cosmographis',\r\n\t\t\t\t],\r\n\t\t\t\t'cosmolining'=>[\r\n\t\t\t\t\t'cosmolinang',\r\n\t\t\t\t],\r\n\t\t\t\t'cosmopolitanism'=>[\r\n\t\t\t\t\t'cosmopolitism',\r\n\t\t\t\t],\r\n\t\t\t\t'coss'=>[\r\n\t\t\t\t\t'cos',\r\n\t\t\t\t],\r\n\t\t\t\t'cosset'=>[\r\n\t\t\t\t\t'coset',\r\n\t\t\t\t],\r\n\t\t\t\t'costa rican-occupied'=>[\r\n\t\t\t\t\t'costa rican occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'costar'=>[\r\n\t\t\t\t\t'coster',\r\n\t\t\t\t],\r\n\t\t\t\t'costly'=>[\r\n\t\t\t\t\t'costally',\r\n\t\t\t\t\t'costaly',\r\n\t\t\t\t\t'costely',\r\n\t\t\t\t\t'costlly',\r\n\t\t\t\t],\r\n\t\t\t\t'costmary'=>[\r\n\t\t\t\t\t'costmery',\r\n\t\t\t\t],\r\n\t\t\t\t'cosurfactants'=>[\r\n\t\t\t\t\t'cosurfactents',\r\n\t\t\t\t],\r\n\t\t\t\t'cosy'=>[\r\n\t\t\t\t\t'cocy',\r\n\t\t\t\t],\r\n\t\t\t\t'cotenancy'=>[\r\n\t\t\t\t\t'cotenansy',\r\n\t\t\t\t],\r\n\t\t\t\t'coterie'=>[\r\n\t\t\t\t\t'coterei',\r\n\t\t\t\t\t'coteri',\r\n\t\t\t\t],\r\n\t\t\t\t'cotinine'=>[\r\n\t\t\t\t\t'cotinane',\r\n\t\t\t\t\t'cotinini',\r\n\t\t\t\t],\r\n\t\t\t\t'cotinines'=>[\r\n\t\t\t\t\t'cotinanes',\r\n\t\t\t\t],\r\n\t\t\t\t'cottar'=>[\r\n\t\t\t\t\t'cotter',\r\n\t\t\t\t],\r\n\t\t\t\t'cottonmouth'=>[\r\n\t\t\t\t\t'cottomouth',\r\n\t\t\t\t\t'cottonouth',\r\n\t\t\t\t],\r\n\t\t\t\t'cottonmouths'=>[\r\n\t\t\t\t\t'cottomouths',\r\n\t\t\t\t\t'cottonouths',\r\n\t\t\t\t],\r\n\t\t\t\t'cotyledonary'=>[\r\n\t\t\t\t\t'cotyledonery',\r\n\t\t\t\t],\r\n\t\t\t\t'cotó'=>[\r\n\t\t\t\t\t'coto',\r\n\t\t\t\t],\r\n\t\t\t\t'cougar'=>[\r\n\t\t\t\t\t'couger',\r\n\t\t\t\t],\r\n\t\t\t\t'could'=>[\r\n\t\t\t\t\t'coudl',\r\n\t\t\t\t\t'could could',\r\n\t\t\t\t],\r\n\t\t\t\t'couldn\\'t'=>[\r\n\t\t\t\t\t'coudn\\'t',\r\n\t\t\t\t],\r\n\t\t\t\t'councillor'=>[\r\n\t\t\t\t\t'councilor',\r\n\t\t\t\t],\r\n\t\t\t\t'councilor'=>[\r\n\t\t\t\t\t'councellor',\r\n\t\t\t\t],\r\n\t\t\t\t'counseling'=>[\r\n\t\t\t\t\t'counceling',\r\n\t\t\t\t\t'councelling',\r\n\t\t\t\t],\r\n\t\t\t\t'countable'=>[\r\n\t\t\t\t\t'countible',\r\n\t\t\t\t],\r\n\t\t\t\t'countenance'=>[\r\n\t\t\t\t\t'countenence',\r\n\t\t\t\t],\r\n\t\t\t\t'counterargument'=>[\r\n\t\t\t\t\t'counterargumant',\r\n\t\t\t\t],\r\n\t\t\t\t'counterassaults'=>[\r\n\t\t\t\t\t'counterasaults',\r\n\t\t\t\t],\r\n\t\t\t\t'counterbalance'=>[\r\n\t\t\t\t\t'counterbalence',\r\n\t\t\t\t],\r\n\t\t\t\t'countercurrent'=>[\r\n\t\t\t\t\t'countercurent',\r\n\t\t\t\t\t'countercurrant',\r\n\t\t\t\t],\r\n\t\t\t\t'countercurrents'=>[\r\n\t\t\t\t\t'countercurents',\r\n\t\t\t\t\t'countercurrants',\r\n\t\t\t\t],\r\n\t\t\t\t'counterevidence'=>[\r\n\t\t\t\t\t'counterevidance',\r\n\t\t\t\t],\r\n\t\t\t\t'counterfactual'=>[\r\n\t\t\t\t\t'counterfactaul',\r\n\t\t\t\t],\r\n\t\t\t\t'counterfeit'=>[\r\n\t\t\t\t\t'counterfiet',\r\n\t\t\t\t],\r\n\t\t\t\t'counterfeited'=>[\r\n\t\t\t\t\t'counterfieted',\r\n\t\t\t\t],\r\n\t\t\t\t'counterfeiter'=>[\r\n\t\t\t\t\t'counterfieter',\r\n\t\t\t\t],\r\n\t\t\t\t'counterfeiters'=>[\r\n\t\t\t\t\t'counterfieters',\r\n\t\t\t\t],\r\n\t\t\t\t'counterfeiting'=>[\r\n\t\t\t\t\t'counterfieting',\r\n\t\t\t\t],\r\n\t\t\t\t'counterfeits'=>[\r\n\t\t\t\t\t'counterfiets',\r\n\t\t\t\t],\r\n\t\t\t\t'counterinstance'=>[\r\n\t\t\t\t\t'counterinstence',\r\n\t\t\t\t],\r\n\t\t\t\t'counterirritant'=>[\r\n\t\t\t\t\t'counteriritant',\r\n\t\t\t\t\t'counterirritent',\r\n\t\t\t\t],\r\n\t\t\t\t'countermeasure'=>[\r\n\t\t\t\t\t'countermesure',\r\n\t\t\t\t],\r\n\t\t\t\t'countermeasures'=>[\r\n\t\t\t\t\t'countermesures',\r\n\t\t\t\t],\r\n\t\t\t\t'countermemo'=>[\r\n\t\t\t\t\t'countermo',\r\n\t\t\t\t],\r\n\t\t\t\t'countermemos'=>[\r\n\t\t\t\t\t'countermos',\r\n\t\t\t\t],\r\n\t\t\t\t'countermine'=>[\r\n\t\t\t\t\t'countermini',\r\n\t\t\t\t],\r\n\t\t\t\t'countermovement'=>[\r\n\t\t\t\t\t'countermovemant',\r\n\t\t\t\t],\r\n\t\t\t\t'counterpart'=>[\r\n\t\t\t\t\t'counterpert',\r\n\t\t\t\t],\r\n\t\t\t\t'counterparts'=>[\r\n\t\t\t\t\t'counterperts',\r\n\t\t\t\t],\r\n\t\t\t\t'counterpressure'=>[\r\n\t\t\t\t\t'counterpresure',\r\n\t\t\t\t],\r\n\t\t\t\t'counterrallied'=>[\r\n\t\t\t\t\t'counterallied',\r\n\t\t\t\t],\r\n\t\t\t\t'counterrallies'=>[\r\n\t\t\t\t\t'counterallies',\r\n\t\t\t\t],\r\n\t\t\t\t'counterrallying'=>[\r\n\t\t\t\t\t'counterallying',\r\n\t\t\t\t],\r\n\t\t\t\t'counterreaction'=>[\r\n\t\t\t\t\t'countereaction',\r\n\t\t\t\t\t'counterrection',\r\n\t\t\t\t],\r\n\t\t\t\t'counterreform'=>[\r\n\t\t\t\t\t'countereform',\r\n\t\t\t\t],\r\n\t\t\t\t'counterreformer'=>[\r\n\t\t\t\t\t'countereformer',\r\n\t\t\t\t],\r\n\t\t\t\t'counterreforms'=>[\r\n\t\t\t\t\t'countereforms',\r\n\t\t\t\t],\r\n\t\t\t\t'counterresponse'=>[\r\n\t\t\t\t\t'counteresponse',\r\n\t\t\t\t\t'counterresponce',\r\n\t\t\t\t],\r\n\t\t\t\t'counterstained'=>[\r\n\t\t\t\t\t'counterstainid',\r\n\t\t\t\t],\r\n\t\t\t\t'counterstaining'=>[\r\n\t\t\t\t\t'counterstainang',\r\n\t\t\t\t],\r\n\t\t\t\t'counterstream'=>[\r\n\t\t\t\t\t'counterstrem',\r\n\t\t\t\t],\r\n\t\t\t\t'counterstreams'=>[\r\n\t\t\t\t\t'counterstrems',\r\n\t\t\t\t],\r\n\t\t\t\t'countertendency'=>[\r\n\t\t\t\t\t'countertendensy',\r\n\t\t\t\t],\r\n\t\t\t\t'countertenor'=>[\r\n\t\t\t\t\t'countertenour',\r\n\t\t\t\t],\r\n\t\t\t\t'countertenors'=>[\r\n\t\t\t\t\t'countertenours',\r\n\t\t\t\t],\r\n\t\t\t\t'counterterror'=>[\r\n\t\t\t\t\t'counterteror',\r\n\t\t\t\t],\r\n\t\t\t\t'counterterrors'=>[\r\n\t\t\t\t\t'counterterors',\r\n\t\t\t\t],\r\n\t\t\t\t'counterthreat'=>[\r\n\t\t\t\t\t'counterthret',\r\n\t\t\t\t],\r\n\t\t\t\t'counterthreats'=>[\r\n\t\t\t\t\t'counterthrets',\r\n\t\t\t\t],\r\n\t\t\t\t'counterviolence'=>[\r\n\t\t\t\t\t'counterviolance',\r\n\t\t\t\t],\r\n\t\t\t\t'counterweight'=>[\r\n\t\t\t\t\t'counterwieght',\r\n\t\t\t\t],\r\n\t\t\t\t'counterweighted'=>[\r\n\t\t\t\t\t'counterwieghted',\r\n\t\t\t\t],\r\n\t\t\t\t'counterweights'=>[\r\n\t\t\t\t\t'counterwieghts',\r\n\t\t\t\t],\r\n\t\t\t\t'countess'=>[\r\n\t\t\t\t\t'countes',\r\n\t\t\t\t],\r\n\t\t\t\t'countian'=>[\r\n\t\t\t\t\t'countan',\r\n\t\t\t\t],\r\n\t\t\t\t'countless'=>[\r\n\t\t\t\t\t'countles',\r\n\t\t\t\t],\r\n\t\t\t\t'countlessly'=>[\r\n\t\t\t\t\t'countlessally',\r\n\t\t\t\t\t'countlessaly',\r\n\t\t\t\t\t'countlessely',\r\n\t\t\t\t\t'countlesslly',\r\n\t\t\t\t],\r\n\t\t\t\t'countries'=>[\r\n\t\t\t\t\t'coulitrics',\r\n\t\t\t\t\t'coulitries',\r\n\t\t\t\t\t'countrys',\r\n\t\t\t\t],\r\n\t\t\t\t'countrified'=>[\r\n\t\t\t\t\t'countrifeid',\r\n\t\t\t\t\t'countrifid',\r\n\t\t\t\t],\r\n\t\t\t\t'country'=>[\r\n\t\t\t\t\t'countrv',\r\n\t\t\t\t\t'cuontry',\r\n\t\t\t\t],\r\n\t\t\t\t'countryfied'=>[\r\n\t\t\t\t\t'countryfeid',\r\n\t\t\t\t\t'countryfid',\r\n\t\t\t\t],\r\n\t\t\t\t'county'=>[\r\n\t\t\t\t\t'coutny',\r\n\t\t\t\t\t'couty',\r\n\t\t\t\t],\r\n\t\t\t\t'courant'=>[\r\n\t\t\t\t\t'courent',\r\n\t\t\t\t],\r\n\t\t\t\t'courante'=>[\r\n\t\t\t\t\t'courant',\r\n\t\t\t\t],\r\n\t\t\t\t'courier'=>[\r\n\t\t\t\t\t'coureir',\r\n\t\t\t\t\t'courir',\r\n\t\t\t\t\t'coururier',\r\n\t\t\t\t],\r\n\t\t\t\t'court'=>[\r\n\t\t\t\t\t'cout',\r\n\t\t\t\t],\r\n\t\t\t\t'courteousnesses'=>[\r\n\t\t\t\t\t'courteousneses',\r\n\t\t\t\t],\r\n\t\t\t\t'courtesy'=>[\r\n\t\t\t\t\t'courtecy',\r\n\t\t\t\t],\r\n\t\t\t\t'courtier'=>[\r\n\t\t\t\t\t'courteir',\r\n\t\t\t\t\t'courtir',\r\n\t\t\t\t],\r\n\t\t\t\t'courtly'=>[\r\n\t\t\t\t\t'courtally',\r\n\t\t\t\t\t'courtaly',\r\n\t\t\t\t\t'courtely',\r\n\t\t\t\t\t'courtlly',\r\n\t\t\t\t],\r\n\t\t\t\t'couscous'=>[\r\n\t\t\t\t\t'coucous',\r\n\t\t\t\t\t'coucsous',\r\n\t\t\t\t\t'cousous',\r\n\t\t\t\t],\r\n\t\t\t\t'cousinage'=>[\r\n\t\t\t\t\t'couisnage',\r\n\t\t\t\t],\r\n\t\t\t\t'cousinages'=>[\r\n\t\t\t\t\t'couisnages',\r\n\t\t\t\t],\r\n\t\t\t\t'cousinhood'=>[\r\n\t\t\t\t\t'couisnhood',\r\n\t\t\t\t],\r\n\t\t\t\t'cousinhoods'=>[\r\n\t\t\t\t\t'couisnhoods',\r\n\t\t\t\t],\r\n\t\t\t\t'cousinly'=>[\r\n\t\t\t\t\t'couisnly',\r\n\t\t\t\t],\r\n\t\t\t\t'cousinries'=>[\r\n\t\t\t\t\t'couisnries',\r\n\t\t\t\t],\r\n\t\t\t\t'cousinry'=>[\r\n\t\t\t\t\t'couisnry',\r\n\t\t\t\t],\r\n\t\t\t\t'cousinship'=>[\r\n\t\t\t\t\t'couisnship',\r\n\t\t\t\t],\r\n\t\t\t\t'cousinships'=>[\r\n\t\t\t\t\t'couisnships',\r\n\t\t\t\t],\r\n\t\t\t\t'couturier'=>[\r\n\t\t\t\t\t'coutureir',\r\n\t\t\t\t\t'couturir',\r\n\t\t\t\t],\r\n\t\t\t\t'couturiere'=>[\r\n\t\t\t\t\t'coutureire',\r\n\t\t\t\t\t'couturire',\r\n\t\t\t\t],\r\n\t\t\t\t'covalence'=>[\r\n\t\t\t\t\t'covalance',\r\n\t\t\t\t],\r\n\t\t\t\t'covalency'=>[\r\n\t\t\t\t\t'covalensy',\r\n\t\t\t\t],\r\n\t\t\t\t'covariance'=>[\r\n\t\t\t\t\t'covarience',\r\n\t\t\t\t],\r\n\t\t\t\t'covariant'=>[\r\n\t\t\t\t\t'covarient',\r\n\t\t\t\t],\r\n\t\t\t\t'covary'=>[\r\n\t\t\t\t\t'covery',\r\n\t\t\t\t],\r\n\t\t\t\t'covenant'=>[\r\n\t\t\t\t\t'convenant',\r\n\t\t\t\t\t'covenent',\r\n\t\t\t\t],\r\n\t\t\t\t'covertly'=>[\r\n\t\t\t\t\t'covertally',\r\n\t\t\t\t\t'covertaly',\r\n\t\t\t\t\t'covertely',\r\n\t\t\t\t\t'covertlly',\r\n\t\t\t\t],\r\n\t\t\t\t'cowardlinesses'=>[\r\n\t\t\t\t\t'cowardlinisses',\r\n\t\t\t\t],\r\n\t\t\t\t'cowardly'=>[\r\n\t\t\t\t\t'cowardally',\r\n\t\t\t\t\t'cowardaly',\r\n\t\t\t\t\t'cowardely',\r\n\t\t\t\t\t'cowardlly',\r\n\t\t\t\t],\r\n\t\t\t\t'cowberry'=>[\r\n\t\t\t\t\t'cowbery',\r\n\t\t\t\t],\r\n\t\t\t\t'cowrie'=>[\r\n\t\t\t\t\t'cowrei',\r\n\t\t\t\t\t'cowri',\r\n\t\t\t\t],\r\n\t\t\t\t'coxswaining'=>[\r\n\t\t\t\t\t'coxswainang',\r\n\t\t\t\t],\r\n\t\t\t\t'coyly'=>[\r\n\t\t\t\t\t'coyally',\r\n\t\t\t\t\t'coyaly',\r\n\t\t\t\t\t'coylly',\r\n\t\t\t\t],\r\n\t\t\t\t'cozened'=>[\r\n\t\t\t\t\t'cozend',\r\n\t\t\t\t],\r\n\t\t\t\t'cozie'=>[\r\n\t\t\t\t\t'cozei',\r\n\t\t\t\t\t'cozi',\r\n\t\t\t\t],\r\n\t\t\t\t'crabbed'=>[\r\n\t\t\t\t\t'crabed',\r\n\t\t\t\t],\r\n\t\t\t\t'crabbedly'=>[\r\n\t\t\t\t\t'crabedly',\r\n\t\t\t\t],\r\n\t\t\t\t'crabbedness'=>[\r\n\t\t\t\t\t'crabedness',\r\n\t\t\t\t],\r\n\t\t\t\t'crabbednesses'=>[\r\n\t\t\t\t\t'crabednesses',\r\n\t\t\t\t],\r\n\t\t\t\t'crabbers'=>[\r\n\t\t\t\t\t'crabers',\r\n\t\t\t\t],\r\n\t\t\t\t'crabbier'=>[\r\n\t\t\t\t\t'crabier',\r\n\t\t\t\t],\r\n\t\t\t\t'crabbiest'=>[\r\n\t\t\t\t\t'crabiest',\r\n\t\t\t\t],\r\n\t\t\t\t'crabbily'=>[\r\n\t\t\t\t\t'crabily',\r\n\t\t\t\t],\r\n\t\t\t\t'crabbing'=>[\r\n\t\t\t\t\t'crabing',\r\n\t\t\t\t],\r\n\t\t\t\t'crabby'=>[\r\n\t\t\t\t\t'craby',\r\n\t\t\t\t],\r\n\t\t\t\t'crackly'=>[\r\n\t\t\t\t\t'crackally',\r\n\t\t\t\t\t'crackaly',\r\n\t\t\t\t\t'crackely',\r\n\t\t\t\t\t'cracklly',\r\n\t\t\t\t],\r\n\t\t\t\t'craftily'=>[\r\n\t\t\t\t\t'craftly',\r\n\t\t\t\t],\r\n\t\t\t\t'craggiest'=>[\r\n\t\t\t\t\t'cragiest',\r\n\t\t\t\t],\r\n\t\t\t\t'cragginesses'=>[\r\n\t\t\t\t\t'craginesses',\r\n\t\t\t\t],\r\n\t\t\t\t'craggy'=>[\r\n\t\t\t\t\t'cragy',\r\n\t\t\t\t],\r\n\t\t\t\t'cramoisy'=>[\r\n\t\t\t\t\t'cramoicy',\r\n\t\t\t\t],\r\n\t\t\t\t'cranberry'=>[\r\n\t\t\t\t\t'cranbery',\r\n\t\t\t\t],\r\n\t\t\t\t'craniometries'=>[\r\n\t\t\t\t\t'craniometreis',\r\n\t\t\t\t\t'craniometris',\r\n\t\t\t\t],\r\n\t\t\t\t'crann úll'=>[\r\n\t\t\t\t\t'crann ull',\r\n\t\t\t\t],\r\n\t\t\t\t'crannog'=>[\r\n\t\t\t\t\t'cranog',\r\n\t\t\t\t],\r\n\t\t\t\t'cranny'=>[\r\n\t\t\t\t\t'crany',\r\n\t\t\t\t],\r\n\t\t\t\t'crapper'=>[\r\n\t\t\t\t\t'craper',\r\n\t\t\t\t],\r\n\t\t\t\t'crappers'=>[\r\n\t\t\t\t\t'crapers',\r\n\t\t\t\t],\r\n\t\t\t\t'crappie'=>[\r\n\t\t\t\t\t'crapie',\r\n\t\t\t\t],\r\n\t\t\t\t'crappier'=>[\r\n\t\t\t\t\t'crapier',\r\n\t\t\t\t],\r\n\t\t\t\t'crappies'=>[\r\n\t\t\t\t\t'crapies',\r\n\t\t\t\t],\r\n\t\t\t\t'crapping'=>[\r\n\t\t\t\t\t'craping',\r\n\t\t\t\t],\r\n\t\t\t\t'crappy'=>[\r\n\t\t\t\t\t'crapy',\r\n\t\t\t\t],\r\n\t\t\t\t'crashworthiness'=>[\r\n\t\t\t\t\t'crashworthines',\r\n\t\t\t\t\t'crashworthiniss',\r\n\t\t\t\t],\r\n\t\t\t\t'crass'=>[\r\n\t\t\t\t\t'cras',\r\n\t\t\t\t],\r\n\t\t\t\t'cravened'=>[\r\n\t\t\t\t\t'cravend',\r\n\t\t\t\t],\r\n\t\t\t\t'cravennesses'=>[\r\n\t\t\t\t\t'cravenesses',\r\n\t\t\t\t],\r\n\t\t\t\t'crawly'=>[\r\n\t\t\t\t\t'crawally',\r\n\t\t\t\t\t'crawaly',\r\n\t\t\t\t\t'crawely',\r\n\t\t\t\t\t'crawlly',\r\n\t\t\t\t],\r\n\t\t\t\t'creak'=>[\r\n\t\t\t\t\t'crek',\r\n\t\t\t\t],\r\n\t\t\t\t'cream'=>[\r\n\t\t\t\t\t'crem',\r\n\t\t\t\t],\r\n\t\t\t\t'creamy'=>[\r\n\t\t\t\t\t'cremy',\r\n\t\t\t\t],\r\n\t\t\t\t'crease'=>[\r\n\t\t\t\t\t'crese',\r\n\t\t\t\t],\r\n\t\t\t\t'creasy'=>[\r\n\t\t\t\t\t'creacy',\r\n\t\t\t\t],\r\n\t\t\t\t'create'=>[\r\n\t\t\t\t\t'cerate',\r\n\t\t\t\t\t'craete',\r\n\t\t\t\t\t'crete',\r\n\t\t\t\t],\r\n\t\t\t\t'created'=>[\r\n\t\t\t\t\t'cerated',\r\n\t\t\t\t\t'creaeted',\r\n\t\t\t\t],\r\n\t\t\t\t'creatine'=>[\r\n\t\t\t\t\t'creatini',\r\n\t\t\t\t],\r\n\t\t\t\t'creating'=>[\r\n\t\t\t\t\t'cerating',\r\n\t\t\t\t],\r\n\t\t\t\t'creatinine'=>[\r\n\t\t\t\t\t'creatinane',\r\n\t\t\t\t\t'creatinini',\r\n\t\t\t\t\t'cretinine',\r\n\t\t\t\t],\r\n\t\t\t\t'creatinines'=>[\r\n\t\t\t\t\t'creatinanes',\r\n\t\t\t\t],\r\n\t\t\t\t'creation'=>[\r\n\t\t\t\t\t'ceration',\r\n\t\t\t\t\t'cretion',\r\n\t\t\t\t],\r\n\t\t\t\t'creationism'=>[\r\n\t\t\t\t\t'cerationism',\r\n\t\t\t\t\t'cretionism',\r\n\t\t\t\t],\r\n\t\t\t\t'creationist'=>[\r\n\t\t\t\t\t'cerationist',\r\n\t\t\t\t],\r\n\t\t\t\t'creative'=>[\r\n\t\t\t\t\t'cerative',\r\n\t\t\t\t\t'cretive',\r\n\t\t\t\t],\r\n\t\t\t\t'creatively'=>[\r\n\t\t\t\t\t'creativly',\r\n\t\t\t\t],\r\n\t\t\t\t'creativenesses'=>[\r\n\t\t\t\t\t'cretivenesses',\r\n\t\t\t\t],\r\n\t\t\t\t'creator'=>[\r\n\t\t\t\t\t'cretor',\r\n\t\t\t\t],\r\n\t\t\t\t'creature'=>[\r\n\t\t\t\t\t'creture',\r\n\t\t\t\t],\r\n\t\t\t\t'creaturehoods'=>[\r\n\t\t\t\t\t'creturehoods',\r\n\t\t\t\t],\r\n\t\t\t\t'creatureliness'=>[\r\n\t\t\t\t\t'creatureliniss',\r\n\t\t\t\t\t'cretureliness',\r\n\t\t\t\t],\r\n\t\t\t\t'creaturely'=>[\r\n\t\t\t\t\t'creaturly',\r\n\t\t\t\t],\r\n\t\t\t\t'credence'=>[\r\n\t\t\t\t\t'credance',\r\n\t\t\t\t],\r\n\t\t\t\t'credent'=>[\r\n\t\t\t\t\t'credant',\r\n\t\t\t\t],\r\n\t\t\t\t'credential'=>[\r\n\t\t\t\t\t'credantial',\r\n\t\t\t\t],\r\n\t\t\t\t'credentialed'=>[\r\n\t\t\t\t\t'credantialed',\r\n\t\t\t\t],\r\n\t\t\t\t'credentialing'=>[\r\n\t\t\t\t\t'credantialing',\r\n\t\t\t\t],\r\n\t\t\t\t'credentialism'=>[\r\n\t\t\t\t\t'credantialism',\r\n\t\t\t\t],\r\n\t\t\t\t'credentialisms'=>[\r\n\t\t\t\t\t'credantialisms',\r\n\t\t\t\t],\r\n\t\t\t\t'credentialled'=>[\r\n\t\t\t\t\t'credantialled',\r\n\t\t\t\t],\r\n\t\t\t\t'credentials'=>[\r\n\t\t\t\t\t'credantials',\r\n\t\t\t\t],\r\n\t\t\t\t'credibilities'=>[\r\n\t\t\t\t\t'credibiliteis',\r\n\t\t\t\t\t'credibilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'credible'=>[\r\n\t\t\t\t\t'credable',\r\n\t\t\t\t],\r\n\t\t\t\t'creditabilities'=>[\r\n\t\t\t\t\t'creditabiliteis',\r\n\t\t\t\t\t'creditabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'creditable'=>[\r\n\t\t\t\t\t'creditible',\r\n\t\t\t\t],\r\n\t\t\t\t'credulousnesses'=>[\r\n\t\t\t\t\t'credulousneses',\r\n\t\t\t\t],\r\n\t\t\t\t'cremini'=>[\r\n\t\t\t\t\t'cremina',\r\n\t\t\t\t],\r\n\t\t\t\t'creminis'=>[\r\n\t\t\t\t\t'creminas',\r\n\t\t\t\t],\r\n\t\t\t\t'crenately'=>[\r\n\t\t\t\t\t'crenatly',\r\n\t\t\t\t],\r\n\t\t\t\t'crenellations'=>[\r\n\t\t\t\t\t'crenelations',\r\n\t\t\t\t],\r\n\t\t\t\t'crepuscular'=>[\r\n\t\t\t\t\t'crepucsular',\r\n\t\t\t\t\t'crepucular',\r\n\t\t\t\t\t'crepusculer',\r\n\t\t\t\t\t'crepusular',\r\n\t\t\t\t],\r\n\t\t\t\t'crescendo'=>[\r\n\t\t\t\t\t'crecendo',\r\n\t\t\t\t\t'crecsendo',\r\n\t\t\t\t\t'cresendo',\r\n\t\t\t\t],\r\n\t\t\t\t'crescent'=>[\r\n\t\t\t\t\t'crecent',\r\n\t\t\t\t\t'crecsent',\r\n\t\t\t\t\t'crescant',\r\n\t\t\t\t\t'cresent',\r\n\t\t\t\t],\r\n\t\t\t\t'crescively'=>[\r\n\t\t\t\t\t'crescivly',\r\n\t\t\t\t],\r\n\t\t\t\t'cress'=>[\r\n\t\t\t\t\t'cres',\r\n\t\t\t\t],\r\n\t\t\t\t'cressy'=>[\r\n\t\t\t\t\t'crescy',\r\n\t\t\t\t],\r\n\t\t\t\t'crestfallen'=>[\r\n\t\t\t\t\t'crestfalen',\r\n\t\t\t\t],\r\n\t\t\t\t'crestfallenness'=>[\r\n\t\t\t\t\t'crestfalleness',\r\n\t\t\t\t\t'crestfallennes',\r\n\t\t\t\t],\r\n\t\t\t\t'cretinism'=>[\r\n\t\t\t\t\t'cretinasm',\r\n\t\t\t\t],\r\n\t\t\t\t'cretonne'=>[\r\n\t\t\t\t\t'cretone',\r\n\t\t\t\t],\r\n\t\t\t\t'cribbage'=>[\r\n\t\t\t\t\t'cribage',\r\n\t\t\t\t],\r\n\t\t\t\t'cribbages'=>[\r\n\t\t\t\t\t'cribages',\r\n\t\t\t\t],\r\n\t\t\t\t'cribbers'=>[\r\n\t\t\t\t\t'cribers',\r\n\t\t\t\t],\r\n\t\t\t\t'cribbing'=>[\r\n\t\t\t\t\t'cribing',\r\n\t\t\t\t],\r\n\t\t\t\t'cribbings'=>[\r\n\t\t\t\t\t'cribings',\r\n\t\t\t\t],\r\n\t\t\t\t'cribbled'=>[\r\n\t\t\t\t\t'cribled',\r\n\t\t\t\t],\r\n\t\t\t\t'cried'=>[\r\n\t\t\t\t\t'creid',\r\n\t\t\t\t\t'crid',\r\n\t\t\t\t\t'cryed',\r\n\t\t\t\t],\r\n\t\t\t\t'crier'=>[\r\n\t\t\t\t\t'creir',\r\n\t\t\t\t\t'crir',\r\n\t\t\t\t],\r\n\t\t\t\t'cries'=>[\r\n\t\t\t\t\t'creis',\r\n\t\t\t\t\t'cris',\r\n\t\t\t\t],\r\n\t\t\t\t'criminal'=>[\r\n\t\t\t\t\t'criminil',\r\n\t\t\t\t\t'crimnal',\r\n\t\t\t\t],\r\n\t\t\t\t'criminalities'=>[\r\n\t\t\t\t\t'criminaliteis',\r\n\t\t\t\t\t'criminalitis',\r\n\t\t\t\t],\r\n\t\t\t\t'criminality'=>[\r\n\t\t\t\t\t'criminility',\r\n\t\t\t\t],\r\n\t\t\t\t'criminalization'=>[\r\n\t\t\t\t\t'criminilization',\r\n\t\t\t\t],\r\n\t\t\t\t'criminalize'=>[\r\n\t\t\t\t\t'criminilize',\r\n\t\t\t\t],\r\n\t\t\t\t'criminals'=>[\r\n\t\t\t\t\t'crimirals',\r\n\t\t\t\t\t'crimirials',\r\n\t\t\t\t],\r\n\t\t\t\t'criminate'=>[\r\n\t\t\t\t\t'criminite',\r\n\t\t\t\t],\r\n\t\t\t\t'crimini'=>[\r\n\t\t\t\t\t'crimina',\r\n\t\t\t\t],\r\n\t\t\t\t'criminis'=>[\r\n\t\t\t\t\t'criminas',\r\n\t\t\t\t],\r\n\t\t\t\t'criminologies'=>[\r\n\t\t\t\t\t'criminologeis',\r\n\t\t\t\t\t'criminologis',\r\n\t\t\t\t],\r\n\t\t\t\t'crinite'=>[\r\n\t\t\t\t\t'crinate',\r\n\t\t\t\t],\r\n\t\t\t\t'crinites'=>[\r\n\t\t\t\t\t'crinates',\r\n\t\t\t\t],\r\n\t\t\t\t'cripple'=>[\r\n\t\t\t\t\t'criple',\r\n\t\t\t\t],\r\n\t\t\t\t'crippled'=>[\r\n\t\t\t\t\t'cripled',\r\n\t\t\t\t],\r\n\t\t\t\t'crippler'=>[\r\n\t\t\t\t\t'cripler',\r\n\t\t\t\t],\r\n\t\t\t\t'cripples'=>[\r\n\t\t\t\t\t'criples',\r\n\t\t\t\t],\r\n\t\t\t\t'cripplingly'=>[\r\n\t\t\t\t\t'criplingly',\r\n\t\t\t\t],\r\n\t\t\t\t'crispened'=>[\r\n\t\t\t\t\t'crispend',\r\n\t\t\t\t],\r\n\t\t\t\t'crisscross'=>[\r\n\t\t\t\t\t'criscross',\r\n\t\t\t\t\t'criscsross',\r\n\t\t\t\t\t'crisscros',\r\n\t\t\t\t\t'crissross',\r\n\t\t\t\t],\r\n\t\t\t\t'criteria'=>[\r\n\t\t\t\t\t'criterions',\r\n\t\t\t\t],\r\n\t\t\t\t'criterion'=>[\r\n\t\t\t\t\t'critereon',\r\n\t\t\t\t],\r\n\t\t\t\t'critical'=>[\r\n\t\t\t\t\t'critcal',\r\n\t\t\t\t],\r\n\t\t\t\t'criticalities'=>[\r\n\t\t\t\t\t'criticaliteis',\r\n\t\t\t\t\t'criticalitis',\r\n\t\t\t\t],\r\n\t\t\t\t'critically'=>[\r\n\t\t\t\t\t'criticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'criticise'=>[\r\n\t\t\t\t\t'critiscise',\r\n\t\t\t\t],\r\n\t\t\t\t'criticism'=>[\r\n\t\t\t\t\t'critiscism',\r\n\t\t\t\t\t'critisism',\r\n\t\t\t\t],\r\n\t\t\t\t'criticize'=>[\r\n\t\t\t\t\t'critiscize',\r\n\t\t\t\t\t'critise',\r\n\t\t\t\t\t'critisise',\r\n\t\t\t\t\t'critisize',\r\n\t\t\t\t\t'critize',\r\n\t\t\t\t],\r\n\t\t\t\t'critics'=>[\r\n\t\t\t\t\t'criticists',\r\n\t\t\t\t],\r\n\t\t\t\t'croatian-occupied'=>[\r\n\t\t\t\t\t'croatian occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'crocein'=>[\r\n\t\t\t\t\t'crocien',\r\n\t\t\t\t],\r\n\t\t\t\t'croceine'=>[\r\n\t\t\t\t\t'crociene',\r\n\t\t\t\t],\r\n\t\t\t\t'croceins'=>[\r\n\t\t\t\t\t'crociens',\r\n\t\t\t\t],\r\n\t\t\t\t'crocodilian'=>[\r\n\t\t\t\t\t'crocodilan',\r\n\t\t\t\t],\r\n\t\t\t\t'croissant'=>[\r\n\t\t\t\t\t'croissent',\r\n\t\t\t\t],\r\n\t\t\t\t'cromwell'=>[\r\n\t\t\t\t\t'cromwel',\r\n\t\t\t\t],\r\n\t\t\t\t'cropper'=>[\r\n\t\t\t\t\t'croper',\r\n\t\t\t\t],\r\n\t\t\t\t'croppers'=>[\r\n\t\t\t\t\t'cropers',\r\n\t\t\t\t],\r\n\t\t\t\t'cropping'=>[\r\n\t\t\t\t\t'croping',\r\n\t\t\t\t],\r\n\t\t\t\t'crosier'=>[\r\n\t\t\t\t\t'croseir',\r\n\t\t\t\t\t'crosir',\r\n\t\t\t\t],\r\n\t\t\t\t'cross'=>[\r\n\t\t\t\t\t'cros',\r\n\t\t\t\t],\r\n\t\t\t\t'crossbar'=>[\r\n\t\t\t\t\t'crosbar',\r\n\t\t\t\t\t'crossber',\r\n\t\t\t\t],\r\n\t\t\t\t'crossbow'=>[\r\n\t\t\t\t\t'crosbow',\r\n\t\t\t\t],\r\n\t\t\t\t'crosscourt'=>[\r\n\t\t\t\t\t'croscourt',\r\n\t\t\t\t\t'croscsourt',\r\n\t\t\t\t\t'crossourt',\r\n\t\t\t\t],\r\n\t\t\t\t'crosscurrent'=>[\r\n\t\t\t\t\t'croscsurrent',\r\n\t\t\t\t\t'croscurrent',\r\n\t\t\t\t\t'crosscurent',\r\n\t\t\t\t\t'crosscurrant',\r\n\t\t\t\t\t'crossurrent',\r\n\t\t\t\t],\r\n\t\t\t\t'crosscurrents'=>[\r\n\t\t\t\t\t'crosscurents',\r\n\t\t\t\t],\r\n\t\t\t\t'crosscut'=>[\r\n\t\t\t\t\t'croscsut',\r\n\t\t\t\t\t'croscut',\r\n\t\t\t\t\t'crossut',\r\n\t\t\t\t],\r\n\t\t\t\t'crosscutting'=>[\r\n\t\t\t\t\t'croscsutting',\r\n\t\t\t\t\t'croscutting',\r\n\t\t\t\t\t'crossutting',\r\n\t\t\t\t],\r\n\t\t\t\t'crosse'=>[\r\n\t\t\t\t\t'crose',\r\n\t\t\t\t],\r\n\t\t\t\t'crossfire'=>[\r\n\t\t\t\t\t'crosfire',\r\n\t\t\t\t],\r\n\t\t\t\t'crossing'=>[\r\n\t\t\t\t\t'crosing',\r\n\t\t\t\t],\r\n\t\t\t\t'crosslinguistic'=>[\r\n\t\t\t\t\t'croslinguistic',\r\n\t\t\t\t],\r\n\t\t\t\t'crossopterygian'=>[\r\n\t\t\t\t\t'crosopterygian',\r\n\t\t\t\t\t'crossopterygan',\r\n\t\t\t\t],\r\n\t\t\t\t'crossover'=>[\r\n\t\t\t\t\t'crosover',\r\n\t\t\t\t],\r\n\t\t\t\t'crosspiece'=>[\r\n\t\t\t\t\t'crosspeice',\r\n\t\t\t\t\t'crosspice',\r\n\t\t\t\t],\r\n\t\t\t\t'crosstalk'=>[\r\n\t\t\t\t\t'crostalk',\r\n\t\t\t\t],\r\n\t\t\t\t'crosstie'=>[\r\n\t\t\t\t\t'crosstei',\r\n\t\t\t\t\t'crossti',\r\n\t\t\t\t],\r\n\t\t\t\t'crosstown'=>[\r\n\t\t\t\t\t'crostown',\r\n\t\t\t\t],\r\n\t\t\t\t'crosswalk'=>[\r\n\t\t\t\t\t'croswalk',\r\n\t\t\t\t],\r\n\t\t\t\t'crossword'=>[\r\n\t\t\t\t\t'crosword',\r\n\t\t\t\t],\r\n\t\t\t\t'crostini'=>[\r\n\t\t\t\t\t'crostina',\r\n\t\t\t\t],\r\n\t\t\t\t'crotchetinesses'=>[\r\n\t\t\t\t\t'crotchetineses',\r\n\t\t\t\t\t'crotchetinisses',\r\n\t\t\t\t],\r\n\t\t\t\t'croupier'=>[\r\n\t\t\t\t\t'croupeir',\r\n\t\t\t\t\t'croupir',\r\n\t\t\t\t],\r\n\t\t\t\t'crousely'=>[\r\n\t\t\t\t\t'crously',\r\n\t\t\t\t],\r\n\t\t\t\t'crowbar'=>[\r\n\t\t\t\t\t'crowber',\r\n\t\t\t\t],\r\n\t\t\t\t'crowberry'=>[\r\n\t\t\t\t\t'crowbery',\r\n\t\t\t\t],\r\n\t\t\t\t'crowstepped'=>[\r\n\t\t\t\t\t'crowsteped',\r\n\t\t\t\t],\r\n\t\t\t\t'crozier'=>[\r\n\t\t\t\t\t'crozeir',\r\n\t\t\t\t\t'crozir',\r\n\t\t\t\t],\r\n\t\t\t\t'crucian'=>[\r\n\t\t\t\t\t'crucan',\r\n\t\t\t\t],\r\n\t\t\t\t'crucible'=>[\r\n\t\t\t\t\t'crucable',\r\n\t\t\t\t],\r\n\t\t\t\t'crucifixion'=>[\r\n\t\t\t\t\t'crucifiction',\r\n\t\t\t\t],\r\n\t\t\t\t'crudely'=>[\r\n\t\t\t\t\t'crudly',\r\n\t\t\t\t],\r\n\t\t\t\t'cruises'=>[\r\n\t\t\t\t\t'crusies',\r\n\t\t\t\t],\r\n\t\t\t\t'crumbly'=>[\r\n\t\t\t\t\t'crumbally',\r\n\t\t\t\t\t'crumbaly',\r\n\t\t\t\t\t'crumbely',\r\n\t\t\t\t\t'crumblly',\r\n\t\t\t\t],\r\n\t\t\t\t'crummie'=>[\r\n\t\t\t\t\t'crumnie',\r\n\t\t\t\t],\r\n\t\t\t\t'crumminess'=>[\r\n\t\t\t\t\t'crumniness',\r\n\t\t\t\t],\r\n\t\t\t\t'crummy'=>[\r\n\t\t\t\t\t'crumny',\r\n\t\t\t\t],\r\n\t\t\t\t'cruor'=>[\r\n\t\t\t\t\t'cror',\r\n\t\t\t\t],\r\n\t\t\t\t'cruors'=>[\r\n\t\t\t\t\t'crors',\r\n\t\t\t\t],\r\n\t\t\t\t'crupper'=>[\r\n\t\t\t\t\t'cruper',\r\n\t\t\t\t],\r\n\t\t\t\t'cruppers'=>[\r\n\t\t\t\t\t'crupers',\r\n\t\t\t\t],\r\n\t\t\t\t'crustacean'=>[\r\n\t\t\t\t\t'crustacen',\r\n\t\t\t\t],\r\n\t\t\t\t'cruzeiro'=>[\r\n\t\t\t\t\t'cruziero',\r\n\t\t\t\t],\r\n\t\t\t\t'cryobiologies'=>[\r\n\t\t\t\t\t'cryobiologeis',\r\n\t\t\t\t\t'cryobiologis',\r\n\t\t\t\t],\r\n\t\t\t\t'cryoprotectant'=>[\r\n\t\t\t\t\t'cryoprotectent',\r\n\t\t\t\t],\r\n\t\t\t\t'cryoprotectants'=>[\r\n\t\t\t\t\t'cryoprotectents',\r\n\t\t\t\t],\r\n\t\t\t\t'cryosurgeries'=>[\r\n\t\t\t\t\t'cryosurgereis',\r\n\t\t\t\t\t'cryosurgeris',\r\n\t\t\t\t],\r\n\t\t\t\t'cryotherapies'=>[\r\n\t\t\t\t\t'cryotherapeis',\r\n\t\t\t\t\t'cryotherapis',\r\n\t\t\t\t],\r\n\t\t\t\t'cryptococcal'=>[\r\n\t\t\t\t\t'cryptococal',\r\n\t\t\t\t],\r\n\t\t\t\t'cryptococci'=>[\r\n\t\t\t\t\t'cryptococi',\r\n\t\t\t\t],\r\n\t\t\t\t'cryptococcoses'=>[\r\n\t\t\t\t\t'cryptococoses',\r\n\t\t\t\t],\r\n\t\t\t\t'cryptococcosis'=>[\r\n\t\t\t\t\t'cryptococosis',\r\n\t\t\t\t],\r\n\t\t\t\t'cryptococcus'=>[\r\n\t\t\t\t\t'cryptococus',\r\n\t\t\t\t],\r\n\t\t\t\t'cryptozoologies'=>[\r\n\t\t\t\t\t'cryptozoologeis',\r\n\t\t\t\t\t'cryptozoologis',\r\n\t\t\t\t],\r\n\t\t\t\t'crystal-clear'=>[\r\n\t\t\t\t\t'crystalclear',\r\n\t\t\t\t],\r\n\t\t\t\t'crystalline'=>[\r\n\t\t\t\t\t'crystaline',\r\n\t\t\t\t\t'crystallini',\r\n\t\t\t\t],\r\n\t\t\t\t'crystallinities'=>[\r\n\t\t\t\t\t'crystalinities',\r\n\t\t\t\t\t'crystallinaties',\r\n\t\t\t\t\t'crystalliniteis',\r\n\t\t\t\t\t'crystallinitis',\r\n\t\t\t\t],\r\n\t\t\t\t'crystallinity'=>[\r\n\t\t\t\t\t'crystallinaty',\r\n\t\t\t\t],\r\n\t\t\t\t'crystallite'=>[\r\n\t\t\t\t\t'crystalite',\r\n\t\t\t\t],\r\n\t\t\t\t'crystallizable'=>[\r\n\t\t\t\t\t'crystallizible',\r\n\t\t\t\t],\r\n\t\t\t\t'crystallization'=>[\r\n\t\t\t\t\t'crystalization',\r\n\t\t\t\t],\r\n\t\t\t\t'crystallize'=>[\r\n\t\t\t\t\t'crystalize',\r\n\t\t\t\t],\r\n\t\t\t\t'crystallizes'=>[\r\n\t\t\t\t\t'cyrstallises',\r\n\t\t\t\t\t'cyrstallizes',\r\n\t\t\t\t],\r\n\t\t\t\t'crystallography'=>[\r\n\t\t\t\t\t'crystalography',\r\n\t\t\t\t],\r\n\t\t\t\t'crystalloid'=>[\r\n\t\t\t\t\t'crystaloid',\r\n\t\t\t\t],\r\n\t\t\t\t'cuadrilla'=>[\r\n\t\t\t\t\t'caudrilla',\r\n\t\t\t\t],\r\n\t\t\t\t'cuatro'=>[\r\n\t\t\t\t\t'cautro',\r\n\t\t\t\t],\r\n\t\t\t\t'cuban'=>[\r\n\t\t\t\t\t'cllball',\r\n\t\t\t\t],\r\n\t\t\t\t'cuban-occupied'=>[\r\n\t\t\t\t\t'cuban occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'cubanismo'=>[\r\n\t\t\t\t\t'cubanisimo',\r\n\t\t\t\t],\r\n\t\t\t\t'cubby'=>[\r\n\t\t\t\t\t'cuby',\r\n\t\t\t\t],\r\n\t\t\t\t'cubbyhole'=>[\r\n\t\t\t\t\t'cubyhole',\r\n\t\t\t\t],\r\n\t\t\t\t'cubbyholes'=>[\r\n\t\t\t\t\t'cubyholes',\r\n\t\t\t\t],\r\n\t\t\t\t'cudbear'=>[\r\n\t\t\t\t\t'cudbeer',\r\n\t\t\t\t],\r\n\t\t\t\t'cueing'=>[\r\n\t\t\t\t\t'cuieng',\r\n\t\t\t\t],\r\n\t\t\t\t'cuirassier'=>[\r\n\t\t\t\t\t'cuirasseir',\r\n\t\t\t\t\t'cuirassir',\r\n\t\t\t\t],\r\n\t\t\t\t'cuisine'=>[\r\n\t\t\t\t\t'cuisini',\r\n\t\t\t\t],\r\n\t\t\t\t'cuisse'=>[\r\n\t\t\t\t\t'cuise',\r\n\t\t\t\t],\r\n\t\t\t\t'culinarian'=>[\r\n\t\t\t\t\t'culinaran',\r\n\t\t\t\t],\r\n\t\t\t\t'culinary'=>[\r\n\t\t\t\t\t'culinery',\r\n\t\t\t\t\t'culiniry',\r\n\t\t\t\t],\r\n\t\t\t\t'cull'=>[\r\n\t\t\t\t\t'cul',\r\n\t\t\t\t],\r\n\t\t\t\t'cully'=>[\r\n\t\t\t\t\t'culally',\r\n\t\t\t\t\t'culaly',\r\n\t\t\t\t\t'cullly',\r\n\t\t\t\t\t'culy',\r\n\t\t\t\t],\r\n\t\t\t\t'culminant'=>[\r\n\t\t\t\t\t'culminint',\r\n\t\t\t\t],\r\n\t\t\t\t'culminate'=>[\r\n\t\t\t\t\t'culiminate',\r\n\t\t\t\t\t'culminite',\r\n\t\t\t\t],\r\n\t\t\t\t'culminates'=>[\r\n\t\t\t\t\t'culiminates',\r\n\t\t\t\t],\r\n\t\t\t\t'culminating'=>[\r\n\t\t\t\t\t'culiminating',\r\n\t\t\t\t],\r\n\t\t\t\t'culpabilities'=>[\r\n\t\t\t\t\t'culpabiliteis',\r\n\t\t\t\t\t'culpabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'culpable'=>[\r\n\t\t\t\t\t'culpible',\r\n\t\t\t\t],\r\n\t\t\t\t'cultivabilities'=>[\r\n\t\t\t\t\t'cultivabiliteis',\r\n\t\t\t\t\t'cultivabilitis',\r\n\t\t\t\t],\r\n\t\t\t\t'cultivable'=>[\r\n\t\t\t\t\t'cultivible',\r\n\t\t\t\t],\r\n\t\t\t\t'cultivar'=>[\r\n\t\t\t\t\t'cultiver',\r\n\t\t\t\t],\r\n\t\t\t\t'cultivation'=>[\r\n\t\t\t\t\t'culviation',\r\n\t\t\t\t],\r\n\t\t\t\t'cultural'=>[\r\n\t\t\t\t\t'cultura',\r\n\t\t\t\t\t'culutral',\r\n\t\t\t\t],\r\n\t\t\t\t'cumbrance'=>[\r\n\t\t\t\t\t'cumbrence',\r\n\t\t\t\t],\r\n\t\t\t\t'cummer'=>[\r\n\t\t\t\t\t'cumner',\r\n\t\t\t\t],\r\n\t\t\t\t'cummerbund'=>[\r\n\t\t\t\t\t'cumnerbund',\r\n\t\t\t\t],\r\n\t\t\t\t'cummin'=>[\r\n\t\t\t\t\t'cumnin',\r\n\t\t\t\t],\r\n\t\t\t\t'cumquat'=>[\r\n\t\t\t\t\t'cumqaut',\r\n\t\t\t\t],\r\n\t\t\t\t'cumulative'=>[\r\n\t\t\t\t\t'culminative',\r\n\t\t\t\t\t'cumulatative',\r\n\t\t\t\t\t'cumuletive',\r\n\t\t\t\t\t'cumulitive',\r\n\t\t\t\t],\r\n\t\t\t\t'cumulatively'=>[\r\n\t\t\t\t\t'cumulativly',\r\n\t\t\t\t],\r\n\t\t\t\t'cuneately'=>[\r\n\t\t\t\t\t'cuneatly',\r\n\t\t\t\t],\r\n\t\t\t\t'cuneiform'=>[\r\n\t\t\t\t\t'cunieform',\r\n\t\t\t\t],\r\n\t\t\t\t'cuneiforms'=>[\r\n\t\t\t\t\t'cunieforms',\r\n\t\t\t\t],\r\n\t\t\t\t'cunner'=>[\r\n\t\t\t\t\t'cuner',\r\n\t\t\t\t],\r\n\t\t\t\t'cunnilinctus'=>[\r\n\t\t\t\t\t'cunilinctus',\r\n\t\t\t\t],\r\n\t\t\t\t'cunnilinctuses'=>[\r\n\t\t\t\t\t'cunilinctuses',\r\n\t\t\t\t],\r\n\t\t\t\t'cunnilingus'=>[\r\n\t\t\t\t\t'cunilingus',\r\n\t\t\t\t],\r\n\t\t\t\t'cunnilinguses'=>[\r\n\t\t\t\t\t'cunilinguses',\r\n\t\t\t\t],\r\n\t\t\t\t'cunning'=>[\r\n\t\t\t\t\t'cuning',\r\n\t\t\t\t],\r\n\t\t\t\t'cunningness'=>[\r\n\t\t\t\t\t'cuningness',\r\n\t\t\t\t],\r\n\t\t\t\t'cunningnesses'=>[\r\n\t\t\t\t\t'cuningnesses',\r\n\t\t\t\t],\r\n\t\t\t\t'cuppa'=>[\r\n\t\t\t\t\t'cupa',\r\n\t\t\t\t],\r\n\t\t\t\t'cuppas'=>[\r\n\t\t\t\t\t'cupas',\r\n\t\t\t\t],\r\n\t\t\t\t'cupped'=>[\r\n\t\t\t\t\t'cuped',\r\n\t\t\t\t],\r\n\t\t\t\t'cupper'=>[\r\n\t\t\t\t\t'cuper',\r\n\t\t\t\t],\r\n\t\t\t\t'cuppiest'=>[\r\n\t\t\t\t\t'cupiest',\r\n\t\t\t\t],\r\n\t\t\t\t'cupping'=>[\r\n\t\t\t\t\t'cuping',\r\n\t\t\t\t],\r\n\t\t\t\t'cuppings'=>[\r\n\t\t\t\t\t'cupings',\r\n\t\t\t\t],\r\n\t\t\t\t'cuppy'=>[\r\n\t\t\t\t\t'cupy',\r\n\t\t\t\t],\r\n\t\t\t\t'cupular'=>[\r\n\t\t\t\t\t'cupuler',\r\n\t\t\t\t],\r\n\t\t\t\t'curable'=>[\r\n\t\t\t\t\t'curible',\r\n\t\t\t\t],\r\n\t\t\t\t'curacy'=>[\r\n\t\t\t\t\t'curasy',\r\n\t\t\t\t],\r\n\t\t\t\t'curassow'=>[\r\n\t\t\t\t\t'currasow',\r\n\t\t\t\t],\r\n\t\t\t\t'curatively'=>[\r\n\t\t\t\t\t'curativly',\r\n\t\t\t\t],\r\n\t\t\t\t'curb'=>[\r\n\t\t\t\t\t'kerb',\r\n\t\t\t\t],\r\n\t\t\t\t'curia'=>[\r\n\t\t\t\t\t'cuna',\r\n\t\t\t\t],\r\n\t\t\t\t'curie'=>[\r\n\t\t\t\t\t'curei',\r\n\t\t\t\t\t'curi',\r\n\t\t\t\t],\r\n\t\t\t\t'curiosity'=>[\r\n\t\t\t\t\t'curiousity',\r\n\t\t\t\t],\r\n\t\t\t\t'curious'=>[\r\n\t\t\t\t\t'curous',\r\n\t\t\t\t],\r\n\t\t\t\t'curiously'=>[\r\n\t\t\t\t\t'curously',\r\n\t\t\t\t],\r\n\t\t\t\t'curly'=>[\r\n\t\t\t\t\t'curally',\r\n\t\t\t\t\t'curaly',\r\n\t\t\t\t\t'curlly',\r\n\t\t\t\t],\r\n\t\t\t\t'curr'=>[\r\n\t\t\t\t\t'cur',\r\n\t\t\t\t],\r\n\t\t\t\t'currach'=>[\r\n\t\t\t\t\t'curach',\r\n\t\t\t\t],\r\n\t\t\t\t'curran'=>[\r\n\t\t\t\t\t'curan',\r\n\t\t\t\t],\r\n\t\t\t\t'currant'=>[\r\n\t\t\t\t\t'curant',\r\n\t\t\t\t\t'current',\r\n\t\t\t\t],\r\n\t\t\t\t'curred'=>[\r\n\t\t\t\t\t'cured',\r\n\t\t\t\t],\r\n\t\t\t\t'currency'=>[\r\n\t\t\t\t\t'curency',\r\n\t\t\t\t\t'currensy',\r\n\t\t\t\t],\r\n\t\t\t\t'current'=>[\r\n\t\t\t\t\t'curent',\r\n\t\t\t\t\t'curernt',\r\n\t\t\t\t\t'currant',\r\n\t\t\t\t\t'currrent',\r\n\t\t\t\t],\r\n\t\t\t\t'currently'=>[\r\n\t\t\t\t\t'currenly',\r\n\t\t\t\t\t'currentally',\r\n\t\t\t\t\t'currentaly',\r\n\t\t\t\t\t'currentely',\r\n\t\t\t\t\t'currentlly',\r\n\t\t\t\t\t'curretly',\r\n\t\t\t\t],\r\n\t\t\t\t'curricle'=>[\r\n\t\t\t\t\t'curicle',\r\n\t\t\t\t],\r\n\t\t\t\t'curricular'=>[\r\n\t\t\t\t\t'curriculer',\r\n\t\t\t\t],\r\n\t\t\t\t'curriculum'=>[\r\n\t\t\t\t\t'curiculum',\r\n\t\t\t\t],\r\n\t\t\t\t'currie'=>[\r\n\t\t\t\t\t'curie',\r\n\t\t\t\t\t'currei',\r\n\t\t\t\t\t'curri',\r\n\t\t\t\t],\r\n\t\t\t\t'currier'=>[\r\n\t\t\t\t\t'curier',\r\n\t\t\t\t\t'curreir',\r\n\t\t\t\t\t'currir',\r\n\t\t\t\t],\r\n\t\t\t\t'curriery'=>[\r\n\t\t\t\t\t'curiery',\r\n\t\t\t\t],\r\n\t\t\t\t'currish'=>[\r\n\t\t\t\t\t'curish',\r\n\t\t\t\t],\r\n\t\t\t\t'currs'=>[\r\n\t\t\t\t\t'curs',\r\n\t\t\t\t],\r\n\t\t\t\t'curry'=>[\r\n\t\t\t\t\t'cury',\r\n\t\t\t\t],\r\n\t\t\t\t'currycomb'=>[\r\n\t\t\t\t\t'curycomb',\r\n\t\t\t\t],\r\n\t\t\t\t'cursively'=>[\r\n\t\t\t\t\t'cursivly',\r\n\t\t\t\t],\r\n\t\t\t\t'curtesy'=>[\r\n\t\t\t\t\t'curtecy',\r\n\t\t\t\t],\r\n\t\t\t\t'curtly'=>[\r\n\t\t\t\t\t'curtally',\r\n\t\t\t\t\t'curtaly',\r\n\t\t\t\t\t'curtely',\r\n\t\t\t\t\t'curtlly',\r\n\t\t\t\t],\r\n\t\t\t\t'curtsy'=>[\r\n\t\t\t\t\t'curtcy',\r\n\t\t\t\t],\r\n\t\t\t\t'curvacious'=>[\r\n\t\t\t\t\t'curvacous',\r\n\t\t\t\t],\r\n\t\t\t\t'curvilinear'=>[\r\n\t\t\t\t\t'curvilineer',\r\n\t\t\t\t\t'curviliner',\r\n\t\t\t\t\t'curviliniar',\r\n\t\t\t\t],\r\n\t\t\t\t'curvilinearity'=>[\r\n\t\t\t\t\t'curvilinerity',\r\n\t\t\t\t\t'curviliniarity',\r\n\t\t\t\t],\r\n\t\t\t\t'cuscus'=>[\r\n\t\t\t\t\t'cucsus',\r\n\t\t\t\t\t'cucus',\r\n\t\t\t\t\t'cusus',\r\n\t\t\t\t],\r\n\t\t\t\t'cuss'=>[\r\n\t\t\t\t\t'cus',\r\n\t\t\t\t],\r\n\t\t\t\t'cussed'=>[\r\n\t\t\t\t\t'cused',\r\n\t\t\t\t],\r\n\t\t\t\t'cusso'=>[\r\n\t\t\t\t\t'cuso',\r\n\t\t\t\t],\r\n\t\t\t\t'custodian'=>[\r\n\t\t\t\t\t'custodan',\r\n\t\t\t\t],\r\n\t\t\t\t'custom'=>[\r\n\t\t\t\t\t'custorn',\r\n\t\t\t\t],\r\n\t\t\t\t'customarinesses'=>[\r\n\t\t\t\t\t'customarineses',\r\n\t\t\t\t\t'customarinisses',\r\n\t\t\t\t],\r\n\t\t\t\t'customary'=>[\r\n\t\t\t\t\t'customery',\r\n\t\t\t\t],\r\n\t\t\t\t'customs'=>[\r\n\t\t\t\t\t'custorns',\r\n\t\t\t\t],\r\n\t\t\t\t'cut'=>[\r\n\t\t\t\t\t'cutted',\r\n\t\t\t\t],\r\n\t\t\t\t'cutely'=>[\r\n\t\t\t\t\t'cutly',\r\n\t\t\t\t],\r\n\t\t\t\t'cutesy'=>[\r\n\t\t\t\t\t'cutecy',\r\n\t\t\t\t],\r\n\t\t\t\t'cuticular'=>[\r\n\t\t\t\t\t'cuticuler',\r\n\t\t\t\t],\r\n\t\t\t\t'cutie'=>[\r\n\t\t\t\t\t'cutei',\r\n\t\t\t\t\t'cuti',\r\n\t\t\t\t],\r\n\t\t\t\t'cutinise'=>[\r\n\t\t\t\t\t'cutinase',\r\n\t\t\t\t],\r\n\t\t\t\t'cutinised'=>[\r\n\t\t\t\t\t'cutinased',\r\n\t\t\t\t],\r\n\t\t\t\t'cutinises'=>[\r\n\t\t\t\t\t'cutinases',\r\n\t\t\t\t],\r\n\t\t\t\t'cutinize'=>[\r\n\t\t\t\t\t'cutinaze',\r\n\t\t\t\t],\r\n\t\t\t\t'cutinized'=>[\r\n\t\t\t\t\t'cutinazed',\r\n\t\t\t\t],\r\n\t\t\t\t'cutinizes'=>[\r\n\t\t\t\t\t'cutinazes',\r\n\t\t\t\t],\r\n\t\t\t\t'cutlass'=>[\r\n\t\t\t\t\t'cutlas',\r\n\t\t\t\t],\r\n\t\t\t\t'cutlery'=>[\r\n\t\t\t\t\t'cultery',\r\n\t\t\t\t],\r\n\t\t\t\t'cutline'=>[\r\n\t\t\t\t\t'cutlini',\r\n\t\t\t\t],\r\n\t\t\t\t'cyan'=>[\r\n\t\t\t\t\t'cxan',\r\n\t\t\t\t],\r\n\t\t\t\t'cyanine'=>[\r\n\t\t\t\t\t'cyanini',\r\n\t\t\t\t],\r\n\t\t\t\t'cyanocobalamine'=>[\r\n\t\t\t\t\t'cyanocobalamini',\r\n\t\t\t\t],\r\n\t\t\t\t'cybernetician'=>[\r\n\t\t\t\t\t'cybernetican',\r\n\t\t\t\t],\r\n\t\t\t\t'cybrarian'=>[\r\n\t\t\t\t\t'cybraran',\r\n\t\t\t\t],\r\n\t\t\t\t'cyclicalities'=>[\r\n\t\t\t\t\t'cyclicaliteis',\r\n\t\t\t\t\t'cyclicalitis',\r\n\t\t\t\t],\r\n\t\t\t\t'cyclohexylamine'=>[\r\n\t\t\t\t\t'cyclohexylamini',\r\n\t\t\t\t],\r\n\t\t\t\t'cycloolefinic'=>[\r\n\t\t\t\t\t'cycloolefinac',\r\n\t\t\t\t],\r\n\t\t\t\t'cycloparaffin'=>[\r\n\t\t\t\t\t'cycloperaffin',\r\n\t\t\t\t],\r\n\t\t\t\t'cycloparaffins'=>[\r\n\t\t\t\t\t'cycloperaffins',\r\n\t\t\t\t],\r\n\t\t\t\t'cycloserine'=>[\r\n\t\t\t\t\t'cycloserini',\r\n\t\t\t\t],\r\n\t\t\t\t'cyclosporine'=>[\r\n\t\t\t\t\t'cyclosporini',\r\n\t\t\t\t],\r\n\t\t\t\t'cymar'=>[\r\n\t\t\t\t\t'cymer',\r\n\t\t\t\t],\r\n\t\t\t\t'cymosely'=>[\r\n\t\t\t\t\t'cymosly',\r\n\t\t\t\t],\r\n\t\t\t\t'cypress'=>[\r\n\t\t\t\t\t'cypres',\r\n\t\t\t\t],\r\n\t\t\t\t'cyprian'=>[\r\n\t\t\t\t\t'cypran',\r\n\t\t\t\t],\r\n\t\t\t\t'cyprinid'=>[\r\n\t\t\t\t\t'cyprinad',\r\n\t\t\t\t],\r\n\t\t\t\t'cyprinids'=>[\r\n\t\t\t\t\t'cyprinads',\r\n\t\t\t\t],\r\n\t\t\t\t'cypriot-occupied'=>[\r\n\t\t\t\t\t'cypriot occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'cyproheptadine'=>[\r\n\t\t\t\t\t'cyproheptadini',\r\n\t\t\t\t],\r\n\t\t\t\t'cyproheptadines'=>[\r\n\t\t\t\t\t'cyproheptadinis',\r\n\t\t\t\t],\r\n\t\t\t\t'cysteine'=>[\r\n\t\t\t\t\t'cysteini',\r\n\t\t\t\t\t'cystiene',\r\n\t\t\t\t],\r\n\t\t\t\t'cysteines'=>[\r\n\t\t\t\t\t'cystienes',\r\n\t\t\t\t],\r\n\t\t\t\t'cysteinic'=>[\r\n\t\t\t\t\t'cysteinac',\r\n\t\t\t\t],\r\n\t\t\t\t'cysteins'=>[\r\n\t\t\t\t\t'cystiens',\r\n\t\t\t\t],\r\n\t\t\t\t'cystine'=>[\r\n\t\t\t\t\t'cystini',\r\n\t\t\t\t],\r\n\t\t\t\t'cytochemistries'=>[\r\n\t\t\t\t\t'cytochemistreis',\r\n\t\t\t\t\t'cytochemistris',\r\n\t\t\t\t],\r\n\t\t\t\t'cytogenetically'=>[\r\n\t\t\t\t\t'cytogeneticaly',\r\n\t\t\t\t],\r\n\t\t\t\t'cytokine'=>[\r\n\t\t\t\t\t'cytokini',\r\n\t\t\t\t],\r\n\t\t\t\t'cytokinesis'=>[\r\n\t\t\t\t\t'cytokinisis',\r\n\t\t\t\t],\r\n\t\t\t\t'cytokinin'=>[\r\n\t\t\t\t\t'cytokinan',\r\n\t\t\t\t],\r\n\t\t\t\t'cytomembrane'=>[\r\n\t\t\t\t\t'cytombrane',\r\n\t\t\t\t],\r\n\t\t\t\t'cytomembranes'=>[\r\n\t\t\t\t\t'cytombranes',\r\n\t\t\t\t],\r\n\t\t\t\t'cytoplasmically'=>[\r\n\t\t\t\t\t'cytoplasmicalally',\r\n\t\t\t\t\t'cytoplasmicalaly',\r\n\t\t\t\t\t'cytoplasmicalely',\r\n\t\t\t\t\t'cytoplasmicallly',\r\n\t\t\t\t\t'cytoplasmicaly',\r\n\t\t\t\t],\r\n\t\t\t\t'cytosine'=>[\r\n\t\t\t\t\t'cytosini',\r\n\t\t\t\t],\r\n\t\t\t\t'czar'=>[\r\n\t\t\t\t\t'czer',\r\n\t\t\t\t],\r\n\t\t\t\t'czarina'=>[\r\n\t\t\t\t\t'czarini',\r\n\t\t\t\t],\r\n\t\t\t\t'czech-occupied'=>[\r\n\t\t\t\t\t'czech occupied',\r\n\t\t\t\t],\r\n\t\t\t\t'césaire'=>[\r\n\t\t\t\t\t'cesaire',\r\n\t\t\t\t],\r\n\t\t\t\t'cú chulainn'=>[\r\n\t\t\t\t\t'cuchulain',\r\n\t\t\t\t],\r\n\t\t\t];\r\n\t\t}", "function spellCheck($string, $varName)\r\n{\r\n\tglobal $pspell_link; //the global link to the pspell module\r\n\tglobal $cp; //the CPAINT object\r\n\t$retVal = \"\";\r\n \r\n \t//$string = stripslashes_custom($string); //we only need to strip slashes if magic quotes are on\r\n\r\n \t$string = remove_word_junk($string);\r\n\r\n \t//make all the returns in the text look the same\r\n\t$string = preg_replace(\"/\\r?\\n/\", \"\\n\", $string);\r\n \r\n \t//splits the string on any html tags, preserving the tags and putting them in the $words array\r\n \t$words = preg_split(\"/(<[^<>]*>)/\", $string, -1, PREG_SPLIT_DELIM_CAPTURE);\r\n\t \r\n \t$numResults = count($words); //the number of elements in the array.\r\n\r\n\t$misspelledCount = 0;\t\r\n \r\n\t//this loop looks through the words array and splits any lines of text that aren't html tags on space, preserving the spaces.\r\n\tfor($i=0; $i<$numResults; $i++){\r\n\t\t// Words alternate between real words and html tags, starting with words.\r\n\t\tif(($i & 1) == 0) // Even-numbered entries are word sets.\r\n\t\t{\r\n\t\t\t$words[$i] = preg_split(\"/(\\s+)/\", $words[$i], -1, PREG_SPLIT_DELIM_CAPTURE); //then split it on the spaces\r\n\r\n\t\t\t// Now go through each word and link up the misspelled ones.\r\n\t\t\t$numWords = count($words[$i]);\r\n\t\t\tfor($j=0; $j<$numWords; $j++)\r\n\t\t\t{\r\n\t\t\t\tpreg_match(\"/[A-Z']{1,16}/i\", $words[$i][$j], $tmp); //get the word that is in the array slot $i\r\n\t\t\t\t$tmpWord = $tmp[0]; //should only have one element in the array anyway, so it's just assign it to $tmpWord\r\n\t\t\t\t\r\n\t\t\t\t//And we replace the word in the array with the span that highlights it and gives it an onClick parameter to show the suggestions.\r\n\t\t\t\tif(!pspell_check($pspell_link, $tmpWord))\r\n\t\t\t\t{\r\n\t\t\t\t\t$onClick = \"onclick=\\\"setCurrentObject(\" . $varName . \"); showSuggestions('\" . addslashes($tmpWord) . \"', '\" . $varName . \"_\" . $misspelledCount . \"_\" . addslashes($tmpWord) . \"'); return false;\\\"\";\r\n\t\t\t\t\t$words[$i][$j] = str_replace($tmpWord, \"<span \" . $onClick . \" id=\\\"\" . $varName . \"_\" . $misspelledCount . \"_\" . $tmpWord . \"\\\" class=\\\"highlight\\\">\" . stripslashes($tmpWord) . \"</span>\", $words[$i][$j]); \r\n\t\t\t\t\t$misspelledCount++;\r\n\t\t\t\t}\r\n\t\t\t\t\r\n\t\t\t\t$words[$i][$j] = str_replace(\"\\n\", \"<br />\", $words[$i][$j]); //replace any breaks with <br />'s, for html display\r\n\t\t\t}//end for $j\r\n\t\t}//end if\r\n\t\t\r\n\t\telse //otherwise, we wrap all the html tags in comments to make them not displayed\r\n\t\t{\r\n\t\t\t$words[$i] = str_replace(\"<\", \"<!--<\", $words[$i]);\r\n\t\t\t$words[$i] = str_replace(\">\", \">-->\", $words[$i]);\r\n\t\t}\r\n\t}//end for $i\r\n\r\n\t$words = flattenArray($words); //flatten the array to be one dimensional.\r\n\t$numResults = count($words); //the number of elements in the array after it's been flattened.\r\n \t\r\n\t$string = \"\"; //return string \r\n \r\n\t//if there were no misspellings, start the string with a 0.\r\n\tif($misspelledCount == 0)\r\n\t{\r\n\t\t$string = \"0\";\r\n\t}\r\n \t\r\n\telse //else, there were misspellings, start the string with a 1.\r\n\t{\r\n \t\t$string = \"1\";\r\n \t}\r\n\t\r\n\t// Concatenate all the words/tags/etc. back into a string and append it to the result.\r\n\t$string .= implode('', $words);\r\n\t\r\n\t//remove comments from around all html tags except for <a> because we don't want the links to be clickable\r\n\t//but we want the html to be rendered in the div for preview purposes.\r\n\t$string = preg_replace(\"/<!--<br( [^>]*)?>-->/i\", \"<br />\", $string);\r\n\t$string = preg_replace(\"/<!--<p( [^>]*)?>-->/i\", \"<p>\", $string);\r\n\t$string = preg_replace(\"/<!--<\\/p>-->/i\", \"</p>\", $string);\r\n\t$string = preg_replace(\"/<!--<b( [^>]*)?>-->/i\", \"<b>\", $string);\r\n\t$string = preg_replace(\"/<!--<\\/b>-->/i\", \"</b>\", $string);\r\n\t$string = preg_replace(\"/<!--<strong( [^>]*)?>-->/i\", \"<strong>\", $string);\r\n\t$string = preg_replace(\"/<!--<\\/strong>-->/i\", \"</strong>\", $string);\r\n\t$string = preg_replace(\"/<!--<i( [^>]*)?>-->/i\", \"<i>\", $string);\r\n\t$string = preg_replace(\"/<!--<\\/i>-->/i\", \"</i>\", $string);\r\n\t$string = preg_replace(\"/<!--<small( [^>]*)?>-->/i\", \"<small>\", $string);\r\n\t$string = preg_replace(\"/<!--<\\/small>-->/i\", \"</small>\", $string);\r\n\t$string = preg_replace(\"/<!--<ul( [^>]*)?>-->/i\", \"<ul>\", $string);\r\n\t$string = preg_replace(\"/<!--<\\/ul>-->/i\", \"</ul>\", $string);\r\n\t$string = preg_replace(\"/<!--<li( [^>]*)?>-->/i\", \"<li>\", $string);\r\n\t$string = preg_replace(\"/<!--<\\/li>-->/i\", \"</li>\", $string);\r\n\t$string = preg_replace(\"/<!--<img (?:[^>]+ )?src=\\\"?([^\\\"]*)\\\"?[^>]*>-->/i\", \"<img src=\\\"\\\\1\\\" />\", $string);\r\n\t\t\r\n\t$cp->set_data($string); //return value - string containing all the markup for the misspelled words.\r\n\r\n}", "public function isTypoCorrectedSearch();", "function get_suggestions($word)\n {\n if ($this->backend) {\n return $this->backend->get_suggestions($word);\n }\n\n return array();\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Metodo setUploadImagemOriginal Seta os dados setUploadImagemOriginal
public function setUploadImagemOriginal(){ $this->uploadImagemOriginal(); }
[ "public function setUsesOriginalFile() {}", "public function incluirImagemBancoEdicao()\n\t{\n\t\tunset($_SESSION['randomico']);\n\t\t$_SESSION['user_file_ext'] = \"\";\n\t\t$edicao_imagem = TableFactory::getInstance('Dicas')->AlteraImagem($_POST['campo_imagem_original'], $_POST['campo_imagem_cropada'], $_POST['id']);\n\t}", "public function uploadPhoto()\n {\n //ici on créé la condition suivante: s'il n'y a pas de fichier chargé dans l'objet alors on sort de la fonction, (return sans rien nous fait juste sortir de la fonction) \n if(!$this->file){\n return;\n }\n // puis on recupere le nom original de la photo pour la renommer\n $name = $this->renameFile($this->file->getClientOriginalName());\n\n // on enregistre en BDD le nouveau nom de la photo\n $this->photo = $name;\n\n // enfin il faut deplacer la photodans son dossier definitif\n $this->file->move($this->photoDir(), $name);\n\n }", "public function getImageUpload()\n {\n $this->imageFile = UploadedFile::getInstance($this, 'imageFile');\n if($this->imageFile){\n if(!$this->isNewRecord)\n $this->tmp_imageUpdate = $this->gambar;\n $this->gambar = $this->getNewNameFile($this->imageFile);\n }\n }", "public function getImageUpload()\n {\n\n $this->imageFile = UploadedFile::getInstance($this, 'imageFile');\n if($this->imageFile)\n $this->gambar = $this->getNewNameFile($this->imageFile);\n }", "protected function saveOriginalPicture()\n {\n if (Config::get('ReSmushIt.original')) {\n $original = File::dirname($this->file) . DIRECTORY_SEPARATOR . File::name($this->file) . '_original.' . File::extension($this->file);\n File::copy($this->file, $original);\n }\n }", "public function setAsPhoto()\n\t{\n\t\t/* Permission check */\n\t\tif ( !\\IPS\\Member::loggedIn()->member_id )\n\t\t{\n\t\t\t\\IPS\\Output::i()->error( 'no_module_permission', '2G188/9', 403, '' );\n\t\t}\n\n\t\t/* Only images... */\n\t\tif ( $this->image->media )\n\t\t{\n\t\t\t\\IPS\\Output::i()->error( 'no_photo_for_media', '2G188/A', 403, '' );\n\t\t}\n\t\t\n\t\t\\IPS\\Session::i()->csrfCheck();\n\t\t\n\t\t/* Update profile photo */\n\t\t$file\t= \\IPS\\File::get( 'gallery_Images', $this->image->masked_file_name );\n\t\t$image\t= \\IPS\\Image::create( $file->contents() );\n\t\t$photo\t= \\IPS\\File::create( 'core_Profile', $file->filename, (string) $image );\n\n\t\t\\IPS\\Member::loggedIn()->pp_main_photo = (string) $photo;\n\t\t\\IPS\\Member::loggedIn()->pp_thumb_photo = (string) $photo->thumbnail( 'core_Profile', \\IPS\\PHOTO_THUMBNAIL_SIZE, \\IPS\\PHOTO_THUMBNAIL_SIZE );\n\t\t\\IPS\\Member::loggedIn()->pp_photo_type = \"custom\";\n\t\t\\IPS\\Member::loggedIn()->photo_last_update = time();\n\t\t\\IPS\\Member::loggedIn()->save();\n\t\t\\IPS\\Member::loggedIn()->logHistory( 'core', 'photo', array( 'action' => 'new', 'type' => 'gallery', 'id' => $this->image->id ) );\n\n\t\t/* Redirect back to image */\n\t\tif( \\IPS\\Request::i()->isAjax() )\n\t\t{\n\t\t\t\\IPS\\Output::i()->json( array( 'message' => \\IPS\\Member::loggedIn()->language()->addToStack('set_as_profile_photo') ) );\n\t\t}\n\t\telse\n\t\t{\n\t\t\t\\IPS\\Output::i()->redirect( $this->image->url() );\t\n\t\t}\n\t}", "public function uploadImage(Request $request) {\n if($request->hasFile('obrazek')){\n /* Definice pravidel */\n $validator = Validator::make($request->all(),['obrazek' => ['required','mimes:jpg,jpeg,png','max:8096']]);\n /* Odeslani chybove hlasky */\n if($validator->fails()){\n session()->flash('obrazekZpravaFail', 'Zadejte platný formát obrázku! [png, jpg, jpeg], maximální velikost obrázku je 8MB!');\n return redirect()->back();\n }\n /* Smazani stareho profiloveho obrazku */\n $user = Auth::user();\n if($user->company_picture){\n Storage::delete('/public/company_images/'.$user->company_picture);\n }\n /* Vytvoreni nazvu profiloveho obrazku a nasledne jeho ulozeni na server a aktualizace nazvu profiloveho obrazku v databazi */\n $tokenUnique = Str::random(20);\n $tokenUnique2 = Str::random(5);\n $tokenUnique3 = Str::random(10);\n $request->obrazek->storeAs('company_images',$tokenUnique.$tokenUnique2.$tokenUnique3,'public');\n $user->update(['company_picture' => $tokenUnique.$tokenUnique2.$tokenUnique3]);\n /* Odeslani odpovedi */\n session()->flash('obrazekZpravaSuccess', 'Profilová fotka úspěšně nahrána.');\n }\n return redirect()->back();\n }", "public function setOriginalFileName($original_file_name);", "public function setMainImage($img)\n {\n\n if ($this->owner->primaryKey != $img->product_id) {\n throw new \\Exception('Image must belong to this model');\n }\n $counter = 1;\n /* @var $img ProductImage */\n $img->setMain(true);\n $img->save();\n\n\n $images = $this->owner->getImages()->all();\n foreach ($images as $allImg) {\n\n if ($allImg->id == $img->id) {\n continue;\n } else {\n $counter++;\n }\n\n $allImg->setMain(false);\n $allImg->save();\n }\n //$this->owner->main_image = $img->filename;\n //$this->owner->save(false);\n $this->clearImagesCache();\n }", "public function setImageUpload1(?File $imageUpload1 = null): void\n {\n if (null === $this->imageUpload1 && null === $imageUpload1) {\n return;\n }\n if (\n null !== $this->imageUpload1\n && null !== $imageUpload1\n && $this->imageUpload1 instanceof File\n && $this->imageUpload1->getRealPath() === $imageUpload1->getRealPath()\n ) {\n return;\n }\n $this->imageUpload1 = $imageUpload1;\n \n if (null === $this->imageUpload1 || '' === $this->imageUpload1) {\n $this->setImageUpload1FileName('');\n $this->setImageUpload1Url('');\n $this->setImageUpload1Meta([]);\n } else {\n $this->setImageUpload1FileName($this->imageUpload1->getFilename());\n }\n }", "private function UploadImage() {\n //Valida o tipo de arquivo (MIME type), faz uma validação mais segura pelo tipo do arquivo \n switch ($this->File['type']):\n case 'image/jpg':\n case 'image/jpeg':\n case 'image/pjpeg':\n $this->Image = imagecreatefromjpeg($this->File['tmp_name']);\n break;\n\n case 'image/png':\n case 'image/x-png':\n $this->Image = imagecreatefrompng($this->File['tmp_name']);\n break;\n endswitch;\n\n //Validação da imagem\n if (!$this->Image):\n $this->Result = false;\n $this->Error = 'Tipo de arquivo inválido, envie imagens JPG ou PNG';\n //Validação verificando se precisa redimensionar imagem \n else:\n $x = imagesx($this->Image);\n $y = imagesy($this->Image);\n $ImageX = ($this->Width < $x ? $this->Width : $x);\n $ImageH = ($ImageX * $y) / $x;\n\n $NewImage = imagecreatetruecolor($ImageX, $ImageH);\n\n //Slava imagem com o fundo transparente.\n imagealphablending($NewImage, false);\n imagesavealpha($NewImage, true);\n\n //Mover a imagem (cópia que vai para o servidor).\n //imagecopyresampled($dst_image, $src_image, $dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h)\n imagecopyresampled($NewImage, $this->Image, 0, 0, 0, 0, $ImageX, $ImageH, $x, $y);\n\n //Validando o nome da imagem\n switch ($this->File['type']):\n case 'image/jpg':\n case 'image/jpeg':\n case 'image/pjpeg':\n imagejpeg($NewImage, self::$BaseDir . $this->Send . $this->Name);\n break;\n\n case 'image/png':\n case 'image/x-png':\n imagepng($NewImage, self::$BaseDir . $this->Send . $this->Name);\n break;\n endswitch;\n\n //Verifica se a imagem foi criada ou não\n if (!$NewImage):\n $this->Result = false;\n $this->Error = 'Tipo de arquivo inválido, envie imagens JPG ou PNG';\n else:\n $this->Result = $this->Send . $this->Name;\n $this->Error = null;\n endif;\n\n //Limpa memória\n imagedestroy($this->Image);\n imagedestroy($NewImage);\n endif;\n }", "public function setUsesOriginalFile()\n {\n // @todo check if some of these properties can/should be set in a generic update method\n $this->identifier = $this->originalFile->getIdentifier();\n $this->updated = true;\n $this->originalFileSha1 = $this->originalFile->getSha1();\n }", "function cambiarimg(){\n\t\t\t$dir=\"../M-master/pub/images/\";\n\t\t\t$fichero=$dir . basename($_FILES['perfil']['name']);\n\t\t\tif(($_FILES['perfil']['name']==null) || ($_FILES['perfil']['name']==\"\"))\n\t\t\t\t{\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\tif (move_uploaded_file($_FILES['perfil']['tmp_name'], $fichero)) {//con move_uploaded_file subiremos el archivo a la carpeta del servidor\n\t\t\t\t\t\t$this -> model ->cambiarimg($fichero);\n\n\t\t\t\t\t} else {\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t\t//$this -> ajax_set(array('redirect'=>APP_W.'home'));\n\t\t}", "protected function setUpload()\n {\n $this->upload = $this->isFlexibleFile($this->original);\n }", "function _wp_image_meta_replace_original($saved_data, $original_file, $image_meta, $attachment_id)\n {\n }", "public function persist_image(){\n\t\tif(empty($this->Controller->request->data['Image']['img']['name']) && !empty($this->Controller->request->data['Image']['image_storage'])){\n\t\t\t// No new file was uploaded so lets persist the old one.\n\t\t\t// If they made transformations, we will catch that too.\n\t\t\t$file = str_replace('http://'.$_SERVER['SERVER_NAME'], '', $this->Controller->request->data['Image']['image_storage']);\n\t\t\t// We replace because without it the system would continuously attache -1appened to the file names making them super long.\n\t\t\t$name = str_replace('-1appended', '', basename($this->Controller->request->data['Image']['image_storage']));\n\t\t\tcopy(APP.'webroot/'.$file, TMP.$name);\n\t\t\t$this->Controller->request->data['Image']['img'] = TMP.$name;\n\t\t}\n\t}", "public function imagemEdicao()\n {\n if (isset($_POST['save_thumb_edt']))\n {\n $this->Delegator('ConcreteDicas', 'salvarCropadaEdt', array('diretorio' => $this->diretorio, 'tamanho_maximo' => $this->tamanho_maximo));\n }\n elseif(isset($_POST['inclusao_banco']))\n {\n $this->Delegator('ConcreteDicas', 'incluirImagemBancoEdicao');\n }elseif(isset($_POST['deletar']))\n {\n $this->Delegator('ConcreteDicas', 'deletimg');\n }\n elseif(isset($_POST['cancelar_upload']))\n {\n $this->Delegator('ConcreteDicas', 'cancelarUpload');\n }elseif(isset($_POST['salvar_recropagem']))\n {\n $this->Delegator('ConcreteDicas', 'salvarRecropagem', array('diretorio' => $this->diretorio, 'tamanho_maximo' => $this->tamanho_maximo));\n }elseif(isset($_POST['reiniciar']))\n {\n if(isset($_SESSION['user_file_ext']) || isset($_SESSION['randomico']))\n {\n $_SESSION['user_file_ext'] = \"\";\n unset($_SESSION['randomico']);\n }\n }\n else\n {\n $this->Delegator('ConcreteDicas', 'salvarImagemOriginal', array('diretorio' => $this->diretorio, 'tamanho_maximo' => $this->tamanho_maximo));\n }\n }", "private function _saveOriginalImage(TableK2Item $item, $src_path)\n\t{\n\t\t$h = new Upload($src_path);\n\t\t$h->allowed = array('image/*');\n\t\t\n\t\t// Convert only if required\n\t\tif ($h->file_src_name_mime != 'image/jpeg')\n\t\t\t$h->image_convert = 'jpg';\n\t\t\t\n\t\t$h->jpeg_quality = 100;\n\t\t$h->file_auto_rename = false;\n\t\t$h->file_overwrite = true;\n\t\t$h->file_new_name_body = md5(\"Image\".$item->id);\n\t\t\n\t\t$h->process($this->PATH_SRC);\n\t\t\n\t\t// Error checking and cleanup\n\t\tif (!$h->processed)\n\t\t\t\t$this->_raiseError($h->error);\n\t\t\t\t\t\n\t\t$h->clean();\t// remove our tmp source\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Returns the Google Maps API Key set in Theme Options.
function crb_get_google_maps_api_key() { return carbon_get_theme_option( 'crb_google_maps_api_key' ); }
[ "public static function getGoogleMapApiKey()\n {\n $settings = SiteManagement::getMetaValue('settings');\n if (!empty($settings[0]['gmap_api_key'])) {\n return $settings[0]['gmap_api_key'];\n } else {\n return '';\n }\n }", "function app_filter_carbon_fields_google_maps_api_key()\n{\n return carbon_get_theme_option('crb_google_maps_api_key');\n}", "public function getGoogleMapApiKey() {\n\n //GET API KEY\n return Engine_Api::_()->getApi('settings', 'core')->getSetting('seaocore.google.map.key', '');\n }", "public function getGoogleMapApiKey()\n {\n $googleApiKey = self::DEFAULT_GOOGLE_API_KEY;\n\n if (Mage::getStoreConfig(self::GOOGLE_MAP_API_KEY_XML_PATH)) {\n $googleApiKey = Mage::getStoreConfig(self::GOOGLE_MAP_API_KEY_XML_PATH);\n }\n\n return $googleApiKey;\n }", "function getGoogleMapsApiKey() {\n\t\treturn $this->_configs[\"praized_google_maps_api_key\"];\n\t}", "function gmaps_api_key() {\n acf_update_setting('google_api_key', 'AIzaSyA-27eNYal8SDSigP09PuN5eTJ8QSq86fo');\n }", "public function getGoogleMapsApiKey(): string\n {\n return $this->googleMapsApiKey;\n }", "function kalium_get_google_api() {\n\treturn apply_filters( 'kalium_google_api_key', get_data( 'google_maps_api' ) );\n}", "public function getGmapApiKey() {\n return $this->gmapApiKey;\n }", "function afc_maps_key() {\n\tacf_update_setting('google_api_key', 'AIzaSyBUeHHiJuirgrgubX8ghvg4lhlVIayloDc');\n}", "function et_get_google_api_key() {\n\t/**\n\t * Get your Google API Credentials from https://console.developers.google.com/apis/\n\t * Make sure to set up restrictions so that the key can only be used from certain HTTP Referrers.\n\t */\n\t$google_api_key = 'as';\n\n\t/**\n\t * Filter the Google API Key.\n\t * @param string $google_api_key\n\t * @return string\n\t */\n\t$google_api_key = apply_filters( 'et_google_api_key', $google_api_key );\n\n\treturn $google_api_key;\n}", "function acf_google_maps_api_key($api)\n{\n if (defined('GOOGLE_MAPS_API_KEY')) {\n $api['key'] = GOOGLE_MAPS_API_KEY;\n }\n return $api;\n}", "public static function getApiKey(){\n\t\treturn \\Bitrix\\Main\\Config\\Option::get(ACRIT_CORE, 'google_pagespeed_v5_apikey');\n\t}", "function start_google_maps_api_key() {\n\techo rawurlencode( start_get_google_maps_api_key() );\n}", "public function getGoogleApiKey(): string\n {\n return env('GOOGLE_API_KEY');\n }", "public function getAPIKey()\n\t{\n\t\treturn $this->getGMapClient()->getAPIKey();\n\t}", "public function getGoogleKey()\r\n\t{\r\n\t\treturn 'ABQIAAAAkF20VQl7lW00JVlnFnONGhSlqiNEij4gob3OPtHPa5j0M3fbZRT8RyYebv0ZmEfN7UuMmlloy5HdwQ'; // free - communitysoftwarelab.com\r\n\t}", "public function getMapApiKey()\n {\n return $this->scopeConfig->getValue(self::CONFIG_MAP_API_KEY, ScopeInterface::SCOPE_STORE);\n }", "public static function add_google_api_key()\n {\n add_filter('acf/settings/google_api_key', function () {\n return GOOGLE_API_KEY;\n });\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Get the current sfSympalConfiguration instance
public function getSympalConfiguration() { return $this->_sympalConfiguration; }
[ "public function getSy() {\n return $this->get(self::SY);\n }", "public function getSystemConfiguration()\n {\n return $this->getInitialContext()->getSystemConfiguration();\n }", "protected function _get_salsify_config() {\n if (!$this->_config) {\n $this->_config = Mage::getModel('salsify_connect/configuration')\n ->getInstance();\n }\n return $this->_config;\n }", "public function getSingleConfig()\n {\n return $this->_sconfig;\n }", "public static function getCurrentConfiguration()\n {\n if (!static::$globalConfiguration) {\n throw new RuntimeException('There is no propel configuration instantiated which could be used for active record entities.');\n }\n\n return static::$globalConfiguration;\n }", "public static function getSspConfig()\n {\n return require __DIR__ . '/ssp-config.php';\n }", "public function getConfiguration()\n {\n return $this->_config;\n }", "public function getSystemConfiguration()\n {\n return $this->getAttribute(ContextKeys::SYSTEM_CONFIGURATION);\n }", "public function getConfiguration()\n {\n return $this->config;\n }", "public function configureSympal(sfEvent $event)\n {\n $this->_sympalContext = $event->getSubject();\n \n $this->_initializeSymfonyConfig();\n $this->_markClassesAsSafe();\n $this->_configureSuperCache();\n \n $this->_sympalContext->getApplicationConfiguration()->loadHelpers(array(\n 'SympalContentSlot',\n 'SympalPager',\n ));\n \n $this->dispatcher->connect('template.filter_parameters', array($this, 'listenTemplateFilterParameters'));\n $this->dispatcher->connect('sympal.context.method_not_found', array($this, 'handleContextMethodNotFound'));\n }", "public function getConfigSOQL() {\n return $this->config['SOQL'];\n }", "public function getConfiguration()\n {\n return $this->getConnector()->getConfiguration();\n }", "public static function getConfiguration() {\n\t\t\treturn Application::instance()->config;\n\t\t}", "public static function getCurrentVersion()\n {\n return isset(self::$config['app_sympal_config_asset_paths']['current_version']) ? self::$config['app_sympal_config_asset_paths']['current_version'] : sfSympalPluginConfiguration::VERSION;\n }", "public static function conf()\n {\n return self::$conf;\n }", "private function getConfig() {\n $repository = $this->getDoctrine()->getRepository(GeneralConfiguration::class);\n // ID == 1 holds the configuration data\n $configuration = $repository->find(1);\n\n return $configuration;\n }", "public function getCfg()\n {\n return $this->get(self::_CFG);\n }", "public function getTSConfig() {}", "public function getSymptom()\n {\n return $this->hasOne(Symptom::className(), ['id' => 'symptom_id']);\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
check if upgraded profile have subscription\expiration
function flo_profile_is_upgraded($profile) { $expdate = (int) get_post_meta($profile->ID, 'flo_upgrade_until', true); $subscribed_users = flo_get_advertiser_subscription(); $subscribed_users = explode(',', $subscribed_users); $_user = get_users(array('meta_key' => 'venue_id', 'meta_value' => $profile->ID)); if (empty($_user)) return false; $user = $_user[0]; // is subscribed if ( in_array($user->ID, $subscribed_users) ) { return true; } // expiration if ( is_numeric($expdate) && $expdate > time() ) { return true; } return false; }
[ "private function has_premium_subscription_expired()\n {\n }", "public function hasExpiredSubscriptions(): bool;", "protected function has_valid_premium_subscription()\n {\n }", "public function checkSubscriptionStatus()\r\n {\r\n global $database;\r\n\r\n $q = 'Select * from users where email=\"' . $_SESSION['email'] . '\"';\r\n $result = mysqli_fetch_object($database->query($q));\r\n\r\n $date1 = date_create($result->register_date);\r\n $date2 = date_create(date(\"Y-m-d\"));\r\n $days = date_diff($date1, $date2)->days;\r\n // print_r($days);\r\n if ($days > 21) { // 21 days check\r\n if (!$result->subscription_status && !$result->tranxid) {\r\n header(\"Location: /subscribe\");\r\n }\r\n }\r\n }", "protected function renewal(): bool\n {\n // If we're not in a webhook, it's not possible to be an auto-renewal\n if (!$this->webhook) {\n return false;\n }\n\n // Check if the user's active sub is from before the current date\n /** @var \\Laravel\\Cashier\\Subscription $sub */\n $sub = \\Laravel\\Cashier\\Subscription::where('user_id', $this->user->id)->where('stripe_status', 'active')->first();\n if (empty($sub)) {\n return false;\n }\n return $sub->created_at->lessThan(Carbon::yesterday());\n }", "public function can_be_renewed() {\n\n\t\t$can_be_renewed = parent::can_be_renewed();\n\n\t\t// make sure that besides the subscription the membership has an order linked\n\t\tif ( $this->has_subscription() && $this->order_contains_subscription() && ( $subscription = $this->get_subscription() ) ) {\n\n\t\t\t// check if the subscription has a valid status to be resubscribed\n\t\t\t$can_be_renewed = $subscription->has_status( array( 'expired', 'cancelled', 'pending-cancel', 'on-hold' ) );\n\n\t\t\t// memberships on installment plans can be renewed only if not on fixed dates in the past\n\t\t\tif ( $can_be_renewed && $this->has_installment_plan() && $this->get_plan() && $this->plan->is_access_length_type( 'fixed' ) ) {\n\n\t\t\t\t$fixed_end_date = $this->plan->get_access_end_date( 'timestamp' );\n\t\t\t\t$can_be_renewed = ! empty( $fixed_end_date ) ? $fixed_end_date < current_time( 'timestamp', true ) : $can_be_renewed;\n\t\t\t}\n\t\t}\n\n\t\treturn $can_be_renewed;\n\t}", "public function hasExpiredPlan()\n {\n if(!$this->merchantId()) return false;\n\n $subscription = $this->shop->subscriptions->first();\n\n if ($subscription && ! is_null($subscription->ends_at))\n return \\Carbon\\Carbon::now()->gt($subscription->ends_at);\n\n return false;\n }", "public function testRenewToNextPeriodAndUseFeature()\n {\n $this->testUser->subscription('main')->renew();\n $usage = $this->testUser->subscription('main')->recordFeatureUsage('posts_per_social_profile', 1);\n $this->assertTrue($usage->used === 1);\n }", "public static function wsCheckPremiumSubscription()\n {\n $updateServer = Patching::getUpdateServer();\n if ($updateServer === FALSE || $updateServer['status'] === 'pending') {\n return 'ERR_NO_UPDATE_SERVER_CONFIGURED';\n }\n\n $result = Patching::wsCheckSubscription();\n if ($result === FALSE) {\n return FALSE;\n }\n\n $services = Util::getArrayIndex($result, 'services', '');\n $services = explode(';', $services);\n if (is_array($services) === TRUE && in_array('Mini Backup', $services) === TRUE) {\n return TRUE;\n }\n\n return FALSE;\n\n }", "public function hasAutoupdateProfile()\n {\n return $this->autoupdate_profile !== null;\n }", "protected function is_premium_expired() {\n\t/* Code 2/2/08 */\n }", "public function hasExpired()\n {\n //return false if subscription have no expiry date defined.\n if( $this->expires_on == null ) return false;\n\n $now = new Carbon;\n return $this->expires_on < $now;\n }", "public function testConsumeAllFeatureAndMoveToNextUsagePeriodWithRenewal()\n {\n $this->testUser->subscription('main')->recordFeatureUsage('posts_per_social_profile', 30);\n $this->testUser->subscription('main')->renew();\n $this->travelTo($this->testUser->subscription('main')->getUsageByFeatureTag('posts_per_social_profile')->valid_until->addSecond());\n $this->assertTrue($this->testUser->subscription('main')->canUseFeature('posts_per_social_profile'));\n }", "public static function isUpdateRequired()\n {\n if (!isset($_SESSION['SystemNotifications']) || $_SESSION['SystemNotifications']->expires < new \\DateTime())\n {\n return true;\n }\n return false;\n }", "function trial_expiration_checker() {\n \n}", "public function hasExpirationDate()\n {\n return isset($this->user_expiration);\n }", "public function hasOldPaymentAttempts()\n {\n return $this->paymentAttempts->count() > 1;\n }", "public function is_renewable() {\n\t\treturn isset( $this->data['subscriptions_renewable'] ) && $this->data['subscriptions_renewable'];\n\t}", "public function isRenewable()\n {\n return $this->plan_type != self::TYPE_LIFETIME;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
this function remove a relation between 2 roles, explicit parent and child must be provided
function remove_relation($parent_role_id, $child_role_id){ $result = $this->cosi_db->delete('role_relations', array( 'parent_role_id'=>$parent_role_id, 'child_role_id'=>$child_role_id ) ); return $result; }
[ "function removeRoleRel($uname, $role) {\n\t\t//determine the table\n\t\tif($role == \"mentor\") {\n\t\t\t$id = \"`mentor_id`\";\n\t\t\t$role_id = 2;\n\t\t}\n\t\telseif($role == \"mentee\") {\n\t\t\t$id = \"`mentee_id`\";\n\t\t\t$role_id = 3;\n\t\t}\n\t\telse{\n\t\t\techo \"$role <br/>\";\n\t\t\treturn $role;\n\t\t}\n\t\t\n\t\t//first get the p_id\n\t\t$sql = \"SELECT `id` FROM `person` WHERE `uname` = \\\"$uname\\\"\";\n\t\t$result = $GLOBALS['conn']->query($sql);\n\t\tif ($result->num_rows > 0){\n\t\t\t$row = $result->fetch_assoc();\n\t\t\t$p_id = $row['id'];\n\t\t}\n\t\t\n\t\t//next delete the role from the table\n\t\t$sql = \"DELETE FROM `personroles` WHERE `person_id` = $p_id AND `role_id` = $role_id\";\n\t\t$result = $GLOBALS['conn']->query($sql);\n\t\t\n\t\t//last delete the relationships\n\t\t$sql = \"DELETE FROM `personmatches` WHERE \\\"$id\\\" = $p_id\"; \n\t\t$result = $GLOBALS['conn']->query($sql);\n}", "public function removeParent(RoleInterface $parent);", "public function remove_role() {\n $users = get_users(array('role' => $this->role));\n if (count($users) > 0) {\n foreach ($users as $user) {\n $userid = $user->ID;\n $user_id_role = new WP_User($userid);\n $user_id_role->set_role($this->inheritFromRole);\n }\n }\n\n remove_role($this->role);\n }", "public function removeInheritPermissionsFromRole()\n {\n $this->inherit_roles = null;\n return $this->save();\n }", "public function delete_relation($role_id,$permission_id)\n {\n $role = Role::find($role_id);\n $role->permissions()->detach($permission_id);\n return redirect()->back();\n }", "public function onRemove()\n {\n $sql = 'DELETE FROM s_core_acl_roles WHERE resourceID = ? AND privilegeID = ?';\n Shopware()->Db()->query($sql, [$this->resourceId, $this->id]);\n }", "function xarRemoveRoleMemberByID($childId, $parentId)\n{\n return xarRoles::removeMemberByID($childId, $parentId);\n}", "public function isRemoveFromRelationship();", "public function removeRoles()\n {\n $this->roles()->detach();\n }", "public function deleteItem(Array $data = array())\n {\n if (!empty($data['itemid'])) $this->setID($data['itemid']);\n\n if($this->getID() == (int)xarModVars::get('roles','defaultgroup'))\n return xarTpl::module('roles','user','errors',array('layout' => 'remove_defaultusergroup', 'group' => $this->getID()));\n\n // get a list of all relevant entries in the rolemembers table\n // where this role is the child\n $query = \"SELECT parent_id FROM $this->rolememberstable WHERE role_id= ?\";\n // Execute the query, bail if an exception was thrown\n $dbconn = xarDB::getConn();\n $stmt = $dbconn->prepareStatement($query);\n $result = $stmt->executeQuery(array($this->getID()));\n\n if(count($result->fields) == 1)\n return xarTpl::module('roles','user','errors',array('layout' => 'remove_sole_parent'));\n\n sys::import('modules.roles.class.roles');\n // go through the list, retrieving the roles and detaching each one\n // we need to do it this way because the method removeMember is more than just\n // a simple SQL DELETE\n while ($result->next()) {\n list($parentid) = $result->fields;\n $parent = xarRoles::get($parentid);\n // Check that a parent was returned\n if ($parent) {\n $parent->removeMember($this);\n }\n }\n\n //Let's not remove the role yet. Instead, we want to deactivate it\n $deleted = xarML('deleted');\n $args = array(\n 'itemid' => $this->getID(),\n 'user' => \"[\" . $deleted . \"]\" . time(),\n 'email' => \"[\" . $deleted . \"]\" . time(),\n 'state' => xarRoles::ROLES_STATE_DELETED,\n );\n if (isset($data['authmodule'])) $args['authmodule'] = $data['authmodule'];\n $this->updateItem($args);\n\n // get all the privileges that were assigned to this role\n $privileges = $this->getAssignedPrivileges();\n // remove the privilege assignments for this role\n foreach ($privileges as $priv) {\n $this->removePrivilege($priv);\n }\n\n // Let any hooks know that we have deleted this user.\n $item['module'] = 'roles';\n $item['itemid'] = $this->getID();\n $item['method'] = 'delete';\n $item['exclude_module'] = array('dynamicdata');\n xarModHooks::call('item', 'delete', $this->getID(), $item);\n\n // CHECKME: re-assign all privileges to the child roles ? (probably not)\n return true;\n }", "public function removeRoleParent(RoleInterface $role, RoleInterface $parentRole);", "public function removeRoles() {\n $this->roles()->detach();\n }", "function roleDelete(Role $role);", "function remove_roles() {\n\n remove_role( 'subscriber' );\n remove_role( 'contributor' );\n\n}", "function headache_remove_roles(): void\n{\n remove_role('author');\n remove_role('contributor');\n remove_role('subscriber');\n}", "function sfa_remove_role()\r\n{\r\n check_admin_referer('forum-adminform_roledelete', 'forum-adminform_roledelete');\r\n\r\n $role_id = $_POST['role_id'];\r\n\r\n # remove all permission set that use the role we are deleting\r\n $permissions = sfa_get_role_permissions($role_id);\r\n if ($permissions)\r\n {\r\n foreach ($permissions as $permission)\r\n {\r\n sfa_remove_permission_data($permission->permission_id);\r\n }\r\n }\r\n\r\n # remove the permission set role\r\n $success = sfa_remove_role_data($role_id);\r\n if ($success == false)\r\n {\r\n sfa_message(__(\"Permission Set Deletion Failed!\", \"sforum\"));\r\n } else\r\n {\r\n sfa_message(__(\"Permission Set Deleted\", \"sforum\"));\r\n\t\tsfa_rebuild_members_pm();\r\n }\r\n\r\n return;\r\n}", "public function voffice_remove_roles() {\n //For development purposes only\n //remove_role( 'vp' );\n //remove_role( 'dm' );\n }", "public function remove_role($role)\n {\n }", "public function removeFromParent();" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Persists given routePoint(from json) to given route
public function persistRoutePoints($pointsJson, $route) { $em = $this->getDoctrine()->getManager(); $routePoints = json_decode($pointsJson, true); foreach ($routePoints as $key => $routePointData) { $routePoint = new RoutePoint(); $routePoint->setLatitude($routePointData['k']) ->setLongitude($routePointData['A']) ->setRoute($route) ->setPOrder($key); $em->persist($routePoint); } }
[ "public function saveRoute(Route $route);", "function saveRoute($routeKML, $id, $color) {\n\t\tglobal $backendDB;\n\n\t\tif(empty($id)) {\n\t\t\t$id = \"NULL\";\n\t\t}\n\t\t$markers = [];\n\t\tforeach ($routeKML as $placemark) {\n\t\t\tif($placemark->LineString) {\n\t\t\t\t$route = $placemark;\n\t\t\t}\n\t\t\tif($placemark->Point) {\n\t\t\t\tarray_push($markers, $placemark);\n\t\t\t}\n\t\t}\n\t\t\n\t\t$name = $route->name;\n\t\t$description = $route->description;\n\t\t$routeId = $backendDB->query(\"INSERT INTO `routes` (`id`, `name`, `description`, `color`) \n\t\t\tVALUES ($id, '$name', '$description', '$color') \n\t\t\tON DUPLICATE KEY UPDATE \n\t\t\tname = VALUES(name), description = VALUES(description), color = VALUES(color);\", true);\n\t\tif ($routeId != 0) {\n\t\t\t$coords = $route->LineString->coordinates;\n\t\t\t$coordsArray = explode(\"\\n \", $coords);\n\t\t\t$coordsArrayFinal = [];\n\t\t\tforeach ($coordsArray as $coordsArrayVal) {\n\t\t\t\tif (trim($coordsArrayVal) != \"\") {\n\t\t\t\t\tarray_push($coordsArrayFinal, trim($coordsArrayVal));\n\t\t\t\t}\n\t\t\t}\n\t\t\t$backendDB->query(\"DELETE FROM `route_waypoints` WHERE `routeId` = $routeId;\");\n\t\t\t$coordsQuery = \"INSERT INTO `route_waypoints` (`id`, `routeId`, `lat`, `lon`) VALUES \";\n\t\t\t$queryCounter = 0;\n\t\t\tforeach ($coordsArrayFinal as $coordsCommaString) {\n\t\t\t\t$coordArray = explode(\",\", $coordsCommaString);\n\t\t\t\t$lat = $coordArray[1];\n\t\t\t\t$lon = $coordArray[0];\n\t\t\t\tif($queryCounter == count($coordsArrayFinal)-1) {\n\t\t\t\t\t$singleCoordsQuery = \"(NULL, '$routeId', '$lat', '$lon');\";\n\t\t\t\t} else {\n\t\t\t\t\t$singleCoordsQuery = \"(NULL, '$routeId', '$lat', '$lon'),\";\n\t\t\t\t}\n\t\t\t\t$coordsQuery .= $singleCoordsQuery;\n\t\t\t\t$queryCounter++;\n\t\t\t}\n\t\t\t$routeWaypointsAdded = $backendDB->query($coordsQuery);\n\t\t\tif ($routeWaypointsAdded) {\n\t\t\t\tsaveMarkers($routeId, $markers);\n\t\t\t}\n\t\t}\n\t}", "private function savePlannedRoute($request){\n //Get info from request\n $location=$request->location;\n $user_id=$request->user_id;\n $status_id=1;\n $polyline=$request->route;\n $total_time=$request->duration;\n $total_distance=$request->distance;\n\n //Put info into database\n $route=new Route();\n $route->location=$location;\n $route->user_id=$user_id;\n $route->status_id=$status_id;\n $route->route=$polyline;\n $route->total_time=$total_time;\n $route->total_distance=$total_distance;\n $route->save();\n }", "public function prepareRouteForSerialization($route);", "public function actionSaveRoute()\n\t{\n\t\t$this->requirePostRequest();\n\t\t$this->requireAjaxRequest();\n\n\t\t$urlParts = craft()->request->getRequiredPost('url');\n\t\t$template = craft()->request->getRequiredPost('template');\n\t\t$routeId = craft()->request->getPost('routeId');\n\n\t\t$route = craft()->routes->saveRoute($urlParts, $template, $routeId);\n\n\t\tif ($route->hasErrors())\n\t\t{\n\t\t\t$this->returnJson(array('errors' => $route->getErrors()));\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$this->returnJson(array(\n\t\t\t\t'success' => true,\n\t\t\t\t'routeId' => $route->id\n\t\t\t));\n\t\t}\n\t}", "private function persistAddress($location)\n {\n $location->address()->create([\n\n 'address' => $this->generateAddress($location),\n 'agent_id' => $this->agent_id\n\n ]);\n }", "public function createRoute()\n {\n if ($this->mapType !== 'country' && $this->mapType !== 'hotel') {\n $this->endPos=trim($this->destination->longtiude).','.trim($this->destination->latitude);\n // dd($this->endPos);\n }\n if ($this->currentUserLocation) {\n $this->emit('createRoute',['startPos'=> $this->currentUserLocation , 'endPos'=>$this->endPos]);\n return;\n }\n // \\dd($this->hotelLocation);\n $this->emit('createRoute',['startPos'=> $this->hotelLocation , 'endPos'=>$this->endPos]);\n }", "public function put($route, $fn) {\n $this->putRoutes[$route] = $fn; \n }", "function route_service_feature_save($route_service_feature) {\n return entity_get_controller('route_service_feature')->save($route_service_feature);\n}", "public function addExpiredRoute($route, $nodeId, $locale) {\n\t\t$data = $this->createData(false);\n\t\t$data->route = $route;\n\t\t$data->node = $nodeId;\n\t\t$data->locale = $locale;\n\n\t\t$this->save($data);\n\t}", "public function create($route_) {\n\t\tif(gettype($route_['themes']) == 'string') {\n\t\t\tparse_str($route_['themes'],$themes);\n\t\t\t$route_['themes'] = $themes;\n\t\t}\n\t\tif(gettype($route_['points']) == 'string') {\n\t\t\tparse_str($route_['points'],$points);\n\t\t\t$route_['points'] = $points;\n\t\t}\n\t\t// build the query\n\t\t$query = \"INSERT INTO routes\n\t\t\t\t (title,\n\t\t\t\t description,\n\t\t\t\t circuit,\n\t\t\t\t duration,\n\t\t\t\t distance,\n\t\t\t\t author_id,\n\t\t\t\t created_at)\n\t\t\t\t VALUES ('\".$route_['title'].\"',\n\t\t\t\t \t\t '\".$route_['description'].\"',\n\t\t \t\t \t\t \".($route_['circuit'] ? 'TRUE' : 'FALSE').\",\n\t\t \t\t \t\t \".intval($route_['duration']).\",\n\t\t \t\t \t\t \".intval($route_['distance']).\",\n\t\t \t\t \t\t \".intval($route_['author_id']).\",\n \t\t \t\t\t\t NOW()\n\t\t\t\t\t\t )\";\n\t\t// send the command to the DB\n\t\t$result = $this->_dbConnection->query($query);\n\t\t// retrieve the id of the inserted route; this is used later for inserting route points and themes\n\t\t$routeID = mysql_insert_id();\n\t\t// insert themes\n\t\tforeach ($route_['themes'] as $key=>$theme) {\n\t\t\t// if the theme id is not set, add the new theme in the themes table\n\t\t\tif(!isset($theme['uid'])) {\n\t\t\t\t$theme['uid'] = $this->_themes->create($theme);\n\t\t\t}\n\t\t\t// and create the associations between the themes and the current route\n\t\t\t$this->addRouteTheme($routeID,$theme['uid']);\n\t\t}\n\t\t// insert points\n\t\tforeach ($route_['points'] as $key=>$point) {\n\t\t\t$point['route_id'] = $routeID;\n\t\t\t// insert the point into the points table\n\t\t\t$this->_points->create($point);\n\t\t}\n\t\treturn $routeID;\n\t}", "public static function storeLocatioInNode(Location $location, $node_id) {\n db_query(\"UPDATE `node` SET point = GeomFromText('POINT(\" . $location->longitude . \" \" . $location->latitude . \")'), `source`=:source WHERE `nid`=:nid\", array(':nid' => $node_id, ':source' => 'gojira'));\n }", "private function saveToDisk($location){\n \n $saveableJson; // dictionary array to pass to the json_encode function.\n \n foreach ($this->contacts as $id=>$data){\n \n $data = $data->getContact(); // convert the object into an associative array of data.\n \n $saveableJson[$id]['firstName'] = $data['firstName'];\n $saveableJson[$id]['lastName'] = $data['lastName'];\n $saveableJson[$id]['phoneNumber'] = $data['phoneNumber'];\n $saveableJson[$id]['emailAddress'] = $data['emailAddress'];\n $saveableJson[$id]['company'] = $data['company'];\n \n }\n \n $saveableJson = json_encode($saveableJson, JSON_PRETTY_PRINT); //convert the array to json data (with the arg JSON_PRETTY_PRINT to make it human-readable).\n \n file_put_contents($location, $saveableJson); //save the file.\n \n }", "protected function saveRoutes()\n {\n $this->routeObjectBackend->saveObject($this->routes);\n }", "public function exchange($destination, $point)\n {\n $exchangeFrom = $destination == 'available_points' ? 'completed_redeem': 'available_points';\n\n $this->forceFill([\n $destination => $this->{$destination} + $point,\n $exchangeFrom => $this->{$exchangeFrom} - $point,\n ])->save();\n }", "public function testRouteTrafficPersister()\n {\n $rtp = $this->get('ca.rtp');\n $mtime = microtime(true);\n $rn = 'testRouteTrafficPersister' . $mtime;\n $rtp->persist($rn);\n\n // Read the written route using Doctrine directly\n $rt = $this->get('doctrine')\n ->getRepository('CympelAnalyticsBundle:RouteTraffic', $rtp->getEntityManagerName())\n ->findOneByName($rn);\n $this->assertNotEquals(false, $rt);\n $this->assertEquals($rt->getName(), $rn);\n }", "function addNewRoute($eventid, $data) {\n $newresult = FALSE;\n $id = $data->resultid;\n if (($data->resultid == 0) || ($data->resultid == GPS_RESULT_OFFSET)) {\n // result needs to be allocated a new id\n $newresult = TRUE;\n // allow for this being the first entry for an event with no results\n if (file_exists(KARTAT_DIRECTORY.\"kilpailijat_\".$eventid.\".txt\")) {\n $rows = count(file(KARTAT_DIRECTORY.\"kilpailijat_\".$eventid.\".txt\"));\n } else {\n $rows = 0;\n }\n $rows++;\n if ($data->resultid == 0) {\n $id = $rows;\n } else {\n $id = $rows + GPS_RESULT_OFFSET;\n }\n }\n\n $write[\"oldid\"] = $data->resultid;\n $write[\"newid\"] = $id;\n \n if ($id >= GPS_RESULT_OFFSET) {\n $name = ' GPS '.$data->name;\n } else {\n $name = $data->name;\n }\n //\n $name = encode_rg_output($name);\n // tidy up commments\n $comments = tidyNewComments($data->comments);\n $newcommentdata = $data->courseid.\"|\".$id.\"|\".$name.\"||\".$comments.PHP_EOL;\n\n // convert x,y to internal RG format\n $track = \"\";\n for ($i = 0; $i < count($data->x); $i++) {\n $track .= 'N'.$data->x[$i].';-'.$data->y[$i];\n }\n\n $controls = \"\";\n for ($i = 0; $i < count($data->controlx); $i++) {\n $controls .= 'N'.$data->controlx[$i].';-'.$data->controly[$i];\n }\n \n $newtrackdata = $data->courseid.\"|\".$id.\"|\".$name.\"|null|\".$track.\"|\".$controls.PHP_EOL;\n\n $newresultdata = \"\";\n if (($newresult === TRUE) || ($id >= GPS_RESULT_OFFSET)) {\n // New result or GPS record so need to add result record as well\n // GPS track saved here as a point every three seconds\n // input can in theory have any time between points\n // so we need to interpolate\n $track= \"\";\n if ($id >= GPS_RESULT_OFFSET) {\n $oldtime = $data->time[0];\n $oldx = $data->x[0];\n $oldy = $data->y[0];\n $track = $data->x[0].';-'.$data->y[0].',0N';\n for ($i = 1; $i < count($data->x); $i++) {\n $difftime = $data->time[$i] - $oldtime;\n if ($difftime >= GPS_INTERVAL) {\n $xpersec = ($data->x[$i] - $oldx) / $difftime;\n $ypersec = ($data->y[$i] - $oldy) / $difftime;\n $time = GPS_INTERVAL;\n while ($time <= $difftime) {\n $track .= intval($oldx + ($xpersec * $time)).';-'.intval($oldy + ($ypersec * $time)).',0N';\n $time = $time + GPS_INTERVAL;\n }\n $oldx = intval($oldx + ($xpersec * $time));\n $oldy = intval($oldy + ($ypersec * $time));\n $oldtime = $oldtime + $time - GPS_INTERVAL;\n }\n }\n }\n \n $newresultdata = $id.\"|\".$data->courseid.\"|\".encode_rg_output($data->coursename).\"|\".$name;\n if ($id >= GPS_RESULT_OFFSET) {\n $newresultdata .= \"|\".$data->startsecs.\"|||\".$data->totaltime.\"||\".$track.PHP_EOL;\n } else {\n $newresultdata .= \"|\".$data->startsecs.\"|||\".$data->totaltime.\"|\".$data->totalsecs.\";|\".PHP_EOL;\n }\n }\n\n $write[\"status_msg\"] = \"\";\n \n if (($handle = @fopen(KARTAT_DIRECTORY.\"kommentit_\".$eventid.\".txt\", \"a\")) !== FALSE) {\n $status =fwrite($handle, $newcommentdata);\n if (!$status) {\n $write[\"status_msg\"] = \"Save error for kommentit. \";\n }\n @fflush($handle);\n @fclose($handle);\n }\n \n $filename = KARTAT_DIRECTORY.\"merkinnat_\".$eventid.\".txt\";\n // don't report error if file doesn't exist yet\n $oldfile = @file($filename);\n // if we read something...\n if ($oldfile) {\n $updatedfile = array();\n // copy each existing row to output file\n foreach ($oldfile as $row) {\n $data = explode(\"|\", $row);\n // but not if it is a drawn route for the current result\n if (($data[1] != $id) || ($data[1] >= GPS_RESULT_OFFSET)) {\n $updatedfile[] = $row;\n }\n }\n }\n // add new track at end of file\n $updatedfile[] = $newtrackdata;\n \n $status = file_put_contents($filename, $updatedfile);\n \n if (!$status) {\n $write[\"status_msg\"] .= \" Save error for merkinnat. \";\n }\n\n if (($newresult === TRUE) || ($id >= GPS_RESULT_OFFSET)) {\n if (($handle = @fopen(KARTAT_DIRECTORY.\"kilpailijat_\".$eventid.\".txt\", \"a\")) !== FALSE) {\n $status =fwrite($handle, $newresultdata);\n if (!$status) {\n $write[\"status_msg\"] .= \" Save error for kilpailijat.\";\n }\n @fflush($handle);\n @fclose($handle);\n }\n }\n\n if ($write[\"status_msg\"] == \"\") {\n $write[\"ok\"] = TRUE;\n $write[\"status_msg\"] = \"Record saved\";\n //rg2log(\"Route saved|\".$eventid.\"|\".$id);\n } else {\n $write[\"ok\"] = FALSE;\n }\n \n return $write;\n\n}", "abstract public function add(Route $route);", "public function createRouteObject();" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Validate a reference with a Link or an Object with an URL
public static function isLinkOrUrlObject($item): bool { self::hasProperties($item, ['type'], true); // Validate Link type if ($item->type === 'Link') { return self::validateLink($item); } // Validate Object type self::hasProperties($item, ['url'], true); return self::validateUrl($item->url); }
[ "function validateLinks()\r\n {\r\n if (empty($this->handler->table_link) || empty($this->handler->field_link)) {\r\n trigger_error(\"The linked table is not set yet.\", E_USER_WARNING);\r\n return null;\r\n }\r\n if (empty($this->handler->field_object)) {\r\n $this->handler->field_object = $this->handler->field_link;\r\n }\r\n \r\n return true;\r\n }", "public function isValid(Link $item);", "function validate_special_link() {}", "public function isValidRef($ref);", "public function checkLink($link);", "public function shouldCheckLink($url);", "public function testInvalidUrl()\n {\n new ObjectUrl('invalid://');\n }", "public function isValid($link) {\n\t\tif ( !(isset($link[0]) && is_string($link) && strpos($link, 'http') === 0 && GeneralUtility::isValidUrl($link)) ) {\n\t\t\t$this->addError('There was a problem with linkUri', 40750133704);\n\t\t}\n\t}", "public function isUrl()\n {\n return \\Yana\\Data\\UrlValidator::validate($this->_getValue());\n }", "public function validate($url);", "public function isLink();", "public function isUrl()\n {\n return filter_var($this->_value, FILTER_VALIDATE_URL);\n }", "public function validateURL()\n {\n /* TODO: Implement */\n return true;\n }", "public function testElementAcceptsUrl()\n {\n $this->assertTrue($this->element->isValid('http://www.google.com'));\n }", "public function checkLink(ResourceInterface $resource);", "public function verifyReference($reference);", "function chkIsValidURL($value)\r\n\t\t{\r\n\t\t\t$is_ok = (preg_match(\"/^http.+\\..+$/i\", $value));\r\n\t\t\tif (!$is_ok)\r\n\t\t\t\treturn false;\r\n\t\t}", "public function testRuleIsUrl(): void {\r\n\r\n //Require http urls\r\n require_once('./test/assets'. DIRECTORY_SEPARATOR .'http-urls.php');\r\n\r\n //Should pass\r\n foreach($urls as $data) {\r\n\r\n $validator = new Validator(['field' => $data]);\r\n $validator -> field('field') -> isUrl();\r\n $this -> assertTrue($validator -> passes());\r\n $this -> assertFalse($validator -> fails());\r\n }\r\n\r\n //Should pass\r\n foreach($urls as $data) {\r\n\r\n $validator = new Validator(['field' => $data]);\r\n $validator -> field('field') -> isUrl(true);\r\n $this -> assertTrue($validator -> passes());\r\n $this -> assertFalse($validator -> fails());\r\n }\r\n\r\n\r\n //Require non http urls\r\n require_once('./test/assets'. DIRECTORY_SEPARATOR .'urls.php');\r\n\r\n //Should pass\r\n foreach($urls as $data) {\r\n\r\n $validator = new Validator(['field' => $data]);\r\n $validator -> field('field') -> isUrl();\r\n $this -> assertTrue($validator -> passes());\r\n $this -> assertFalse($validator -> fails());\r\n }\r\n\r\n //Should fail\r\n foreach($urls as $data) {\r\n\r\n $validator = new Validator(['field' => $data]);\r\n $validator -> field('field') -> isUrl(true);\r\n $this -> assertFalse($validator -> passes());\r\n }\r\n\r\n //Should fail\r\n foreach([null, (object) [], [], 0, false, 1] as $data) {\r\n \r\n $validator = new Validator(['field' => $data]);\r\n $validator -> field('field') -> isUrl();\r\n $this -> assertFalse($validator -> passes());\r\n }\r\n\r\n //Should fail\r\n $validator = new Validator();\r\n $validator -> field('field') -> isUrl();\r\n $this -> assertFalse($validator -> passes());\r\n }", "public function isValidUrlInvalidRessourceDataProvider() {}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Trust the data in different ways depending on the logged in users group Assuming 4 ways to have a user record for saving: Registration: ($this>usergroupid = false): $this>data has fields except no id, no group_id (set to default and passed for save) Admin editing ($this>usergroupid = 1): $this>data set, id and group_id all exist and are trusted and passed for save Manager editing ($this>usergroupid = 2: $this>data set, id and group not trusted and not passed for save User account editing ($this>usergroupid = 3: $this>data set, id and group not trusted and not passed for save Accomodation for passing an id in without form data is made but, do we do this?
function beforeSave($options = array()) { // debug($this->data); //debug($this->userdata); if (!$this->userdata) { //debug($this->data); // This is an anonymous user registering a new account // They can't be allowed to force an id or set an access level $this->data['User']['group_id'] = $this->groupnames['User']; unset($this->data['User']['id']); // We'll write a validate value later in the registration action after they get an id $this->data['User']['validate'] = 'pending'; //debug($this->data); } elseif ($this->usergroupid == $this->groupnames['User']) { // This is a user editing their own account //debug($this->validateHash($this->data)); $this->data['User']['group_id'] = $this->groupnames['User']; //debug($this->hackCheck($this->validateHash($this->data))); $this->hackCheck($this->validateHash($this->data)); if ($this->valid) { // debug('Looks good.'); // debug($this->valid); return true; } if (!$this->valid) { // debug('Looks bad.'); return false; // send user to a relogin for security page } } return true; }
[ "public function setGroupId(&$data)\n {\n $data['User']['group_id'] = 2;\n\n }", "function rectifyUserGroup()\n\t{\n\t\t$currentUserGroupString = $this->getCurrentUserGroupString();\n\t\t\n\t\t$memberaccess = new tx_memberaccess_modfunc1; \n\t\t$memberaccess->db = $GLOBALS['TYPO3_DB'];\n\t\tif ($this->debug) {\n\t\t\t$memberaccess->debug = true;\n\t\t}\n\t\t//Ignore the free/professional/complimentary groups because those are the \n\t\t//groups that we want to change, not ones that we want to keep.\n\t\t$ignoredLevels = '1,2,3,4';\n\n\t\t$desiredAccessLevel = $this->dataArr['usergroup']; \n\t\t$newUserGroupString = $memberaccess->appendAccessLevel($currentUserGroupString, $desiredAccessLevel, $ignoredLevels);\n\n\t\tif($this->debug) {\n\t\t\techo \"\\$currentUserGroupString = $currentUserGroupString \\n<br>\";\n\t\t\techo \"\\$newUserGroupString = $newUserGroupString \\n<br>\";\n\t\t}\n\t\t\n\t\t$this->dataArr['usergroup'] = $newUserGroupString;\n\n\t}", "public function onUserBeforeSave($user, $isnew, $data) {\n\t$app = JFactory::getApplication();\n\n\t// Check that the \"altgroup.groupname\" is valid:\n\tif (!empty($data['altgroup']['groupname'])) {\n\t $group_name = $data['altgroup']['groupname'];\n\t $permitted = false;\n\t foreach (explode(\",\", $this->params->get('altgroups'))\n\t\t as $g) {\n\t\tif ($group_name == trim($g)) {\n\t\t $permitted = true;\n\t\t break;\n\t\t};\n\t };\n\t if (!$permitted) {\n\t\t$this->_err(\"Altgroup '$group_name' not permitted\");\n\t\treturn false;\n\t };\n\t} elseif ($isnew and $app->isSite()) {\n\t $this->_err(\"Empty altgroup name field\");\n\t return false;\n\t} else {\n\t return true;\n\t};\n\n\tif ($isnew) {\n\t // verify altgroup.groupname against the DB and reset\n\t // $data['groups'] array to altgroup's group_id:\n\t try {\n\t\t$groups = self::findGroup($group_name);\n\t } catch (RuntimeException $e) {\n\t\t$this->_err(\"DB error: \".$e->getMessage());\n\t\treturn false;\n\t };\n\t if (count($groups) > 1) {\n\t\t// XXX: when multiple groups match the name,\n\t\t// we take the one with the smallest id.\n\t\t$ids = array();\n\t\tforeach ($groups as $g) {$ids[] = $g[0];};\n\t\t$this->warn(\"Multiple groups named '$group_name'\"\n\t\t .\" found: \".implode(\", \", $ids));\n\t } elseif (count($groups) == 0) {\n\t\t$this->_err(\"No group named '$group_name'\"\n\t\t .\" found in DB\");\n\t\treturn false;\n\t };\n\t};\n }", "public function save_group_permissions(){\n\t\tif ($this->in->get('g') != 2){\n\t\t\t$auth_defaults = $this->acl->get_auth_defaults(false);\n\t\t\t$group_permissions = $this->acl->get_group_permissions($this->in->get('g', 0), true);\n\t\t\t$superadm_only = $this->acl->get_superadmin_only_permissions();\n\t\t\t$memberships = $this->acl->get_user_group_memberships($this->user->data['user_id']);\n\t\t\t\n\t\t\t//If not Superadmin, unset the superadmin-permissions\n\t\t\tif (!isset($memberships[2])){\n\t\t\t\tforeach ($superadm_only as $superperm){\n\t\t\t\t\tunset($auth_defaults[$superperm]);\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tforeach ( $auth_defaults as $auth_value => $auth_setting ) {\n\t\t\t\t$r_auth_id = $this->acl->get_auth_id($auth_value);\n\t\t\t\t$r_auth_value = $auth_value;\n\t\t\t\t$chk_auth_value = ( $group_permissions[$auth_value] == \"Y\") ? 'Y' : 'N';\n\t\t\t\t$db_auth_value = ( $this->in->get($r_auth_value) == \"Y\" ) ? 'Y' : 'N';\n\n\t\t\t\tif ( $chk_auth_value != $db_auth_value ) {\n\t\t\t\t\t$this->update_auth_groups($r_auth_id, $db_auth_value, $this->in->get('g', 0));\n\t\t\t\t}\n\t\t\t}\n\t\t\t$this->db->free_result($result);\n\t\t}\n\t\t$message = array('title' => $this->user->lang('save_suc'), 'text' => $this->user->lang('admin_set_perms_success'), 'color' => 'green');\n\t\t$this->edit($message);\n\t}", "function community_groups_restrict_group_edit_action() {\n\t$guid = get_input('group_guid', 0);\n\tif ($guid) {\n\t\t// group edit action\n\t\treturn true;\n\t}\n\n\t// group create\n\treturn elgg_is_admin_logged_in();\n}", "function after_user_activate( $user_id, $user_data, $signup_meta ) {\n $group_id = !empty($_GET['group_id']) ? $_GET['group_id'] : $_POST['group_id'];\n \n if( absint( $group_id ) == $group_id ) {\n ld_update_group_access( $user_id, $group_id );\n }\n}", "function SA_verifyGroupAccess($uid,$newgroup)\n{\n global $userlink, $LoginType;\n if($LoginType == \"A\" || $LoginType == \"C\")\n { // See if it's with in range of existing groups\n $sql_query = \"SELECT groupname FROM sgroup WHERE active=1 AND groupname ='\" . $newgroup . \"'\";\n $sql_result = mysql_query($sql_query, $userlink);\n if($sql_result && (mysql_num_rows($sql_result) > 0))\n return TRUE;\t// Is an existing group\n else\n return FALSE; // Is NOT and existing group!\n } \n // See if the teacher is mentor of the group selected\n $sql_query = \"SELECT groupname FROM sgroup WHERE active=1 AND tid_mentor = $uid AND groupname ='\" . $newgroup .\"'\";\n $sql_result = mysql_query($sql_query,$userlink);\n if($sql_result && (mysql_num_rows($sql_result) > 0))\n return TRUE;\t// Is mentor of the new group\n // So, it's not the mentor, let's see if it's any of the classes\n $sql_query = \"SELECT sgroup.groupname FROM class,sgroup WHERE active=1 AND class.tid = $uid AND class.gid = sgroup.gid AND sgroup.groupname='\" . $newgroup.\"'\";\n $sql_result = mysql_query($sql_query);\n if($sql_result && (mysql_num_rows($sql_result) > 0))\n return TRUE;\t// Is teacher of the new group\n // None of the conditions met so we return false!\n return FALSE;\n}", "function user_group_form()\n\t{\n\t\taccess_control($this, array('admin'));\n\n\t\t# Get the passed details into the url data array if any\n\t\t$urldata = $this->uri->uri_to_assoc(3, array('m', 'i', 'a'));\n\n\t\t# Pick all assigned data\n\t\t$data = assign_to_data($urldata);\n\n #user is editing\n\t\tif(!empty($data['i']))\n\t\t{\n\t\t\t$groupid = decryptValue($data['i']);\n\t\t\t$data['formdata'] = $this->Query_reader->get_row_as_array('get_group_by_id', array('id'=>$groupid ));\n\n #Check if the user is simply viewing\n if(!empty($data['a']) && decryptValue($data['a']) == 'view') $data['isview'] = \"Y\";\n\t\t}\n\n\t\t$data['page_title'] = (!empty($data['i'])? 'Edit user group' : 'New user group');\n\t\t$data['current_menu'] = 'add_user_group';\n\t\t$data['view_to_load'] = 'users/user_group_form_v';\n\t\t$data['form_title'] = $data['page_title'];\n\n\t\t$this->load->view('dashboard_v', $data);\n\t}", "public function save()\r\n\t{\r\n\t\tif( $this->id > 0 )\r\n\t\t{\r\n\t\t\t$update = array();\r\n\t\t\t$update['user'] = $this->user;\r\n\t\t\t$update['group'] = $this->group;\r\n\t\t\t$update['approved'] = $this->approved;\r\n\t\t\t$update['requested'] = $this->requested;\r\n\t\t\t$update['invited'] = $this->invited;\r\n\t\t\t$update['invited_date'] = $this->invitedDate;\r\n\t\t\t$update['requested_date'] = $this->requestedDate;\r\n\t\t\t$update['join_date'] = $this->joinDate;\r\n\t\t\t$update['inviter'] = $this->inviter;\r\n\t\t\t$this->registry->getObject('db')->updateRecords( 'group_membership', $update, 'ID=' . $this->id );\r\n\t\t\t\r\n\t\t}\r\n\t\telse\r\n\t\t{\r\n\t\t\t$insert = array();\r\n\t\t\t$insert['user'] = $this->user;\r\n\t\t\t$insert['group'] = $this->group;\r\n\t\t\t$insert['approved'] = $this->approved;\r\n\t\t\t$insert['requested'] = $this->requested;\r\n\t\t\t$insert['invited'] = $this->invited;\r\n\t\t\t$insert['invited_date'] = $this->invitedDate;\r\n\t\t\t$insert['requested_date'] = $this->requestedDate;\r\n\t\t\t$insert['join_date'] = $this->joinDate;\r\n\t\t\t$insert['inviter'] = $this->inviter;\r\n\t\t\t$this->registry->getObject('db')->insertRecords( 'group_membership', $insert );\r\n\t\t\t$this->id = $this->registry->getObject('db')->lastInsertID();\r\n\t\t}\r\n\t}", "function editOrAddGroup($state) {\n\tglobal $submitErr, $user, $mode, $viewmode;\n\n\t$usergroups = getUserGroups(1);\n\tif($user['showallgroups'])\n\t\t$affilusergroups = $usergroups;\n\telse\n\t\t$affilusergroups = getUserGroups(1, $user['affiliationid']);\n\t$resourcegroups = getResourceGroups();\n\t$affils = getAffiliations();\n\t$resourcetypes = getTypes(\"resources\");\n\n\tif($submitErr) {\n\t\t$data = processGroupInput(0);\n\t\t$newuser = processInputVar(\"newuser\", ARG_STRING);\n\t\tif($mode == \"submitEditGroup\") {\n\t\t\t$id = $data[\"groupid\"];\n\t\t\tif($data[\"type\"] == \"resource\") {\n\t\t\t\tlist($grouptype, $junk) = explode('/', $resourcegroups[$id][\"name\"]);\n\t\t\t\t$ownerid = $resourcegroups[$id][\"ownerid\"];\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tif($data[\"type\"] == \"resource\") {\n\t\t\t\tif($state)\n\t\t\t\t\t$grouptype = $resourcetypes['resources'][$data['resourcetypeid']];\n\t\t\t\telse\n\t\t\t\t\tlist($grouptype, $junk) =\n\t\t\t\t\t explode('/', $resourcegroups[$data['groupid']][\"name\"]);\n\t\t\t\t$ownerid = $data[\"ownergroup\"];\n\t\t\t}\n\t\t\telse {\n\t\t\t\t$selectAffil = getContinuationVar('selectAffil');\n\t\t\t\tif(empty($selectAffil) && $user['showallgroups'])\n\t\t\t\t\t\t$selectAffil = 1;\n\t\t\t}\n\t\t}\n\t}\n\telse {\n\t\t$newuser = processInputVar(\"newuser\", ARG_STRING);\n\t\t$data[\"groupid\"] = getContinuationVar(\"groupid\");\n\t\t$data[\"type\"] = getContinuationVar(\"type\");\n\t\t$data[\"isowner\"] = getContinuationVar(\"isowner\");\n\t\t$id = $data[\"groupid\"];\n\t\tif($data[\"type\"] == \"user\") {\n\t\t\t$data[\"name\"] = $usergroups[$id][\"name\"];\n\t\t\t$data[\"affiliationid\"] = $usergroups[$id][\"groupaffiliationid\"];\n\t\t\t$data[\"owner\"] = $usergroups[$id][\"owner\"];\n\t\t\t$data[\"editgroupid\"] = $usergroups[$id][\"editgroupid\"];\n\t\t\t$data[\"initialmax\"] = $usergroups[$id][\"initialmaxtime\"];\n\t\t\t$data[\"totalmax\"] = $usergroups[$id][\"totalmaxtime\"];\n\t\t\t$data[\"maxextend\"] = $usergroups[$id][\"maxextendtime\"];\n\t\t\t$data[\"overlap\"] = $usergroups[$id][\"overlapResCount\"];\n\t\t\t$tmp = explode('@', $data['name']);\n\t\t\t$data['name'] = $tmp[0];\n\t\t\tif($user['showallgroups'] ||\n\t\t\t\t(array_key_exists(1, $tmp) && $tmp[1] != $user['affiliation']))\n\t\t\t\t$selectAffil = 1;\n\t\t\telse\n\t\t\t\t$selectAffil = 0;\n\t\t}\n\t\telse {\n\t\t\tlist($grouptype, $data[\"name\"]) = \n\t\t\t explode('/', $resourcegroups[$id][\"name\"]);\n\t\t\t$ownerid = $resourcegroups[$id][\"ownerid\"];\n\t\t}\n\t}\n\n\t$editusergroup = 0;\n\tif($data['type'] != 'user')\n\t\tprint \"<FORM action=\\\"\" . BASEURL . SCRIPT . \"#resources\\\" method=post>\\n\";\n\telse\n\t\tprint \"<FORM action=\\\"\" . BASEURL . SCRIPT . \"\\\" method=post>\\n\";\n\tprint \"<DIV align=center>\\n\";\n\tif($state) {\n\t\tif($data[\"type\"] == \"user\")\n\t\t\tprint \"<H2>Add User Group</H2>\\n\";\n\t\telse\n\t\t\tprint \"<H2>Add Resource Group</H2>\\n\";\n\t}\n\telse {\n\t\tif($data[\"type\"] == \"user\") {\n\t\t\tprint \"<H2>Edit User Group</H2>\\n\";\n\t\t\tprint \"{$usergroups[$data['groupid']]['name']}<br>\\n\";\n\t\t\t$editusergroup = 1;\n\t\t}\n\t\telse\n\t\t\tprint \"<H2>Edit Resource Group</H2>\\n\";\n\t}\n\tif(($state && $data[\"type\"] == \"user\") || $data[\"isowner\"] ||\n\t\t$data[\"type\"] == \"resource\") {\n\t\tprint \"<TABLE>\\n\";\n\t\tif($data[\"type\"] == \"resource\") {\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <TH align=right>Type:</TH>\\n\";\n\t\t\tprint \" <TD>\\n\";\n\t\t\tif($state && $submitErr)\n\t\t\t\t$resourcetypeid = $data['resourcetypeid'];\n\t\t\telse\n\t\t\t\t$resourcetypeid = array_search($grouptype, $resourcetypes[\"resources\"]);\n\t\t\tif($state)\n\t\t\t\tprintSelectInput(\"resourcetypeid\", $resourcetypes[\"resources\"], $resourcetypeid);\n\t\t\telse\n\t\t\t\tprint \" $grouptype\\n\";\n\t\t\tprint \" </TD>\\n\";\n\t\t\tprint \" <TD></TD>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t}\n\t\tprint \" <TR>\\n\";\n\t\tprint \" <TH align=right>Name:</TH>\\n\";\n\t\tprint \" <TD><INPUT type=text name=name value=\\\"{$data['name']}\\\" \";\n\t\tprint \"maxlength=30>\";\n\t\tif($data['type'] == 'user' && $selectAffil) {\n\t\t\tprint \"@\";\n\t\t\tprintSelectInput('affiliationid', $affils, $data['affiliationid']);\n\t\t}\n\t\tprint \"</TD>\\n\";\n\t\tprint \" <TD>\";\n\t\tprintSubmitErr(GRPNAMEERR);\n\t\tprint \"</TD>\\n\";\n\t\tprint \" </TR>\\n\";\n\t\tif($data[\"type\"] == \"user\") {\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <TH align=right>Owner:</TH>\\n\";\n\t\t\tprint \" <TD><INPUT type=text name=owner value=\\\"\" . $data[\"owner\"];\n\t\t\tprint \"\\\"></TD>\\n\";\n\t\t\tprint \" <TD>\";\n\t\t\tprintSubmitErr(GRPOWNER);\n\t\t\tprint \"</TD>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <TH align=right>Editable by:</TH>\\n\";\n\t\t\tprint \" <TD>\\n\";\n\t\t\tif(! empty($data['editgroupid']) &&\n\t\t\t ! array_key_exists($data['editgroupid'], $affilusergroups)) {\n\t\t\t\t$affilusergroups[$data['editgroupid']] =\n\t\t\t\t array('name' => getUserGroupName($data['editgroupid'], 1));\n\t\t\t\tuasort($affilusergroups, \"sortKeepIndex\");\n\t\t\t}\n\t\t\tprintSelectInput(\"editgroupid\", $affilusergroups, $data[\"editgroupid\"]);\n\t\t\tprint \" </TD>\\n\";\n\t\t\tprint \" <TD></TD>\";\n\t\t\tprint \" </TR>\\n\";\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <TH align=right>Initial Max Time (minutes):</TH>\\n\";\n\t\t\tprint \" <TD><INPUT type=text name=initialmax value=\\\"\";\n\t\t\tprint $data[\"initialmax\"] . \"\\\" maxlength=4></TD>\\n\";\n\t\t\tprint \" <TD>\";\n\t\t\tprintSubmitErr(INITIALMAXERR);\n\t\t\tprint \"</TD>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <TH align=right>Total Max Time (minutes):</TH>\\n\";\n\t\t\tprint \" <TD><INPUT type=text name=totalmax value=\\\"\";\n\t\t\tprint $data[\"totalmax\"] . \"\\\" maxlength=4></TD>\\n\";\n\t\t\tprint \" <TD>\";\n\t\t\tprintSubmitErr(TOTALMAXERR);\n\t\t\tprint \"</TD>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <TH align=right>Max Extend Time (minutes):</TH>\\n\";\n\t\t\tprint \" <TD><INPUT type=text name=maxextend value=\\\"\";\n\t\t\tprint $data[\"maxextend\"] . \"\\\" maxlength=4></TD>\\n\";\n\t\t\tprint \" <TD>\";\n\t\t\tprintSubmitErr(MAXEXTENDERR);\n\t\t\tprint \"</TD>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t\tif($viewmode == ADMIN_DEVELOPER) {\n\t\t\t\tprint \" <TR>\\n\";\n\t\t\t\tprint \" <TH align=right>Max Overlapping Reservations:</TH>\\n\";\n\t\t\t\tprint \" <TD><INPUT type=text name=overlap value=\\\"\";\n\t\t\t\tprint $data[\"overlap\"] . \"\\\" maxlength=4></TD>\\n\";\n\t\t\t\tprint \" <TD>\";\n\t\t\t\tprintSubmitErr(MAXOVERLAPERR);\n\t\t\t\tprint \"</TD>\\n\";\n\t\t\t\tprint \" </TR>\\n\";\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <TH align=right>Owning User Group:</TH>\\n\";\n\t\t\tprint \" <TD>\\n\";\n\t\t\tif(! array_key_exists($ownerid, $affilusergroups)) {\n\t\t\t\t$affilusergroups[$ownerid] = $usergroups[$ownerid];\n\t\t\t\tuasort($affilusergroups, \"sortKeepIndex\");\n\t\t\t}\n\t\t\tprintSelectInput(\"ownergroup\", $affilusergroups, $ownerid);\n\t\t\tprint \" </TD>\\n\";\n\t\t\tprint \" <TD></TD>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t}\n\t\tprint \"</TABLE>\\n\";\n\t\tprint \"<TABLE>\\n\";\n\t\tprint \" <TR valign=top>\\n\";\n\t\tprint \" <TD>\\n\";\n\t\tif($state) {\n\t\t\t$cdata = array('type' => $data['type'],\n\t\t\t 'isowner' => $data['isowner']);\n\t\t\t$cont = addContinuationsEntry('submitAddGroup', $cdata);\n\t\t\tprint \" <INPUT type=hidden name=continuation value=\\\"$cont\\\">\\n\";\n\t\t\tprint \" <INPUT type=submit value=\\\"Add Group\\\">\\n\";\n\t\t}\n\t\telse {\n\t\t\t$cdata = array('type' => $data['type'],\n\t\t\t 'groupid' => $data['groupid'],\n\t\t\t 'isowner' => $data['isowner']);\n\t\t\tif($data['type'] == 'resource')\n\t\t\t\t$cdata['resourcetypeid'] = $resourcetypeid;\n\t\t\telse\n\t\t\t\t$cdata['selectAffil'] = $selectAffil;\n\t\t\t$cont = addContinuationsEntry('confirmEditGroup', $cdata);\n\t\t\tprint \" <INPUT type=hidden name=continuation value=\\\"$cont\\\">\\n\";\n\t\t\tprint \" <INPUT type=submit value=\\\"Confirm Changes\\\">\\n\";\n\t\t}\n\t\tprint \" </FORM>\\n\";\n\t\tprint \" </TD>\\n\";\n\t\tprint \" <TD>\\n\";\n\t\tprint \" <FORM action=\\\"\" . BASEURL . SCRIPT . \"\\\" method=post>\\n\";\n\t\tprint \" <INPUT type=hidden name=mode value=viewGroups>\\n\";\n\t\tprint \" <INPUT type=submit value=Cancel>\\n\";\n\t\tprint \" </FORM>\\n\";\n\t\tprint \" </TD>\\n\";\n\t\tprint \" </TR>\\n\";\n\t\tprint \"</TABLE>\\n\";\n\t}\n\n\tif($data[\"type\"] != \"user\")\n\t\treturn;\n\tif($editusergroup) {\n\t\tprint \"<H3>Group Membership</H3>\\n\";\n\t\tif($mode == \"addGroupUser\" && ! ($submitErr & IDNAMEERR)) {\n\t\t\tprint \"<font color=\\\"#008000\\\">$newuser successfully added to group\";\n\t\t\tprint \"</font><br><br>\\n\";\n\t\t}\n\t\tif($mode == \"deleteGroupUser\") {\n\t\t\tprint \"<font color=\\\"#008000\\\">$newuser successfully deleted from \";\n\t\t\tprint \"group</font><br><br>\\n\";\n\t\t}\n\t\t$groupmembers = getUserGroupMembers($data[\"groupid\"]);\n\t\tprint \"<TABLE border=1>\\n\";\n\t\tprint \" <TR>\\n\";\n\t\tprint \" <FORM action=\\\"\" . BASEURL . SCRIPT . \"\\\" method=post>\\n\";\n\t\tprint \" <TD align=right><INPUT type=submit value=Add></TD>\\n\";\n\t\tprint \" <TD><INPUT type=text name=newuser maxlength=80 size=40 \";\n\t\tif($submitErr & IDNAMEERR)\n\t\t\tprint \"value=\\\"$newuser\\\"></TD>\\n\";\n\t\telse \n\t\t\tprint \"></TD>\\n\";\n\t\tif($submitErr) {\n\t\t\tprint \" <TD>\\n\";\n\t\t\tprintSubmitErr(IDNAMEERR);\n\t\t\tprint \" </TD>\\n\";\n\t\t}\n\t\t$cont = addContinuationsEntry('addGroupUser', $data);\n\t\tprint \" <INPUT type=hidden name=continuation value=\\\"$cont\\\">\\n\";\n\t\tprint \" </FORM>\\n\";\n\t\tprint \" </TR>\\n\";\n\t\tforeach($groupmembers as $id => $login) {\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <TD>\\n\";\n\t\t\tprint \" <FORM action=\\\"\" . BASEURL . SCRIPT . \"\\\" method=post>\\n\";\n\t\t\tprint \" <INPUT type=submit value=Delete>\\n\";\n\t\t\t$data['userid'] = $id;\n\t\t\t$data['newuser'] = $login;\n\t\t\t$cont = addContinuationsEntry('deleteGroupUser', $data);\n\t\t\tprint \" <INPUT type=hidden name=continuation value=\\\"$cont\\\">\\n\";\n\t\t\tprint \" </FORM>\\n\";\n\t\t\tprint \" </TD>\\n\";\n\t\t\tprint \" <TD>$login</TD>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t}\n\t\tprint \"</TABLE>\\n\";\n\t}\n}", "function set_group_id($user_id, $group_id)\r\n {\r\n\t\t$this->db->set('group_id', $group_id);\r\n\t\t$this->db->where('id', $user_id);\r\n\r\n\t\t$this->db->update($this->table_name);\r\n\t\treturn $this->db->affected_rows() > 0;\r\n }", "function beforeSave() \t{\n\n\t\tif(!empty($this->data)) {\t\t\t\t\t\t\t\t\t\n\t\t\t$email = $this->data['User']['email'];\n\t\t\t$tmp \t= split('@',$email);\n\t\t\t$emailExtension = $tmp[1];\n\n\t\t\t//set admin privileges based on user name\n\t\t\tif($this->data['User']['username'] === 'admin') {\n\t\t\t\t//the user's group id is set to ADMIN_USER.\n\t\t\t\t $this->data['User']['user_group_id'] = 1;\n\t\t\t}\t\t\t\n\t\t\t//set internal uprivileges based on email extension\n\t\t\telse if(defined('INTERNAL_EMAIL_EXTENSION')) {\n\t\t\t\tif($emailExtension === INTERNAL_EMAIL_EXTENSION) {\n\t\t\t\t\t//set user group to INTERNAL USER GROUP \n\t\t\t\t\t$this->data['User']['user_group_id'] = 4;\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\t//set external privileges\n\t\t\t\t\t$this->data['User']['user_group_id'] = 2;\n\t\t\t\t}\n\t\t\t}\t\t\t\n\t\t\telse {\t\t\t\t\n\t\t\t\t//set external privileges\n\t\t\t\t$this->data['User']['user_group_id'] = 2;\n\t\t\t}\t\t\n\t\t}\t\n\t\treturn true;\n\t}", "function editOrAddGroup($state) {\n\tglobal $submitErr, $user, $mode;\n\n\t$usergroups = getUserGroups();\n\n\t$type = getContinuationVar(\"type\");\n\tif($state)\n\t\t$isowner = 1;\n\telseif($type == 'resource') {\n\t\t$isowner = getContinuationVar('isowner');\n\t}\n\tif(! $state) {\n\t\t$groupid = getContinuationVar('groupid', processInputVar('groupid', ARG_NUMERIC));\n\t\tif($type == 'user') {\n\t\t\tif(! array_key_exists($groupid, $usergroups)) {\n\t\t\t\tprint \"<h2>Edit User Group</h2>\\n\";\n\t\t\t\tprint \"The selected user group does not exist.\\n\";\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t$isowner = 0;\n\t\t\tif($usergroups[$groupid]['ownerid'] != $user['id']) {\n\t\t\t\tif(($usergroups[$groupid]['custom'] == 0 ||\n\t\t\t\t\t$usergroups[$groupid]['courseroll'] == 1)) {\n\t\t\t\t\tif(! checkUserHasPerm('Manage Federated User Groups (global)') &&\n\t\t\t\t\t\t(! checkUserHasPerm('Manage Federated User Groups (affiliation only)') ||\n\t\t\t\t\t\t$usergroups[$groupid]['groupaffiliationid'] != $user['affiliationid'])) {\n\t\t\t\t\t\tprint \"<h2>Edit User Group</h2>\\n\";\n\t\t\t\t\t\tprint \"You do not have access to modify the selected user group.\\n\";\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\telse\n\t\t\t\t\t\t$isowner = 1;\n\t\t\t\t}\n\t\t\t\telseif(! array_key_exists(\"editgroupid\", $usergroups[$groupid]) ||\n\t\t\t\t\t! array_key_exists($usergroups[$groupid][\"editgroupid\"], $user[\"groups\"])) {\n\t\t\t\t\tprint \"<h2>Edit User Group</h2>\\n\";\n\t\t\t\t\tprint \"You do not have access to modify the selected user group.\\n\";\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t\telse\n\t\t\t\t$isowner = 1;\n\t\t}\n\t\telse {\n\t\t\t$userresources = getUserResources(array(\"groupAdmin\"), \n\t\t\t array(\"manageGroup\"), 1);\n\t\t\t$noaccess = 1;\n\t\t\tforeach(array_keys($userresources) as $rtype) {\n\t\t\t\tif(array_key_exists($groupid, $userresources[$rtype])) {\n\t\t\t\t\t$noaccess = 0;\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif($noaccess) {\n\t\t\t\tprint \"<h2>Edit Resource Group</h2>\\n\";\n\t\t\t\tprint \"You do not have access to modify the selected resource group.\\n\";\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t}\n\n\t$allcustomgroups = getUserGroups(1);\n\tif($user['showallgroups'])\n\t\t$affilusergroups = $allcustomgroups;\n\telse\n\t\t$affilusergroups = getUserGroups(1, $user['affiliationid']);\n\t$defaultusergroupid = getUserGroupID('Default for Editable by', 1);\n\n\tif($type == 'resource') {\n\t\t$dispUserGrpIDs = array();\n\t\t$dispUserGrpIDsAllAffils = array();\n\t\tforeach(array_keys($allcustomgroups) as $id) {\n\t\t\t# figure out if user is owner or in editor group\n\t\t\t$owner = 0;\n\t\t\t$editor = 0;\n\t\t\tif($allcustomgroups[$id][\"ownerid\"] == $user[\"id\"])\n\t\t\t\t$owner = 1;\n\t\t\tif(array_key_exists(\"editgroupid\", $allcustomgroups[$id]) &&\n\t\t\t\tarray_key_exists($allcustomgroups[$id][\"editgroupid\"], $user[\"groups\"]))\n\t\t\t\t$editor = 1;\n\t\t\tif(! $owner && ! $editor)\n\t\t\t\tcontinue;\n\t\t\tif($user['showallgroups'])\n\t\t\t\t$dispUserGrpIDs[$id] = $allcustomgroups[$id]['name'];\n\t\t\telseif(array_key_exists($id, $affilusergroups) &&\n\t\t\t $allcustomgroups[$id]['groupaffiliation'] == $user['affiliation'])\n\t\t\t\t$dispUserGrpIDs[$id] = $allcustomgroups[$id]['name'];\n\t\t\t$dispUserGrpIDsAllAffils[$id] = $allcustomgroups[$id]['name'];\n\t\t}\n\t}\n\n\t$resourcegroups = getResourceGroups();\n\t$affils = getAffiliations();\n\t$resourcetypes = getTypes(\"resources\");\n\n\tif($submitErr) {\n\t\t$data = processGroupInput(0);\n\t\tif($mode == \"submitEditGroup\") {\n\t\t\t$id = $data[\"groupid\"];\n\t\t\tif($data[\"type\"] == \"resource\") {\n\t\t\t\tlist($grouptype, $junk) = explode('/', $resourcegroups[$id][\"name\"]);\n\t\t\t\t$ownerid = $resourcegroups[$id][\"ownerid\"];\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tif($data[\"type\"] == \"resource\") {\n\t\t\t\tif($state)\n\t\t\t\t\t$grouptype = $resourcetypes['resources'][$data['resourcetypeid']];\n\t\t\t\telse\n\t\t\t\t\tlist($grouptype, $junk) =\n\t\t\t\t\t explode('/', $resourcegroups[$data['groupid']][\"name\"]);\n\t\t\t\t$ownerid = $data[\"ownergroup\"];\n\t\t\t}\n\t\t\telse {\n\t\t\t\t$selectAffil = getContinuationVar('selectAffil');\n\t\t\t\tif(empty($selectAffil) && $user['showallgroups'])\n\t\t\t\t\t$selectAffil = 1;\n\t\t\t}\n\t\t}\n\t}\n\telse {\n\t\t$data[\"groupid\"] = getContinuationVar(\"groupid\");\n\t\t$data[\"type\"] = getContinuationVar(\"type\");\n\t\t$data[\"isowner\"] = $isowner;\n\t\tif(! $state) {\n\t\t\t$id = $groupid;\n\t\t\t$data['groupid'] = $id;\n\t\t}\n\t\telse\n\t\t\t$id = $data[\"groupid\"];\n\t\tif($data[\"type\"] == \"user\") {\n\t\t\tif($state) {\n\t\t\t\t$data[\"name\"] = '';\n\t\t\t\t$data[\"affiliationid\"] = $user['affiliationid'];\n\t\t\t\t$data[\"owner\"] = \"{$user['unityid']}@{$user['affiliation']}\";\n\t\t\t\tif(array_key_exists('VCLEDITGROUPID', $_COOKIE) &&\n\t\t\t\t (array_key_exists($_COOKIE['VCLEDITGROUPID'], $affilusergroups) ||\n\t\t\t\t $_COOKIE['VCLEDITGROUPID'] == $defaultusergroupid))\n\t\t\t\t\t$data[\"editgroupid\"] = $_COOKIE['VCLEDITGROUPID'];\n\t\t\t\telse\n\t\t\t\t\t$data[\"editgroupid\"] = $defaultusergroupid;\n\t\t\t\tif(! array_key_exists($data['editgroupid'], $affilusergroups)) {\n\t\t\t\t\tif($user['showallgroups']) {\n\t\t\t\t\t\t$affil = getAffiliationName(1);\n\t\t\t\t\t\t$affilusergroups[$data['editgroupid']]['name'] = \"Default for Editable by@$affil\";\n\t\t\t\t\t}\n\t\t\t\t\telse\n\t\t\t\t\t\t$affilusergroups[$data['editgroupid']]['name'] = 'Default for Editable by';\n\t\t\t\t}\n\n\t\t\t\t$data[\"initialmax\"] = 240;\n\t\t\t\t$data[\"totalmax\"] = 360;\n\t\t\t\t$data[\"maxextend\"] = 30;\n\t\t\t\t$data[\"overlap\"] = 0;\n\t\t\t\t$data[\"custom\"] = 1;\n\t\t\t\t$data[\"courseroll\"] = 0;\n\t\t\t\t$tmp = explode('@', $data['name']);\n\t\t\t\t$data['name'] = $tmp[0];\n\t\t\t\tif($user['showallgroups'])\n\t\t\t\t\t$selectAffil = 1;\n\t\t\t\telse\n\t\t\t\t\t$selectAffil = 0;\n\t\t\t}\n\t\t\telse {\n\t\t\t\t$data[\"name\"] = $usergroups[$id][\"name\"];\n\t\t\t\t$data[\"affiliationid\"] = $usergroups[$id][\"groupaffiliationid\"];\n\t\t\t\t$data[\"owner\"] = $usergroups[$id][\"owner\"];\n\t\t\t\t$data[\"editgroupid\"] = $usergroups[$id][\"editgroupid\"];\n\t\t\t\t$data[\"initialmax\"] = $usergroups[$id][\"initialmaxtime\"];\n\t\t\t\t$data[\"totalmax\"] = $usergroups[$id][\"totalmaxtime\"];\n\t\t\t\t$data[\"maxextend\"] = $usergroups[$id][\"maxextendtime\"];\n\t\t\t\t$data[\"overlap\"] = $usergroups[$id][\"overlapResCount\"];\n\t\t\t\t$data[\"custom\"] = $usergroups[$id][\"custom\"];\n\t\t\t\t$data[\"courseroll\"] = $usergroups[$id][\"courseroll\"];\n\t\t\t\t$tmp = explode('@', $data['name']);\n\t\t\t\t$data['name'] = $tmp[0];\n\t\t\t\tif($user['showallgroups'] ||\n\t\t\t\t (array_key_exists(1, $tmp) && $tmp[1] != $user['affiliation']))\n\t\t\t\t\t$selectAffil = 1;\n\t\t\t\telse\n\t\t\t\t\t$selectAffil = 0;\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tunset($affilusergroups[$defaultusergroupid]);\n\t\t\tif($state) {\n\t\t\t\t$grouptype = 'computer';\n\t\t\t\t$data['name'] = '';\n\t\t\t\tif(array_key_exists('VCLOWNERGROUPID', $_COOKIE) &&\n\t\t\t\t array_key_exists($_COOKIE['VCLOWNERGROUPID'], $user['groups']))\n\t\t\t\t\t$ownerid = $_COOKIE['VCLOWNERGROUPID'];\n\t\t\t\telse {\n\t\t\t\t\t$ownerid = \"\";\n\t\t\t\t\tforeach(array_keys($user[\"groups\"]) as $grpid) {\n\t\t\t\t\t\tif(array_key_exists($grpid, $dispUserGrpIDs)) {\n\t\t\t\t\t\t\t$ownerid = $grpid;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\telse {\n\t\t\t\tlist($grouptype, $data[\"name\"]) = \n\t\t\t\t explode('/', $resourcegroups[$id][\"name\"]);\n\t\t\t\t$ownerid = $resourcegroups[$id][\"ownerid\"];\n\t\t\t}\n\t\t}\n\t}\n\n\tif($data['type'] == 'user' && ! array_key_exists($defaultusergroupid, $affilusergroups)) {\n\t\tif($user['showallgroups']) {\n\t\t\t$affil = getAffiliationName(1);\n\t\t\t$affilusergroups[$defaultusergroupid]['name'] = \"Default for Editable by@$affil\";\n\t\t}\n\t\telse\n\t\t\t$affilusergroups[$defaultusergroupid]['name'] = 'Default for Editable by';\n\t\tuasort($affilusergroups, \"sortKeepIndex\");\n\t}\n\n\t$editusergroup = 0;\n\tif($data['type'] != 'user')\n\t\tprint \"<FORM action=\\\"\" . BASEURL . SCRIPT . \"#resources\\\" method=post>\\n\";\n\telse\n\t\tprint \"<FORM action=\\\"\" . BASEURL . SCRIPT . \"\\\" method=post>\\n\";\n\tprint \"<DIV align=center>\\n\";\n\tif($state) {\n\t\tif($data[\"type\"] == \"user\")\n\t\t\tprint \"<H2>Add User Group</H2>\\n\";\n\t\telse\n\t\t\tprint \"<H2>Add Resource Group</H2>\\n\";\n\t}\n\telse {\n\t\tif($data[\"type\"] == \"user\") {\n\t\t\tprint \"<H2>Edit User Group</H2>\\n\";\n\t\t\tprint \"{$usergroups[$data['groupid']]['name']}<br><br>\\n\";\n\t\t\tif($data['courseroll'] == 1)\n\t\t\t\tprint \"Type: Course Roll<br><br>\\n\";\n\t\t\telseif($data['custom'] == 0)\n\t\t\t\tprint \"Type: Federated<br><br>\\n\";\n\t\t\t$editusergroup = 1;\n\t\t}\n\t\telse {\n\t\t\tprint \"<H2>Edit Resource Group</H2>\\n\";\n\t\t\tlist($junk, $name) = explode('/', $resourcegroups[$data['groupid']][\"name\"]);\n\t\t\tprint \"$name<br><br>\\n\";\n\t\t}\n\t}\n\tif(($state && $data[\"type\"] == \"user\") || $data[\"isowner\"] ||\n\t\t$data[\"type\"] == \"resource\") {\n\t\tprint \"<TABLE>\\n\";\n\t\tif($data[\"type\"] == \"resource\") {\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <TH align=right>Type:</TH>\\n\";\n\t\t\tprint \" <TD>\\n\";\n\t\t\tif($state && $submitErr)\n\t\t\t\t$resourcetypeid = $data['resourcetypeid'];\n\t\t\telse\n\t\t\t\t$resourcetypeid = array_search($grouptype, $resourcetypes[\"resources\"]);\n\t\t\tif($state)\n\t\t\t\tprintSelectInput(\"resourcetypeid\", $resourcetypes[\"resources\"], $resourcetypeid);\n\t\t\telse\n\t\t\t\tprint \" $grouptype\\n\";\n\t\t\tprint \" </TD>\\n\";\n\t\t\tprint \" <TD></TD>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t}\n\t\t$editname = 1;\n\t\tif($data['type'] == 'user' && $state == 0 &&\n\t\t $usergroups[$groupid]['groupaffiliationid'] == 1) {\n\t\t\t$tmp = explode('@', $usergroups[$groupid]['name']);\n\t\t\tif($tmp[0] == 'Specify End Time' ||\n\t\t\t\t$tmp[0] == 'Allow No User Check' ||\n\t\t\t\t$tmp[0] == 'Default for Editable by' ||\n\t\t\t\t$tmp[0] == 'manageNewImages')\n\t\t\t\t$editname = 0;\n\t\t}\n\t\tif($data['type'] == 'user' && $state == 0 &&\n\t\t ($data['courseroll'] == 1 || $data['custom'] == 0)) {\n\t\t\t$editname = 0;\n\t\t}\n\t\tif($data['type'] == 'resource' && $state == 0 &&\n\t\t ($resourcegroups[$groupid]['name'] == 'computer/newimages' ||\n\t\t\t$resourcegroups[$groupid]['name'] == 'computer/newvmimages')) {\n\t\t\t$editname = 0;\n\t\t}\n\t\tif($editname) {\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <TH align=right>Name:</TH>\\n\";\n\t\t\tprint \" <TD><INPUT type=text name=name value=\\\"{$data['name']}\\\" \";\n\t\t\tprint \"maxlength=60 size=60>\";\n\t\t\tif($data['type'] == 'user' && $selectAffil) {\n\t\t\t\tprint \"@\";\n\t\t\t\tprintSelectInput('affiliationid', $affils, $data['affiliationid']);\n\t\t\t}\n\t\t\tprint \"</TD>\\n\";\n\t\t\tprint \" <TD>\";\n\t\t\tprintSubmitErr(GRPNAMEERR);\n\t\t\tprint \"</TD>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t}\n\t\tif($editname == 0) {\n\t\t\tprint \"<TR><TD colspan=2 align=\\\"center\\\">\\n\";\n\t\t\tprint \"(This is a system group whose name cannot be modified.)\\n\";\n\t\t\tprint \"</TD></TR>\\n\";\n\t\t}\n\t\tif($data[\"type\"] == \"user\") {\n\t\t if($data['courseroll'] == 0 && $data['custom'] == 1) {\n\t\t\t\tprint \" <TR>\\n\";\n\t\t\t\tprint \" <TH align=right>Owner:</TH>\\n\";\n\t\t\t\tprint \" <TD><INPUT type=text name=owner value=\\\"\" . $data[\"owner\"];\n\t\t\t\tprint \"\\\"></TD>\\n\";\n\t\t\t\tprint \" <TD>\";\n\t\t\t\tprintSubmitErr(GRPOWNER);\n\t\t\t\tprint \"</TD>\\n\";\n\t\t\t\tprint \" </TR>\\n\";\n\t\t\t\tprint \" <TR>\\n\";\n\t\t\t\tprint \" <TH align=right>Editable by:</TH>\\n\";\n\t\t\t\tprint \" <TD valign=\\\"top\\\">\\n\";\n\t\t\t\t$groupwasnone = 0;\n\t\t\t\tif($submitErr & EDITGROUPERR) {\n\t\t\t\t\tif($state == 0)\n\t\t\t\t\t\t$data['editgroupid'] = $usergroups[$data['groupid']]['editgroupid'];\n\t\t\t\t\telseif(count($affilusergroups)) {\n\t\t\t\t\t\t$tmp = array_keys($affilusergroups);\n\t\t\t\t\t\t$data['editgroupid'] = $tmp[0];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t$notice = '';\n\t\t\t\tif($state == 0 && empty($usergroups[$data['groupid']][\"editgroup\"])) {\n\t\t\t\t\t$affilusergroups = array_reverse($affilusergroups, TRUE);\n\t\t\t\t\t$affilusergroups[0] = array('name' => 'None');\n\t\t\t\t\t$affilusergroups = array_reverse($affilusergroups, TRUE);\n\t\t\t\t\t$groupwasnone = 1;\n\t\t\t\t\t$notice = \"<strong>Note:</strong> You are the only person that can<br>\"\n\t\t\t\t\t . \"edit membership of this group. Select a<br>user group here \"\n\t\t\t\t\t . \"to allow members of that<br>group to edit membership of this one.\";\n\t\t\t\t}\n\t\t\t\telseif(! array_key_exists($data['editgroupid'], $affilusergroups) &&\n\t\t\t\t $data['editgroupid'] != 0) {\n\t\t\t\t\t$affilusergroups[$data['editgroupid']] =\n\t\t\t\t\t array('name' => getUserGroupName($data['editgroupid'], 1));\n\t\t\t\t\tuasort($affilusergroups, \"sortKeepIndex\");\n\t\t\t\t}\n\t\t\t\tif($state == 1 && $data['editgroupid'] == 0)\n\t\t\t\t\tprint \"None\\n\";\n\t\t\t\telse\n\t\t\t\t\tprintSelectInput(\"editgroupid\", $affilusergroups, $data[\"editgroupid\"]);\n\t\t\t\tprint \" </TD>\\n\";\n\t\t\t\tprint \" <TD>\";\n\t\t\t\tif($submitErr & EDITGROUPERR)\n\t\t\t\t\tprintSubmitErr(EDITGROUPERR);\n\t\t\t\telse\n\t\t\t\t\tprint $notice;\n\t\t\t\tprint \"</TD>\";\n\t\t\t\tprint \" </TR>\\n\";\n\t\t\t}\n\t\t\telse\n\t\t\t\t$groupwasnone = 1;\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <TH align=right>Initial Max Time:</TH>\\n\";\n\t\t\tprint \" <TD>\";\n\t\t\t$lengths = getReservationLengths(201600);\n\t\t\tif(! array_key_exists($data['initialmax'], $lengths))\n\t\t\t\t$data['initialmax'] = getReservationLengthCeiling($data['initialmax']);\n\t\t\tprintSelectInput(\"initialmax\", $lengths, $data['initialmax']);\n\t\t\tprint \" </TD>\";\n\t\t\tprint \" <TD>\";\n\t\t\tprintSubmitErr(INITIALMAXERR);\n\t\t\tprint \"</TD>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <TH align=right>Total Max Time:</TH>\\n\";\n\t\t\tprint \" <TD>\";\n\t\t\tif(! array_key_exists($data['totalmax'], $lengths))\n\t\t\t\t$data['totalmax'] = getReservationLengthCeiling($data['totalmax']);\n\t\t\tprintSelectInput(\"totalmax\", $lengths, $data['totalmax']);\n\t\t\tprint \" </TD>\\n\";\n\t\t\tprint \" <TD>\";\n\t\t\tprintSubmitErr(TOTALMAXERR);\n\t\t\tprint \"</TD>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <TH align=right>Max Extend Time:</TH>\\n\";\n\t\t\tprint \" <TD>\";\n\t\t\tif(! array_key_exists($data['maxextend'], $lengths))\n\t\t\t\t$data['maxextend'] = getReservationLengthCeiling($data['maxextend']);\n\t\t\tprintSelectInput(\"maxextend\", $lengths, $data['maxextend']);\n\t\t\tprint \" </TD>\\n\";\n\t\t\tprint \" <TD>\";\n\t\t\tprintSubmitErr(MAXEXTENDERR);\n\t\t\tprint \"</TD>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t\tif(checkUserHasPerm('Set Overlapping Reservation Count')) {\n\t\t\t\tprint \" <TR>\\n\";\n\t\t\t\tprint \" <TH align=right>Max Overlapping Reservations:</TH>\\n\";\n\t\t\t\tprint \" <TD><INPUT type=text name=overlap value=\\\"\";\n\t\t\t\tprint $data[\"overlap\"] . \"\\\" maxlength=4></TD>\\n\";\n\t\t\t\tprint \" <TD>\";\n\t\t\t\tprintSubmitErr(MAXOVERLAPERR);\n\t\t\t\tprint \"</TD>\\n\";\n\t\t\t\tprint \" </TR>\\n\";\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <TH align=right>Owning User Group:</TH>\\n\";\n\t\t\tprint \" <TD>\\n\";\n\t\t\tif($submitErr & EDITGROUPERR)\n\t\t\t\t$ownerid = $resourcegroups[$groupid]['ownerid'];\n\t\t\tif($state == 0 && $ownerid != '' &&\n\t\t\t ! array_key_exists($ownerid, $dispUserGrpIDs)) {\n\t\t\t\t$dispUserGrpIDs[$ownerid] = $usergroups[$ownerid]['name'];\n\t\t\t\tuasort($dispUserGrpIDs, \"sortKeepIndex\");\n\t\t\t}\n\t\t\tif(! empty($dispUserGrpIDs))\n\t\t\t\tprintSelectInput(\"ownergroup\", $dispUserGrpIDs, $ownerid);\n\t\t\telse\n\t\t\t\tprintSelectInput(\"ownergroup\", $dispUserGrpIDsAllAffils, $ownerid);\n\t\t\tprint \" </TD>\\n\";\n\t\t\tprint \" <TD>\\n\";\n\t\t\tif($submitErr & EDITGROUPERR)\n\t\t\t\tprintSubmitErr(EDITGROUPERR);\n\t\t\tprint \" </TD>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t}\n\t\tprint \"</TABLE>\\n\";\n\t\tprint \"<TABLE>\\n\";\n\t\tprint \" <TR valign=top>\\n\";\n\t\tprint \" <TD>\\n\";\n\t\tif($state) {\n\t\t\t$cdata = array('type' => $data['type']);\n\t\t\tif($data['type'] == 'user') {\n\t\t\t\t$cdata['isowner'] = $data['isowner'];\n\t\t\t\tif($data['editgroupid'] == 0) {\n\t\t\t\t\t$cdata['editgroupid'] = 0;\n\t\t\t\t\t$cdata['groupwasnone'] = 1;\n\t\t\t\t}\n\t\t\t\t$cdata['editgroupids'] = implode(',', array_keys($affilusergroups));\n\t\t\t}\n\t\t\telse {\n\t\t\t\tif(! empty($dispUserGrpIDs))\n\t\t\t\t\t$cdata['ownergroupids'] = implode(',', array_keys($dispUserGrpIDs));\n\t\t\t\telse\n\t\t\t\t\t$cdata['ownergroupids'] = implode(',', array_keys($dispUserGrpIDsAllAffils));\n\t\t\t}\n\t\t\t$cont = addContinuationsEntry('submitAddGroup', $cdata);\n\t\t\tprint \" <INPUT type=hidden name=continuation value=\\\"$cont\\\">\\n\";\n\t\t\tprint \" <INPUT type=submit value=\\\"Add Group\\\">\\n\";\n\t\t}\n\t\telse {\n\t\t\t$cdata = array('type' => $data['type'],\n\t\t\t 'groupid' => $data['groupid'],\n\t\t\t 'isowner' => $data['isowner'],\n\t\t\t 'editname' => $editname);\n\t\t\tif($editname == 0)\n\t\t\t\t$cdata['name'] = $data['name'];\n\t\t\tif($data['type'] == 'resource') {\n\t\t\t\t$cdata['resourcetypeid'] = $resourcetypeid;\n\t\t\t\tif(! empty($dispUserGrpIDs))\n\t\t\t\t\t$cdata['ownergroupids'] = implode(',', array_keys($dispUserGrpIDs));\n\t\t\t\telse\n\t\t\t\t\t$cdata['ownergroupids'] = implode(',', array_keys($dispUserGrpIDsAllAffils));\n\t\t\t}\n\t\t\telse {\n\t\t\t\tif($editname == 0)\n\t\t\t\t\t$cdata['affiliationid'] = $data['affiliationid'];\n\t\t\t\t$cdata['selectAffil'] = $selectAffil;\n\t\t\t\t$cdata['groupwasnone'] = $groupwasnone;\n\t\t\t\t$cdata['custom'] = $data['custom'];\n\t\t\t\t$cdata['courseroll'] = $data['courseroll'];\n\t\t\t\t$cdata['editgroupids'] = implode(',', array_keys($affilusergroups));\n\t\t\t}\n\t\t\t$cont = addContinuationsEntry('confirmEditGroup', $cdata);\n\t\t\tprint \" <INPUT type=hidden name=continuation value=\\\"$cont\\\">\\n\";\n\t\t\tprint \" <INPUT type=submit value=\\\"Confirm Changes\\\">\\n\";\n\t\t}\n\t\tprint \" </FORM>\\n\";\n\t\tprint \" </TD>\\n\";\n\t\tprint \" <TD>\\n\";\n\t\tprint \" <FORM action=\\\"\" . BASEURL . SCRIPT . \"\\\" method=post>\\n\";\n\t\tprint \" <INPUT type=hidden name=mode value=viewGroups>\\n\";\n\t\tprint \" <INPUT type=submit value=Cancel>\\n\";\n\t\tprint \" </FORM>\\n\";\n\t\tprint \" </TD>\\n\";\n\t\tprint \" </TR>\\n\";\n\t\tprint \"</TABLE>\\n\";\n\t}\n\n\tif($data[\"type\"] != \"user\") {\n\t\tprint \"</DIV>\\n\";\n\t\treturn;\n\t}\n\tif($editusergroup) {\n\t\t$newuser = processInputVar(\"newuser\", ARG_STRING);\n\t\tprint \"<H3>Group Membership</H3>\\n\";\n\t\tif($mode == \"addGroupUser\" && ! ($submitErr & IDNAMEERR)) {\n\t\t\tprint \"<font color=\\\"#008000\\\">$newuser successfully added to group\";\n\t\t\tprint \"</font><br><br>\\n\";\n\t\t}\n\t\tif($mode == \"deleteGroupUser\") {\n\t\t\tprint \"<font color=\\\"#008000\\\">$newuser successfully deleted from \";\n\t\t\tprint \"group</font><br><br>\\n\";\n\t\t}\n\t\t$groupmembers = getUserGroupMembers($data[\"groupid\"]);\n\t\t$edit = 1;\n\t\tif($data['courseroll'] == 1 || $data['custom'] == 0)\n\t\t\t$edit = 0;\n\t\tif(empty($groupmembers) && ! $edit)\n\t\t\tprint \"(empty group)<br>\\n\";\n\t\tprint \"<TABLE border=1 id=\\\"groupmembershiptbl\\\">\\n\";\n\t\tif($edit) {\n\t\t\tprint \" <TR>\\n\";\n\t\t\tprint \" <FORM action=\\\"\" . BASEURL . SCRIPT . \"\\\" method=post>\\n\";\n\t\t\tprint \" <TD align=right><INPUT type=submit value=Add></TD>\\n\";\n\t\t\tprint \" <TD><INPUT type=text name=newuser maxlength=80 size=40 \";\n\t\t\tif($submitErr & IDNAMEERR)\n\t\t\t\tprint \"value=\\\"$newuser\\\"></TD>\\n\";\n\t\t\telse \n\t\t\t\tprint \"></TD>\\n\";\n\t\t\tif($submitErr) {\n\t\t\t\tprint \" <TD>\\n\";\n\t\t\t\tprintSubmitErr(IDNAMEERR);\n\t\t\t\tprint \" </TD>\\n\";\n\t\t\t}\n\t\t\t$cont = addContinuationsEntry('addGroupUser', $data);\n\t\t\tprint \" <INPUT type=hidden name=continuation value=\\\"$cont\\\">\\n\";\n\t\t\tprint \" </FORM>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t}\n\t\tforeach($groupmembers as $id => $login) {\n\t\t\tprint \" <TR>\\n\";\n\t\t\tif($edit) {\n\t\t\t\tprint \" <TD>\\n\";\n\t\t\t\tprint \" <FORM action=\\\"\" . BASEURL . SCRIPT . \"\\\" method=post>\\n\";\n\t\t\t\tprint \" <INPUT type=submit value=Delete>\\n\";\n\t\t\t\t$data['userid'] = $id;\n\t\t\t\t$data['newuser'] = $login;\n\t\t\t\t$cont = addContinuationsEntry('deleteGroupUser', $data);\n\t\t\t\tprint \" <INPUT type=hidden name=continuation value=\\\"$cont\\\">\\n\";\n\t\t\t\tprint \" </FORM>\\n\";\n\t\t\t\tprint \" </TD>\\n\";\n\t\t\t}\n\t\t\tprint \" <TD>$login</TD>\\n\";\n\t\t\tprint \" </TR>\\n\";\n\t\t}\n\t\tprint \"</TABLE>\\n\";\n\t}\n\tprint \"</DIV>\\n\";\n}", "function saveUserGroupAccessPermissons(){\n\tglobal $modx;\n\tglobal $id, $newid;\n\tglobal $use_udperms;\n\n\tif ($newid) {\n\t\t$id = $newid;\n\t}\n\t\n\t$usrgroups = $_POST['usrgroups'];\n\n\t// check for permission update access\n\tif ($use_udperms==1) {\n\t\t// delete old permissions on the module\n\t\t$sql = \"DELETE FROM \" . $modx->getFullTableName(\"site_module_access\") . \" \n\t\t\t\tWHERE module=$id;\";\n\n\t\t$rs = $modx->db->query($sql);\n\n\t\tif (is_array($usrgroups)) {\n\t\t\tforeach ($usrgroups as $ugkey=>$value) {\n\t\t\t\t$sql = \"INSERT INTO \" . $modx->getFullTableName(\"site_module_access\") . \" (module,usergroup) \n\t\t\t\t\t\tVALUES($id,\" . stripslashes($value) . \")\";\n\n\t\t\t\t$modx->db->query($sql);\n\t\t\t}\n\t\t}\n\t}\n}", "private function validateGroup(){\n\n\t global $db;\n\t \n\t #see if this is a guest, if so, do some hard-coded checks.\n\t\tif($this->user == \"guest\"){\n\t\t if(($this->user == \"guest\") and ($this->gid == 0)){\n\t\t return(true);\n\t\t }else{\n\t\t return(false);\n\t\t }\n\t\t}else{\n\t\t\t$db->SQL = \"SELECT id FROM ebb_groups WHERE id='\".$this->gid.\"' LIMIT 1\";\n\t\t\t$validateGroup = $db->affectedRows();\n\n\t\t\tif($validateGroup == 1){\n\t\t\t return (true);\n\t\t\t}else{\n\t\t\t return(false);\n\t\t\t}\n\t\t}\n\t}", "public function updateDataProtection($user = null) {\n if (!isset($user)) {\n $user = User::current();\n }\n\n $this->privateData = self::DEFAULT_PRIVATE_DATA;\n $this->whitelistData = self::DEFAULT_WHITELIST_DATA;\n\n if (Tilmeld::$config['email_usernames']) {\n $this->privateData[] = 'groupname';\n }\n if ($user !== null && $user->gatekeeper('tilmeld/admin')) {\n // Users who can edit groups can see their data.\n $this->privateData = [];\n $this->whitelistData = false;\n return;\n }\n if (isset($this->user) && isset($user) && $this->user->is($user)) {\n // Users can see their group's data.\n $this->privateData = [];\n }\n }", "function save_question_group($data,$group=''){\n\tglobal $conn;\n\tif($group) do_update($data,array('id'=>$group),'vcn_question_group');\n\telse do_insert($data,'vcn_question_group');\n\t\n}", "function loadGroup()\n\t{\n\t\tif (!$this->_groups) {\n\t\t\t$this->_groups = FiveTable::getInstance('groups');\n\t\t}\n\t\t\n\t\tif(!isset($this->_groups->id) || !$this->_groups->id) {\n\t\t\t$this->_groups->load( $this->id );\n\t\t\t@$_SESSION['user']['group']['admin'] = $this->_groups->admin;\n\t\t\t@$_SESSION['user']['group']['business'] = $this->_groups->business;\n\t\t\t@$_SESSION['user']['group']['user'] = $this->_groups->user;\n\t\t}\n\t\t\n\t\treturn true;\n\t}", "function smarty_function_check_user_group_rights($params, &$smarty)\n{\n\tglobal $db;\n\tglobal $cms;\n\tglobal $user;\n\tif ($params['group_id'] == \"\")\n\t{\n\t\t$smarty->trigger_error(\"check_user_group_rights: missing group Id\", E_USER_WARNING);\n\t\t$return = \"\";\n\t}\n\telseif (!empty($user->username))\n\t{\n\t\t$sql = sprintf(\"SELECT count(T2.gruppenid) FROM %s T1\n\t\t\t\t\t\t\tINNER JOIN %s T2 ON (T1.userid = T2.userid)\n\t\t\t\t\t\t\tWHERE T1.username = '%s'\n\t\t\t\t\t\t\tAND T2.gruppenid = '%d'\",\n\t\t\t\t$cms->papoo_user,\n\t\t\t\t$cms->papoo_lookup_ug,\n\t\t\t\t$db->escape($user->username),\n\t\t\t\t$db->escape($params['group_id'])\n\t\t\t\t);\n\t\t$return = $db->get_var($sql);\n\t}\n\t\n\t$smarty->assign(\"smartytags_forum_user\", $return);\n}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
dump an image to stdout or to a file
function image_dump($image, $type = 'jpeg', $file = null) { if (!function_exists($func = 'image' . $type)) { error('Invalid image type ' . spy($type) . '.'); } call_user_func($func, $image, $file); }
[ "function image_write($image, $file, $type = 'jpeg') {\n image_dump($image, $type, $file);\n}", "public function output() {\n if(!isset($this->image)) {\n return;\n }\n header('Content-Type: image/png');\n imagepng($this->image);\n }", "public function blob() {\n header('Content-Type:image/png');\n echo imagepng($this->image);\n }", "function printImage() \r\n\t{\r\n\t\tif(isset($this->image))\r\n\t\t{\r\n\t\t\tif( $this->imageType == IMAGETYPE_JPEG ) \r\n\t\t\t{\r\n\t\t\t\timagejpeg($this->image);\r\n\t\t\t} \r\n\t\t\telseif( $this->imageType == IMAGETYPE_PNG ) \r\n\t\t\t{\r\n\t\t\t\timagepng($this->image);\r\n\t\t\t}\r\n\t\t}\r\n\t}", "public function draw() {\n ob_start();\n imagepng($this->im);\n $bin = ob_get_contents();\n ob_end_clean();\n\n $this->setInternalProperties($bin);\n\n if (empty($this->filename)) {\n echo $bin;\n } else {\n file_put_contents($this->filename, $bin);\n }\n }", "function outPNG() {\n\t\theader(\"Content-type: image/png\");\n\t\tImagePng($this->image);\n\t}", "public function draw() {\r\n ob_start();\r\n imagepng($this->im);\r\n $bin = ob_get_contents();\r\n ob_end_clean();\r\n\r\n $this->setInternalProperties($bin);\r\n\r\n if (empty($this->filename)) {\r\n echo $bin;\r\n } else {\r\n file_put_contents($this->filename, $bin);\r\n }\r\n }", "function display_image($image) {\n header(\"Content-Type: image/png\");\n imagepng($image);\n}", "private function imagePrint($file, $type, $filename=null) {\n //echo 'image save to disk';\n global $debug;\n if($debug)return;\n if ($type == \"jpg\") {\n if ($filename == null) {\n imagejpeg($file);\n }else{\n imagejpeg($file, $filename);\n imagejpeg($file);\n }\n } elseif ($type == \"png\") {\n if ($filename == null) {\n imagepng($file);\n }else{\n imagepng($file,$filename);\n imagepng($file);\n }\n }\n }", "function save_actual_image($image)\r\n{\r\n $pathinfo = pathinfo($_SERVER['SCRIPT_FILENAME']);\r\n $filename = \"{$pathinfo['dirname']}/{$pathinfo['filename']}.out.png\";\r\n imagepng($image, $filename);\r\n}", "public function output() {\n $this->drawImage();\n header(\"Content-type: image/jpeg\");\n imagejpeg($this->im);\n }", "public function display()\n\t{\n\t\t//allow ouput or save with optional image format\n\t\t\n\t\t\n\t\t$image = $this->generate();\n\t\theader(\"Content-type: image/png\");\n\t\timagepng($image);\n\t}", "function dumpImageMap()\n\t{\n\t\tif (file_exists($this->ImageMapFileName)){\n\t\n\t\t\techo file_get_contents($this->ImageMapFileName);\n\n\t\t} else {\n\t\t\tthrow \\pChart\\pException::ImageMapInvalidID(\"ImageMap index \".$this->ImageMapFileName. \" does not exist in file storage!\");\n\t\t}\n\n\t\t/* When the image map is returned to the client, the script ends */\n\t\texit();\n\t}", "public function image() {\n\t\t$image = new WkImage();\n\n\t\t$command = new Command($image->getImage()->getCommand() . ' --htmldoc');\n\n\t\tif ($command->execute()) {\n\t\t\techo $command->getOutput();\n\t\t} else {\n\t\t\techo $command->getError();\n\t\t}\n\t}", "public static function outputFromQuery() {\n\t\t$image = self::loadFromQuery();\n\t\t$image->output();\n\t}", "public function display() {\n header ('Content-type: image/png');\n\n /* Write the image to standard out - in the case of the web server to the network to the browser\n and free up any memory used by the image */\n imagepng($this->im);\n imagedestroy($this->im);\n }", "public function showMeAScreenshot() {\n $mainContext = $this->getMainContext();\n $image_data = $mainContext->getSession()->getDriver()->getScreenshot();\n $file_and_path = getcwd() . '/screenshots/behat_screenshot_' . date(\"Y-m-d_H-i-s\") . '.jpg';\n file_put_contents($file_and_path, $image_data);\n\n }", "function dumpGraphic()\r\n {\r\n // Graphic component that dumps binary data\r\n header(\"Content-type: $this->_binarytype\");\r\n\r\n // Tries to prevent the browser from caching the image\r\n header(\"Pragma: no-cache\");\r\n header(\"Cache-Control: no-cache, must-revalidate\"); // HTTP/1.1\r\n header(\"Expires: Mon, 26 Jul 1997 05:00:00 GMT\"); // Date in the past\r\n\r\n if ($this->hasValidDataField())\r\n {\r\n echo $this->readDataFieldValue();\r\n }\r\n\r\n exit;\r\n }", "function print_image($filename, $dir = false, $alt = false, $align = false, $extras = false, $border = 0, $maxwidth = 0) {\n\tprint make_image ( $filename, $dir, $alt, $align, $extras, $border, $maxwidth );\n}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Return's the attribute sets for the passed entity type ID, whereas the array is prepared with the attribute set names as keys.
public function findAllByEntityTypeId($entityTypeId) { // initialize the array for the attribute sets $eavAttributeSets = array(); // load the attributes $this->eavAttributeSetsByEntityTypeIdStmt->execute(array($entityTypeId)); // load the available EAV attribute sets $availableEavAttributeSets = $this->eavAttributeSetsByEntityTypeIdStmt->fetchAll(\PDO::FETCH_ASSOC); // prepare the array with the attribute set names as keys foreach ($availableEavAttributeSets as $eavAttributeSet) { $eavAttributeSets[$eavAttributeSet[MemberNames::ATTRIBUTE_SET_NAME]] = $eavAttributeSet; } // return the array with the attribute sets return $eavAttributeSets; }
[ "public function getAttributeSets();", "public function getAttributeSets()\r\n {\r\n $attributeSetCollection = $this->attributeSetFactory->create();\r\n $attributeSetCollection->addFieldToFilter('entity_type_id', ['eq' => $this->productEntityTypeId]);\r\n\r\n return $attributeSetCollection;\r\n }", "protected function _getAttributeSetsNameAsArray()\n {\n $attributeSetCollection = Mage::getModel('eav/entity_attribute_set')\n ->getCollection()\n ->setEntityTypeFilter($this->_catalogProductEntityTypeId);\n\n $attributeSetsName = array();\n foreach ($attributeSetCollection as $attrSet) {\n $attrSetAsArray = $attrSet->getData();\n $attributeSetsName[] = $attrSetAsArray['attribute_set_name'];\n }\n\n return $attributeSetsName;\n }", "protected function _getAttributeSetsArray($targetCountry)\n {\n $entityType = Mage::getModel('catalog/product')->getResource()->getEntityType();\n $collection = Mage::getResourceModel('eav/entity_attribute_set_collection')\n ->setEntityTypeFilter($entityType->getId());\n\n $ids = array();\n $itemType = $this->getItemType();\n if ( !($itemType instanceof Varien_Object && $itemType->getId()) ) {\n $typesCollection = Mage::getResourceModel('googleshopping/type_collection')\n ->addCountryFilter($targetCountry)\n ->load();\n foreach ($typesCollection as $type) {\n $ids[] = $type->getAttributeSetId();\n }\n }\n\n $result = array('' => '');\n foreach ($collection as $attributeSet) {\n if (!in_array($attributeSet->getId(), $ids)) {\n $result[$attributeSet->getId()] = $attributeSet->getAttributeSetName();\n }\n }\n return $result;\n }", "public function getProductAttributeSets()\n {\n if (is_null($this->_productAttributeSets)) {\n $this->_productAttributeSets = array();\n\n $entityTypeId = Mage::getModel('eav/entity')\n ->setType('catalog_product')\n ->getTypeId();\n $collection = Mage::getResourceModel('eav/entity_attribute_set_collection')\n ->setEntityTypeFilter($entityTypeId);\n foreach ($collection as $set) {\n $this->_productAttributeSets[$set->getAttributeSetName()] = $set->getId();\n }\n }\n return $this->_productAttributeSets;\n }", "public function entitySets(): array;", "public function getEavAttributeSetsByEntityTypeId($entityTypeId);", "function admin_get_sets($id=0) {\n global $db;\n if ($id) {\n $id = (int)$id;\n $sql_add = \" WHERE id=$id\";\n } else {\n $sql_add = '';\n }\n $sql = \"SELECT * FROM sets\".$sql_add;\n $rs = $db->Execute($sql);\n $sets = array();\n $cnt = 0;\n while (!$rs->EOF) {\n $sets[$cnt]['id'] = $rs->fields['id'];\n $sets[$cnt]['title'] = $rs->fields['title'];\n $sets[$cnt++]['active'] = $rs->fields['active'];\n $rs->MoveNext();\n }\n return $sets;\n}", "public function getEavAttributeGroupsByAttributeSetId($attributeSetId);", "public function attributesById()\n {\n $result = array();\n foreach ($this->attributes() as $a) {\n $result[$a['id']] = $a;\n }\n return $result;\n }", "public function getAttributeSet() {\n\t\tif ( !$this->getAttributeSetId() ) {\n\t\t\tthrow new Exception('Attribute set id it\\'s not set');\n\t\t}\n\t\t$attr_set = new Petolio_Model_PoAttributeSets();\n\t\t$attr_set->find($this->getAttributeSetId());\n\t\treturn $attr_set;\n\t}", "protected function _initAttributes($entityType)\n {\n Varien_Profiler::start('EAV: ' . __METHOD__);\n\n /** @var Mage_Eav_Model_Resource_Entity_Attribute_Collection $attributesCollection */\n $attributesCollection = Mage::getResourceModel($entityType->getEntityAttributeCollection());\n\n if ($attributesCollection) {\n $attributesData = $attributesCollection->setEntityTypeFilter($entityType)\n ->addSetInfo()\n ->getData();\n\n $entityTypeAttributeCodes = array();\n $attributeSetsAttributeCodes = array();\n foreach ($attributesData as $attributeData) {\n $this->_initAttribute($entityType, $attributeData);\n $entityTypeAttributeCodes[] = $attributeData['attribute_code'];\n $attributeSetIds = array_keys($attributeData['attribute_set_info']);\n unset($attributeData['attribute_set_info']);\n\n foreach ($attributeSetIds as $attributeSetId) {\n if (!isset($attributeSetsAttributeCodes[$attributeSetId])) {\n $attributeSetsAttributeCodes[$attributeSetId] = array();\n }\n $attributeSetsAttributeCodes[$attributeSetId][] = $attributeData['attribute_code'];\n }\n }\n\n $entityType->setData('attribute_codes', $entityTypeAttributeCodes);\n if (count($attributeSetsAttributeCodes) > 0) {\n foreach ($attributeSetsAttributeCodes as $attributeSetId => $attributeCodes) {\n if (isset($this->_attributeSets[$attributeSetId])) {\n $this->_attributeSets[$attributeSetId]->setData('attribute_codes', $attributeCodes);\n }\n }\n }\n }\n\n Varien_Profiler::stop('EAV: ' . __METHOD__);\n return $this;\n }", "public function getAttributeSetArray()\n {\n return $this->attributeSetArray;\n }", "public function getAllAttributeCodes($entityType, $attributeSetId = 0, $storeId = null)\n {\n if (null === $storeId) {\n $storeId = $this->storeManager->getStore()->getId();\n }\n $object = new \\Magento\\Framework\\DataObject(\n [\n 'store_id' => $storeId,\n 'attribute_set_id' => $attributeSetId,\n ]\n );\n return $this->eavConfig->getEntityAttributeCodes($entityType, $object);\n }", "protected function getAttributes()\n {\n if ($this->attributeCodes === null) {\n $select = $this->connection->select()->from(\n $this->connection->getTableName($this->getTableName('eav_entity_type')),\n []\n )->join(\n $this->connection->getTableName($this->getTableName('eav_attribute')),\n $this->connection->getTableName(\n $this->getTableName('eav_attribute')\n ) . '.entity_type_id = ' . $this->connection->getTableName(\n $this->getTableName('eav_entity_type')\n ) . '.entity_type_id',\n $this->connection->getTableName($this->getTableName('eav_attribute')) . '.*'\n )->where(\n $this->connection->getTableName(\n $this->getTableName('eav_entity_type')\n ) . '.entity_type_code = ?',\n \\Magento\\Catalog\\Model\\Category::ENTITY\n );\n $this->attributeCodes = [];\n foreach ($this->connection->fetchAll($select) as $attribute) {\n $this->attributeCodes[$attribute['attribute_id']] = $attribute;\n }\n }\n\n return $this->attributeCodes;\n }", "protected function getAttributesListByInputType(string $type): array\n {\n if (!array_key_exists($type, $this->attributesByType)) {\n $collection = $this->attributeCollectionFactory->create();\n $collection->addSystemHiddenFilter()->addExcludeHiddenFrontendFilter();\n $collection->addFieldToFilter(AttributeInterface::FRONTEND_INPUT, $type);\n $collection->removeAllFieldsFromSelect()->addFieldToSelect(AttributeInterface::ATTRIBUTE_CODE);\n $this->attributesByType[$type] = $collection->getColumnValues(AttributeInterface::ATTRIBUTE_CODE);\n }\n return $this->attributesByType[$type];\n }", "public function testSetInAllAttributeSetsFilterWithGetAllIds()\n {\n $sets = [1];\n $this->_model->setInAllAttributeSetsFilter($sets);\n $attributeIds = $this->_model->getAllIds();\n $this->assertGreaterThan(0, count($attributeIds));\n }", "public function getEntitiesAttribute(): array\n {\n return $this->entities()->pluck('entity_type')->toArray();\n }", "public function getDatasets(){\n return\n AMI::getResourceModel('modules_datasets/table')\n ->getList()\n ->addColumns(array('id', 'id `value`', 'name'))\n ->addWhereDef(\n DB_Query::getSnippet(\"AND `module_name` = %s\")\n ->q($this->oService->getParentForCatModule($this->getModId()))\n )\n ->addOrder('name', 'asc')\n ->load();\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Method to set the value of field vl_ordem_servico
public function setVlOrdemServico($vl_ordem_servico) { $this->vl_ordem_servico = $vl_ordem_servico; return $this; }
[ "public function set_servidor(servidor $object)\n {\n $this->servidor = $object;\n $this->servidor_id = $object->id;\n }", "public function _setServido($Servido)\n\t {\n\t $this->Servido = $Servido;\n\t }", "public function setObservacao( $observacao )\n {\n \t$this->observacao = $observacao;\n }", "public function setAtaqueRepositorio($valor){\n $this->ataqueRepositorio=$valor;\n }", "public function getValServico()\n {\n return $this->valServico;\n }", "public function setDataVinculo(DBDate $oDataVinculo) {\n $this->oDataVinculo = $oDataVinculo;\n }", "public function setCdOrdemServico($cd_ordem_servico)\n {\n $this->cd_ordem_servico = $cd_ordem_servico;\n\n return $this;\n }", "public function setServesCuisine($value)\n {\n $this->servesCuisine = $value;\n }", "public function setSerie($valor){\n\t\t\t$this->serie = $valor;\n\t\t}", "public function setValor($valor) {\n\t\t$this->valor = $valor;\n\t}", "public function setDataVencimento(string $dataVencimento)\n {\n $this->dataVencimento = $dataVencimento;\n }", "public function setClienteFecharegistro($v)\n {\n $dt = PropelDateTime::newInstance($v, null, 'DateTime');\n if ($this->cliente_fecharegistro !== null || $dt !== null) {\n $currentDateAsString = ($this->cliente_fecharegistro !== null && $tmpDt = new DateTime($this->cliente_fecharegistro)) ? $tmpDt->format('Y-m-d') : null;\n $newDateAsString = $dt ? $dt->format('Y-m-d') : null;\n if ($currentDateAsString !== $newDateAsString) {\n $this->cliente_fecharegistro = $newDateAsString;\n $this->modifiedColumns[] = ClientePeer::CLIENTE_FECHAREGISTRO;\n }\n } // if either are not null\n\n\n return $this;\n }", "public function setSituacaoCliente($v)\n\t{\n\t\tif ($v !== null) {\n\t\t\t$v = (string) $v;\n\t\t}\n\n\t\tif ($this->situacao_cliente !== $v) {\n\t\t\t$this->situacao_cliente = $v;\n\t\t\t$this->modifiedColumns[] = ProcessoPeer::SITUACAO_CLIENTE;\n\t\t}\n\n\t\treturn $this;\n\t}", "public function setTelefonoCliente($v)\n {\n if ($v !== null) {\n $v = (string) $v;\n }\n\n if ($this->telefono_cliente !== $v) {\n $this->telefono_cliente = $v;\n $this->modifiedColumns[] = RequerimientoPeer::TELEFONO_CLIENTE;\n }\n\n\n return $this;\n }", "public function setValorCondominio($valorCondominio)\n {\n $this->valorCondominio = $valorCondominio;\n }", "public function setCredEletivo($v)\n\t{\n\t\tif ($v !== null) {\n\t\t\t$v = (string) $v;\n\t\t}\n\n\t\tif ($this->cred_eletivo !== $v) {\n\t\t\t$this->cred_eletivo = $v;\n\t\t\t$this->modifiedColumns[] = TbcursoversaoPeer::CRED_ELETIVO;\n\t\t}\n\n\t\treturn $this;\n\t}", "function setTelefono($Telefono) {\r\n $this->Telefono = $Telefono;\r\n }", "function setTelefono($telefono) {\n $this->telefono = $telefono;\n }", "function setSorpresa($_caja){\r\n $this->sorpresa=$_caja;\r\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[youtubeDbPlaylistSelect description] Selects the playlists associated with a user from the database. Used with youtubeApiPlaylistSelect() and getYoutubeApiPlaylist() to enable me to keep the DB record in sync with what the API returns. This method first checks if there is anything in the playlists table, if not it uses the youtubeInsert() method (above) to insert the value. It then queries the playlists table and creates an array title=>url (url can be used in subsequent API calls cos youtubeInsert sorts this) which is then assigned to the private class variable $_youtubeDbArray (seemed like a good idea at the time, not sure now!)
public function youtubeDbPlaylistSelect(){ //I THINK THAT USERNAME SHOULD BE PASSED AS A PARAMETER TO MAKE IT MORE OBVIOUS if(!count($this->_db->get('playlists', array('user_id', '=', $this->getUser()->id))->results())){ $this->youtubeInsert(); } $playlists=$this->_db->get('playlists', array('user_id', '=', $this->getUser()->id))->results(); for ($i=0; $i < sizeof($playlists); $i++) { $playlistArray[$playlists[$i]->playlist_title]=$playlists[$i]->playlist_id; //PLAYLISY_URL NEEDS TO CHANGE TO ID SO IT IS ADDED TO THE YOUTUBE.PHP //AND WILL ALLOW VIDEO INSERT METHOS TO WORK. OTHER METHODS THAT USE $SELECT VALUES NNED TO ALTER TO NOT LOOK AT PID //BUT PLAYLISY_ID (I THINK!) } $this->_youtubeDbArray=$playlistArray; return $this; //return $playlistArray; }
[ "public function youtubeInsert(){ // I SHOULD PERHAPS CALL THE FUNCTION THAT INSERTS THE PLAYLIST IMAGE FROM WITHIN THIS FUNCTION\n\t\tforeach($this->youtubeApiPlaylistSelect() as $key => $value){\n\t\t\t$this->_db->insert('playlists', array(\n\t\t\t\t\t\t\t'playlist_title'=>$key,\n\t\t\t\t\t\t\t'playlist_id'=>$value[\"playlist_id\"],\n\t\t\t\t\t\t\t'playlist_url'=>'https://www.youtube.com/playlist?list='.$value[\"playlist_id\"],\n\t\t\t\t\t\t\t//'playlist_url'=>str_replace(\"users/jinky32/\", \"\", $value),\n\t\t\t\t\t\t\t// 'playlist_url'=>'https://www.youtube.com/playlist?list='.$value[\"playlist_id\"],\n\t\t\t\t\t\t\t'playlist_image'=>$value[\"playlist_image\"],\n\t\t\t\t\t\t\t'user_id'=>$this->getUser()->id\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\t\n\t\t}\n\t}", "public static function addYoutubePlaylist($value)\n {\n if (preg_match('/[а-яё\\s]/ui', $value)) {\n return false;\n }\n\n $playlists = self::getYoutubePlayList();\n $playlists[] = $value;\n\n return \\QB::table(self::TABLE)->where('name', '=', 'youtube_playlists')->update([\n 'value' => base64_encode( serialize( array_unique($playlists) ) )\n ]);\n }", "public function updatePlaylist($selection){\n\t\tforeach ($selection as $key => $value) {\n\t\t\t$url = $value;\n\t\t}\n\t\t$specific_playlist=simplexml_load_file($url);\n\t\tfor ($i=0; $i<sizeof($specific_playlist->entry); $i++) {\n\t\t\t$videos[(string)$specific_playlist->entry[$i]->title]=array(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'rewritten-url'=>str_replace(\"&feature=youtube_gdata\", \"\", \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(string)$specific_playlist->entry[$i]->link->attributes()->href),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'url'=>$url\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t}\n\t\tforeach ($videos as $video_label => $video_urls) {\n\t\t\t$this->_db->insert('videos', array(\n\t\t\t\t\t\t\t\t'video_label'=>$video_label,\n\t\t\t\t\t\t\t\t// 'video_url'=>$video_url,\n\t\t\t\t\t\t\t\t'video_url'=>$video_urls[\"rewritten-url\"],\n\t\t\t\t\t\t\t\t'pid'=>$video_urls[\"url\"],\n\t\t\t\t\t\t\t\t'video_embed'=>str_replace(\"watch?v=\", \"embed/\", $video_urls[\"rewritten-url\"]),\n\t\t\t\t\t\t\t\t'user_id'=>$this->getUser()->id\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t);\n\t\t}\n\t}", "public function getPlayList(){\n $this->db->query(\"\n SELECT * FROM playlist \n WHERE user_id = :user_id\");\n $this->db->bind(':user_id',$this->user_id);\n return $this->db->resultSet();\n }", "public function DBaddPlaylist(int $playlistID);", "function yph_add_to_playlist($videoId, $playlistId = null) {\n\n\n try {\n $youtube = new YoutubePlaylistHandler();\n $youtube->addToPlaylist($videoId, $playlistId);\n\n return true;\n }\n catch (\\Exception $e) {\n return false;\n }\n\n\n}", "function sync($f3) {\n\t\t$plid = $f3->get('POST.plid');\n\t\t$db = $this->db;\n\t\t$user = new DB\\SQL\\Mapper($db, 'users');\n\t\t$user->load(array('id=?', $f3->get('SESSION.uid')));\n\t\t\n\t\tif (!$user->dry() && !is_null($user->playlists)) {\n\t\t\t//check user has playlist in his collection\n\t\t\t$userPlaylists = $db->exec(\"SELECT * FROM playlists WHERE id IN ($user->playlists)\");\n\t\t\t$doNothing = true;\n\t\t\tforeach($userPlaylists as $userPlaylist) {\n\t\t\t\tif ($userPlaylist['id'] == $plid) {\n\t\t\t\t\t$doNothing = false;\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tif (!$doNothing) {\n\t\t\t\t//get db playlist and videos collection\n\t\t\t\t$playlistsMapper = new DB\\SQL\\Mapper($db, 'playlists');\n\t\t\t\t$playlistsMapper->load(array('id=?', $plid));\n\t\t\t\t\n\t\t\t\tif (!$playlistsMapper->dry()) {\n\t\t\t\t\t$lastSync = $playlistsMapper->lastSync !== null ? \n\t\t\t\t\t\tDateTime::createFromFormat('Y-m-d H:i:s', $playlistsMapper->lastSync) :\n\t\t\t\t\t\tnull;\n\n\t\t\t\t\t//check if last sync was more than 5mins ago\n\t\t\t\t\tif ($lastSync && (new DateTime())->getTimeStamp() - $lastSync->getTimeStamp() > 5 * 60) {\n\t\t\t\t\t\t$dbVideos = is_null($playlistsMapper->videos) ?\n\t\t\t\t\t\t\t\t\tarray() : $db->exec(\"SELECT * FROM videos WHERE id IN ($playlistsMapper->videos)\");\n\t\t\t\t\t\t\n\t\t\t\t\t\t//get youtube playlist items\n\t\t\t\t\t\trequire_once dirname(__FILE__) . '/ext/youtubeapi.php';\n\t\t\t\t\t\t$ytapi = new Youtubeapi($f3);\n\t\t\t\t\t\t$ytVideos = $ytapi->getPlaylistItems($playlistsMapper->ytid);\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (!is_null($ytVideos) && $dbVideos !== false) {\n\t\t\t\t\t\t\t//if playlist contains more than maxResults items, get next pages videos\n\t\t\t\t\t\t\t$nextPageToken = isset($ytVideos['nextPageToken']) ? $ytVideos['nextPageToken'] : false;\n\t\t\t\t\t\t\twhile($nextPageToken) {\n\t\t\t\t\t\t\t\t$nextVideos = $ytapi->getPlaylistItems($playlistsMapper->ytid, $nextPageToken);\n\t\t\t\t\t\t\t\tif (!is_null($nextVideos)) {\n\t\t\t\t\t\t\t\t\t$ytVideos['items'] = array_merge($ytVideos['items'], $nextVideos['items']);\n\t\t\t\t\t\t\t\t\t$nextPageToken = isset($nextVideos['nextPageToken']) ? $nextVideos['nextPageToken'] : false;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\telse {\n\t\t\t\t\t\t\t\t\t$f3->push('flash', (object)array(\n\t\t\t\t\t\t\t\t\t\t'lvl'\t=>\t'warning',\n\t\t\t\t\t\t\t\t\t\t'msg'\t=>\t'Error(s) occurred while synchronizing some of your playlist\\'s items'));\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t//compare both playlists collections\n\t\t\t\t\t\t\t$videosMapper = new DB\\SQL\\Mapper($db, 'videos');\n\t\t\t\t\t\t\tforeach($ytVideos['items'] as $ytVideo) {\n\t\t\t\t\t\t\t\t//find corresponding video in the database\n\t\t\t\t\t\t\t\t$dbVideoKey = array_search($ytVideo['snippet']['resourceId']['videoId'], array_column($dbVideos, 'ytid'));\n\t\t\t\t\t\t\t\tif ($dbVideoKey !== false) {\n\t\t\t\t\t\t\t\t\t$dbVideo = $dbVideos[$dbVideoKey];\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t$videosMapper->reset();\n\t\t\t\t\t\t\t\t\t$videosMapper->load(array('id=?', $dbVideo['id']));\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tif (!$videosMapper->dry()) {\n\t\t\t\t\t\t\t\t\t\t//compare titles\n\t\t\t\t\t\t\t\t\t\tif ($dbVideo['currentTitle'] != $ytVideo['snippet']['title']) {\n\t\t\t\t\t\t\t\t\t\t\t//if they are different, add the name to the video's name history\n\t\t\t\t\t\t\t\t\t\t\t$videosMapper->titleHistory = $this->addToCsvUnique($ytVideo['snippet']['title'], $videosMapper->titleHistory);\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tif ($videosMapper->forceTitleOverwrite == 1) {\n\t\t\t\t\t\t\t\t\t\t\t\t$videosMapper->currentTitle = $ytVideo['snippet']['title'];\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$videosMapper->status = $ytVideo['status']['privacyStatus'];\n\t\t\t\t\t\t\t\t\t\tif (isset($ytVideo['snippet']['thumbnails'])) {\n\t\t\t\t\t\t\t\t\t\t\t$videosMapper->thumbnails = $ytVideo['snippet']['thumbnails']['high']['url'];\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t$videosMapper->save();\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\telse {\n\t\t\t\t\t\t\t\t\t//add the video to the database and to the user's playlist\n\t\t\t\t\t\t\t\t\t$videosMapper->reset();\n\t\t\t\t\t\t\t\t\t$videosMapper->ytid = $ytVideo['snippet']['resourceId']['videoId'];\n\t\t\t\t\t\t\t\t\t$videosMapper->currentTitle = str_replace(\";\", \",\", $ytVideo['snippet']['title']);\n\t\t\t\t\t\t\t\t\t$videosMapper->titleHistory = $videosMapper->currentTitle;\n\t\t\t\t\t\t\t\t\t$videosMapper->thumbnails = isset($ytVideo['snippet']['thumbnails']) ? \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ytVideo['snippet']['thumbnails']['high']['url'] : null;\n\t\t\t\t\t\t\t\t\t$videosMapper->publishedAt = $ytVideo['snippet']['publishedAt'];\n\t\t\t\t\t\t\t\t\t$videosMapper->status = $ytVideo['status']['privacyStatus'];\n\t\t\t\t\t\t\t\t\t$videosMapper->save();\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tif (is_null($playlistsMapper->videos)) {\n\t\t\t\t\t\t\t\t\t\t$playlistsMapper->videos = $videosMapper->id;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\telse {\n\t\t\t\t\t\t\t\t\t\t$playlistsMapper->videos .= \",\" . $videosMapper->id;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t$playlistsMapper->save();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t$playlistsMapper->load(array('id=?', $plid));\n\t\t\t\t\t\t\t$playlistsMapper->lastSync = date(\"Y-m-d H:i:s\");\n\t\t\t\t\t\t\t$playlistsMapper->save();\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t$f3->push('flash', (object)array(\n\t\t\t\t\t\t\t\t'lvl'\t=>\t'success',\n\t\t\t\t\t\t\t\t'msg'\t=>\t'Sync complete'));\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse {\n\t\t\t\t\t\t\t$f3->push('flash', (object)array(\n\t\t\t\t\t\t\t\t'lvl'\t=>\t'danger',\n\t\t\t\t\t\t\t\t'msg'\t=>\t'An error occurred while synchronizing your playlist (make sure it\\'s public)'));\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\t$f3->push('flash', (object)array(\n\t\t\t\t\t\t\t'lvl'\t=>\t'danger',\n\t\t\t\t\t\t\t'msg'\t=>\t'In order to void excessive bandwidth usage, please wait at least 5 minutes before syncing again'));\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\t$f3->push('flash', (object)array(\n\t\t\t\t\t\t'lvl'\t=>\t'danger',\n\t\t\t\t\t\t'msg'\t=>\t'An error occurred while synchronizing your playlist'));\n\t\t\t\t}\n\t\t\t}\n\t\t\telse {\n\t\t\t\t$f3->push('flash', (object)array(\n\t\t\t\t\t'lvl'\t=>\t'danger',\n\t\t\t\t\t'msg'\t=>\t'An error occurred while synchronizing your playlist'));\n\t\t\t}\n\t\t}\n\t\t\n\t\t$this->show($f3, array('plid' => $plid));\n\t}", "private function createPlaylist()\n {\n $data = (array) json_decode(file_get_contents('php://input'), true);\n $categoryName = $data['category_name'];\n\n if (strlen($categoryName) <= 0) {\n $this->errorResponse(\"INVALID PARAMETERS\");\n exit();\n }\n\n $categoryId = $this->getCategoryId(strtolower($categoryName));\n $links = (array) $data['links'];\n $currentTime = date(\"Y-m-d H:i:s\");\n\n if (!$links || count($links) == 0) {\n $this->errorResponse(\"INVALID PARAMETERS\");\n exit();\n }\n\n if ($data['playlist_name']) {\n $playlistName = $data['playlist_name'];\n $playlistDesc = $data['playlist_description'] ?? \"\";\n\n $query = Queries::$createPlaylist;\n\n try {\n $stmt = $this->db->prepare($query);\n $stmt->execute(array(\n \"category_id\" => $categoryId,\n \"playlist_name\" => $playlistName,\n \"playlist_description\" => $playlistDesc,\n \"created_at\" => $currentTime,\n ));\n\n // Get recently created playlist Id\n $query = Queries::$getPlaylist;\n $stmt = $this->db->prepare($query);\n $stmt->execute(array(\n \"playlist_name\" => $playlistName,\n \"category_id\" => $categoryId,\n \"created_at\" => $currentTime,\n ));\n\n $result = $stmt->fetchAll(\\PDO::FETCH_ASSOC)[0];\n\n $playlistId = (int) $result['playlist_id'];\n\n // Add links to the database\n $query = Queries::$addLinks;\n $stmt = $this->db->prepare($query);\n foreach ($links as $link) {\n $linkMetadata = Queries::getLinkData($link);\n\n $stmt->execute(array(\n \"playlist_id\" => $playlistId,\n \"link\" => $link,\n \"title\" => $linkMetadata['title'],\n \"author_name\" => $linkMetadata['author_name'],\n \"author_url\" => $linkMetadata['author_url'],\n \"thumbnail_url\" => $linkMetadata['thumbnail_url'],\n ));\n }\n\n $this->successResponse(\"Playlist created successfully!\");\n\n } catch (\\PDOException$e) {\n $this->errorResponse($e->getMessage());\n exit();\n }\n\n } else {\n $this->errorResponse(\"INVALID PARAMETERS\");\n exit();\n }\n\n }", "public function getPlaylists() {\n $sGetPlaylists = \"SELECT * FROM playlist WHERE user = :user\";\n\n $aBind = array( ':user' => $_SESSION['user']);\n\n $playlists = $this->oDb->GetQueryResults($sGetPlaylists, $aBind);\n\n return $playlists;\n }", "public function youtubeApiConnect() {\n\t\t\t\t$url=\"https://gdata.youtube.com/feeds/api/users/\".$this->getUser()->username.\"/playlists\";\n\t\t\t\t$xml=simplexml_load_file($url);\n\t\t\t\t//print_r($xml);\n\t\t\t\tfor ($i=0; $i < sizeof($xml->entry); $i++) { \n\t\t\t\t\t $array[(string)$xml->entry[$i]->title]=(string)$xml->entry[$i]->id;\n\t\t\t\t}\n\t\t\t\t$this->_youtubeApiArray = $array;\n\t\t\treturn $this;\n\t\t}", "public function populatePlaylist()\n\t\t{\n\t\t\tglobal $smartyObj;\n\t\t\t$playlist_info = array();\n\t\t\t$playlist_info['playlistUrl']=$this->CFG['site']['music_url'].'viewPlaylist.php?ajax_page=true&page=playlist';\n\t\t\t$this->playlist_name_notes = str_replace('VAR_MIN', $this->CFG['fieldsize']['music_playlist_name']['min'], $this->LANG['playlist_name_notes']);\n\t\t\t$this->playlist_name_notes = str_replace('VAR_MAX', $this->CFG['fieldsize']['music_playlist_name']['max'], $this->playlist_name_notes);\n\t\t\t$this->playlist_tags_notes = str_replace('VAR_MIN', $this->CFG['fieldsize']['music_playlist_tags']['min'], $this->LANG['playlist_tags_notes']);\n\t\t\t$this->playlist_tags_notes = str_replace('VAR_MAX', $this->CFG['fieldsize']['music_playlist_tags']['max'], $this->playlist_tags_notes);\n\t\t\t$this->getPlaylistIdInMusic($this->getFormField('song_id'));\n\t\t\t$this->displayCreatePlaylistInterface();\n\t\t\t$smartyObj->assign('playlist_info', $playlist_info);\n\t\t\t$smartyObj->assign('playlist_option', 'playlist');\n\t\t\tsetTemplateFolder('general/','music');\n\t\t\t$smartyObj->display('getPlaylist.tpl');\n\t\t}", "public function addPlaylistVideos() {\n if ($this->request->has ( 'name' )) {\n $this->request->request->add ( [ 'is_active' => 1 ] );\n $this->addOrUpdatePlaylist ();\n $playlist = $this->_playlist;\n } else {\n $playlist = $this->_playlist->find ( $this->request->id );\n }\n if (is_object ( $playlist ) && (! empty ( $playlist->id ))) {\n $playlist->updated_at = Carbon::now ();\n $playlist->save ();\n $selectedId = $this->request->selectedVideos;\n $selectedId = explode ( ',', $selectedId );\n $selectedId = array_map ( 'intval', $selectedId );\n $existingVideos = $playlist->videos ()->pluck ( 'video_id' )->toArray ();\n $filteredArray = array_diff ( $selectedId, $existingVideos );\n if (! empty ( $filteredArray )) {\n $selectedVideos = Video::whereIn ( 'id', $filteredArray )->pluck ( 'id' )->toArray ();\n $attach = $playlist->videos ();\n if (isset ( $attach )) {\n $attach->attach ( $selectedVideos );\n $attach->touch ();\n }\n $playlist->clearCache ( [ 'playlistList' . $playlist->slug ] );\n }\n return true;\n }\n return false;\n }", "public function chargerPlaylists()\n\t{\n\t\tif(!isset($this->user_id))\n\t\t\treturn;\n\t\t\t\n\t\t$this->playlists = Playlist::findByUser($this->user_id);\n\t}", "public function getPlaylistVideos(){\n\t\t// init Video class\n\t\t$playlist = new Playlist($this->db);\n\t\t$playlist->playlist_id = $this->get_params['id'];\n\t\t$stmt = $playlist->getOne();\n\t\t// data will be fetched, store into a result and send with a HTTP response\n\t\t$this->return_data($stmt);\n\t}", "public function getAllPlaylist() {\n\t\t$result = $this->mysqlQuery( 'SELECT * FROM playlist' );\t\t\n\t\treturn $this->fetchAll();\n\t}", "public function findByUserId($id)\n {\n $queryDriver = DBQuery::getInstance()->getDSN();\n\n $stmt = $queryDriver->prepare(\n 'SELECT id, title FROM playlists WHERE user_id = :id'\n );\n\n $stmt->execute(['id' => $id]);\n $playlists = $stmt->fetchAll(PDO::FETCH_ASSOC);\n\n return $playlists;\n }", "function savePlaylists($gs, $dbh, $playlists, $user){\n\t//For Each Playlist Save\n\tforeach ($playlists as $playlist) {\n\t //woring method for getting song information\n\t $songs = $gs->getPlaylistSongs($playlist['PlaylistID']);\n\t //For Each Song insert into the database\n\t foreach ($songs as $song){\n\t\t//Insert each song into the database\n\t\t\tif($dbh){\n\t\t $stmt = $dbh->prepare(\"INSERT INTO songstore (playlist, userid, songname, artistname) VALUES (?, ?, ?, ?)\");\n\t\t $stmt->bindParam(1, iconv('Windows-1252', 'UTF-8', $playlist['PlaylistID']));\n\t\t $stmt->bindParam(2, iconv('Windows-1252', 'UTF-8', $user['UserID']));\n\t\t $stmt->bindParam(3, iconv('Windows-1252', 'UTF-8', $song['SongName']));\n\t\t $stmt->bindParam(4, iconv('Windows-1252', 'UTF-8', $song['ArtistName']));\n\t\t $stmt->execute();\n\t\t\t}\n\t }\n\t}\n}", "function playlist($playlist){\n\t\tglobal $include_path, $jbArr,$jzSERVICES;\n\t\t\n\t\tif (isset($jbArr[$_SESSION['jb_id']]['prefix']) && $jbArr[$_SESSION['jb_id']]['prefix'] == \"http\") {\n\t\t $content = \"\";\n\t\t foreach ($playlist->getList() as $track) {\n\t\t $content .= $track->getFileName(\"user\").\"\\n\";\n\t\t }\n\t\t $playlist = $content;\n\t\t} else {\n\t\t $playlist = $jzSERVICES->createPlaylist($playlist,\"jukebox\");\n\t\t $arr = explode(\"\\n\",$playlist);\n\t\t $arr2 = array();\n\t\t foreach ($arr as $a) {\n\t\t if (false === stristr($a, \"://\")) {\n\t\t $arr2[] = str_replace(\"/\",\"\\\\\",$a);\n\t\t } else {\n\t\t $arr2[] = $a;\n\t\t }\n\t\t }\n\t\t $playlist = implode(\"\\n\",$arr2);\n\t\t}\n\t\twriteLogData(\"messages\",\"Winamp3: Creating a playlist\");\n\n\t\t// First we need to get the current playlist so we can figure out where to add\n\t\t$clist = explode(\";;;\",@file_get_contents(\"http://\". $jbArr[$_SESSION['jb_id']]['server']. \":\". $jbArr[$_SESSION['jb_id']]['port']. \"/getplaylisttitle?p=\". $jbArr[$_SESSION['jb_id']]['password']. \"&delim=;;;\"));\n\t\tforeach($clist as $item){\n\t\t\tif ($item <> \"\"){\n\t\t\t\t$curList[] = $item;\n\t\t\t}\n\t\t}\n\t\t\n\t\t// Let's get where we are in the current list\n\t\twriteLogData(\"messages\",\"Winamp3: Getting the current playing track number\");\n\t\t$curTrack = getCurPlayingTrack();\n\n\t\tswitch ($_SESSION['jb-addtype']) {\n\t\tcase \"end\":\n\t\tcase \"current\":\n\t\t $restart_playback = false;\n\t\t break;\n\t\tdefault:\n\t\t $restart_playback = true;\n\t\t}\n\n\t\t// Ok, now we need to figure out where to add the stuff\n\t\tif ($_SESSION['jb-addtype'] == \"current\"){\n\t\t\t// Ok, let's split our first playlist in 2 so we can add in the middle\n\t\t\t//$begArr = array_slice($curList,0,$curTrack+1);\n\t\t if (is_array($curList)) {\n\t\t $begArr = array();\n\t\t $endArr = array_slice($curList,$curTrack+1);\n\t\t } else {\n\t\t $begArr = array();\n\t\t $endArr = array();\n\t\t }\n\t\t} else if ($_SESSION['jb-addtype'] == \"begin\"){\n\t\t\t$begArr = array();\n\t\t\t$endArr = $curList;\n\t\t} else if ($_SESSION['jb-addtype'] == \"end\"){\n\t\t\t$begArr = array();\n\t\t\t$endArr = array();\n\t\t} else if ($_SESSION['jb-addtype'] == \"replace\") {\n\t\t $begArr = array();\n\t\t $endArr = array();\n\t\t}\n\t\t\n\t\t\n\t\tif ($restart_playback === true){\n\t\t writeLogData(\"messages\",\"Winamp3: Clearing the current playlist\");\n\t\t control(\"clear\",false);\n\t\t} else if ($_SESSION['jb-addtype'] == \"current\") {\n\t\t // Remove everything at the end of the playlist, since we are going to readd it all.\n\t\t for ($i = sizeof($curList); $i > $curTrack; $i--) {\n\t\t $arr = array();\n\t\t $arr['index'] = $i;\n\t\t httpqRequest(\"deletepos\",$arr);\n\t\t }\n\t\t}\n\t\t\n\t\twriteLogData(\"messages\",\"Winamp3: Sending the new playlist to the player\");\n\n\n\n\n\n\t\t// Now let's send the new playlist to the player\n\t\tfor ($i=0; $i < count($begArr); $i++){\n\t\t\t// Now let's add this\n\t\t\tif ($begArr[$i] <> \"\"){\n\t\t\t $arr = array();\n\t\t\t $arr['file'] = $begArr[$i];\n\t\t\t httpqRequest(\"playfile\", $arr);\n\t\t\t}\n\t\t}\t\t\n\t\t// Ok, Now let's add the new stuff\n\t\t$pArray = explode(\"\\n\",$playlist);\n\t\tfor ($i=0; $i < count($pArray); $i++){\n\t\t\tif ($pArray[$i] <> \"\"){\n\t\t\t $arr = array();\n\t\t\t $arr['file'] = $pArray[$i];\n\t\t\t httpqRequest(\"playfile\", $arr);\n\t\t\t}\n\t\t}\n\t\t// Now let's finish this out\n\t\tfor ($i=0; $i < count($endArr); $i++){\n\t\t\t// Now let's add this\n\t\t\tif ($endArr[$i] <> \"\"){\n\t\t\t $arr = array();\n\t\t\t $arr['file'] = $endArr[$i];\n\t\t\t httpqRequest(\"playfile\", $arr);\n\t\t\t}\n\t\t}\n\n\t\t// Now let's jump to where we need to play\n\t\tswitch ($_SESSION['jb-addtype']){\n\t\t\tcase \"current\":\n\t\t\t\tif ($curTrack == 0){$curTrack = -1;}\n\t\t\t\t$_POST['jbjumpto'] = $curTrack + 1;\n\t\t\tbreak;\n\t\t\tcase \"end\":\n\t\t\t\t$_POST['jbjumpto'] = $curTrack;\n\t\t\tbreak;\n\t\tcase \"replace\":\n\t\tcase \"begin\":\n\t\t\t\t$_POST['jbjumpto'] = 0;\n\t\t\tbreak;\n\t\t}\n\t\tif ($restart_playback) {\n\t\t control(\"jumpto\");\n\t\t control(\"play\");\n\t\t}\n\n\t\tif (defined('NO_AJAX_JUKEBOX')) {\n\t\t?>\n\t\t<script>\n\t\t\thistory.back();\n\t\t</script>\n\t\t<?php \n\t\t }\n\t\texit();\n\t}", "public function displayUserPlaylists($user) {\n $pdo = $this->connect();\n $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);\n // using the select UserID from Users to display the playlists for the current user\n $sql = \"SELECT songs.SongName AS 'song_title', ArtistName AS 'Artist', GenreName as 'Genre', playlist_to_user.PlaylistName AS `playlist_name`, Username\n FROM songs\n JOIN song_to_playlist AS playlist_songs\n ON playlist_songs.SongID = songs.SongID\n JOIN playlist_to_user\n ON playlist_songs.PlaylistID = playlist_to_user.PlaylistID\n JOIN artists as playlist_artist\n ON songs.ArtistID = playlist_artist.ArtistID\n JOIN genres as playlist_genre\n ON songs.GenreID = playlist_genre.genreID\n JOIN users as playlist_user\n ON playlist_to_user.PlaylistOwnerID = UserID\n WHERE playlist_to_user.PlaylistOwnerID LIKE (SELECT UserID from users WHERE Username = :user)\n order by playlist_name;\"; \n try {\n $stmt = $pdo->prepare($sql);\n $stmt->execute(['user'=> $user]);\n while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ \n echo \"<tr>\" . \"<td>\" . $row['playlist_name'] . \"</td>\"\n . \"<td>\" . $row['Artist'] . \"</td>\"\n . \"<td>\" . $row['song_title'] . \"</td>\"\n . \"<td>\" . $row['Genre'] . \"</td>\"\n . \"<td>\" . '<button><i class=\"far fa-minus-square\"></i></button>' . \"</td>\"\n . \"</tr>\"; }\n } catch (PDOException $e) {\n $error = $e->errorInfo();\n die(\"Displaying user playlists failed sorry ...\" . $error . $e->getMessage());\n }\n unset($stmt);\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Called when the crawl has ended.
public function finishedCrawling() { if(!$this->onComplete){ return; } call_user_func($this->onComplete); }
[ "public function finishedCrawling()\n\t{\n\t\techo \"Crawl Complete!\\n\";\n\t}", "public function finishedCrawling()\n {\n CrawlerTest::log('finished crawling');\n }", "public function finishedCrawling()\n {\n }", "public function finishedCrawling(): void\n {\n if (in_array(__FUNCTION__, config('crawler-toolkit.log'))) {\n Log::debug('Crawler: Finished');\n }\n }", "public function finishedCrawling()\n {\n if ($this->quiet) {\n return;\n }\n\n if ($this->showProgress) {\n $this->progress->finish();\n $this->output->writeLn(\"\\n\");\n }\n\n $this->timeEnd = microtime(true);\n $formattedDate = date(self::DATE_FORMAT, $this->timeEnd);\n $totalTime = ($this->timeEnd - $this->timeStart);\n $this->io->success(\"Finished crawling {$this->totalPages} URL(s) at {$formattedDate}.\");\n $this->io->block(\"Total time was {$totalTime} seconds.\");\n }", "protected function complete() {\n\t\tparent::complete();\n\t}", "public function finishedCrawling() {\n $date = new DateTime('NOW');\n $fp = fopen($this->crawledDirectory . $this->path . '-' .$date->format('c') . '.json', 'w');\n fwrite($fp, json_encode($this->pages));\n fclose($fp);\n // print formated array of pages\n dd($this->pages);\n }", "public function onRunnerEnd()\n {\n $this->footer();\n\n $output = $this->getCoverageReporter()->process($this->coverage, true);\n $this->eventEmitter->emit('code-coverage.end', [$this]);\n\n $this->output->writeln($output);\n }", "protected function onFinish()\n\t{}", "public function end()\n {\n if ($this->pageData !== '') {\n $this->transfer->append($this->pageData);\n $this->pageData = '';\n }\n\n $this->transfer->close($this->feedEnd);\n }", "public function finish() {\n\t\t\tif ( $this->is_cachable() ) {\n\t\t\t\tif ( ob_get_contents() ) {\n\t\t\t\t\tob_end_clean();\n\t\t\t\t}\n\t\t\t}\n\t\t}", "public function finish()\n {\n $this->finished = date(\"Y-m-d H:i:s\");\n }", "public function searchCompleted()\n\t{\n\t\t$this->output->write($this->formatter->footer());\n\t}", "private function endSitemap()\n {\n $this->writer->endDocument();\n }", "protected function parsingComplete(){}", "public function end()\n {\n }", "public function finish() {}", "public function finish() {\n if (!$this->finished) {\n $this->logger->unCatchMessages($this);\n $this->end_time = microtime(TRUE);\n $this->finished = TRUE;\n $this->save();\n }\n }", "public function endSearch()\n\t{\n\t\t$this->data['search_thread_id']\t\t= 0;\n\t\t$this->data['search_thread_time']\t= 0;\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
We will then register the course provider. No need to verify if this course service provider is already registered via the load_providers config key, since laravel already does that.
protected function registerCourseServiceProvider() { $this->course->registerSelfProvider(); }
[ "public function registerConfiguredProviders()\n {\n }", "private function registerCoreProviders(): void\n {\n $this->register(new LogServiceProvider($this));\n $this->register(new RoutingServiceProvider($this));\n $this->register(new YamlFileLoaderServiceProvider($this));\n $this->register(new TwigServiceProvider($this));\n }", "protected function loadProviders() {\n\t\t$app = $this->app;\n\n\t\tforeach ($app['providers'] as $provider) {\n\t\t\t$this->registerProvider(new $provider);\n\t\t}\n\t}", "public function loadServiceProviders()\n {\n $this->withServiceProviders()->each(function ($module) {\n /* @var Module $module */\n $this->app->register($module->serviceProviderClass());\n });\n }", "protected function registerProviders()\n {\n foreach (config('app.providers') as $provider) {\n (new $provider($this))->register();\n }\n }", "public function registerCoreProviders()\n {\n foreach ($this->providers as $provider) {\n $this->make($provider)->register();\n }\n }", "protected function registerCmsServiceProvider(): void\n {\n if (! file_exists(app_path('Providers/CmsServiceProvider.php'))) {\n $namespace = Str::replaceLast('\\\\', '', $this->laravel->getNamespace());\n\n file_put_contents(config_path('app.php'), str_replace(\n \"{$namespace}\\\\Providers\\RouteServiceProvider::class,\".PHP_EOL,\n \"{$namespace}\\\\Providers\\RouteServiceProvider::class,\".PHP_EOL.\" {$namespace}\\Providers\\CmsServiceProvider::class,\".PHP_EOL,\n file_get_contents(config_path('app.php'))\n ));\n }\n }", "public function loadServiceProviders()\n {\n $serviceProviderClasses = $this->config(\"app.service-providers\", []);\n\n array_walk($serviceProviderClasses, function ($serviceProviderClass) {\n $this->registerServiceProvider($serviceProviderClass);\n });\n }", "private function load_provider() {\n\n\t\t/**\n\t\t * Let Pods use a custom provider.\n\t\t * Return string should match the instance you return in `pods_component_maps_provider_{provider}`\n\t\t *\n\t\t * @param string $provider Provider name slug.\n\t\t * @return string Custom provider name slug.\n\t\t */\n\t\t$provider = (string) apply_filters( 'pods_component_maps_provider', self::$options['provider'] );\n\n\t\tswitch ( $provider ) {\n\t\t\tcase 'google':\n\t\t\t\tif ( file_exists( self::$dir . 'Maps-Google.php' ) ) {\n\t\t\t\t\tinclude_once( self::$dir . 'Maps-Google.php' );\n\t\t\t\t\tself::$provider = new Pods_Component_Maps_Google();\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\t/**\n\t\t\t\t * Add your own maps API provider instance\n\t\t\t\t *\n\t\t\t\t * @param string $provider\n\t\t\t\t * @return object Custom provider class instance.\n\t\t\t\t */\n\t\t\t\tself::$provider = apply_filters( 'pods_component_maps_provider_' . $provider, self::$options['provider'] );\n\t\t\t\tbreak;\n\t\t}\n\n\t}", "protected function registerProviders()\r\n {\r\n $res = Cms::allModuleProvider();\r\n //print_r($res);exit;\r\n\r\n foreach ($res as $key => $provider) {\r\n $this->app->register($provider);\r\n }\r\n }", "public function register($provider);", "private function serviceProviders()\n {\n // $this->app->register('...\\...\\...');\n }", "public function registerServiceProviders()\n {\n $container = $this->router->getContainer();\n $providers = config('app.providers');\n\n array_walk($providers, function ($provider) use ($container) {\n $container->register(new $provider);\n });\n }", "protected function registerServiceProviders()\n {\n collect($this->localProviders)->each(\n function ($provider) {\n $this->app->register($provider);\n }\n );\n }", "private function registerSecurityProviders()\n {\n\n $this['user.provider'] = function ($app)\n {\n return new UserProvider($this['entity_manager']->getConnection() , $app);\n };\n\n $this->register(new SecurityServiceProvider());\n $this->register(new CsrfServiceProvider());\n }", "protected function registerServiceProviders()\n {\n foreach ($this->localProviders as $provider)\n {\n $this->app->register($provider);\n }\n }", "private function registerProviderFactory()\n {\n $this->nb_provider_factory = CNabuProviderFactory::getFactory();\n $this->nb_provider_factory->scanProvidersFolder();\n }", "protected function registerAdditionalProviders()\n {\n foreach ($this->providers as $provider) {\n App::register($provider);\n }\n }", "public function loadProviders()\n {\n foreach ($this->providerCallbacks as $callback) {\n $callback($this);\n }\n\n $registeredProviders = ExtensionManager::instance()->getRegistrationMethodValues('registerSocialiteProviders');\n foreach ($registeredProviders as $extensionCode => $socialProviders) {\n $this->registerProviders($socialProviders);\n }\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Return the hostname or computername of the current machine, used for automatic environments. Note that we always use a lowercased version. This is to avoid hard to track bugs when switching between filename case sensitive Unix environments and case insensitive Windows ones.
function hostname() { static $hostname; if ($hostname === null) $hostname = strtolower( gethostname() ?: getenv('COMPUTERNAME') ); return $hostname; }
[ "public function getMachineName();", "public function getHostName() {\r\n\t\tif(!empty($_SERVER['HTTP_HOST'])) {\r\n\t\t\treturn $_SERVER['HTTP_HOST'];\r\n\t\t}\r\n\t\tif(!empty($_SERVER['SERVER_NAME'])) {\r\n\t\t\treturn $_SERVER['SERVER_NAME'];\r\n\t\t}\r\n\t\treturn 'localhost';\r\n\t}", "public function realHostName() \n {\n $server_name = '';\n\n if ($this->validateHostname($this->getHost()))\n {\n $server_name = $this->getHost();\n } else {\n $server_name = \"HOSTNAME\";\n }\n\n return $server_name;\n\n }", "protected function getDefaultHostname()\n {\n $hostname = Utility::machineName($this->getCurrentDir());\n\n return \"local.{$hostname}.com\";\n }", "abstract protected function getMachineName();", "private function ServerHostname() {\n if (!empty($this->Hostname)) {\n $result = $this->Hostname;\n } elseif (isset($_SERVER['SERVER_NAME'])) {\n $result = $_SERVER['SERVER_NAME'];\n } else {\n $result = 'localhost.localdomain';\n }\n\n return $result;\n }", "public static function getCurrentHost()\n\t{\n\t\t$host = COption::GetOptionString(\"main\", \"server_name\", $_SERVER[\"HTTP_HOST\"]);\n\t\tif (!$host)\n\t\t\t$host = $_SERVER[\"HTTP_HOST\"];\n\t\treturn trim(CBXPunycode::ToASCII($host, $arErrors));\n\t}", "public function hostname() {\n return !empty($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : $_SERVER['SERVER_NAME'];\n }", "public function get_internet_hostname()\n {\n clearos_profile(__METHOD__, __LINE__);\n\n $file = new File(self::FILE_APP_CONFIG);\n\n try {\n $hostname = $file->lookup_value('/^INTERNET_HOSTNAME=/');\n $hostname = preg_replace('/\"/', '', $hostname);\n } catch (File_No_Match_Exception $e) {\n // Not fatal\n }\n\n if (empty($hostname))\n $hostname = $this->get_actual();\n\n return $hostname;\n }", "public static function getHostname()\n {\n return gethostname();\n }", "public static function getHostname()\n {\n return Base::instance()->get('SystemProfile.hostname');\n }", "function ServerHostname() {\n if ($this->Hostname != \"\")\n $result = $this->Hostname;\n elseif ($this->ServerVar('SERVER_NAME') != \"\")\n $result = $this->ServerVar('SERVER_NAME');\n else\n $result = \"localhost.localdomain\";\n\n return $result;\n }", "public function getLocalHostname() {\n if ( function_exists('shell_exec') ) {\n $hostname = shell_exec('hostname -f 2>/dev/null');\n if (empty($hostname)) {\n $hostname = shell_exec('hostname -s 2>/dev/null');\n }\n } else {\n $hostname = gethostname();\n }\n if ( empty($hostname) ) {\n $hostname = reset( $this->getLocalIPs() );\n }\n return trim($hostname);\n }", "protected function _getHostname()\n {\n return ($localhost = $this->getParam('localhost'))\n ? $localhost\n : gethostname();\n }", "function getHostName() {\n\t\t$remoteAddress = $this->server()->remoteAddress();\n\n\t\t$host = $this->server()->serverName();\n\t\t$fwdHost = $this->server()->get($this->getTrustedHeaders()['client_host']);\n\t\tif($fwdHost && $fwdHost != '' && in_array($remoteAddress, $this->getTrustedProxies())) {\n\t\t\t$host = $fwdHost;\n\t\t}\n\n\t\treturn strtolower($host);\n\t}", "public function get_server_hostname()\n {\n clearos_profile(__METHOD__, __LINE__);\n\n $hostname = new Hostname();\n\n return $hostname->get_internet_hostname();\n }", "public function getHostname()\n {\n return gethostname();\n }", "public function getClientMachineName()\n {\n if (array_key_exists(\"clientMachineName\", $this->_propDict)) {\n return $this->_propDict[\"clientMachineName\"];\n } else {\n return null;\n }\n }", "public static function getApplicationHostName() {\n\n //Profiler::debugPoint(true,__METHOD__, __FILE__, __LINE__);\n\n //First attempt to get the host name without querying the database\n //Try SERVER_NAME\n\n $server = empty($_SERVER['SERVER_NAME']) ? '' : $_SERVER['SERVER_NAME'];\n //Second, try HTTP_HOST\n if ($server == '' ) {\n $server = empty($_SERVER['HTTP_HOST']) ? '' : $_SERVER['HTTP_HOST'];\n }\n //Finally fall back to stored application setting set by Installer::storeServerName\n $server = '192.168.2.102';\n if ($server == '') {\n \n $option_dao = DAOFactory::getDAO('OptionDAO');\n try {\n $server_app_setting = $option_dao->getOptionByName(OptionDAO::APP_OPTIONS, 'server_name');\n if (isset($server_app_setting)) {\n $server = $server_app_setting->option_value;\n }\n } catch (PDOException $e) {\n //If retrieving the option doesn't work (ie, the options table doesn't exist), do nothing\n }\n }\n //domain name is always lowercase\n $server = strtolower($server);\n return $server;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Sets value of 'Apartment' property
public function setApartment($value) { return $this->set(self::APARTMENT, $value); }
[ "public function setApartment($apartment)\n {\n $this->apartment = $apartment;\n return $this;\n }", "public function getApartment()\n {\n return $this->apartment;\n }", "public function getApartmentID(){\r\n return $this->apartment_id;\r\n }", "function setApartmentNumber($a_sApartmentNumber)\n {\n $this->_sApartmentNumber = is_null($a_sApartmentNumber) ? NULL : (string) $a_sApartmentNumber;\n $this->setSearchParameter('apartment_number', (string) $this->_sApartmentNumber, is_null($this->_sApartmentNumber) ? self::CONDITION_IS_NULL : self::CONDITION_EQUALS);\n }", "public function getApartment()\n {\n return $this->getParameter('apartment');\n }", "public function getApartmentCode()\n {\n return $this->apartment_code;\n }", "public function setApartmentNumber(?string $apartmentNumber = null): self\n {\n // validation for constraint: string\n if (!is_null($apartmentNumber) && !is_string($apartmentNumber)) {\n throw new InvalidArgumentException(sprintf('Invalid value %s, please provide a string, %s given', var_export($apartmentNumber, true), gettype($apartmentNumber)), __LINE__);\n }\n if (is_null($apartmentNumber) || (is_array($apartmentNumber) && empty($apartmentNumber))) {\n unset($this->ApartmentNumber);\n } else {\n $this->ApartmentNumber = $apartmentNumber;\n }\n \n return $this;\n }", "public function update(Apartment $apartment)\n {\n $apartment = $this->saveApartment($apartment);\n \n return $apartment;\n }", "public function updated(Apartment $apartment)\n {\n //\n }", "public function setApartmentCode($apartment_code)\n {\n $this->apartment_code = $apartment_code;\n\n return $this;\n }", "public function setApartmentNumber($apartmentNumber) \n\t{\n\t\t$this->apartmentNumber = $apartmentNumber;\n\t\treturn $this;\n\t}", "public function test_set_min_apartment_no(){\n $this->address->setMinApartmentNo('1');\n $this->assertEquals($this->address->getMinApartmentNo(), '1');\n }", "public function apartment()\n {\n return $this->belongsTo(Apartment::class);\n }", "public function apartment() {\n return $this->belongsTo('App\\Apartment');\n }", "public function created(Apartment $apartment)\n {\n //\n }", "public function saveApartment()\n {\n $data = $this->getRequest()->getPost();\n if($data) {\n $apartment = Mage::getModel('apartment/apartment');\n $apartment->addData($data);\n $apartment->save();\n }\n }", "public static function isApartment(&$roomType) {\r\n\t\treturn $roomType['type'] == 'APARTMENT';\r\n\t}", "public function saveApartment()\r\n {\r\n $this->a_building_id = $this->oBuildingModel->getId($this->oData);\r\n $this->a_floor = $this->oData->getFloor();\r\n $this->a_cost = $this->oData->getCost();\r\n $this->a_rooms_count = $this->oData->getRoomsCount();\r\n $this->a_area = $this->oData->getArea();\r\n\r\n return $this->save();\r\n }", "public function restored(Apartment $apartment)\n {\n //\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Return an array of process IDs for all of the Resque workers currently running on this machine.
protected function workerPids() { $pids = array(); exec('ps -A -o pid,command | grep queue:work', $cmdOutput); foreach ($cmdOutput as $line) { list($pids[],) = explode(' ', trim($line), 2); } return $pids; }
[ "public function workerPids()\n\t{\n\t\t$pids = array();\n\t\tif (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {\n\t\t\texec('WMIC path win32_process get Processid,Commandline | findstr resque | findstr /V findstr', $cmdOutput);\n\t\t\tforeach ($cmdOutput as $line) {\n\t\t\t\t$line = preg_replace('/\\s+/m', ' ', $line);\n\t\t\t\tlist(,,$pids[]) = explode(' ', trim($line), 3);\n\t\t\t}\n\t\t} else {\n\t\t\texec('ps -A -o pid,args | grep [r]esque', $cmdOutput);\n\t\t\tforeach ($cmdOutput as $line) {\n\t\t\t\tlist($pids[],) = explode(' ', trim($line), 2);\n\t\t\t}\n\t\t}\n\t\treturn $pids;\n\t}", "public function workerPids()\n\t{\n\t\t$pids = array();\n\t\t// 获取所有的resque worker的pid,返回结果如 ['5127 php resque.php']\n\t\texec('ps -A -o pid,command | grep [r]esque', $cmdOutput);\n\t\tforeach($cmdOutput as $line) {\n\t\t\t// explode 的最后一个参数限制分割后返回的个数\n\t\t\tlist($pids[],) = explode(' ', trim($line), 2);\n\t\t}\n\t\treturn $pids;\n\t}", "public static function workerPids()\n {\n $pids = [];\n if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {\n exec('tasklist /v /fi \"PID gt 1\" /fo csv', $cmdOutput);\n foreach ($cmdOutput as $line) {\n $a = explode(',', $line);\n list(, $pids[],) = str_replace('\"', '', explode(',', trim($line), 3));\n }\n } else {\n exec('ps -A -o pid,command | grep [r]esque', $cmdOutput);\n foreach ($cmdOutput as $line) {\n list($pids[],) = explode(' ', trim($line), 2);\n }\n }\n\n\n return $pids;\n }", "protected function workerPids()\n {\n $cmd = sprintf(\n 'ps -A -o pid,command | grep %s | grep -v \"resque-web\"',\n escapeshellarg(sprintf('phpresquecx-%s: ', Resque::VERSION))\n );\n\n exec($cmd, $output);\n\n return array_map(function ($d) {\n return explode(' ', trim($d), 2)[0];\n }, $output);\n }", "public function workerPids()\n {\n $pids = array();\n exec('ps -A -o pid,command | grep [r]esque-ix', $cmdOutput);\n foreach($cmdOutput as $line) {\n list($pids[],) = explode(' ', trim($line), 2);\n }\n return $pids;\n }", "public static function workerPids()\n {\n $pids = array();\n\n exec('ps -A -o pid,command | grep [r]esque-scheduler', $cmdOutput);\n\n foreach ($cmdOutput as $line) {\n list($pids[],) = explode(' ', trim($line), 2);\n }\n\n return $pids;\n }", "public function workers()\n {\n $cmd = \"ps aux | grep \\\"{$this->id}/start\\\" | grep -v 'grep' | awk '{print $2}'\";\n exec($cmd,$out);\n $data = [];\n foreach ($out as $pid) {\n $data[] = $pid;\n }\n return $data;\n }", "public function getWorkerPids()\n {\n $command = $this->options['pgrep'] . ' ' . escapeshellarg($this->options['pgrep_pattern']);\n echo \"Command: $command\\n\";\n\n $pids = array();\n $output = null;\n $return = null;\n\n exec($command, $output, $return);\n var_dump($output);\n\n /*\n * Exit codes:\n * 0 One or more processes were matched\n * 1 No processes were matched\n * 2 Invalid options were specified on the command line\n * 3 An internal error occurred\n */\n if (($return !== 0 && $return !== 1) || empty($output) || !is_array($output)) {\n $this->logger->warning('Unable to determine worker PIDs');\n return array();\n }\n\n foreach ($output as $line) {\n $line = explode(' ', trim($line), 2);\n\n if (!$line[0] || !is_numeric($line[0])) {\n continue;\n }\n\n $pids[] = (int)$line[0];\n }\n\n return $pids;\n }", "protected static function getAllWorkerPids()\n {\n $pidArray = [];\n foreach (static::$pidMap as $workerPidArray) {\n foreach ($workerPidArray as $workerPid) {\n $pidArray[$workerPid] = $workerPid;\n }\n }\n return $pidArray;\n }", "protected static function getAllWorkerPids()\n {\n $pid_array = array(); \n foreach(self::$_pidMap as $worker_pid_array)\n {\n foreach($worker_pid_array as $worker_pid)\n {\n $pid_array[$worker_pid] = $worker_pid;\n }\n }\n return $pid_array;\n }", "protected static function getAllWorkerPids()\n {\n $pid_array = array();\n foreach (static::$_pidMap as $worker_pid_array) {\n foreach ($worker_pid_array as $worker_pid) {\n $pid_array[$worker_pid] = $worker_pid;\n }\n }\n return $pid_array;\n }", "protected static function getAllWorkerPids()\n {\n //[worker_id=>[0=>$pid, 1=>$pid, ..]\n $pidArray = array();\n foreach (static::$pidMap as $workerPidArray) {\n foreach ($workerPidArray as $workerPid) {\n $pidArray[$workerPid] = $workerPid;\n }\n }\n return $pidArray;\n }", "public static function all()\n\t{\n\t\t$workers = Resque::redis()->smembers('workers');\n\t\tif (!is_array($workers)) {\n\t\t\t$workers = array();\n\t\t}\n\n\t\t$instances = array();\n\t\tforeach ($workers as $workerId) {\n\t\t\t$instances[] = self::find($workerId);\n\t\t}\n\t\treturn $instances;\n\t}", "public static function getpids()\r\n\t{\r\n\t\treturn explode(PHP_EOL, shell_exec(\"ps -e | awk '{print $1}'\"));\r\n\t}", "private function getAllPid()\n {\n $types = ['master', 'manager', 'worker'];\n $pids = [];\n foreach ($types as $type) {\n $pids = array_merge($pids, $this->getPid($type));\n }\n return $pids;\n }", "private function getAllPid()\n {\n $types = ['master','manager','worker'];\n $pids = [];\n foreach ($types as $type) {\n $pids = array_merge($pids, $this->getPid($type));\n }\n return $pids;\n }", "public function getWorkerIds(): array\n {\n return $this->getSetMembers(self::WORKERS_KEY);\n }", "public function getProcesses()\n\t{\n\t\treturn $this->process_list;\n\t}", "public function getWorkers(): array\n {\n return $this->workers;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
True if and only if tests with this model are recorded by stitching together screenshots. See use_low_spec_video_recording in device config. Generated from protobuf field bool low_fps_video_recording = 17;
public function setLowFpsVideoRecording($var) { GPBUtil::checkBool($var); $this->low_fps_video_recording = $var; return $this; }
[ "function isRecordScreen()\n{\n return true;\n}", "function is_recording()\n {\n return is_recording();\n }", "public static function isRecording()\n {\n return static::$shouldRecord && !app('events') instanceof EventFake;\n }", "public function getIsScreenCaptureEnabled()\n {\n if (array_key_exists(\"isScreenCaptureEnabled\", $this->_propDict)) {\n return $this->_propDict[\"isScreenCaptureEnabled\"];\n } else {\n return null;\n }\n }", "public function includeSamples(): bool;", "public function shouldTakeSnapshot(): bool;", "public function hasScreenshot(): bool {\n return $this->getScreenshotFile() !== null;\n }", "public function isSampled(): bool;", "function ShouldUseLatestPcap2Har() {\n return ReadRequestParamWithDefault('useLatestPCap2Har', false);\n}", "public function getLowFrameRateRatio()\n {\n if (array_key_exists(\"lowFrameRateRatio\", $this->_propDict)) {\n return $this->_propDict[\"lowFrameRateRatio\"];\n } else {\n return null;\n }\n }", "public function isProfilePhotoUnderScreening()\r\n\t{\r\n\t\tif($this->profileObj->getHAVEPHOTO() == $this->photoUnderScreening)\r\n\t\t\treturn 'Y';\r\n\t\treturn null;\r\n\t}", "private function isQualityOn()\n {\n if ($this->getQuality() < 100) {\n return true;\n } else {\n return false;\n }\n }", "public function isReplaying() {\r\n return !$this->isRecording();\r\n }", "protected function isRecordingDisabled()\n {\n return in_array(\n app()->environment(),\n $this->config_repo->get('http_analyzer.filtering.ignore_environment', [])\n ) || !$this->config_repo->get('http_analyzer.enabled');\n }", "function hestia_is_beaver_preview() {\n\t\tif ( class_exists( 'FLBuilderModel' ) ) {\n\t\t\tif ( FLBuilderModel::is_builder_active() == true ) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t}", "public function setAllowScreenCapture($val)\n {\n $this->_propDict[\"allowScreenCapture\"] = boolval($val);\n return $this;\n }", "public function getDisableVideoRecording()\n {\n return $this->disable_video_recording;\n }", "private function checkForPhotoScreen($profileId)\r\n\t{\r\n\t\t$pictureScrObj = new ScreenedPicture;\r\n\t\t$pictureNonScrObj = new NonScreenedPicture;\r\n\t\t$output = $pictureNonScrObj->getMaxOrdering($profileId);\r\n\t\tif ($output!=null)\r\n\t\t\t$output = true;\r\n\t\telse\r\n\t\t\t$output = false;\r\n\t\r\n\t\tif (!$output)\r\n\t\t{\t\r\n\t\t\t$output1 = $pictureScrObj->hasUnscreenedTitle($profileId);\r\n\t\t\tif ($output1)\r\n\t\t\t\treturn false;\t\t\t\t\t//Title are there to be screened\r\n\t\t\telse\r\n\t\t\t\treturn true;\t\t\t\t\t//Nothing left to be screened\r\n\t\t}\r\n\t\telse\r\n\t\t\treturn false;\t\t\t//Photos are there to be screened\r\n\t}", "public function isAddChkStartTrackPixelEnabled()\n {\n return $this->affirmPixelHelper->isAddChkStartTrackPixelEnabledConfig();\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Get the component name for the field.
public function component() { return sprintf('microboard::fields.%s', $this->component); }
[ "public function get_component_name() {\n return $this->componentname;\n }", "public function get_field_name();", "public function getComponentName()\n {\n return $this->component_name;\n }", "function name( $field ) {\n return $field;\n }", "public function getComponentName()\n {\n if (empty($this->component_name)) {\n $reflection_class = new ReflectionClass($this);\n $file_path = explode(DIRECTORY_SEPARATOR,dirname($reflection_class->getFileName()));\n $path = array_slice($file_path, array_search('components',$file_path) + 1,1);\n $this->component_name = end($path);\n unset($reflection_class);\n }\n\n return $this->component_name;\n }", "public function getComponentName()\n {\n return $this->componentName;\n }", "public function getFieldName()\n {\n return $this->field->getAttribute('field_name');\n }", "public function getComponentName()\n {\n return new DLabel(self::class, 'componentName');\n }", "public function getName() {\n return $this->componentName;\n }", "public function name($field) {\n\t\treturn $field;\n\t}", "public function getFieldName()\n {\n return $this->field_name;\n }", "protected function getComponentName(): string {\n if ($this->isPageTemplate()) {\n return \"{$this->layout}-{$this->post->post_type}\";\n }\n\n if (str_contains($this->componentId, '-')) {\n return implode('', \\__::chain($this->componentId)\n ->split('-')\n ->map(fn ($string) => \\__::capitalize($string))\n ->value());\n }\n\n return \\__::chain($this->componentId)\n ->camelCase()\n ->capitalize()\n ->value();\n }", "function get_field_name($field) {\r\n\t\tif ( !empty($field->initial_name) ) {\r\n\t\t\t$field_name = $field->initial_name;\r\n\t\t} else {\r\n\t\t\t$field_name = $field->get_name();\r\n\t\t}\r\n\r\n\t\treturn $field_name;\r\n\t}", "function hc_field_name($field){\n\t\techo hc_get_field_name($field);\n\t}", "protected function getFieldName()\n {\n $condition = $this->getCondition();\n\n if (isset($condition['fieldToCompare'])) {\n $entity = $this->getEntity();\n $fieldName = $condition['fieldToCompare'];\n\n $normalizeFieldName = Utils::normalizeFieldName($entity, $fieldName);\n if (is_array($normalizeFieldName)) { //if field is parent\n return reset($normalizeFieldName);\n }\n\n return $normalizeFieldName;\n }\n }", "private function getComponentName(): string\n {\n if ($this->get('component') !== null) {\n $component = $this->get('component');\n\n unset($this->viewVars['component']);\n\n return $component;\n }\n\n return sprintf(\n '%s/%s',\n $this->getRequest()->getParam('controller'),\n ucwords((string)$this->getRequest()->getParam('action'))\n );\n }", "protected function getComponentKey()\n {\n if (empty($this->componentKey)) {\n $this->componentKey = (string) Str::of(get_class($this))\n ->replace([__NAMESPACE__.'\\\\Components\\\\', '\\\\'], ['', '.'])\n ->lower();\n }\n\n return $this->componentKey;\n }", "public function getIntercomFieldName () {\n\t\tif(in_array('custom_attributes', [\n\t\t\t\t$this->owner->IntercomUserField,\n\t\t\t\t$this->owner->IntercomCompanyField\n\t\t\t])\n\t\t\t && $this->owner->CustomAttributeName\n\t\t) {\n\t\t\treturn '$'.$this->owner->CustomAttributeName;\n\t\t}\n\n\t\tswitch ($this->owner->IntercomFieldType) {\n\t\t\tcase 'USER':\n\t\t\t\treturn $this->owner->IntercomUserField;\n\t\t\tcase 'COMPANY':\n\t\t\t\treturn $this->owner->IntercomCompanyField;\n\t\t}\n\t}", "protected function getTextFieldName()\n {\n return $this->decorator->getElement()->getFullyQualifiedName() . '[input]';\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Returns a list of all multidev environments on the collectionowning Site
public function multidev() { $environments = array_filter($this->getMembers(), function($environment) { return $environment->isMultidev(); }); return $environments; }
[ "public function listEnvironments()\n {\n\t\t$data = $this->call(array(), \"GET\", \"environments.json\");\n\t\treturn $data;\n\t\t\n\t\t$data = $this->call(array(), \"GET\", \"environments.json\");\n\t\t$data = $data->{'environments'};\n\t\t$environmentArray = new ArrayObject();\n\t\tfor($i = 0; $i<count($data);$i++){\n\t\t\t$environmentArray->append(new Environment($data[$i], $this));\n\t\t}\n\t\treturn $environmentArray;\n }", "protected function getEnvironments()\n {\n return ['prod', 'dev', 'test'];\n }", "public function getAllEnvironments()\n {\n $data_store = $this->config->variable_store;\n $env = null;\n if ($data_store instanceof \\Apigee\\Util\\KeyValueStoreInterface) {\n $env = $data_store->get('devconnect_org_environments', array());\n }\n if (empty($env)) {\n $env = $this->queryEnvironments();\n if ($data_store instanceof \\Apigee\\Util\\KeyValueStoreInterface) {\n $data_store->set('devconnect_org_environments', $env);\n }\n }\n return $env;\n }", "public function listMultidevs($site_name)\n {\n return $this->getRowsOfFields(\n $this->sites->get($site_name)->getEnvironments()->filterForMultidev(),\n ['message' => 'You have no multidev environments.',]\n );\n }", "protected function getEnvironments()\r\n {\r\n return ['test', 'dev'];\r\n }", "protected function getEnvironments()\n {\n return array('dev', 'test', 'preprod');\n }", "protected function getEnvironments()\r\n {\r\n return ['dev'];\r\n }", "static function get_environments()\n {\n global $db;\n\n // grab the entries and push them into an array\n $result = array();\n $query = mysqli_query($db, \"SELECT * FROM `environments`\");\n while ($cur = mysqli_fetch_assoc($query)) {\n $result[] = $cur;\n }\n\n return (count($result) === 0) ? null : $result;\n }", "protected function getPantheonMultiDevSites(): array\n {\n try {\n $siteName = $this->getPantheonSiteName();\n $results = $this->runSilentCommand($this->terminusCommand()\n ->setSubCommand('multidev:list')\n ->arg($siteName)\n ->option('--quiet')\n ->option('--field', 'id'));\n\n if ($results->wasSuccessful()) {\n $sites = array_map('trim', explode(\n \"\\n\",\n $results->getMessage()\n ));\n return !empty($sites)\n ? array_combine($sites, $sites)\n : [];\n }\n } catch (\\Exception $exception) {\n $this->error($exception->getMessage());\n }\n\n return [];\n }", "public function getEnvironments()\n {\n return $this->environments;\n }", "public function getAllEnvironments()\n {\n return $this->queryEnvironments();\n }", "public function getEnvironments(): array\n {\n return $this->environments;\n }", "public function getEnvs();", "function get_environments(){\n\t\tglobal $conn;\n\t\t$query = \"SELECT env_id, env_name FROM characters.environments\";\n\t\t$result=$conn->query($query);\n\t\t$environments=array();\n\t\t$result->data_seek(0);\n\t\twhile($entry=$result->fetch_object()){\n\t\t\t$environments[]=$entry;\n\t\t}\n\t\treturn $environments;\n\t}", "public function getValidEnvironments() {\n\n return $this->valid_environments;\n }", "public function testListEnvs()\n {\n $this->site->expects($this->once())\n ->method('isFrozen')\n ->willReturn(false);\n $this->logger->expects($this->never())\n ->method('warning');\n\n $out = $this->command->listEnvs('mysite');\n $this->assertInstanceOf(RowsOfFields::class, $out);\n $this->assertEquals($this->data, $out->getArrayCopy());\n }", "public static function getAvailableEnvironments();", "public function testMultidevListEmpty()\n {\n $this->site->environments->method('multidev')->willReturn([]);\n\n $this->logger->expects($this->once())\n ->method('log')\n ->with($this->equalTo('warning'), $this->equalTo('You have no multidev environments.'));\n\n $out = $this->command->listMultidevs('site_name');\n $this->assertInstanceOf('Consolidation\\OutputFormatters\\StructuredData\\RowsOfFields', $out);\n $this->assertEquals([], $out->getArrayCopy());\n }", "function terminus_api_site_environments($site_uuid) {\n $realm = 'site';\n $path = 'environments';\n $method = 'GET';\n\n return terminus_request($realm, $site_uuid, $path, $method);\n}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Set the meta rel
public function setRel($rel) { $this->_rel = $rel; }
[ "public function set_rel($value)\r\n\t{\r\n\t\treturn $this->set_attr('rel', $value);\r\n\t}", "public function setRel($rel) {\r\n $this->rel = $rel;\r\n $this->handleAttribute(\"rel\", $rel);\r\n }", "public function setRel($relation = 'noreferrer')\n {\n return $this->setAttribute('rel', $relation);\n }", "function __setMeta($meta);", "function theme_metatag_link_rel($variables) {\n $element = &$variables['element'];\n \\Drupal\\Core\\Render\\Element::setAttributes($element, array('#name' => 'rel', '#value' => 'href'));\n unset($element['#value']);\n return _theme('html_tag', $variables);\n}", "abstract protected function set_metafield();", "public static function get_rel_attribut() {\n\t\tglobal $wp_rewrite;\n\t\t$rel = ( is_object($wp_rewrite) && $wp_rewrite->using_permalinks() ) ? 'tag' : ''; // Tag ?\n\t\tif ( !empty($rel) ) {\n\t\t\t$rel = 'rel=\"' . $rel . '\"'; // Add HTML Tag\n\t\t}\n\t\t\n\t\treturn $rel;\n\t}", "public function setDocumentMeta()\n\t{\n\t\t// If document is set, and the property is filled in, set it in the head\n\t\tif ($this->document instanceof Document_Page) {\n\t\t\tif ($this->document->getDescription()) {\n\t\t\t\t$this->view->headMeta()->appendName(\n\t\t\t\t\t'description',\n\t\t\t\t\t$this->document->getDescription()\n\t\t\t\t);\n\t\t\t}\n\t\t\tif ($this->document->getKeywords()) {\n\t\t\t\t$this->view->headMeta()->appendName(\n\t\t\t\t\t'keywords',\n\t\t\t\t\t$this->document->getKeywords()\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}", "function set_meta( $meta = array() ) {\n\t\t$this->meta['updated'] = time();\n\n\t\tif ( $meta ) {\n\t\t\t$this->meta = wp_parse_args( $meta, $this->meta );\n\t\t}\n\n\t\tupdate_comment_meta( $this->id, APP_REVIEWS_C_DATA_KEY, $this->meta );\n\t}", "public function get_rel()\r\n\t{\r\n\t\treturn $this->get_attr('rel');\r\n\t}", "public function getRel(){\n\t\t$rel = $this->get('rel');\n\t\tif(empty($rel)){\n\t\t\t$rel = self::DEFAULT_REL;\n\t\t}\n\t\treturn $rel;\n\t}", "public function yoast_allow_rel() {\n\t\tglobal $allowedtags;\n\t\t$allowedtags['a']['rel'] = array ();\n\t}", "protected function setRelation()\n {\n $name = $this->name;\n /** @var $target EntityInterface */\n $target = $this->source->$name;\n if( $target instanceof Collection || is_array( $target ) ) {\n $target = $target[0];\n }\n if( !$target->isIdPermanent() ) {\n $this->linked = false;\n return;\n }\n $sourceColumn = $this->info[ 'source' ];\n $targetColumn = $this->info[ 'target' ];\n $value = $target[ $targetColumn ];\n $this->source[ $sourceColumn ] = $value;\n $this->linked = true;\n }", "protected function setMetaTitle() {\r\n\t\t$partStg = trim($this->settings['news']['semantic']['general']['metaTitle']);\r\n\t\tif (is_int(strpos($partStg, '+'))) {\r\n\t\t\t$parts = t3lib_div::trimExplode('+', $partStg);\r\n\t\t\tforeach ($parts as $part) {\r\n\t\t\t\t$action = 'get' . ucfirst($part);\r\n\t\t\t\t$value = $this->newsItem->$action();\r\n\t\t\t\tif ($value !== '') {\r\n\t\t\t\t\t$data[] = $value;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t$this->metaTitle = implode(': ', $data);\r\n\t\t} elseif (is_int(strpos($partStg, '//'))) {\r\n\t\t\t$parts = t3lib_div::trimExplode('//', $partStg);\r\n\t\t\tforeach ($parts as $part) {\r\n\t\t\t\t$action = 'get' . ucfirst($part);\r\n\t\t\t\t$data = $this->newsItem->$action();\r\n\t\t\t\tif ($data !== '') {\r\n\t\t\t\t\t$this->metaTitle = $data;\r\n\t\t\t\t\tbreak;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t} else {\r\n\t\t\t$action = 'get' . ucfirst($partStg);\r\n\t\t\t$this->metaTitle = $this->newsItem->$action();\r\n\t\t}\r\n\t}", "public function setMetaRepository(array|Repository|null $meta = null): static;", "function insert_doc_rel_links() {\n if(!is_single())\n { return; }\n\n $options = get_option(\"in_series\");\n if(!$options['active_config']['meta_links'])\n { return; }\n $series = InSeries::adv_CurrentSeries();\n if(is_null($series))\n { return; }\n $sid = $series->series_id;\n $npid = InSeries::adv_NextInSeries($sid);\n $ppid = InSeries::adv_PrevInSeries($sid);\n $fpid = InSeries::adv_FirstInSeries($sid);\n $lpid = InSeries::adv_LastInSeries($sid);\n\n if(!is_null($npid)) {\n $output .= InSeriesInternal::FormatHtml(\"<link rel='next' href='%url' title='%title' />\", $npid);\n $output .= InSeriesInternal::FormatHtml(\"<link rel='last' href='%url' title='%title' />\", $lpid);\n }\n if(!is_null($ppid)) {\n $output .= InSeriesInternal::FormatHtml(\"<link rel='first' href='%url' title='%title' />\", $fpid);\n $output .= InSeriesInternal::FormatHtml(\"<link rel='prev' href='%url' title='%title' />\", $ppid);\n }\n\n echo $output;\n }", "function omega_attr_loop_meta( $attr ) {\r\n\r\n\t$attr['class'] = 'loop-meta';\r\n\t$attr['itemscope'] = 'itemscope';\r\n\t$attr['itemtype'] = 'http://schema.org/WebPageElement';\r\n\r\n\treturn $attr;\r\n}", "public function action_head_meta_genre() {\n\t\tif ( is_single() ) {\n\t\t\t?>\n\t\t\t<meta itemprop=\"genre\" content=\"News\" />\n\t\t\t<?php\n\t\t}\n\t}", "public function setMetaRobots($metaRobots) {\n if (!$this->metaRobots) {\n $this->metaRobots = new Meta();\n $this->metaRobots->setName('robots');\n $this->head->addContent($this->metaRobots);\n }\n $this->metaRobots->setContent($metaRobots);\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Perform the Drupal token replacement.
private function processToken(&$value) { if (is_string($value)) { $token_service = \Drupal::token(); $token_info = $token_service->getInfo(); if ($found_tokens = $token_service->scan($value)) { foreach ($found_tokens as $context => $token_group) { if (in_array($context, array_keys($token_info['types']))) { foreach ($token_group as $token) { $context_variable = str_replace('-','_', $context); \Drupal::moduleHandler()->alter('dx8_' . $context . '_drupal_token_context', $context_variable); // If token has been detected replace potential breaking chars with nothing as they are not valid $context = str_replace(['[', ']', '{', '}'], '', $context); $twig_token = '[token.' . str_replace([ '[', ']', '{', '}', ], '', $token) . '|' . $context . '|' . $context_variable . ']'; $value = str_replace($token, $twig_token, $value); } } } } } }
[ "function ti_amg_fw_common_ads_settings_tokens_alter(array &$replacements, array $context) {\n if ('tgx' == $context['type']) {\n $node = $context['data']['node'];\n foreach ($context['tokens'] as $token_name => $original_token) {\n switch ($token_name) {\n case 'ad-zone':\n // Altering the zone value based on content type.\n $hooks = array();\n $hooks[] = 'tgx_config_zone_' . $node->type;\n\n $settings = array();\n drupal_alter($hooks, $settings, $node);\n\n if (!empty($settings['zone_value'])) {\n $replacements[$original_token] = $settings['zone_value'];\n }\n break;\n\n case 'ad-channel':\n // Altering the channel value based on content type.\n $hooks = array();\n $hooks[] = 'tgx_config_channel_' . $node->type;\n\n $settings = array();\n drupal_alter($hooks, $settings, $node);\n \n if (!empty($settings['channel_value'])) {\n $replacements[$original_token] = $settings['channel_value'];\n }\n else {\n $replacements[$original_token] = '';\n }\n break;\n\n case 'ad-subchannel':\n // Altering based on content type.\n if (!empty($node)) {\n $hooks = array();\n $hooks[] = 'tgx_config_subchannel_' . $node->type;\n $settings = array();\n drupal_alter($hooks, $settings, $node);\n }\n\n if (!empty($settings['sub_channel'])) {\n $replacements[$original_token] = $settings['sub_channel'];\n }\n else {\n $replacements[$original_token] = ti_amg_fw_common_ads_settings_get_subchannel($node);\n }\n break;\n }\n }\n }\n}", "function TokenReplace($html) {\n\t//\t This saves us from manually entering the required tokens in the code. \n\t\t$tokens = get_defined_constants();\n\t\tpreg_match_all('/MSG_\\w+/', $html, $matches, PREG_PATTERN_ORDER);\n\t\tforeach ($matches[0] as $value)\n\t\t{ \n\t\t\tif (!isset($tokens[$value])) $tokens[$value] = '{'.$value.'}';\n\t\t\t$html = str_replace('{'.$value.'}', $tokens[$value], $html);\n\t\t}\n\t\treturn $html;\n\t\t}", "function hook_tokens($type, $tokens, array $data = array(), array $options = array()) {\n $url_options = array('absolute' => TRUE);\n if (isset($options['language'])) {\n $url_options['language'] = $options['language'];\n $language_code = $options['language']->language;\n }\n else {\n $language_code = NULL;\n }\n $sanitize = !empty($options['sanitize']);\n\n $replacements = array();\n\n if ($type == 'node' && !empty($data['node'])) {\n $node = $data['node'];\n\n foreach ($tokens as $name => $original) {\n switch ($name) {\n // Simple key values on the node.\n case 'nid':\n $replacements[$original] = $node->nid;\n break;\n\n case 'title':\n $replacements[$original] = $sanitize ? check_plain($node->title) : $node->title;\n break;\n\n case 'edit-url':\n $replacements[$original] = url('node/' . $node->nid . '/edit', $url_options);\n break;\n\n // Default values for the chained tokens handled below.\n case 'author':\n $name = ($node->uid == 0) ? variable_get('anonymous', t('Anonymous')) : $node->name;\n $replacements[$original] = $sanitize ? filter_xss($name) : $name;\n break;\n\n case 'created':\n $replacements[$original] = format_date($node->created, 'medium', '', NULL, $language_code);\n break;\n }\n }\n\n if ($author_tokens = token_find_with_prefix($tokens, 'author')) {\n $author = user_load($node->uid);\n $replacements += token_generate('user', $author_tokens, array('user' => $author), $options);\n }\n\n if ($created_tokens = token_find_with_prefix($tokens, 'created')) {\n $replacements += token_generate('date', $created_tokens, array('date' => $node->created), $options);\n }\n }\n\n return $replacements;\n}", "public function replace_tokens($text) {\n return \\Drupal::token()->replace($text);\n }", "protected function _update_token() {\n }", "public function testTokenReplacementNoResults() {\n $token_handler = \\Drupal::token();\n $view = Views::getView('test_tokens');\n $view->setDisplay('page_2');\n $this->executeView($view);\n\n $expected = [\n '[view:page-count]' => '1',\n ];\n\n foreach ($expected as $token => $expected_output) {\n $output = $token_handler->replace($token, ['view' => $view]);\n $this->assertSame($expected_output, $output, new FormattableMarkup('Token %token replaced correctly.', ['%token' => $token]));\n }\n }", "function _membership_entity_token_member_id_token_callback(array &$replacements, $data = array(), $options = array()) {\n foreach ($replacements as $token => $value) {\n $replacements[$token] = _membership_entity_token_clean_string($value, $options['settings']);\n }\n}", "function qw_contextual_tokens_replace( $args ) {\n\t$matches = array();\n\tpreg_match_all( '/{{([^}]*)}}/', $args, $matches );\n\tif ( isset( $matches[1] ) ) {\n\t\tglobal $post;\n\n\t\tforeach ( $matches[1] as $i => $context_token ) {\n\t\t\tif ( stripos( $context_token, ':' ) !== FALSE ) {\n\t\t\t\t$a = explode( ':', $context_token );\n\t\t\t\tif ( $a[0] == 'post' && isset( $post->{$a[1]} ) ) {\n\t\t\t\t\t$args = str_replace( $matches[0][ $i ],\n\t\t\t\t\t\t$post->{$a[1]},\n\t\t\t\t\t\t$args );\n\t\t\t\t} else if ( $a[0] == 'query_var' && $replace = get_query_var( $a[1] ) ) {\n\t\t\t\t\t$args = str_replace( $matches[0][ $i ], $replace, $args );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn $args;\n}", "function token_flush_cache_callback() {\n if (!isset($_GET['token']) || !drupal_valid_token($_GET['token'], current_path())) {\n return MENU_NOT_FOUND;\n }\n\n token_clear_cache();\n drupal_set_message(t('Token registry caches cleared.'));\n drupal_goto();\n}", "protected function postprocessTokens() {\n // we need to manually iterate and manage a count because we'll change\n // the tokens array on the way\n for ($i = 0, $c = count($this->tokens); $i < $c; ++$i) {\n // first check that the following tokens are of form ~LABEL~,\n // then match the __EMU__... sequence.\n if ('~' === $this->tokens[$i]\n && isset($this->tokens[$i + 2])\n && '~' === $this->tokens[$i + 2]\n && T_STRING === $this->tokens[$i + 1][0]\n && preg_match('(^__EMU__([A-Z]++)__(?:([A-Za-z0-9]++)__)?$)', $this->tokens[$i + 1][1], $matches)\n ) {\n if ('BINARY' === $matches[1]) {\n // the binary number can either be an integer or a double, so return a LNUMBER\n // or DNUMBER respectively\n $replace = array(\n array(is_int(bindec($matches[2])) ? T_LNUMBER : T_DNUMBER, $matches[2], $this->tokens[$i + 1][2])\n );\n } else if ('ELLIPSIS' === $matches[1]) {\n $replace = array(\n array(self::T_ELLIPSIS, '...', $this->tokens[$i + 1][2])\n );\n } else if ('POW' === $matches[1]) {\n $replace = array(\n array(self::T_POW, '**', $this->tokens[$i + 1][2])\n );\n } else if ('POWEQUAL' === $matches[1]) {\n $replace = array(\n array(self::T_POW_EQUAL, '**=', $this->tokens[$i + 1][2])\n );\n } else {\n // just ignore all other __EMU__ sequences\n continue;\n }\n\n array_splice($this->tokens, $i, 3, $replace);\n $c -= 3 - count($replace);\n // for multichar tokens (e.g. strings) replace any ~__EMU__...~ sequences\n // in their content with the original character sequence\n } elseif (is_array($this->tokens[$i])\n && 0 !== strpos($this->tokens[$i][1], '__EMU__')\n ) {\n $this->tokens[$i][1] = preg_replace_callback(\n '(~__EMU__([A-Z]++)__(?:([A-Za-z0-9]++)__)?~)',\n array($this, 'restoreContentCallback'),\n $this->tokens[$i][1]\n );\n }\n }\n }", "public function injectToken();", "function replace_tokens( $string ) {\n\n $tokenized_string = $string;\n\n $tokens = array(\n '%%home_url%%' => home_url(),\n '%%template_url%%' => get_bloginfo('template_url'),\n );\n\n foreach( $tokens as $token => $replacement ){\n $tokenized_string = str_ireplace($token, $replacement, $tokenized_string);\n }\n\n return $tokenized_string;\n\n}", "function templet_replace_token__text(&$templet, &$values) {\r\n return $values['text'];\r\n}", "function hook_mail_tokens_alter(array &$tokens, $params) {\n // Say a user made a message with the :mischief token defined in the example\n // below. We set the value of the token this way:\n $tokens[':mischief'] = rand(0, 100);\n // The mailparser would then be able to replace all instances of :mischief\n // with that random value. Note that this value isn't saved from call to call\n // as this hook is called each time a message is sent.\n // Furthermore, you have the ability to edit other tokens:\n $tokens[':subtotal'] = 0;\n}", "public function replaceToken($text, $data = [], $options = []);", "function token_replace( $key, $value, $string ) {\n\n $string = str_replace( '[[' . $key . ']]', $value, $string );\n $string = str_replace( '[[' . $key . '|urlencode]]', urlencode( $value ), $string );\n\n if ( function_exists( 'filter_var' ) ) {\n $string = str_replace( '[[' . $key . '|html]]', filter_var( $value, FILTER_SANITIZE_FULL_SPECIAL_CHARS ), $string );\n } else {\n $string = str_replace( '[[' . $key . '|html]]', htmlentities( $value, ENT_QUOTES ), $string );\n }\n\n return $string;\n}", "public function testViewsTokenReplaceWithTwigTokens() {\n $text = 'Just some text';\n $tokens = [];\n $result = $this->testPluginBase->viewsTokenReplace($text, $tokens);\n $this->assertSame('Just some text', $result);\n }", "public function regenerateToken();", "public abstract function process_token($stackPtr);" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Returns the heading for this node.
public function getHeading() { return $this->getTranslatedAttribute('heading', ucfirst($this->name)); }
[ "public function get_heading()\n {\n return $this->heading;\n }", "public function getHeading(){\n\t\t\treturn $this->heading;\n\t\t}", "public function getHeading()\n {\n return $this->content !== null && !empty($this->content->heading) ? $this->content->heading : ucfirst($this->name);\n }", "public function getHeadingTag()\n {\n return $this->Parent()->HeadingTag;\n }", "public function getHeading();", "public function headingHtml()\n {\n return !empty($this->heading) ? str_replace(':heading', $this->heading, $this->settings['heading']) : '';\n }", "protected function renderHeading() {\n\t\t\n\t\tif (isset ( $this->heading )) {\n\t\t\treturn \"<h1>{$this->heading}</h1>\";\n\t\t}\n\t}", "public function getHeadingKey()\n {\n return $this->headingKey;\n }", "public function get_heading() {\n\n\t\treturn apply_filters( 'woocommerce_email_heading_' . $this->id, $this->format_string( $this->heading ), $this->object );\n\t}", "public function get_default_heading() {\n\t\treturn $this->heading;\n\t}", "public function getPageHeading() {\r\n\r\n return $this->pageHeading;\r\n }", "public function getHeadline()\n {\n return $this->headline;\n }", "public function getHeadline()\n\t{\n\t\treturn $this->headline;\n\t}", "public function getFirstHeading()\n {\n $blocks = $this->getHeadings();\n\n return reset($blocks);\n }", "public function getHeadNode() : HeadNode {\n return $this->headNode;\n }", "public function getNewsFeedHeading()\n {\n return $this->newsFeedHeading;\n }", "public function getNodeTitle()\n {\n if ($this->_nodeCurrent)\n return $this->_nodeCurrent->title;\n }", "public function getHeadNode() : HeadNode {\n return new HeadSection();\n }", "public function getHeadline()\n {\n $node = $this->getElementsByClass('asset-headline');\n if ($node->length > 0) {\n return $node->item(0)->textContent;\n } else {\n return null;\n }\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
creates a table if doesn't exist to store items (id, text, checked, user_id)
public static function createTableForItems() { $db = self::connectDB(); $db->query("CREATE TABLE IF NOT EXISTS items( id INT NOT NULL UNIQUE AUTO_INCREMENT, text VARCHAR(255) NOT NULL, checked TINYINT(1) DEFAULT(1), user_id INT NOT NULL)"); }
[ "private function _add_items_table() {\n global $wpdb;\n\n if( ! $this->is_installed() || version_compare( get_option( 'yith_wcwl_db_version' ), '3.0.0', '<' ) ) {\n $sql = \"CREATE TABLE {$this->_table_items} (\n ID int( 11 ) NOT NULL AUTO_INCREMENT,\n prod_id int( 11 ) NOT NULL,\n quantity int( 11 ) NOT NULL,\n user_id int( 11 ) NULL DEFAULT NULL,\n wishlist_id int( 11 ) NULL,\n position int( 11 ) DEFAULT 0,\n original_price DECIMAL( 9,3 ) NULL DEFAULT NULL,\n original_currency CHAR( 3 ) NULL DEFAULT NULL,\n dateadded timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,\n on_sale tinyint NOT NULL DEFAULT 0,\n PRIMARY KEY ( ID ),\n KEY prod_id ( prod_id )\n ) DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;\";\n\n require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );\n dbDelta( $sql );\n }\n\n return;\n }", "private function createTableItems()\n {\n\n Schema::create('skpt_items', function (Blueprint $table) {\n\n $table->engine = 'MyISAM';\n\n $table->increments('id');\n\n $table->string('code', 128)->unique();\n $table->string('name', 128)->unique();\n $table->mediumText('description');\n $table->decimal('price', 6, 2)->default(0.0);\n $table->integer('quantity')->unsigned()->default(0);\n $table->integer('category_id')->unsigned()->nullable();\n\n $table->timestamps();\n });\n }", "private function create() {\n\t\tglobal $wpdb;\n\n\t\tif ( ! $this->is_table_exists() ) {\n\t\t\treturn;\n\t\t}\n\n\t\t$wpdb->insert(\n\t\t\t$wpdb->woodmart_wishlists_table,\n\t\t\tarray(\n\t\t\t\t'user_id' => $this->get_user_id(),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'%d',\n\t\t\t)\n\t\t);\n\n\t\t$this->id = $this->get_current_user_wishlist();\n\t}", "protected function checkCreateMenuItemsTable()\r\n {\r\n $db = Yii::app()->db;\r\n preg_match(\"/dbname=([^;]*)/\", $db->connectionString, $matches);\r\n $dbName = $matches[1];\r\n\r\n $sql = \"SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = '\" . $dbName . \"' AND table_name = 'emb_menuitem'\";\r\n $command = $db->createCommand($sql);\r\n if ($command->queryScalar() == 0)\r\n {\r\n $sql = \"CREATE TABLE emb_menuitem (\r\n itemid INT(10) NOT NULL AUTO_INCREMENT,\r\n menuid VARCHAR(40) NOT NULL,\r\n url VARCHAR(300) NOT NULL,\r\n descriptionashint TINYINT(3) UNSIGNED NOT NULL DEFAULT '1',\r\n active TINYINT(3) UNSIGNED NOT NULL DEFAULT '1',\r\n visible TINYINT(3) UNSIGNED NOT NULL DEFAULT '1',\r\n itemOptions VARCHAR(300) NULL DEFAULT NULL,\r\n submenuOptions VARCHAR(300) NULL DEFAULT NULL,\r\n linkOptions VARCHAR(300) NULL DEFAULT NULL,\r\n ajaxOptions VARCHAR(300) NULL DEFAULT NULL,\r\n template VARCHAR(300) NULL DEFAULT NULL,\r\n target VARCHAR(40) NULL DEFAULT NULL,\r\n icon VARCHAR(40) NULL DEFAULT NULL,\r\n scenarios VARCHAR(1000) NULL DEFAULT NULL,\r\n userroles VARCHAR(1000) NULL DEFAULT NULL,\r\n createduser VARCHAR(40) NULL DEFAULT NULL,\r\n modifieduser VARCHAR(40) NULL DEFAULT NULL,\r\n created TIMESTAMP NULL DEFAULT NULL,\r\n modified TIMESTAMP NULL DEFAULT NULL,\r\n PRIMARY KEY (itemid)\r\n )\";\r\n $command = Yii::app()->db->createCommand($sql);\r\n $command->execute();\r\n\r\n return true;\r\n }\r\n\r\n return false;\r\n }", "function plugin_customfields_create_data_table($itemtype) {\n global $DB;\n\n $table = plugin_customfields_table($itemtype);\n\n if (!TableExists($table)) {\n $sql = \"CREATE TABLE `$table` (\n `id` int(11) NOT NULL default '0',\n PRIMARY KEY (`id`)\n )ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3;\";\n $result = $DB->query($sql);\n return ($result ? true : false);\n }\n return true;\n}", "protected function populateTable() {\n\t\t$query = \"\n\t\tINSERT INTO `items` VALUES (1, 'Candy', 'Crush', '1924 Sucka Drive', 'Stripper');\n\t\tINSERT INTO `items` VALUES (2, 'John', 'Smith', '9999 The Way', 'Unemployeed');\n\t\t\";\n\t\t$this->PDO->query($query);\n\t}", "private function checkTable()\n {\n global $modx;\n\n $sSQL = 'CREATE TABLE IF NOT EXISTS `' . $this->_tableName . '` (\n `option_name` varchar(50) character set utf8 collate utf8_bin NOT NULL,\n `option_value` varchar(255) character set utf8 collate utf8_bin NOT NULL,\n `changed_by` varchar(100) character set utf8 collate utf8_bin NOT NULL,\n `changed` datetime NOT NULL,\n PRIMARY KEY (`option_name`)\n ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin ;';\n\n $modx->db->query($sSQL);\n\n $this->_tableExists = true;\n }", "public function createTable()\n {\n Symphony::Database()->query(\n \"CREATE TABLE IF NOT EXISTS `tbl_entries_data_\".$this->get('id').\"` (\n `id` int(11) unsigned NOT NULL auto_increment,\n `entry_id` int(11) unsigned NOT NULL,\n `author_id` int(11) unsigned NOT NULL,\n `newsletter_id` int(11) unsigned NOT NULL,\n PRIMARY KEY (`id`),\n KEY `entry_id` (`entry_id`)\n ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;\"\n );\n\n return true;\n }", "function create($item) {\n\t\t//@todo change this to func_get_args ?\n\t\tif($this->_buildOptions['fixFields']) {\n\t\t\t$item = $this->fixFields($item);\n\t\t}\n\t\tif($this->lib('databases/Query')->insert($item)->into($this->tableName)->go()) {\n\t\t\tif(!is_array($item)) {\n\t\t\t\t$item = (array)$item;\n\t\t\t}\n\t\t\t$item[$this->pk] = $this->libs->Query->getLastInsert();\n\t\t\treturn new SweetRow($this, $item);\n\t\t}\n\t\treturn false;\n\t}", "function ssTestiCheckCreateTestiTable() {\r\n global $wpdb;\r\n\r\n //-- check testimonial table exist or not, if not then create new table\r\n if( $wpdb->get_var(\"SHOW TABLES LIKE '$wpdb->base_prefix.$this->ss_testi_table_name'\") != $wpdb->base_prefix.$this->ss_testi_table_name ) {\r\n $ss_testi_charset_collate = $wpdb->get_charset_collate();\r\n\r\n $ss_testi_sql = \"CREATE TABLE \" . $wpdb->base_prefix.$this->ss_testi_table_name . \" (\r\n testimonial_id int(11) NOT NULL AUTO_INCREMENT,\r\n blog_id bigint(20) NOT NULL,\r\n testimonial_name varchar(500) NOT NULL,\r\n testimonial_email varchar(500) NOT NULL,\r\n testimonial_phone varchar(500) NOT NULL,\r\n testimonial_content text NOT NULL,\r\n PRIMARY KEY (testimonial_id)\r\n ) \" . $ss_testi_charset_collate . \";\";\r\n }\r\n \r\n require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );\r\n dbDelta( $ss_testi_sql );\r\n }", "function ensureAlbumsTable()\n {\n if ($this->connection) {\n\n $query_createMusicTable = \"CREATE TABLE IF NOT EXISTS `musikTable` (\n `id` INT(5) NOT NULL PRIMARY KEY AUTO_INCREMENT ,\n `artist` VARCHAR(100) NOT NULL ,\n `title` VARCHAR(100) NOT NULL\n )\";\n\n $statement = $this->connection->prepare($query_createMusicTable);\n if ($statement->execute()) {\n\n };\n }\n }", "public function createChecklistItem();", "public function table_check() {\n\t // check if tables exist then create if not\n\t global $wpdb;\n\t \n\t $required_tables = array (\n\t \"$wpdb->prefix\" . \"tr_ratting_data\",\n\t \"$wpdb->prefix\" . \"tr_characters\",\n\t \"$wpdb->prefix\" . \"tr_structures_income\",\n\t \"$wpdb->prefix\" . \"tr_pvp_chars_kills\",\n\t \"$wpdb->prefix\" . \"tr_users_chars\",\n\t )\n\t \n\t ;\n\t foreach ( $required_tables as $table ) {\n\t $val = $wpdb->get_var ( \"SHOW TABLES LIKE '$table'\" );\n\t if ($val == $table) {\n\t // exists//\n\t } else {\n\t // create non existing\n\t $this->create_table ( $table );\n\t }\n\t }\n\t}", "function create_form_table($args) {\n\t\t$table_name = $args[\"singular_code_name\"];\n\t\t$result = $GLOBALS['db']->query(\"DROP TABLE \".$table_name);\n\t\t$result = $GLOBALS['db']->query(\"CREATE TABLE IF NOT EXISTS \".$table_name.\" (id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY)\");\n\n\t\t$items = $args[\"items\"];\n\n\t\tforeach($items as $item) {\n\t\t\tif($item[\"type\"] == 'input') {\n\t\t\t\tswitch($item[\"var_type\"][0]) {\n\t\t\t\t\tcase 'varchar':\n\t\t\t\t\tcase 'text':\n\t\t\t\t\tcase 'string':\n\n\t\t\t\t\t\t$result = $GLOBALS['db']->query(\"ALTER TABLE \".$table_name.\" ADD \".$item[\"singular_code_name\"].\" VARCHAR(\".$item[\"var_type\"][1].\") NOT NULL\");\n\n\t\t\t\t\tbreak;\n\n\t\t\t\t\tdefault:\n\n\t\t\t\t\t\t$result = $GLOBALS['db']->query(\"ALTER TABLE \".$table_name.\" ADD \".$item[\"singular_code_name\"].\" \".$item[\"var_type\"][0].\"(\".$item[\"var_type\"][1].\") NOT NULL\");\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t$result = $GLOBALS['db']->query(\"ALTER TABLE \".$table_name.\" ADD reg_date TIMESTAMP\");\n\t}", "private function create()\n {\n global $wpdb;\n if ($wpdb->get_var(\"SHOW TABLES LIKE '\" . $this->table_name . \"'\") != $this->table_name) {\n $sql = \"CREATE TABLE `\" . $this->table_name . \"` (\n\t\t\t\t`id` INT(9) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\t\t\t`timestamp` TIMESTAMP NOT NULL,\n\t\t\t\t`message` text NOT NULL\n\t\t\t);\";\n require_once(ABSPATH . 'wp-admin/includes/upgrade.php');\n dbDelta($sql);\n }\n }", "function create_db_table_if_not_exist($pdo, $table_to_create){\n $pdo->exec(\"CREATE TABLE IF NOT EXISTS '$table_to_create' (\n user VARCHAR(30),\n file_id VARCHAR(50),\n upload_datetime TEXT,\n PRIMARY KEY (user, file_id)\n )\");\n}", "private function _add_tables() {\n $this->_add_wishlists_table();\n $this->_add_items_table();\n }", "function alm_unlimited_create_table(){\n\tglobal $wpdb;\n\t$table_name = $wpdb->prefix . \"alm_unlimited\";\n\t//Create table, if it doesn't already exist.\n\tif($wpdb->get_var(\"SHOW TABLES LIKE '$table_name'\") != $table_name) {\n\t\t$sql = \"CREATE TABLE $table_name (\n\t\t\tid mediumint(9) NOT NULL AUTO_INCREMENT,\n\t\t\tname text NOT NULL,\n\t\t\trepeaterDefault longtext NOT NULL,\n\t\t\talias TEXT NOT NULL,\n\t\t\tpluginVersion text NOT NULL,\n\t\t\tUNIQUE KEY id (id)\n\t\t);\";\n\t\trequire_once( ABSPATH . 'wp-admin/includes/upgrade.php' );\n\t\tdbDelta($sql);\n\t}\n}", "protected function create_table_if_not_exists()\n\t{\n\t\tif( !\\Schema::hasTable('git_users') ) {\n\t\t\t\\Schema::create('git_users', function($table) {\n\t\t\t\t$table->increments('id');\n\t\t\t\t$table->bigInteger('git_id');\n\t\t\t\t$table->string('name', 255);\n\t\t\t\t$table->text('url');\n\t\t\t});\n\t\t}\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
openid Generated from protobuf field string openid = 10;
public function setOpenid($var) { GPBUtil::checkString($var, True); $this->openid = $var; return $this; }
[ "public function getOpenid()\n {\n return $this->openid;\n }", "public function getOpenId()\n {\n return $this->open_id;\n }", "public function getOpenId()\n {\n }", "public function getOpenId()\n {\n return $this->openId;\n }", "public function getUseropenid()\n {\n return $this->useropenid;\n }", "private function login_oid( $openid ) {\r\n\t\t\t//get our user id\r\n\t\t\t$id = $this->get_userid();\r\n\t\t\t\r\n\t\t\t//get the openid\r\n\t\t\t$oid = $this->db_conn->query( '\r\n\t\t\t\tSELECT user_id\r\n\t\t\t\tFROM core_user_openids\r\n\t\t\t\tWHERE open_id = \"' . $openid . '\"\r\n\t\t\t\tLIMIT 1\r\n\t\t\t' );\r\n\t\t\tif( !is_array( $oid ) )\r\n\t\t\t\treturn $this->debug->add( 'Error checking oid', 'login_error', false, true );\r\n\r\n\t\t\t//no user and no openid? create a user\r\n\t\t\tif( !$id and count( $oid ) != 1 ):\r\n\t\t\t\t$id = $this->register();\r\n\t\t\t\tif( !$id ) return $this->debug->add( 'Failed to register new user', 'login_error', false, true );\r\n\t\t\t\t$state = 2; //new user\r\n\t\t\t//no user and got id? login as user\r\n\t\t\telseif( !$id and count( $oid ) == 1 ):\r\n\t\t\t\t$id = $oid[0]['user_id'];\r\n\t\t\t\t$state = 1; //normal login\r\n\t\t\t//got user and no openid? reg id\r\n\t\t\telseif( $id and count( $oid ) != 1 ):\r\n\t\t\t\t$state = 3; //add openid\r\n\t\t\t//got both?\r\n\t\t\telse:\r\n\t\t\t\tif( $id != $oid[0]['user_id'] ) return $this->debug->add( 'This is not your openid!', 'login_error', false, true );\r\n\t\t\t\t$state = 4; //normal re-login\r\n\t\t\tendif;\r\n\r\n\t\t\t//no openid?, add to the user\r\n\t\t\tif( count( $oid ) != 1 ):\r\n\t\t\t\t//add the openid\r\n\t\t\t\t$i = $this->db_conn->query( '\r\n\t\t\t\t\tINSERT INTO core_user_openids\r\n\t\t\t\t\t( user_id, open_id )\r\n\t\t\t\t\tVALUES ( ' . $id . ', \"' . $openid . '\" )\r\n\t\t\t\t' );\r\n\t\t\t\t//fail?\r\n\t\t\t\tif( !$i ) return $this->debug->add( 'Failed to add oid', 'login_error', false, true );\r\n\t\t\tendif;\r\n\r\n\t\t\t//and finally, lets login\r\n\t\t\treturn $this->login( $id, $state );\r\n\t\t}", "function update_openid($user_id, $openid)\r\n\t{\r\n\t\t$table_user = Database :: get_main_table(TABLE_MAIN_USER);\r\n\t\t$sql = \"UPDATE $table_user SET\r\n\t\t\t\topenid='\".Database::escape_string($openid).\"'\";\r\n\t\t$sql .=\t\" WHERE user_id='$user_id'\";\r\n\t\treturn api_sql_query($sql,__FILE__,__LINE__);\r\n\t}", "private static function authenticateOpenID()\r\n\t{\r\n\t\t// Get global vars\r\n\t\tglobal $auth_meth, $login_logo, $institution, $login_custom_text, $homepage_contact_email, $homepage_contact,\r\n\t\t\t\t$openid_provider_url, $openid_provider_name, $lang;\r\n\t\t// Initialize $userid\r\n\t\t$userid = '';\r\n\t\t// If using OpenID for Google specifically, then manually set the provider URL and name\r\n\t\tif ($auth_meth == 'openid_google') {\r\n\t\t\t$openid_provider_name = \"Google\";\r\n\t\t\t$openid_provider_url = \"https://www.google.com/accounts/o8/id\";\r\n\t\t}\r\n\t\t// Check session first\t\t\t\t\r\n\t\tif (isset($_SESSION['redcap_userid']) && !empty($_SESSION['redcap_userid'])) {\r\n\t\t\t// If redcap_userid exists in the session, then user is authenticated and set it as their REDCap username\r\n\t\t\t$userid = $_SESSION['username'] = $_SESSION['redcap_userid'];\r\n\t\t} else {\r\n\t\t\t// User is logging in with OpenID\r\n\t\t\ttry {\r\n\t\t\t\t// Double check the OpenID provider URL and name values\r\n\t\t\t\tif ($openid_provider_url == \"\") {\r\n\t\t\t\t\texit(\"ERROR: OpenID provider URL has not been defined in the Control Center!\");\r\n\t\t\t\t}\r\n\t\t\t\tif ($openid_provider_name == \"\") $openid_provider_name = \"[OpenID provider]\";\r\n\t\t\t\t// Instantiate openid object\r\n\t\t\t\t$openid = new LightOpenID(SERVER_NAME);\r\n\t\t\t\t\r\n\t\t\t\tif (!$openid->mode) {\r\n\t\t\t\t\t// If just clicked button to navigate to OpenID provider, then redirect them to the provider\r\n\t\t\t\t\tif (isset($_POST['redcap_login_openid_Re8D2_8uiMn'])) {\r\n\t\t\t\t\t\t$openid->identity = $openid_provider_url;\r\n\t\t\t\t\t\t$openid->required = array('contact/email', 'namePerson');\r\n\t\t\t\t\t\t$openid->optional = array('namePerson/friendly');\r\n\t\t\t\t\t\tredirect($openid->authUrl());\r\n\t\t\t\t\t}\r\n\t\t\t\t\t// If just coming into REDCap, give notice page that they'll need to authenticate via OpenID\r\n\t\t\t\t\telse {\r\n\t\t\t\t\t\t// Header\r\n\t\t\t\t\t\t$objHtmlPage = new HtmlPage();\r\n\t\t\t\t\t\t$objHtmlPage->PrintHeaderExt();\r\n\t\t\t\t\t\t// If using OpeID for Google specifically, then display Google logo\r\n\t\t\t\t\t\t$openid_logo = \"\";\r\n\t\t\t\t\t\tif ($auth_meth == 'openid_google') {\r\n\t\t\t\t\t\t\t$openid_logo = RCView::img(array('src'=>'google_logo.png', 'style'=>'vertical-align:bottom;margin-right:5px;'));\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t// Logo and \"log in\" text\r\n\t\t\t\t\t\tprint \tRCView::div('', RCView::img(array('src'=>'redcaplogo.gif')));\r\n\t\t\t\t\t\tprint \tRCView::h3(array('style'=>'margin:20px 0;padding:3px;border-bottom:1px solid #AAAAAA;color:#000000;font-weight:bold;'), \r\n\t\t\t\t\t\t\t\t\t$openid_logo . $lang['config_functions_45']\r\n\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t// Institutional logo (optional)\r\n\t\t\t\t\t\tif (trim($login_logo) != \"\") {\r\n\t\t\t\t\t\t\tprint RCView::div(array('style'=>'margin-bottom:20px;text-align:center;'), \r\n\t\t\t\t\t\t\t\t\t\"<img src='$login_logo' title=\\\"\".cleanHtml2($institution).\"\\\" alt=\\\"\".cleanHtml2($institution).\"\\\" style='max-width:850px; expression(this.width > 850 ? 850 : true);'>\"\r\n\t\t\t\t\t\t\t\t );\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t// Show custom login text (optional)\r\n\t\t\t\t\t\tif (trim($login_custom_text) != \"\") {\r\n\t\t\t\t\t\t\tprint RCView::div(array('style'=>'border:1px solid #ccc;background-color:#f5f5f5;margin:15px 10px 15px 0;padding:10px;'), nl2br(filter_tags(label_decode($login_custom_text))));\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t// Login instructions\r\n\t\t\t\t\t\tprint \tRCView::p(array('style'=>'margin:10px 0 30px;'),\r\n\t\t\t\t\t\t\t\t\t$lang['config_functions_84'] . \" \" .\r\n\t\t\t\t\t\t\t\t\tRCView::span(array('style'=>'color:#800000;font-weight:bold;font-size:13px;'), $openid_provider_name) . $lang['period'] . \" \" .\r\n\t\t\t\t\t\t\t\t\t$lang['config_functions_86'] . \" \" .\r\n\t\t\t\t\t\t\t\t\t$lang['config_functions_83'] . \" \" .\r\n\t\t\t\t\t\t\t\t\tRCView::a(array('style'=>'font-size:12px;text-decoration:underline;', 'href'=>\"mailto:$homepage_contact_email\"), $homepage_contact) . \r\n\t\t\t\t\t\t\t\t\t$lang['period']\r\n\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t// Form with submit button\r\n\t\t\t\t\t\tprint \tRCView::form(array('method'=>'post','action'=>PAGE_FULL,'style'=>'text-align:center;margin:20px 0 40px;'), \r\n\t\t\t\t\t\t\t\t\tRCView::input(array('class'=>'jqbuttonmed', 'style'=>'padding:5px 10px !important;font-size:13px;', 'type'=>'submit', 'id'=>'redcap_login_openid_Re8D2_8uiMn', 'name'=>'redcap_login_openid_Re8D2_8uiMn', 'value'=>$lang['config_functions_85'].\" $openid_provider_name\"))\r\n\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t// Footer\r\n\t\t\t\t\t\tprint \"<script type='text/javascript'> $(function(){ $('#outer #footer').show() }); </script>\";\r\n\t\t\t\t\t\t$objHtmlPage->PrintFooterExt();\r\n\t\t\t\t\t\texit;\r\n\t\t\t\t\t}\r\n\t\t\t\t} elseif($openid->mode == 'cancel') {\r\n\t\t\t\t\t// echo 'User has canceled authentication!';\r\n\t\t\t\t} elseif ($openid->validate()) {\r\n\t\t\t\t\t//echo 'User ' . ($openid->validate() ? $openid->identity . ' has ' : 'has not ') . 'logged in.';\r\n\t\t\t\t\t// print_array($openid->getAttributes());\r\n\t\t\t\t\t// print_array($openid->data);\r\n\t\t\t\t\t// exit;\r\n\t\t\t\t\t$openidAttr = $openid->getAttributes();\r\n\t\t\t\t\t// Set email address as REDCap username and add it to the session\r\n\t\t\t\t\tif (isset($openidAttr['contact/email'])) {\r\n\t\t\t\t\t\t$userid = $_SESSION['username'] = $_SESSION['redcap_userid'] = $openidAttr['contact/email'];\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\t// If did not return an email address, then use substring of end of openid_identity as a unique id\r\n\t\t\t\t\t\t$userid = $_SESSION['username'] = $_SESSION['redcap_userid'] = \"user_\" . substr($openid->data['openid_identity'], -10);\r\n\t\t\t\t\t}\r\n\t\t\t\t\t// Log that they successfully logged in in log_view table\r\n\t\t\t\t\taddPageView(\"LOGIN_SUCCESS\", $userid);\r\n\t\t\t\t\t// Set the user's last_login timestamp\r\n\t\t\t\t\tself::setUserLastLoginTimestamp($userid);\r\n\t\t\t\t}\r\n\t\t\t} catch(ErrorException $e) {\r\n\t\t\t\t// Error message if failed\r\n\t\t\t\techo RCView::div(array('style'=>'padding:20px;'),\r\n\t\t\t\t\t\tRCView::b(\"OpenID authentication error: \").$e->getMessage()\r\n\t\t\t\t\t );\r\n\t\t\t}\r\n\t\t}\r\n\t\t// Return userid\r\n\t\treturn $userid;\r\n\t}", "public function readOid(): string;", "public static function getOpenIDRequest() {\r\n\t\tself::$error = self::initParams();\r\n\t\tif (self::$error !== null) return null;\r\n\t\t\r\n\t\t$fields = array(\r\n\t\t\t'openid.ns' => 'http://specs.openid.net/auth/2.0',\r\n\t\t\t'openid.mode' => 'checkid_setup',\r\n\t\t\t'openid.realm' => self::$realm,\r\n\t\t\t'openid.return_to' => self::$returnurl\r\n\t\t);\r\n\t\t\r\n\t\tif (self::$usePseudonym) {\r\n\t\t\t$fields['openid.claimed_id'] = 'http://specs.openid.net/auth/2.0/identifier_select';\r\n\t\t\t$fields['openid.identity'] = 'http://specs.openid.net/auth/2.0/identifier_select';\r\n\t\t}\r\n\t\t\r\n\t\tif (!empty(self::$attributes)) {\r\n\t\t\t$fields['openid.ns.ax'] = 'http://openid.net/srv/ax/1.0';\r\n\t\t\t$fields['openid.ax.mode'] = 'fetch_request';\r\n\t\t\t$fields['openid.ax.required'] = self::$attributes;\r\n\r\n\t\t\t$reqAttrArray = explode(',',self::$attributes);\r\n\t\t\tforeach ($reqAttrArray as $attr) { // $attr can only contain characters in [a-z-]\r\n\t\t\t\t$fields[\"openid.ax.type.$attr\"] = \"https://id.piratenpartei.de/openid/schema/$attr\";\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn $fields;\r\n\t}", "private function Login_openid($openid)\n\t{\n\t\t$this->Load_model('User_model');\n\t\t$r = $this->User_model->Login_openid($openid);\n\t\tif(is_array($r))\n\t\t{\n\t\t\tif(isset($_SESSION['userid']))\n\t\t\t{\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t\t$_SESSION['username'] = $r['Username'];\n\t\t\t$_SESSION['userid'] = $r['ID'];\n\t\t\t$_SESSION['admin'] = $this->User_model->User_has_access($_SESSION['userid'], 'Admin');\n\t\t\theader('Location: /user');\n\t\t} elseif($r == 'Not found') {\n\t\t\t$_SESSION['OPENID_AUTH'] = true;\n\t\t\theader('Location: /user/create_account');\n\t\t} else {\n\t\t\techo 'TODO: openid login failure. '.$r;\n\t\t\t//header('Location: /front')\n\t\t}\n\t}", "function login_openid($domain, $ident)\n{\n require_once 'openid.php';\n $openid = new LightOpenID($domain);\n\n if(!$openid->mode)\n {\n $openid->identity = $ident;\n $openid->required = array('contact/email');\n header('Location: ' . $openid->authUrl());\n exit;\n }\n\n // If we did not redirect, then assume we are handling incoming data\n return create_openid_return($openid);\n}", "public function getSnsbindOpenid()\n {\n return $this->snsbind_openid;\n }", "public function delete_OpenID () {\n $this->set_OpenID('');\n }", "public static function makeOpenIDURL() {\r\n\t\tself::$error = self::initParams();\r\n\t\tif (self::$error !== null) return null;\r\n\t\r\n\t\t$req = self::getOpenIDRequest();\r\n\t\r\n\t\treturn self::endpoint .'?'. http_build_query($req,'','&');\r\n\t}", "private function constructFullOpenIdRequestUrl()\n\t{\n\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdEndpointUrl = ' . $this->openIdEndpointUrl);\n\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdMode = ' . $this->openIdMode);\n\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdNs = ' . $this->openIdNs);\n\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdRealm = ' . $this->openIdRealm);\n\t\t$openid_request_url = $this->openIdEndpointUrl . \"?openid.mode=\" . urlencode($this->openIdMode);\n\t\t$openid_request_url .= \"&openid.ns=\" . urlencode($this->openIdNs);\n\t\t$openid_request_url .= \"&openid.realm=\" . urlencode($this->openIdRealm);\n\t\t\n\t\t//add extra \"xrequested_scopes\" GET variable to return/callback URL for later use by other parser\n\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdReturnUrl = ' . $this->openIdReturnUrl);\n\t\t$final_return_url = $this->openIdReturnUrl;\n\t\tif (isset($this->openIdOauth1Scope))\n\t\t{\n\t\t\t//append \"xrequested_scopes\" to return url\n\t\t\t$url_parts = parse_url($final_return_url);\n\t\t\t//TODO: PROPERLY IMPLEMENT THIS ?& so that webpage can be HTML strict compliant\n\t\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdOauth1Scope = ' . $this->openIdOauth1Scope);\n\t\t\t$final_return_url .= \"?&xrequested_scopes=\" . $this->openIdOauth1Scope;\n\t\t}\n\t\t\n\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdClaimedId = ' . $this->openIdClaimedId);\n\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdIdentity = ' . $this->openIdIdentity);\n\t\t$openid_request_url .= \"&openid.return_to=\" . urlencode($final_return_url);\n\t\t$openid_request_url .= \"&openid.claimed_id=\" . urlencode($this->openIdClaimedId);\n\t\t$openid_request_url .= \"&openid.identity=\" . urlencode($this->openIdIdentity);\n\t\t\n\t\t//optional parameter used for stealth identity check as per http://code.google.com/apis/accounts/docs/OpenID.html\n\t\tif ($this->openIdUiMode !== null)\n\t\t{\n\t\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdUiMode = ' . $this->openIdUiMode);\n\t\t\t$openid_request_url .= \"&openid.ui.mode=\" . urlencode($this->openIdUiMode);\n\t\t}\n\t\t\n\t\t//pertinent documetnation at http://code.google.com/apis/accounts/docs/OpenID.html#Parameters\n\t\tif ($this->openIdAxRequired !== null)\n\t\t{\n\t\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdAxRequired = ' . $this->openIdAxRequired);\n\t\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdAxMode = ' . $this->openIdAxMode);\n\t\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdNsAx = ' . $this->openIdNsAx);\n\t\t\t$openid_request_url .= \"&openid.ax.required=\" . urlencode($this->openIdAxRequired);\n\t\t\t$openid_request_url .= \"&openid.ax.mode=\" . $this->openIdAxMode;\n\t\t\t$openid_request_url .= \"&openid.ns.ax=\" . $this->openIdNsAx;\n\t\t\t\n\t\t\t$arr_possible_attributes = array(\n\t\t\t\t'email' => array('attribute' => 'openid.ax.type.email', 'url_schema' => 'http://axschema.org/contact/email'), \n\t\t\t\t'lastname' => array('attribute' => 'openid.ax.type.firstname', 'url_schema' => 'http://axschema.org/namePerson/first'),\n\t\t\t\t'firstname' => array('attribute' => 'openid.ax.type.lastname', 'url_schema' => 'http://axschema.org/namePerson/last'),\n\t\t\t);\n\t\t\n\t\t\t$arr_required_attributes = explode(\",\", $this->openIdAxRequired);\n\t\t\tforeach($arr_required_attributes as $attribute)\n\t\t\t{\n\t\t\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdAxRequired Attribute::' . $arr_possible_attributes[$attribute]['attribute'] . \"=\" . $arr_possible_attributes[$attribute]['url_schema']);\n\t\t\t\t$openid_request_url .= \"&\" . $arr_possible_attributes[$attribute]['attribute'] . \"=\" . $arr_possible_attributes[$attribute]['url_schema'];\n\t\t\t}\n\t\t}\n\t\t\n\t\t//check for oauth desired?\n\t\tif ($this->openIdOauth1ConsumerKey !== null && $this->openIdOauth1Scope !== null)\n\t\t{\n\t\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdNsExt2 = ' . $this->openIdNsOauth);\n\t\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdExt2Consumer = ' . $this->openIdOauth1ConsumerKey);\n\t\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' Raw OpenID Variable Value OpenIdExt2Scope = ' . $this->openIdOauth1Scope);\n\t\t\t$openid_request_url .= \"&openid.ns.ext2=\" . $this->openIdNsOauth;\n\t\t\t$openid_request_url .= \"&openid.ext2.consumer=\" . $this->openIdOauth1ConsumerKey;\n\t\t\t$openid_request_url .= \"&openid.ext2.scope=\" . $this->openIdOauth1Scope;\n\t\t}\n\t\t\n\t\t$this->openIdFinalRequestUrl = $openid_request_url;\n\t\tLogger::add_info_log_entry(__FILE__ . __LINE__ . ' OpenID Final Request URL: ' . $this->openIdFinalRequestUrl);\n\n\t\t/**\n\t\t * The following was used to make the applicatoin XHTML strict compliant, but it caused other problems\n\t\t * $this->openIdFinalRequestUrl = str_replace(\"&\", \"&amp;\", $this->openIdFinalRequestUrl);\n\t\t */\n\t}", "public function setOpenid($openid)\n {\n $this->openid = $openid;\n\n return $this;\n }", "private function isOpenidProvider($identity)\n\t{\n\t\t// add http prefix if its not an email\n\t\tif(strpos($identity, '@') === false && substr($identity, 0, 7) != 'http://' && substr($identity, 0, 8) != 'https://')\n\t\t{\n\t\t\t$identity = 'http://' . $identity;\n\t\t}\n\n\n\t\t// build callback\n\t\t$callback = $this->page->url . '/login/callback';\n\n\n\t\t// create an openid object\n\t\t$http = new PSX_Http(new PSX_Http_Handler_Curl());\n\t\t$store = new PSX_OpenId_Store_Sql($this->sql, $this->registry['table.system_assoc']);\n\t\t$openid = new PSX_OpenId($http, $this->config['psx_url'], $store);\n\n\n\t\t// check whether identity is an url if not it is an email\n\t\t$filter = new PSX_Filter_Url();\n\n\t\tif($filter->apply($identity) !== false)\n\t\t{\n\t\t\t$openid->initialize($identity, $callback);\n\n\t\t\treturn $openid;\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$pos = strpos($identity, '@');\n\t\t\t$provider = substr($identity, $pos + 1);\n\n\t\t\t// we check whether the email provider is an known openid porivder\n\t\t\tswitch($provider)\n\t\t\t{\n\t\t\t\tcase 'googlemail.com':\n\t\t\t\tcase 'gmail.com':\n\n\t\t\t\t\t$openid = new PSX_OpenId_Op_Google($http, $this->config['psx_url'], $store);\n\n\t\t\t\t\t$openid->initialize($identity, $callback);\n\n\t\t\t\t\treturn $openid;\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'yahoo.com':\n\n\t\t\t\t\t$openid = new PSX_OpenId_Op_Yahoo($http, $this->config['psx_url'], $store);\n\n\t\t\t\t\t$openid->initialize($identity, $callback);\n\n\t\t\t\t\treturn $openid;\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'aol.com':\n\t\t\t\tcase 'aim.com':\n\n\t\t\t\t\t$openid = new PSX_OpenId_Op_Aol($http, $this->config['psx_url'], $store);\n\n\t\t\t\t\t$openid->initialize($identity, $callback);\n\n\t\t\t\t\treturn $openid;\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\n\t\t\t\t\t// check whether the provider belongs to an connected website. If\n\t\t\t\t\t// yes we also try to get an token and tokenSecret for the user\n\t\t\t\t\t$host = Amun_Sql_Table_Registry::get('System_Host')\n\t\t\t\t\t\t->select(array('id', 'consumerKey', 'url', 'template'))\n\t\t\t\t\t\t->where('name', '=', $provider)\n\t\t\t\t\t\t->where('status', '=', Amun_System_Host::NORMAL)\n\t\t\t\t\t\t->getRow();\n\n\t\t\t\t\tif(!empty($host))\n\t\t\t\t\t{\n\t\t\t\t\t\t// make webfinger request\n\t\t\t\t\t\t$http = new PSX_Http(new PSX_Http_Handler_Curl());\n\t\t\t\t\t\t$webfinger = new PSX_Webfinger($http);\n\n\t\t\t\t\t\t$acct = 'acct:' . $identity;\n\t\t\t\t\t\t$xrd = $webfinger->getLrdd($acct, $host['template']);\n\n\t\t\t\t\t\t// check subject\n\t\t\t\t\t\tif(strcmp($xrd->getSubject(), $acct) !== 0)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tthrow new Amun_Exception('Invalid subject');\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// get profile url\n\t\t\t\t\t\t$profileUrl = $xrd->getLinkHref('profile');\n\n\t\t\t\t\t\tif(empty($profileUrl))\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tthrow new Amun_Exception('Could not find profile');\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// get global id\n\t\t\t\t\t\t$globalId = $xrd->getPropertyValue('http://ns.amun-project.org/2011/meta/id');\n\n\n\t\t\t\t\t\t// initalize openid\n\t\t\t\t\t\t$openid->initialize($profileUrl, $callback);\n\n\n\t\t\t\t\t\t// if the provider is connected with the website and\n\t\t\t\t\t\t// supports the oauth extension request an token\n\t\t\t\t\t\t$identity = sha1(Amun_Security::getSalt() . PSX_OpenId::normalizeIdentifier($profileUrl));\n\t\t\t\t\t\t$con = new PSX_Sql_Condition(array('identity', '=', $identity));\n\t\t\t\t\t\t$userId = Amun_Sql_Table_Registry::get('User_Account')->getField('id', $con);\n\t\t\t\t\t\t$oauth = false;\n\n\t\t\t\t\t\tif(!empty($userId))\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$con = new PSX_Sql_Condition();\n\t\t\t\t\t\t\t$con->add('hostId', '=', $host['id']);\n\t\t\t\t\t\t\t$con->add('userId', '=', $userId);\n\n\t\t\t\t\t\t\t$requestId = Amun_Sql_Table_Registry::get('System_Host_Request')->getField('id', $con);\n\n\t\t\t\t\t\t\tif(empty($requestId))\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t$oauth = true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$oauth = true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif($oauth)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$oauth = new PSX_OpenId_Extension_Oauth($host['consumerKey']);\n\n\t\t\t\t\t\t\tif($openid->hasExtension($oauth->getNs()))\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t$this->session->set('openid_register_user_host_id', $host['id']);\n\t\t\t\t\t\t\t\t$this->session->set('openid_register_user_global_id', $globalId);\n\n\t\t\t\t\t\t\t\t$openid->add($oauth);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\n\t\t\t\t\t\treturn $openid;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\t// @todo we could make an webfinger request to get more informations\n\t\t\t// about the user ...\n\t\t}\n\n\t\treturn false;\n\t}", "public function getOpenM_ID_URL();" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
getParam returns a reference to the variable passed in to bindParam For this reference to work correctly you must use the use the =& getParam('name') assign by reference syntax
public function &getParam($name) { if (!isset($this->_params[$name])) return null; return $this->_params[$name]; }
[ "public function getParam($name);", "public function getParam(string $name);", "public function bindingParam()\n {\n }", "public function get($param_name){\r\n\t\treturn $_GET[$param_name];\r\n\t}", "public function queryParam($name);", "protected function _storeBindParam()\n {\n return $this->_bind_params;\n }", "function getParam ($param, $default)\n{\n\treturn (isset($_REQUEST[$param])) ? $_REQUEST[$param] : $default;\n}", "function param($name)\r\r\n{\r\r\n\treturn Yii::app()->params[$name];\r\r\n}", "public function bindParam( &$param, $placeHolder = null, $type = PDO::PARAM_STR )\n {\n return $this->outerQuery->bindParam( $param, $placeHolder, $type );\n }", "function param_value($param_name){\n $qs = self::query_string();\n if(!empty($qs)){\n parse_str($qs, $params);\n $param_value = $params[$param_name];\n } else {\n $param_value = NULL;\n }\n \n return($param_value);\n }", "public function param($name) {\n\t\tif (isset($_POST[$name])) {\n\t\t\treturn $_POST[$name];\n\t\t}\n\t\telse {\n\t\t\treturn null;\n\t\t}\n\t}", "function bind_arg($name, &$variable, page &$page=null, $validate=FILTER_DEFAULT){\n //\n if ($this->try_bind_arg($name, $variable, $page, $validate)){\n //\n //Return the variable on succesful binding\n return $variable;\n }\n //\n //In future, report both the __CLASS__ and __METHOD__ where this binding\n //was requested. Consider using debug_backtrace and trigger_error() \n //functions\n throw new Exception(\"Unable to set argument '$name' for page '$page->classname'\");\n }", "function getParam($name, $check_numerical=false)\n{\n $p = $_GET[$name];\n if ($p == \"\") {\n $p = $_POST[$name];\n }\n //coming in per POST?\n $p= filterSQL($p);\n return $p;\n}", "function passByRef(&$param) {\n \n $param *= $param;\n return $param;\n \n }", "function param($name) {\n return Yii::app()->params[$name];\n}", "public function getParam( $param=null )\r\n {\r\n if ($param === null)\r\n {\r\n return $this->__query_params;\r\n }\r\n \r\n if (array_key_exists($param, $this->__query_params))\r\n {\r\n return $this->__query_params[$param];\r\n }\r\n \r\n return null;\r\n }", "function try_bind_arg($name, &$variable, page &$page=null, $validate=FILTER_DEFAULT){//querystring\n //\n //Define the value we want\n $value = null;\n //\n //Try to get the value of the named argument.\n if ($this->try_get_arg($name, $variable, $value, $validate, $page)){\n //\n //Set the variable to the value we found, i.e, bounded earlier\n $variable = $value;\n //\n //Ensure that the property of page with theh same name as teh argument\n //is also set. Note that page is at this point definitely set to a\n //non-null; thatns to having passed it as a reference variable\n $page->$name = $variable;\n //\n return true;\n }\n return false;\n }", "public function setParam()\n {\n if (REQUEST_METHOD === 'POST') {\n $this->param = $_POST;\n } else if (REQUEST_METHOD === 'GET') {\n $this->param = !empty($this->uri[3]) ? $this->uri[3] : '';\n }\n }", "private function getParam($pname)\n {\n return $this->$pname;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Get URL of a submission page As the plugin can handle multiple submission pages, we need to make sure that a give post ID is indeed a submission page, and if no post ID is provided we return the URL of the first submission page.
function dev_get_submission_page_url( $post_id = false ) { $submission = dev_get_submission_pages(); if ( empty( $submission ) ) { return ''; } if ( is_int( $post_id ) && in_array( $post_id, $submission ) ) { $url = get_permalink( (int) $post_id ); } else { $url = get_permalink( (int) $submission[0] ); } return wp_sanitize_redirect( $url ); }
[ "private function get_posturl() {\n $posturl = new moodle_url('/local/joulegrader/view.php', array('courseid' => $this->get_courseid()\n , 'garea' => $this->get_gradingarea()->get_areaid(), 'guser' => $this->get_gradingarea()->get_guserid(), 'action' => 'process'));\n\n if ($needsgrading = optional_param('needsgrading', 0, PARAM_BOOL)) {\n $posturl->param('needsgrading', 1);\n }\n\n return $posturl;\n }", "abstract protected function getPostUrl($id);", "public static function get_post_page_url( $i ) {\n\t\tglobal $post, $wp_rewrite, $pages;\n\t\tif ( $i < 1 || $i > count( $pages ) ) {\n\t\t\treturn null;\n\t\t}\n\t\tif ( 1 == $i ) {\n\t\t\t$url = get_permalink();\n\t\t} else {\n\t\t\tif (\n\t\t\t\t'' == get_option( 'permalink_structure' ) ||\n\t\t\t\tin_array( $post->post_status, array( 'draft', 'pending' ) )\n\t\t\t) {\n\t\t\t\t$url = add_query_arg( 'page', $i, get_permalink() );\n\t\t\t} elseif ( 'page' == get_option( 'show_on_front' ) && get_option( 'page_on_front' ) == $post->ID ) {\n\t\t\t\t$url = trailingslashit( get_permalink() ) . user_trailingslashit( \"$wp_rewrite->pagination_base/\" . $i, 'single_paged' );\n\t\t\t} else {\n\t\t\t\t$url = trailingslashit( get_permalink() ) . user_trailingslashit( $i, 'single_paged' );\n\t\t\t}\n\t\t}\n\n\t\treturn $url;\n\t}", "public function get_attached_page_url() {\n\t\t$required_pages_creator = new Required_Pages();\n\t\t\n\t\treturn get_permalink( $required_pages_creator->get_page_id_by_shortcode( $this->get_shortcode_name() ) );\n\t}", "protected function getPermalink() {\n\t\t$post = get_post();\n\n\t\tif ( null === $post ) {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn get_permalink( $post->ID );\n\t}", "function get_posts_page_url() {\n \tif( 'page' == get_option( 'show_on_front' ) ) {\n \t\t$posts_page_id = get_option( 'page_for_posts' );\n \t\t$posts_page = get_page( $posts_page_id );\n \t\t$posts_page_url = site_url( get_page_uri( $posts_page_id ) );\n \t}\n \telse {\n \t\t$posts_page_url = site_url();\n \t}\n \treturn $posts_page_url;\n }", "private function blog_page_url() {\n\n\t\t$blog_page = get_option( 'page_for_posts' );\n\t\tif ( $blog_page ) {\n\t\t\t$url = get_permalink( $blog_page );\n\t\t} else {\n\t\t\t$url = home_url();\n\t\t}\n\n\t\treturn $url;\n\t}", "function getSubmissionId() {\n\t\t// Identify the submission id.\n\t\t$router =& $this->_request->getRouter();\n\t\tswitch(true) {\n\t\t\tcase is_a($router, 'PKPPageRouter'):\n\t\t\t\tif ( is_numeric($this->_request->getUserVar($this->_submissionParameterName)) ) {\n\t\t\t\t\t// We may expect a submission id in the user vars\n\t\t\t\t\treturn (int) $this->_request->getUserVar($this->_submissionParameterName);\n\t\t\t\t} else if (isset($this->_args[0]) && is_numeric($this->_args[0])) {\n\t\t\t\t\t// Or the submission id can be expected as the first path in the argument list\n\t\t\t\t\treturn (int) $this->_args[0];\n\t\t\t\t}\n\t\t\t\tbreak;\n\n\t\t\tcase is_a($router, 'PKPComponentRouter'):\n\t\t\t\t// We expect a named submission id argument.\n\t\t\t\tif (isset($this->_args[$this->_submissionParameterName])\n\t\t\t\t\t\t&& is_numeric($this->_args[$this->_submissionParameterName])) {\n\t\t\t\t\treturn (int) $this->_args[$this->_submissionParameterName];\n\t\t\t\t}\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\tassert(false);\n\t\t}\n\n\t\treturn false;\n\t}", "public function getPermalink() {\r\n return $this->blog->formatURL('post', $this->getId());\r\n }", "public function firstPageUrl(): string\n {\n if (empty($this->query_without_page_key)) {\n return $this->request->url();\n }\n\n return $this->urlWithoutPageKey();\n }", "public function get_page_url() {\n\n\t\tif ( $this->is_configured() ) {\n\t\t\t$page_url = $this->fbgraph->get_page_url( $this->get_facebook_page_id(), $this->get_page_access_token() );\n\t\t} else {\n\t\t\t$page_url = '';\n\t\t}\n\n\t\treturn is_string( $page_url ) ? $page_url : '';\n\t}", "public function getPostUrl($post)\n\t{\n\t\tif (isset($post['actions'][0]['name']) && $post['actions'][0]['name'] === 'Share') {\n\t\t\treturn $post['actions'][0]['link'];\n\t\t} else if (isset($post['link']) && $post['link']) {\n\t\t\t// For $post['type'] === 'link' && $post['status_type'] === 'shared_story'\n\t\t\treturn $post['link'];\n\t\t}\n\t\treturn null;\n\t}", "function inspiry_get_submit_property_url() {\n\n\t\t/* Check submit property page */\n\t\t$inspiry_submit_property_page = get_option('inspiry_submit_property_page');\n\t\tif ( !empty( $inspiry_submit_property_page ) ) {\n\n\t\t\t/* WPML filter to get translated page id if translation exists otherwise default id */\n\t\t\t$inspiry_submit_property_page = apply_filters( 'wpml_object_id', $inspiry_submit_property_page, 'page', true );\n\n\t\t\treturn get_permalink( $inspiry_submit_property_page );\n\t\t}\n\n\t\t/* Check submit property page url which is deprecated and this code is to provide backward compatibility */\n\t\t$theme_submit_url = get_option( 'theme_submit_url' );\n\t\tif ( !empty( $theme_submit_url ) ) {\n\t\t\treturn $theme_submit_url;\n\t\t}\n\n\t\t/* Return false if all fails */\n\t\treturn false;\n\t}", "public function getNextPostUrl($post)\r\n {\r\n return $this->getSiblingPostUrl($post->getNextPost());\r\n }", "public function page_for_posts_url()\n {\n }", "public function getPostUrl()\n {\n return $this->_postUrl;\n }", "public function getAdminUrlForSubmission($submission)\n {\n return null;\n }", "public function pageUrl();", "function omega_get_the_post_format_url( $url = '', $post = null ) {\r\n\r\n\tif ( empty( $url ) ) {\r\n\r\n\t\t$post = is_null( $post ) ? get_post() : $post;\r\n\r\n\t\t$content_url = omega_get_content_url( $post->post_content );\r\n\r\n\t\t$url = !empty( $content_url ) ? $content_url : get_permalink( $post->ID );\r\n\t}\r\n\r\n\treturn $url;\r\n}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Get option for option label and attribute.
protected function getOption($optionLabel, AbstractAttribute $attribute) { return $this->em->getRepository($this->optionClassName)->findOneBy( ['code' => $optionLabel, 'attribute' => $attribute] ); }
[ "public function getOption();", "public function optionByLabel($optionLabel){\n return $this->options[$this->byLabel[$optionLabel]];\n }", "public function getOption($name);", "public function getOption($option);", "public function getOption()\r\n {\r\n return $this->option;\r\n }", "public function getOption()\n {\n }", "public function getOptionValue(string $name);", "function getLabelOption()\n {\n return $this->label;\n }", "public function getOption($key);", "public function getOptionElement($value){\n\t\treturn $this->options[$value];\n\t}", "function getOption($option){\n //$args = $this->parseArgs();\n //return $args['options'][$option];\n }", "function getOption($option)\t{\n\t\treturn xml_parser_get_option($this->_p,$option);\n\t}", "private function get_option()\n {\n }", "public function getOptionId($arg_attribute, $arg_value)\n {\n $attribute_model = Mage::getModel('eav/entity_attribute');\n\n $attribute_code = $attribute_model->getIdByCode('catalog_product', $arg_attribute);\n $attribute = $attribute_model->load($attribute_code);\n\n if(!$this->attributeValueExists($arg_attribute, $arg_value))\n {\n $value['option'] = array($arg_value,$arg_value);\n $result = array('value' => $value);\n $attribute->setData('option',$result);\n $attribute->save();\n }\n\n\t\t$attribute_options_model= Mage::getModel('eav/entity_attribute_source_table') ;\n $attribute_table = $attribute_options_model->setAttribute($attribute);\n $options = $attribute_options_model->getAllOptions(false);\n\n foreach($options as $option)\n {\n if ($option['label'] == $arg_value)\n {\n return $option['value'];\n }\n }\n return false;\n }", "protected function get_option_name() {}", "private function _getAttributeOptionValue($arg_attribute, $arg_value)\n\t{\n\t $attribute_model \t= Mage::getModel('eav/entity_attribute');\n\t $attribute_options_model\t= Mage::getModel('eav/entity_attribute_source_table') ;\n\n\t $attribute_code = $attribute_model->getIdByCode('catalog_product', $arg_attribute);\n\t $attribute = $attribute_model->load($attribute_code);\n\n\t $attribute_table = $attribute_options_model->setAttribute($attribute);\n\t $options = $attribute_options_model->getAllOptions(false);\n\n\t foreach($options as $option) {\n\t if ($option['label'] == $arg_value) {\n\t return $option['value'];\n\t }\n\t }\n\n\t return false;\n\t //$optionValue = $this->getAttributeOptionValue(\"size\", \"XL\");\n\t}", "protected function optionLabelAttribute()\n {\n return 'name';\n }", "public function optionByKey($key){\n return $this->options[$key];\n }", "function getOption($option)\n {\n return $this->isOption($option) ? $this->options[$option] : null;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
If $date already have mysql format
public static function toMySQL($date) { if (preg_match("/[0-9]{4}-[0-9]{2}-[0-9]{2}/", $date)) { return $date; } $regexp = self::$dateFormat['phpFormat']; $regexp = preg_replace("/(d|m|Y)/u", "([dmY])", $regexp); $regexp = str_replace("/", "\/", $regexp); if (!preg_match("!".$regexp."!u", self::$dateFormat['phpFormat'], $pos)) { return false; } $regexp = str_replace(array("d", "m", "Y"), "([0-9]+)", self::$dateFormat['phpFormat']); $regexp = str_replace("/", "\/", $regexp); if (!preg_match("!".$regexp."!u", $date, $matches)) { return false; } $keys = array(); foreach ($pos as $key => $value) { if ($value == "d") { $keys["d"] = $matches[$key]; } if ($value == "m") { $keys["m"] = $matches[$key]; } if ($value == "Y") { $keys["Y"] = $matches[$key]; } } return $keys["Y"]."-".$keys["m"]."-". $keys["d"]; }
[ "function conMySQLDateTime($date) { \r\n\t\t\t\t\r\n\t\t$date = $date = preg_replace('#(\\d{2})/(\\d{2})/(\\d{4})\\s(.*)#', '$3-$2-$1 $4', $date);\r\n\t\treturn $date;\r\n\t}", "function convertToMysqlDateFormat($date) {\r\n\t\tglobal $system;\r\n\t\t$dateFormat = $system['config']['system']['parameters']['dateFormat']['value'];\r\n\r\n\t\tif($dateFormat == 'd-m-Y') {\r\n\t\t\t$cDate = explode(\"-\", $date);\r\n\t\t\t$date = date('Y-m-d', mktime (0,0,0,$cDate[1],$cDate[0],$cDate[2]));\r\n\t\t}\r\n\t\treturn $date;\r\n\r\n\t}", "function data_format_mysql(&$dt){\n $dt = str_replace('/', '-', $dt);\n return date('Y-m-d', strtotime($dt));\n }", "function date_converter_from_db($date = \"\"){\n\t\n\tif($date == \"\"){\n\t\t$date = date(\"Y-m-d\");\n\t}\n\t\n\t$tmpDate = split('-', $date);\n\t$new_date_format = (int)$tmpDate[2].\"/\".(int)$tmpDate[1].\"/\".(int)$tmpDate[0];\n\t//if(checkdate((int)$tmpDate[2],(int)$tmpDate[1], (int)$tmpDate[0])){\n\t\treturn $new_date_format;\n\t//}else{\n\t//\treturn '';\n\t//}\n}", "public static function convertDateToMySqlFormat($date) {\n \n if (!ereg (\"([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})\", $date)){ \n if (ereg (\"([0-9]{1,2}).([0-9]{1,2}).([0-9]{4})\", $date)) {\n $dateConvertArr = strptime($date, '%d.%m.%Y');\n } else if (ereg (\"([0-9]{1,2}).([0-9]{1,2}).([0-9]{2})\", $date)) {\n $dateConvertArr = strptime($date, '%d.%m.%y');\n }\n if ($dateConvertArr) {\n trace($dateConvertArr,0,'$dateConvertArr');\n $convertedDate = strftime('%Y-%m-%d', mktime(0, 0, 0, $dateConvertArr['tm_mon']+1, $dateConvertArr['tm_mday'], $dateConvertArr['tm_year']+1900));\n } else {\n $convertedDate = '';\n }\n } else {\n $convertedDate = $date;\n }\n \n trace($convertedDate, 0, '$convertedDate');\n return $convertedDate;\n \n }", "function to_sql_date($date)\r\r\n{\r\r\n if ($date == '') {\r\r\n return;\r\r\n }\r\r\n return DateTime::createFromFormat(get_current_date_format(), $date)->format('Y-m-d');\r\r\n}", "function date2mysql($date)\n{\n $date = explode('/',$date); \n return($date[2].'-'.$date[1].'-'.$date[0]);\n}", "function mysql_date($date) {\n return gmstrftime('%Y-%m-%d %H:%M:%S', $date);\n}", "private function phive_formate_date($date){\n\t\t$new_date = DateTime::createFromFormat( get_option( 'date_format' ), $date );\n\t\tif( is_object($new_date) ){\n\t\t\treturn $new_date->format('Y-m-d');\n\t\t}else{\n\t\t\t//The format 'F j, Y' is not working with 'createFromFormat'\n\t\t\treturn date('Y-m-d', strtotime($date));\n\t\t}\n\n\t}", "public function toFormatMySQL()\n {\n $lesElements = $this->getLesElements();\n $date = $lesElements['annee'] . \"-\" . ((strlen($lesElements['mois']) < 2) ? \"0\" : \"\") . $lesElements['mois'] . \"-\" . ((strlen($lesElements['jour']) < 2) ? \"0\" : \"\") . $lesElements['jour'];\n return $date;\n }", "function dateMysql($date)\n{\n\treturn mdate('%M %d, %Y',mysql_to_unix($date));\n}", "function convert_date_insert($date,$format=\"\")\n\t{\n\t\tif(strlen($format) <= 0)\n\t\t{\n\t\t\t$format = \"Y-m-d\";\n\t\t}\n\t\n\t\tif($date == \"\")\n\t\t{\n\t\t\t$temp_dt = \"\";\t\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$temp_dt = date($format, strtotime($date));\n\t\t}\n\t\treturn $temp_dt;\n\t\t\n\t}", "function spanish_date_to_mysql($date){\n\t\t$arr_fecha = explode('/',$date);\n\t\treturn @date('Y-m-d', mktime('00','00','00', $arr_fecha[1], $arr_fecha[0], $arr_fecha[2]));\n\t}", "function db_to_form($date, $date_format) {\n\tif ($date == \"0000-00-00\") return \"\";\t\t// intercepts the ugly output of 0000-00-00 to the form\n\t$d = array();\n\t$d['day'] = substr($date, 8, 2);\n\t$d['month'] = substr($date, 5, 2);\n\t$d['year'] = substr($date, 0, 4);\n\n\tif ($date_format == \"eu\") {\t\t\t\t// the user can choose between European or US format (done in config.inc.php)\n\t\treturn $d['day'].'.'.$d['month'].'.'.$d['year'];\n\t} elseif ($date_format == \"us\") {\n\t\treturn $d['month'].'/'.$d['day'].'/'.$d['year'];\n\t} else die (\"Please check variable date_format in config.inc.php!\");\n}", "function format_db_date($s_in)\n{\n return date('Y-m-d', strtotime($s_in));\n}", "public function convertMysqlDate($date){\n\t\t$dateArray = explode('/',$date);\n\t\treturn $dateArray[2].'-'.$dateArray[0].'-'.$dateArray[1];\n\t}", "function changeDateFromPageToMySQLFormat($pagedate) {\t\n\t\tif (trim($pagedate)== \"\") {\n\t\t\t$mysqldate = \"NULL\";\n\t\t} else {\n\t\t\t$mysqldate = date(\"Y-m-d\", strtotime($pagedate));\n\t\t}\t\t\n\t\treturn $mysqldate;\t\n\t}", "function format_db_date( $date, $format = 'Y-m-d' ) {\n return date( $format, strtotime( $date ) ); \n}", "function SQLDateToHuman($date, $format='s')\r\n\t{\r\n\t\tif($date != '0000-00-00' && xoops_trim($date) != '') {\r\n\t\t\treturn formatTimestamp(strtotime($date), $format);\r\n\t\t} else {\r\n\t\t\treturn '';\r\n\t\t}\r\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
If Mailer implementation supports template parameters (e.g. within batch email sending) you can replace the real values of params with names of template variables which will be used to inject the values by Mailer service. Return value is ordered as [transformed params for twig, altered params for mailer header XMailerTemplateParams]
public function transformTemplateParams(array $params) { return [$params, $params]; }
[ "public function buildParameters()\n {\n $params = array();\n\t\t$this->action = 'SendBulkTemplatedEmail';\n\t\t\n\t\t$params['Source'] = $this->_source;\n\t\t$params['ReplyToAddresses'] = $this->_ReplyToAddresses;\n\t\t$params['Template'] = $this->_template;\n\t\t$params['DefaultTemplateData'] = $this->_DefaultTemplateData;\n\t\t\n $i = 1;\n foreach ($this->_destinations as $key => $value) {\n $params['Destinations.member.'. $i .'.Destination.ToAddresses.member.1'] = $value['Destination']['ToAddresses'][0];\n\t\t\t$params['Destinations.member.'. $i .'.ReplacementTemplateData'] = $value['ReplacementTemplateData'];\n $i++;\n }\n\n $params['Source'] = $this->_source;\n\n if ($this->_returnpath) {\n $params['ReturnPath'] = $this->_returnpath;\n }\n\n return $params;\n }", "final public function getTemplateParameters() : array {\n\t\t$header = $this->getHeader();\n\n\t\treturn [\n\t\t\t'html-module-id' => Sanitizer::escapeIdForAttribute( $this->name ),\n\t\t\t// Mustache doesn't seem to pick up on parameters in the same scope unless given an array.\n\t\t\t'html-header' => $header ? [ $header ] : null,\n\t\t\t'html-body-content' => $this->getBodyContent(),\n\t\t\t'html-role' => $this->getRole(),\n\t\t\t'html-additional-classes' => implode( ' ', $this->getAdditionalModuleClasses() ) ?: null,\n\t\t\t'html-after-module' => $this->getAfterModuleContent() ?: null\n\t\t];\n\t}", "public function hookActionGetExtraMailTemplateVars($params)\n {\n if (isset($params['template_vars']['{id_order}'])) {\n $order = new Order($params['template_vars']['{id_order}']);\n $orderAmountCalculatorService = new OrderAmountCalculatorService($order);\n $totalOrderAmount = $orderAmountCalculatorService->getOrderTotalAmount();\n $params['extra_template_vars']['{total_amount}'] = $totalOrderAmount;\n $params['extra_template_vars']['{currency}'] = $this->context->currency->getSign();\n $this->addPartialAmountParamToEmail($params, $orderAmountCalculatorService);\n }\n }", "private function getTwigParams( $params = [] )\n {\n\n return array_merge(\n $params,\n [\n \"friendlyName\" => $this->friendlyName,\n \"viewParameter\" => $this->viewParameter,\n \"action\" => $this->action,\n \"method\" => $this->method,\n \"primaryKey\" => $this->primaryKey,\n \"routes\" => $this->routes\n ]\n );\n\n }", "private function getTemplateArgs(): array\n {\n $args = [\n 'account_id' => $_SESSION['ds_account_id'],\n 'base_path' => $_SESSION['ds_base_path'],\n 'ds_access_token' => $_SESSION['ds_access_token'],\n 'pause_envelope_id' => $_SESSION['pause_envelope_id']\n ];\n\n return $args;\n }", "public function getParametersTemplateInfo() {\n $return = array();\n foreach($this->getParameters() as $parameter) {\n $return[] = $parameter->templateInfo();\n }\n return $return;\n }", "private function getTemplateArgs(): array\n {\n $envelope_id= isset($_SESSION['envelope_id']) ? $_SESSION['envelope_id'] : false;\n $envelope_documents = isset($_SESSION['envelope_documents']) ? $_SESSION['envelope_documents'] : false;\n $document_id = preg_replace('/([^\\w \\-\\@\\.\\,])+/', '', $_POST['document_id' ]);\n $args = [\n 'account_id' => $_SESSION['ds_account_id'],\n 'base_path' => $_SESSION['ds_base_path'],\n 'ds_access_token' => $_SESSION['ds_access_token'],\n 'envelope_id' => $envelope_id,\n 'document_id' => $document_id,\n 'envelope_documents' => $envelope_documents\n ];\n\n return $args;\n }", "public function orderTpl(/*# string */ $template, $col, array $params = []);", "public function setTemplateParams($params) {\n if (!empty($params) && is_array($params)) {\n foreach ($params as $key => $value) {\n $this->getCampaign()->campaign->pairs[] = new Pair(\n \"[$key]\",\n $value\n );\n }\n }\n }", "public function getTemplateParameters()\n {\n return $this->templateParameters;\n }", "function smarty_function_array_to_fields($params, &$template)\n{\n $result = '';\n $pattern = '<input type=\"hidden\" name=\"%s\" value=\"%s\" />' . \"\\n\";\n foreach ($params['data'] as $name => $value) {\n if (empty($value)) {\n continue;\n }\n\n if (!empty($params['skip']) && in_array($name, $params['skip'])) {\n continue;\n }\n\n if (!empty($params['escape']) && in_array($name, $params['escape'])) {\n if (is_array($value)) {\n foreach ($value as $index => &$data) {\n $data = SecurityHelper::escapeHtml($data);\n }\n } else {\n $value = SecurityHelper::escapeHtml($value);\n }\n }\n\n if (is_array($value)) {\n foreach ($value as $index => $data) {\n $result .= sprintf($pattern, $name . '[' . $index . ']', $data);\n }\n } else {\n $result .= sprintf($pattern, $name, $value);\n }\n }\n\n return $result;\n}", "private function getTemplateArgs(): array\n {\n $room_id = preg_replace('/([^\\w \\-\\@\\.\\,])+/', '', $_POST['room_id']);\n $form_id = preg_replace('/([^\\w \\-\\@\\.\\,])+/', '', $_POST['form_id']);\n $room_name = preg_replace('/([^\\w \\-\\@\\.\\,])+/', '', $_POST['room_name']);\n return [\n 'account_id' => $_SESSION['ds_account_id'],\n 'ds_access_token' => $_SESSION['ds_access_token'],\n 'room_id' => $room_id,\n 'form_id' => $form_id,\n 'room_name' => $room_name,\n ];\n }", "function getRoutingContextParams() {\n\t\t return array(\n\t\t\t 'template_id' => $this->getId(),\n\t\t );\n\t }", "function parseEmailTemplate($tplFilename, $order)\n{\n /* fetch the template content */\n $tplContent = file_get_contents(\"var/template/\".$tplFilename);\n\n /* parse it and substitute the marker with the field value */\n preg_match_all(\"/%([^%]*)%/\", $tplContent, $aMatches);\n for($x = 0; $x < count($aMatches[0]); $x++)\n {\n $tplContent = str_replace($aMatches[0][$x], $order->$aMatches[1][$x], $tplContent);\n }\n /* add order ID */\n $tplContent = str_replace('%specialordersId%', $resultID, $tplContent);\n\n return $tplContent;\n}", "public static function template( $template, $parameters ) {\n \n foreach( $parameters as $key => $value ) {\n $template = str_replace( '%' . $key . '%', $value, $template );\n }\n return $template;\n }", "function template_vars() {\n\n\t\t$filters = $this->get_filters();\n\t\t$sorting = $this->get_sorting();\n\t\t$paginate = parent::get_pagination();\n\n\t\t$args = array_merge( $filters, $sorting, $paginate );\n\n\t\t$text = '';\n\n\t\tif ( hrb_required_credits_to('feature_proposal') ) {\n\t\t\t$text = __( 'feature', APP_TD );\n\t\t}\n\n\t\tif ( hrb_required_credits_to('send_proposal') ) {\n\t\t\tif ( $text ) {\n\t\t\t\t$text .= __( ' and ', APP_TD );\n\t\t\t}\n\t\t\t$text .= __( 'apply to', APP_TD );\n\t\t}\n\n\t\t$template_vars = array(\n\t\t\t'orders_no_filters' => hrb_get_orders_for_user( self::$dashboard_user->ID, array( 'nopaging' => true ) ),\n\t\t\t'orders' => hrb_get_orders_for_user( self::$dashboard_user->ID, $args ),\n\t\t\t'credits_for' => $text,\n\t\t);\n\n\t\treturn apply_filters( 'hrb_dashboard_payments_template_vars', $template_vars );\n\t}", "function sampleTemplateFunction($params, $smarty)\n{\n // $params is an assay of parameters passed to the function.\n // $smarty is the Smarty object.\n // foreach ($params as $var => $value) {\n // $var is the variable name\n // $value is it value\n // }\n\n return 'ok';\n}", "public function template_args()\n\t{\n\t\t// example:\n\t\t// return array('key' => 'value');\n\t\treturn array();\n\t}", "public static function Interpolate( $parameters, $template ){\n\t\t$keys = array();\n\t\t$values = array();\n\t\tforeach( $parameters as $key => $value ){\n\t\t\t$keys[] = \"[[$key]]\";\n\t\t\t$values[] = $value;\n\t\t}\n\t\treturn str_replace\n\t\t(\n\t\t\t$keys,\n\t\t\t$values,\n\t\t\t$template\n\t\t);\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Read .ical data and parse to daybased array.
public function parseIcal($data) { // Init ICal parser $ical = new ICal(); $ical->initString($data); // Retrieve event for this week only $events = $ical->eventsFromRange(self::DAYS[0].' this week', self::DAYS[count(self::DAYS) - 1].' this week 23:59'); if (!is_array($events) || !count($events)) { return null; } // Use own timezone to display $this->tz = new \DateTimeZone(ini_get('date.timezone')); // Always transliterate text contents self::$translit = \Transliterator::create('Latin-ASCII'); if (!self::$translit) { return null; } // Base agenda format info $info = [ 'minHour' => self::HOUR_MIN, 'maxHour' => self::HOUR_MAX, 'days' => [], ]; $parsedEvents = []; foreach ($events as $event) { $e = $this->parseEvent($event); // Adjust agenda format based on events if ($e['start'] < $info['minHour']) { $info['minHour'] = $e['start']; } if ($e['end'] > $info['maxHour']) { $info['maxHour'] = $e['end']; } // Only add days with events if (!array_key_exists($e['dow'], $parsedEvents)) { $parsedEvents[$e['dow']] = []; $info['days'][$e['dow']] = $e['dayMonth']; } $parsedEvents[$e['dow']][] = $e; } return ['info' => $info, 'events' => $parsedEvents]; }
[ "function getIcsEventsAsArray($file) {\n $icalString = file_get_contents ( $file );\n $icsDates = array ();\n /* Explode the ICs Data to get datas as array according to string ‘BEGIN:’ */\n $icsData = explode ( \"BEGIN:\", $icalString );\n /* Iterating the icsData value to make all the start end dates as sub array */\n foreach ( $icsData as $key => $value ) {\n $icsDatesMeta [$key] = explode ( \"\\n\", $value );\n } \n /* Itearting the Ics Meta Value */\n foreach ( $icsDatesMeta as $key => $value ) {\n foreach ( $value as $subKey => $subValue ) {\n /* to get ics events in proper order */\n $icsDates = $this->getICSDates ( $key, $subKey, $subValue, $icsDates );\n } \n } \n return $icsDates;\n }", "function getIcsEventsAsArray($file) {\n $icalString = $file;\n $icsDates = array ();\n /* Explode the ICs Data to get datas as array according to string ‘BEGIN:’ */\n $icsData = explode ( \"BEGIN:\", $icalString );\n /* Iterating the icsData value to make all the start end dates as sub array */\n foreach ( $icsData as $key => $value ) {\n $icsDatesMeta [$key] = explode ( \"\\n\", $value );\n }\n /* Itearting the Ics Meta Value */\n foreach ( $icsDatesMeta as $key => $value ) {\n foreach ( $value as $subKey => $subValue ) {\n /* to get ics events in proper order */\n $icsDates = $this->getICSDates ( $key, $subKey, $subValue, $icsDates );\n }\n }\n return $icsDates;\n }", "private function _parse_data_ics($data) {\n\n\t\t$ical = new ical($data, $this->settings['dst']);\n\t\t$events_ical = $ical->events();\n\t\t$events = array();\n\n\t\tfor($i = 0; $i < count($events_ical); $i++) {\n\n\t\t\t$start = $ical->iCalDateToUnixTimestamp($events_ical[$i]['DTSTART']) + $this->settings['extra_time'] + date('Z');\n\n\t\t\t$events[$i] = array(\n\t\t\t\t'id' => (isset($events_ical[$i]['UID'])) ? md5('s34s0_#'.$events_ical[$i]['UID'].$this->settings['cache_token']) : md5($events_ical[$i]['SUMMARY'].$this->settings['cache_token']),\n\t\t\t\t'title' => str_replace('\\\\,', ',', (isset($events_ical[$i]['SUMMARY'])) ? $events_ical[$i]['SUMMARY'] : ''),\n\t\t\t\t'description' => str_replace('\\\\,', ',', $events_ical[$i]['DESCRIPTION']),\n\t\t\t\t'start' => $start,\n\t\t\t\t'end' => $ical->iCalDateToUnixTimestamp($events_ical[$i]['DTEND']) + $this->settings['extra_time'] + date('Z'),\n\t\t\t\t'location' => str_replace('\\\\,', ',', (isset($events_ical[$i]['LOCATION'])) ? $events_ical[$i]['LOCATION'] : ''),\n\t\t\t\t'day' => date('j', $start),\n\t\t\t\t'month' => date('n', $start),\n\t\t\t\t'year' => date('Y', $start),\n\t\t\t);\n\n\t\t\tif($this->settings['hyperlink_urls']) {\n\t\t\t\t//$events[$i]['description'] = $this->_make_clickable($events[$i]['description']);\n\t\t\t}\n\n\t\t}\n\n\t\t//usort($events, array($this, '_sort_by_order'));\n\n\t\treturn $events;\n\n\t}", "function ical_import($ical) {\r\n\t\t\r\n\t\tglobal $db;\r\n\t\tglobal $login;\r\n\t\t\r\n\t\t$in_event = false;\r\n\t\t$event = array();\r\n\t\t\r\n\t\tforeach ($ical as $val) {\r\n\t\t\t$value = trim($val);\r\n\t\t\tif ($value == \"BEGIN:VEVENT\") {\r\n\t\t\t\t$in_event = true;\r\n\t\t\t\t$event = array();\r\n\t\t\t}\r\n\t\t\tif ($value == \"END:VEVENT\") {\r\n\t\t\t\t$db->insert('calendar', array('userid', 'start', 'end', 'title', 'description', 'visible'),\r\n\t\t\t\t\tarray($login->currentUserId(), $event['start'], $event['end'], \"'\".$event['title'].\"'\", \"'\".$event['description'].\"'\", 2));\r\n\t\t\t\t\r\n\t\t\t\t$in_event = false;\r\n\t\t\t}\r\n\t\t\tif ($in_event) {\r\n\t\t\t\t$pos = strpos($value, \":\");\r\n\t\t\t\t$left = substr($value, 0, $pos);\r\n\t\t\t\t$right = substr($value, $pos + 1);\r\n\t\t\t\tswitch ($left) {\r\n\t\t\t\t\tcase \"DTSTART\":\r\n\t\t\t\t\t\t$event['start'] = icalTimeToUnixTime($right);\r\n\t\t\t\t\t\tbreak;\r\n\t\t\t\t\tcase \"DTEND\":\r\n\t\t\t\t\t\t$event['end'] = icalTimeToUnixTime($right);\r\n\t\t\t\t\t\tbreak;\r\n\t\t\t\t\tcase \"SUMMARY\":\r\n\t\t\t\t\t\t$event['title'] = $right;\r\n\t\t\t\t\t\tbreak;\r\n\t\t\t\t\tcase \"DESCRIPTION\":\r\n\t\t\t\t\t\t$event['description'] = $right;\r\n\t\t\t\t\t\tbreak;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}", "public function convertIcsStringToArray($icalString) {\n $icsDates = array ();\n $icsData = explode ( \"BEGIN:\", $icalString );\n foreach ( $icsData as $key => $value ) {\n $icsDatesMeta [$key] = explode ( \"\\n\", $value );\n }\n /**\n * Iteration of $icsDatesMeta.\n */\n foreach ( $icsDatesMeta as $key => $value ) {\n foreach ( $value as $subKey => $subValue ) {\n if ($subValue != \"\") {\n if ($key != 0 && $subKey == 0) {\n $icsDates [$key] [\"BEGIN\"] = $subValue;\n } else {\n /**\n * Explode the array $sub value.\n */\n $subValueArr = explode ( \":\", $subValue, 2 );\n $icsDates [$key] [$subValueArr [0]] = $this->icsDates ( $subValueArr [1] );\n }\n }\n }\n }\n /**\n * Return as array.\n */\n return $icsDates;\n }", "public static function getDayArray()\n\t{\n\t\tfor($i=1;$i<=31;$i++)\n\t\t{\n\t\t\tif(strlen($i)==1)\n\t\t\t\t$val = \"0\".$i;\n\t\t\telse\n\t\t\t\t$val = $i;\n\t\t\t$dateArr[] = array(\"NAME\"=>$i,\"VALUE\"=>$val);\n\t\t}\n\t\treturn $dateArr;\n\t}", "function getDaysDataToArray($day) {\r\n $return = array();\r\n for ($hour = 0; $hour < 24; $hour++) {\r\n $return[] = $this->getPriceForDayAndHour($day, $hour);\r\n }\r\n return $return;\r\n }", "function readcalendardata() {\n global $calendardata, $username, $data_dir, $year;\n\n $filename = getHashedFile($username, $data_dir, \"$username.$year.cal\");\n\n if (file_exists($filename)){\n $fp = fopen ($filename,'r');\n\n if ($fp){\n while ($fdata = fgetcsv ($fp, 4096, '|')) {\n $calendardata[$fdata[0]][$fdata[1]] = array( 'length' => $fdata[2],\n 'priority' => $fdata[3],\n 'title' => str_replace(\"\\n\",' ',calendar_readmultiline($fdata[4])),\n 'message' => calendar_readmultiline($fdata[5]),\n 'reminder' => $fdata[6] );\n }\n fclose ($fp);\n // this is to sort the events within a day on starttime\n $new_calendardata = array();\n foreach($calendardata as $day => $data) {\n ksort($data, SORT_NUMERIC);\n $new_calendardata[$day] = $data;\n }\n $calendardata = $new_calendardata;\n }\n }\n}", "private function convert_to_airline_array () {\n $records = array();\n foreach ($this -> data as $key => $record)\n array_push ($records, AirlineEntity::create_airline_from_arr ($record));\n $this -> data = $records;\n }", "private function parseDailyDetails(){\n\n foreach($this->dayDetails as $d){\n if(strlen($d) == 0){ continue;} // this kinda sucks. Wish PREG_SPLIT_NO_EMPTY would have worked\n \n $d = $this->stripDayTitle($d);\n \n $this->parseSingleDayDetails($d);\n \n }\n \n }", "public static function date_ical_parse_exceptions($field, $data) {\n\t\t$data = str_replace($field.':', '', $data);\n\t\t$items = array('DATA' => $data);\n\t\t$ex_dates = explode(',', $data);\n\t\tforeach ($ex_dates as $ex_date) {\n\t\t\t$items[] = self::date_ical_parse_date('', $ex_date);\n\t\t}\n\t\treturn $items;\n\t}", "private function date_to_array($date)\n {\n if (!$this->valid_date($date)) {\n throw new Exception(\"Invalid start date entered.\");\n }\n\n $date_arr = explode(\"/\", $date);\n\n return $date_arr;\n }", "public function icalendar()\n\t{\n\t\t$s = 'EJURI3ia8aj#912IKa';\n\t\t$r = '#';\n\t\t$e = 'aAEah38a;a33';\n\n\t\t// -------------------------------------\n\t\t// Some dummy tagdata we'll hand off to events()\n\t\t// -------------------------------------\n\n\t\t$vars = array(\n\t\t\t'event_title'\t\t\t\t\t=> 'title',\n\t\t\t'event_id'\t\t\t\t\t\t=> 'id',\n\t\t\t'event_summary'\t\t\t\t\t=> 'summary',\n\t\t\t'event_location'\t\t\t\t=> 'location',\n\t\t\t'event_start_date format=\"%Y\"'\t=> 'start_year',\n\t\t\t'event_start_date format=\"%m\"'\t=> 'start_month',\n\t\t\t'event_start_date format=\"%d\"'\t=> 'start_day',\n\t\t\t'event_start_date format=\"%H\"'\t=> 'start_hour',\n\t\t\t'event_start_date format=\"%i\"'\t=> 'start_minute',\n\t\t\t'event_end_date format=\"%Y\"'\t=> 'end_year',\n\t\t\t'event_end_date format=\"%m\"'\t=> 'end_month',\n\t\t\t'event_end_date format=\"%d\"'\t=> 'end_day',\n\t\t\t'event_end_date format=\"%H\"'\t=> 'end_hour',\n\t\t\t'event_end_date format=\"%i\"'\t=> 'end_minute',\n\t\t\t'event_calendar_tz_offset'\t\t=> 'tz_offset',\n\t\t\t'event_calendar_timezone'\t\t=> 'timezone'\n\t\t);\n\n\t\t$rvars = array(\n\t\t\t'rule_type',\n\t\t\t'rule_start_date',\n\t\t\t'rule_repeat_years',\n\t\t\t'rule_repeat_months',\n\t\t\t'rule_repeat_days',\n\t\t\t'rule_repeat_weeks',\n\t\t\t'rule_days_of_week',\n\t\t\t'rule_relative_dow',\n\t\t\t'rule_days_of_month',\n\t\t\t'rule_months_of_year',\n\t\t\t'rule_stop_by',\n\t\t\t'rule_stop_after'\n\t\t);\n\n\t\t$evars = array(\n\t\t\t'exception_start_date format=\"%Y%m%dT%H%i00\"'\n\t\t);\n\n\t\t$ovars = array(\n\t\t\t'occurrence_start_date format=\"%Y%m%dT%H%i00\"',\n\t\t\t'occurrence_end_date format=\"%Y%m%dT%H%i00\"'\n\t\t);\n\n\t\t//ee()->TMPL->log_item('Calendar: Preparing tagdata');\n\n\t\t$summary_field = ee()->TMPL->fetch_param('summary_field', 'event_title');\n\n\t\tee()->TMPL->tagdata =\timplode($s, array(\n\t\t\tLD . $summary_field . RD,\n\t\t\tLD . 'event_id' . RD,\n\t\t\tLD . 'if event_summary' . RD .\n\t\t\t\tLD . 'event_summary' . RD .\n\t\t\t\tLD . '/if' . RD,\n\t\t\tLD . 'if event_location' . RD .\n\t\t\t\tLD . 'event_location' . RD .\n\t\t\t\tLD . '/if' . RD,\n\t\t\tLD . 'event_start_date format=\"%Y\"' . RD,\n\t\t\tLD . 'event_start_date format=\"%m\"' . RD,\n\t\t\tLD . 'event_start_date format=\"%d\"' . RD,\n\t\t\tLD . 'event_start_date format=\"%H\"' . RD,\n\t\t\tLD . 'event_start_date format=\"%i\"' . RD,\n\t\t\tLD . 'event_end_date format=\"%Y\"' . RD,\n\t\t\tLD . 'event_end_date format=\"%m\"' . RD,\n\t\t\tLD . 'event_end_date format=\"%d\"' . RD,\n\t\t\tLD . 'event_end_date format=\"%H\"' . RD,\n\t\t\tLD . 'event_end_date format=\"%i\"' . RD,\n\t\t\tLD . 'event_calendar_tz_offset' . RD,\n\t\t\tLD . 'event_calendar_timezone' . RD,\n\t\t\t'RULES' .\n\t\t\t\tLD . 'if event_has_rules' . RD .\n\t\t\t\tLD . 'rules' . RD .\n\t\t\t\tLD . implode(RD . $r . LD, $rvars) . RD . '|' .\n\t\t\t\tLD . T_SLASH . 'rules' . RD .\n\t\t\t\tLD . '/if' . RD,\n\t\t\t'OCCURRENCES'.\n\t\t\t\tLD . 'if event_has_occurrences' . RD .\n\t\t\t\tLD . 'occurrences' . RD .\n\t\t\t\tLD . implode(RD . $r . LD, $ovars) . RD . '|' .\n\t\t\t\tLD . T_SLASH . 'occurrences' . RD .\n\t\t\t\tLD . '/if' . RD,\n\t\t\t'EXCEPTIONS'.\n\t\t\t\tLD . 'if event_has_exceptions' . RD .\n\t\t\t\tLD . 'exceptions' . RD .\n\t\t\t\tLD . implode(RD . $r . LD, $evars) . RD . '|' .\n\t\t\t\tLD . T_SLASH . 'exceptions' . RD .\n\t\t\t\tLD . '/if' . RD,\n\t\t\t$e\n\t\t));\n\n\t\t$tvars \t\t\t\t\t= ee()->functions->assign_variables(\n\t\t\tee()->TMPL->tagdata\n\t\t);\n\t\tee()->TMPL->var_single \t= $tvars['var_single'];\n\t\tee()->TMPL->var_pair \t= $tvars['var_pair'];\n\t\tee()->TMPL->tagdata \t= ee()->functions->prep_conditionals(\n\t\t\tee()->TMPL->tagdata,\n\t\t\tarray_keys($vars)\n\t\t);\n\n\t\t// -------------------------------------\n\t\t// Fire up events()\n\t\t// -------------------------------------\n\n\t\t//ee()->TMPL->log_item('Calendar: Firing up Events()');\n\n\t\t$tagdata = ee()->TMPL->advanced_conditionals($this->events());\n\n\t\t// -------------------------------------\n\t\t// Collect the events\n\t\t// -------------------------------------\n\n\t\t//ee()->TMPL->log_item('Calendar: Collecting events');\n\n\t\t$events = explode($e, $tagdata);\n\n\t\t// -------------------------------------\n\t\t// Fire up iCalCreator\n\t\t// -------------------------------------\n\n\t\t//ee()->TMPL->log_item('Calendar: Starting iCalCreator');\n\n\t\tif ( ! class_exists('vcalendar'))\n\t\t{\n\t\t\trequire_once 'libraries/icalcreator/iCalcreator.class.php';\n\t\t}\n\n\t\t$ICAL = new vcalendar();\n\n\t\t//we are setting this manually because we need individual ones for each event for this to work\n\t\t//$ICAL->setConfig('unique_id', parse_url(ee()->config->item('site_url'), PHP_URL_HOST));\n\t\t$host = parse_url(ee()->config->item('site_url'), PHP_URL_HOST);\n\n\n\t\t$vars = array_values($vars);\n\n\t\t//ee()->TMPL->log_item('Calendar: Iterating through the events');\n\n\t\tforeach ($events as $key => $event)\n\t\t{\n\t\t\tif (trim($event) == '') continue;\n\n\t\t\t$E \t\t\t\t= new vevent();\n\n\t\t\t$event \t\t\t= explode($s, $event);\n\t\t\t$rules \t\t\t= '';\n\t\t\t$occurrences \t= '';\n\t\t\t$exceptions \t= '';\n\n\t\t\tforeach ($event as $k => $v)\n\t\t\t{\n\t\t\t\tif (isset($vars[$k]))\n\t\t\t\t{\n\t\t\t\t\t//--------------------------------------------\n\t\t\t\t\t//\tMakes the local vars from above, if available:\n\t\t\t\t\t// \t$title, $summary, $location,\n\t\t\t\t\t// $start_year, $start_month, $start_day,\n\t\t\t\t\t// $start_hour, $start_minute, $end_year,\n\t\t\t\t\t// $end_month, $end_day, $end_hour,\n\t\t\t\t\t// \t$end_minute, $tz_offset, $timezone\n\t\t\t\t\t//--------------------------------------------\n\n\t\t\t\t\t$$vars[$k] = $v;\n\t\t\t\t}\n\t\t\t\telseif (substr($v, 0, 5) == 'RULES')\n\t\t\t\t{\n\t\t\t\t\t$rules = substr($v, 5);\n\t\t\t\t}\n\t\t\t\telseif (substr($v, 0, 11) == 'OCCURRENCES')\n\t\t\t\t{\n\t\t\t\t\t$occurrences = substr($v, 11);\n\t\t\t\t}\n\t\t\t\telseif (substr($v, 0, 10) == 'EXCEPTIONS')\n\t\t\t\t{\n\t\t\t\t\t$exceptions = substr($v, 10);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// -------------------------------------\n\t\t\t// Set the timezone for this calendar based on the first event's info\n\t\t\t// -------------------------------------\n\n\t\t\tif ($key == 0)\n\t\t\t{\n\t\t\t\t// -------------------------------------\n\t\t\t\t// Convert calendar_name to calendar_id\n\t\t\t\t// -------------------------------------\n\n\t\t\t\tif ($this->P->value('calendar_id') == '' AND\n\t\t\t\t\t$this->P->value('calendar_name') != '')\n\t\t\t\t{\n\t\t\t\t\t$ids = $this->data->get_calendar_id_from_name(\n\t\t\t\t\t\t$this->P->value('calendar_name'),\n\t\t\t\t\t\tNULL,\n\t\t\t\t\t\t$this->P->params['calendar_name']['details']['not']\n\t\t\t\t\t);\n\n\t\t\t\t\t$this->P->set('calendar_id', implode('|', $ids));\n\t\t\t\t}\n\n\t\t\t\t//--------------------------------------------\n\t\t\t\t//\tlets try to get the timezone from the\n\t\t\t\t//\tpassed calendar ID if there is one\n\t\t\t\t//--------------------------------------------\n\n\t\t\t\t$cal_timezone \t= FALSE;\n\t\t\t\t$cal_tz_offset \t= FALSE;\n\n\t\t\t\tif ($this->P->value('calendar_id') != '')\n\t\t\t\t{\n\t\t\t\t\t$sql = \"SELECT \ttz_offset, timezone\n\t\t\t\t\t\t\tFROM\texp_calendar_calendars\n\t\t\t\t\t\t\tWHERE \tcalendar_id\n\t\t\t\t\t\t\tIN \t\t(\" . ee()->db->escape_str(\n\t\t\t\t\t\t\t\t\t\t\timplode(',',\n\t\t\t\t\t\t\t\t\t\t\t\texplode('|',\n\t\t\t\t\t\t\t\t\t\t\t\t\t$this->P->value('calendar_id')\n\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) .\n\t\t\t\t\t\t\t\t\t\")\n\t\t\t\t\t\t\tLIMIT\t1\";\n\n\t\t\t\t\t$cal_tz_query = ee()->db->query($sql);\n\n\t\t\t\t\tif ($cal_tz_query->num_rows() > 0)\n\t\t\t\t\t{\n\t\t\t\t\t\t$cal_timezone \t= $cal_tz_query->row('timezone');\n\t\t\t\t\t\t$cal_tz_offset \t= $cal_tz_query->row('tz_offset');\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t//last resort, we get it from the current event\n\n\t\t\t\t$T = new vtimezone();\n\t\t\t\t$T->setProperty('tzid', ($cal_timezone ? $cal_timezone : $timezone));\n\t\t\t\t$T->setProperty('tzoffsetfrom', '+0000');\n\n\t\t\t\t$tzoffsetto = ($cal_tz_offset ? $cal_tz_offset : $tz_offset);\n\n\t\t\t\tif ($tzoffsetto === '0000')\n\t\t\t\t{\n\t\t\t\t\t$tzoffsetto = '+0000';\n\t\t\t\t}\n\n\t\t\t\t$T->setProperty('tzoffsetto', $tzoffsetto);\n\t\t\t\t$ICAL->setComponent($T);\n\t\t\t}\n\n\t\t\t$title\t\t\t= strip_tags($title);\n\t\t\t$description\t= strip_tags(trim($summary));\n\t\t\t$location\t\t= strip_tags(trim($location));\n\n\t\t\t// -------------------------------------\n\t\t\t// Occurrences?\n\t\t\t// -------------------------------------\n\n\t\t\t$occurrences\t= explode('|', rtrim($occurrences, '|'));\n\t\t\t$odata\t\t\t= array();\n\n\t\t\tforeach ($occurrences as $k => $occ)\n\t\t\t{\n\t\t\t\t$occ = trim($occ);\n\t\t\t\tif ($occ == '') continue;\n\n\t\t\t\t$occ = explode($r, $occ);\n\t\t\t\t$odata[$k][] = $occ[0];\n\t\t\t\t$odata[$k][] = $occ[1];\n\t\t\t}\n\n\t\t\t// -------------------------------------\n\t\t\t// Exceptions?\n\t\t\t// -------------------------------------\n\n\t\t\t$exceptions\t= explode('|', rtrim($exceptions, '|'));\n\t\t\t$exdata\t\t= array();\n\n\t\t\tforeach ($exceptions as $k => $exc)\n\t\t\t{\n\t\t\t\t$exc = trim($exc);\n\n\t\t\t\tif ($exc == '') continue;\n\n\t\t\t\t$exdata[] = $exc;\n\t\t\t}\n\n\t\t\t// -------------------------------------\n\t\t\t// Rules?\n\t\t\t// -------------------------------------\n\n\t\t\t$add_rules \t= FALSE;\n\t\t\t$erules \t= array();\n\t\t\t$rules \t\t= explode('|', rtrim($rules, '|'));\n\n\t\t\tforeach ($rules as $rule)\n\t\t\t{\n\t\t\t\t$temp = explode($r, $rule);\n\t\t\t\t$rule = array();\n\n\t\t\t\tforeach ($temp as $k => $v)\n\t\t\t\t{\n\t\t\t\t\tif ($v != FALSE) $add_rules = TRUE;\n\t\t\t\t\t$rule[substr($rvars[$k], 5)] = $v;\n\t\t\t\t}\n\n\t\t\t\tif ($add_rules === TRUE)\n\t\t\t\t{\n\t\t\t\t\t$temp = array();\n\n\t\t\t\t\tif ($rule['repeat_years'] > 0)\n\t\t\t\t\t{\n\t\t\t\t\t\t$temp['FREQ'] = 'YEARLY';\n\n\t\t\t\t\t\tif ($rule['repeat_years'] > 1)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$temp['INTERVAL'] = $rule['repeat_years'];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\telseif ($rule['repeat_months'] > 0)\n\t\t\t\t\t{\n\t\t\t\t\t\t$temp['FREQ'] = 'MONTHLY';\n\n\t\t\t\t\t\tif ($rule['repeat_months'] > 1)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$temp['INTERVAL'] = $rule['repeat_months'];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\telseif ($rule['repeat_weeks'] > 0)\n\t\t\t\t\t{\n\t\t\t\t\t\t$temp['FREQ'] = 'WEEKLY';\n\n\t\t\t\t\t\tif ($rule['repeat_weeks'] > 1)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$temp['INTERVAL'] = $rule['repeat_weeks'];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\telseif ($rule['repeat_days'] > 0)\n\t\t\t\t\t{\n\t\t\t\t\t\t$temp['FREQ'] = 'DAILY';\n\n\t\t\t\t\t\tif ($rule['repeat_days'] > 1)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$temp['INTERVAL'] = $rule['repeat_days'];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tif ($rule['months_of_year'] > 0)\n\t\t\t\t\t{\n\t\t\t\t\t\t//this flips keys to make 'c' => 12, etc\n\t\t\t\t\t\t$m = array_flip(array(\n\t\t\t\t\t\t\t1, 2, 3, 4, 5, 6, 7, 8, 9, 'A', 'B', 'C'\n\t\t\t\t\t\t));\n\n\t\t\t\t\t\tif (strlen($rule['months_of_year'] > 1))\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$months = str_split($rule['months_of_year']);\n\t\t\t\t\t\t\tforeach ($months as $month)\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t$temp['BYMONTH'][] = $m[$month] + 1;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$temp['BYMONTH'] = $m[$month] + 1;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tif ($rule['days_of_month'] > '')\n\t\t\t\t\t{\n\t\t\t\t\t\t//this flips keys to make 'v' => 30, etc\n\t\t\t\t\t\t$d = array_flip(array(\n\t\t\t\t\t\t\t1, 2, 3, 4, 5, 6, 7, 8, 9,\n\t\t\t\t\t\t\t'A', 'B', 'C', 'D', 'E', 'F',\n\t\t\t\t\t\t\t'G', 'H', 'I', 'J', 'K', 'L',\n\t\t\t\t\t\t\t'M', 'N', 'O', 'P', 'Q', 'R',\n\t\t\t\t\t\t\t'S', 'T', 'U', 'V'\n\t\t\t\t\t\t));\n\n\t\t\t\t\t\tif (strlen($rule['days_of_month']) > 1)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$days = str_split($rule['days_of_month']);\n\t\t\t\t\t\t\tforeach ($days as $day)\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t$temp['BYMONTHDAY'][] = $d[$day] + 1;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$temp['BYMONTHDAY'] = $d[$rule['days_of_month']] + 1;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tif ($rule['days_of_week'] != '' OR $rule['days_of_week'] > 0)\n\t\t\t\t\t{\n\t\t\t\t\t\t$d \t\t\t= array('SU','MO','TU','WE','TH','FR','SA');\n\t\t\t\t\t\t$d_letter \t= array('U','M','T','W','R','F','S');\n\n\t\t\t\t\t\t$dows \t\t= str_split($rule['days_of_week']);\n\n\t\t\t\t\t\tif ($rule['relative_dow'] > 0)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$rels = str_split($rule['relative_dow']);\n\t\t\t\t\t\t\tforeach ($dows as $dow)\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tforeach ($rels as $rel)\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tif ($rel == 6) $rel = -1;\n\t\t\t\t\t\t\t\t\t$temp['BYDAY'][] = $rel.$d[array_search($dow, $d_letter)];\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tforeach ($dows as $dow)\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t$temp['BYDAY'][] = $d[array_search($dow, $d_letter)];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tif ($rule['stop_after'] > 0)\n\t\t\t\t\t{\n\t\t\t\t\t\t$temp['COUNT'] = $rule['stop_after'];\n\t\t\t\t\t}\n\t\t\t\t\telseif ($rule['stop_by'] > 0)\n\t\t\t\t\t{\n\t\t\t\t\t\t// TODO: Add time\n\t\t\t\t\t\t// TODO: The \"+1\" below is because the ical standard treats\n\t\t\t\t\t\t// \tUNTIL as \"less than\", not \"less than or equal to\" (which\n\t\t\t\t\t\t// \tis how Calendar treats stop_by). Double check that a simple\n\t\t\t\t\t\t// \t\"+1\" accurately addresses this difference.\n\t\t\t\t\t\t$temp['UNTIL'] = $rule['stop_by'] + 1;\n\t\t\t\t\t}\n\n\t\t\t\t\t$erules[] = $temp;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// -------------------------------------\n\t\t\t// Put it together\n\t\t\t// -------------------------------------\n\n\t\t\t//if this is all day we need to add the dates as params to the dstart and end items\n\t\t\tif ($this->_is_all_day($start_hour, $start_minute, $end_hour, $end_minute))\n\t\t\t{\n\t\t\t\t$E->setProperty(\n\t\t\t\t\t\"dtstart\" ,\n\t\t\t\t\tarray(\n\t\t\t\t\t\t'year' \t=> $start_year,\n\t\t\t\t\t\t'month' => $start_month,\n\t\t\t\t\t\t'day'\t=> $start_day\n\t\t\t\t\t),\n\t\t\t\t\tarray(\n\t\t\t\t\t\t'VALUE' => 'DATE'\n\t\t\t\t\t)\n\t\t\t\t);\n\n\t\t\t\t//--------------------------------------------\n\t\t\t\t//\twe need CDT so we can add a day\n\t\t\t\t//\tgcal, and ical are ok with this being the same day\n\t\t\t\t//\tstupid damned outlook barfs, hence the +1\n\t\t\t\t//\tthe +1 doesnt affect g/ical\n\t\t\t\t//--------------------------------------------\n\n\t\t\t\tif ( ! isset($this->CDT) OR ! is_object($this->CDT) )\n\t\t\t\t{\n\t\t\t\t\t$this->load_calendar_datetime();\n\t\t\t\t}\n\n\t\t\t\t$this->CDT->change_date(\n\t\t\t\t\t$end_year,\n\t\t\t\t\t$end_month,\n\t\t\t\t\t$end_day\n\t\t\t\t);\n\n\t\t\t\t$this->CDT->add_day();\n\n\t\t\t\t$E->setProperty(\n\t\t\t\t\t\"dtend\" ,\n\t\t\t\t\tarray(\n\t\t\t\t\t\t'year' \t=> $this->CDT->year,\n\t\t\t\t\t\t'month' => $this->CDT->month,\n\t\t\t\t\t\t'day'\t=> $this->CDT->day\n\t\t\t\t\t),\n\t\t\t\t\tarray(\n\t\t\t\t\t\t'VALUE' => 'DATE'\n\t\t\t\t\t)\n\t\t\t\t);\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t$E->setProperty('dtstart', $start_year, $start_month, $start_day, $start_hour, $start_minute, 00);\n\t\t\t\t$E->setProperty('dtend', $end_year, $end_month, $end_day, $end_hour, $end_minute, 00);\n\t\t\t}\n\n\t\t\t$E->setProperty('summary', $title);\n\n\t\t\tif ( ! empty($erules))\n\t\t\t{\n\t\t\t\tforeach ($erules as $rule)\n\t\t\t\t{\n\t\t\t\t\t$E->setProperty('rrule', $rule);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t$extras = array();\n\t\t\t$edits\t= array();\n\n\t\t\tif ( ! empty($odata))\n\t\t\t{\n\t\t\t\t$query = ee()->db->query(\n\t\t\t\t\t\"SELECT *\n\t\t\t\t\t FROM\texp_calendar_events_occurrences\n\t\t\t\t\t WHERE\tevent_id = \" . ee()->db->escape_str($id)\n\t\t\t\t);\n\n\t\t\t\tforeach ($query->result_array() as $row)\n\t\t\t\t{\n\t\t\t\t\t//fix blank times\n\t\t\t\t\t$row['start_time'] \t= ($row['start_time'] == 0) ? '0000' \t: $row['start_time'];\n\t\t\t\t\t$row['end_time'] \t= ($row['end_time'] == 0) ? '2400' \t\t: $row['end_time'];\n\n\t\t\t\t\t//looks like an edited occurrence\n\t\t\t\t\t//edits without rules arent really edits.\n\t\t\t\t\tif ($row['event_id'] != $row['entry_id'] AND empty($rules))\n\t\t\t\t\t{\n\t\t\t\t\t\t$edits[] = $row;\n\t\t\t\t\t}\n\t\t\t\t\t//probably entered with the date picker or something\n\t\t\t\t\t//these loose occurences\n\t\t\t\t\telse\n\t\t\t\t\t{\n\t\t\t\t\t\t$extras[] = $row;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( ! empty($exdata))\n\t\t\t{\n\t\t\t\t$E->setProperty('exdate', $exdata);\n\t\t\t}\n\n\t\t\tif ($description != '') $E->setProperty('description', $description);\n\t\t\tif ($location != '') $E->setProperty('location', $location);\n\n\n\t\t\t$E->setProperty( \"uid\", $this->make_uid() . '@' . $host);\n\t\t\t$ICAL->setComponent($E);\n\n\t\t\t//--------------------------------------------\n\t\t\t//\tremove rules for subsequent items\n\t\t\t//--------------------------------------------\n\n\t\t\twhile( $E->deleteProperty( \"RRULE\" )) continue;\n\n\t\t\t//edits must come right after\n\t\t\tif ( ! empty($edits))\n\t\t\t{\n\t\t\t\tforeach ($edits as $edit)\n\t\t\t\t{\n\t\t\t\t\t$edit_date = array(\n\t\t\t\t\t\t\"year\" \t=> $edit['start_year'],\n\t\t\t\t\t\t\"month\" => $edit['start_month'],\n\t\t\t\t\t\t\"day\" \t=> $edit['start_day'] ,\n\t\t\t\t\t\t\"hour\" \t=> substr($edit['start_time'], 0, 2) ,\n\t\t\t\t\t\t\"min\" \t=> substr($edit['start_time'], 2, 2)\n\t\t\t\t\t);\n\n\t\t\t\t\t//if this is all day we need to add the dates as params to the dstart and end items\n\t\t\t\t\tif ($this->_is_all_day(\n\t\t\t\t\t\tsubstr($edit['start_time'], 0, 2),\n\t\t\t\t\t\tsubstr($edit['start_time'], 2, 2),\n\t\t\t\t\t\tsubstr($edit['end_time'], 0, 2),\n\t\t\t\t\t\tsubstr($edit['end_time'], 2, 2)\n\t\t\t\t\t ))\n\t\t\t\t\t{\n\t\t\t\t\t\t$E->setProperty(\n\t\t\t\t\t\t\t\"dtstart\" ,\n\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t'year' \t=> $edit['start_year'],\n\t\t\t\t\t\t\t\t'month' => $edit['start_month'],\n\t\t\t\t\t\t\t\t'day'\t=> $edit['start_day']\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t'VALUE' => 'DATE'\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t//--------------------------------------------\n\t\t\t\t\t\t//\twe need CDT so we can add a day\n\t\t\t\t\t\t//\tgcal, and ical are ok with this being the same day\n\t\t\t\t\t\t//\tstupid damned outlook barfs, hence the +1\n\t\t\t\t\t\t//\tthe +1 doesnt affect g/ical\n\t\t\t\t\t\t//--------------------------------------------\n\n\t\t\t\t\t\tif ( ! isset($this->CDT) OR ! is_object($this->CDT) )\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$this->load_calendar_datetime();\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t$this->CDT->change_date(\n\t\t\t\t\t\t\t$edit['end_year'],\n\t\t\t\t\t\t\t$edit['end_month'],\n\t\t\t\t\t\t\t$edit['end_day']\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t$this->CDT->add_day();\n\n\t\t\t\t\t\t$E->setProperty(\n\t\t\t\t\t\t\t\"dtend\" ,\n\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t'year' \t=> $this->CDT->year,\n\t\t\t\t\t\t\t\t'month' => $this->CDT->month,\n\t\t\t\t\t\t\t\t'day'\t=> $this->CDT->day\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t'VALUE' => 'DATE'\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t\telse\n\t\t\t\t\t{\n\t\t\t\t\t\t$E->setProperty(\n\t\t\t\t\t\t\t'dtstart',\n\t\t\t\t\t\t\t$edit_date['year'],\n\t\t\t\t\t\t\t$edit_date['month'],\n\t\t\t\t\t\t\t$edit_date['day'],\n\t\t\t\t\t\t\t$edit_date['hour'],\n\t\t\t\t\t\t\t$edit_date['min'],\n\t\t\t\t\t\t\t00\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t$E->setProperty(\n\t\t\t\t\t\t\t'dtend',\n\t\t\t\t\t\t\t$edit['end_year'],\n\t\t\t\t\t\t\t$edit['end_month'],\n\t\t\t\t\t\t\t$edit['end_day'] ,\n\t\t\t\t\t\t\tsubstr($edit['end_time'], 0, 2),\n\t\t\t\t\t\t\tsubstr($edit['end_time'], 2, 2),\n\t\t\t\t\t\t\t00\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\n\t\t\t\t\t$E->setProperty( \"RECURRENCE-ID\", $edit_date);\n\t\t\t\t\t$E->setProperty( \"uid\", $this->make_uid() . '@' . $host);\n\n\t\t\t\t\t$ICAL->setComponent($E);\n\t\t\t\t}\n\n\t\t\t\t//cleanup\n\t\t\t\t$E->deleteProperty(\"RECURRENCE-ID\");\n\n\t\t\t\t$E->setProperty('dtstart', $start_year, $start_month, $start_day, $start_hour, $start_minute, 00);\n\t\t\t\t$E->setProperty('dtend', $end_year, $end_month, $end_day, $end_hour, $end_minute, 00);\n\t\t\t}\n\n\t\t\t// these random ass add-in dates are non-standard to most cal creation\n\t\t\t// and need to be treated seperately as lumping don't work, dog\n\t\t\tif ( ! empty($extras))\n\t\t\t{\n\t\t\t\tforeach ($extras as $extra)\n\t\t\t\t{\n\n\t\t\t\t\t//if this is all day we need to add the dates as params to the dstart and end items\n\t\t\t\t\tif ($this->_is_all_day(\n\t\t\t\t\t\tsubstr($extra['start_time'], 0, 2),\n\t\t\t\t\t\tsubstr($extra['start_time'], 2, 2),\n\t\t\t\t\t\tsubstr($extra['end_time'], 0, 2),\n\t\t\t\t\t\tsubstr($extra['end_time'], 2, 2)\n\t\t\t\t\t ))\n\t\t\t\t\t{\n\t\t\t\t\t\t$E->setProperty(\n\t\t\t\t\t\t\t\"dtstart\" ,\n\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t'year' \t=> $extra['start_year'],\n\t\t\t\t\t\t\t\t'month' => $extra['start_month'],\n\t\t\t\t\t\t\t\t'day'\t=> $extra['start_day']\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t'VALUE' => 'DATE'\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t//--------------------------------------------\n\t\t\t\t\t\t//\twe need CDT so we can add a day\n\t\t\t\t\t\t//\tgcal, and ical are ok with this being the same day\n\t\t\t\t\t\t//\tstupid damned outlook barfs, hence the +1\n\t\t\t\t\t\t//\tthe +1 doesnt affect g/ical\n\t\t\t\t\t\t//--------------------------------------------\n\n\t\t\t\t\t\tif ( ! isset($this->CDT) OR ! is_object($this->CDT) )\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$this->load_calendar_datetime();\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t$this->CDT->change_date(\n\t\t\t\t\t\t\t$extra['end_year'],\n\t\t\t\t\t\t\t$extra['end_month'],\n\t\t\t\t\t\t\t$extra['end_day']\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t$this->CDT->add_day();\n\n\t\t\t\t\t\t$E->setProperty(\n\t\t\t\t\t\t\t\"dtend\" ,\n\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t'year' \t=> $this->CDT->year,\n\t\t\t\t\t\t\t\t'month' => $this->CDT->month,\n\t\t\t\t\t\t\t\t'day'\t=> $this->CDT->day\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t'VALUE' => 'DATE'\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t\telse\n\t\t\t\t\t{\n\t\t\t\t\t\t$E->setProperty(\n\t\t\t\t\t\t\t'dtstart',\n\t\t\t\t\t\t\t$extra['start_year'],\n\t\t\t\t\t\t\t$extra['start_month'],\n\t\t\t\t\t\t\t$extra['start_day'] ,\n\t\t\t\t\t\t\tsubstr($extra['start_time'], 0, 2),\n\t\t\t\t\t\t\tsubstr($extra['start_time'], 2, 2),\n\t\t\t\t\t\t\t00\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t$E->setProperty(\n\t\t\t\t\t\t\t'dtend',\n\t\t\t\t\t\t\t$extra['end_year'],\n\t\t\t\t\t\t\t$extra['end_month'],\n\t\t\t\t\t\t\t$extra['end_day'] ,\n\t\t\t\t\t\t\tsubstr($extra['end_time'], 0, 2),\n\t\t\t\t\t\t\tsubstr($extra['end_time'], 2, 2),\n\t\t\t\t\t\t\t00\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\n\t\t\t\t\t$E->setProperty( \"uid\", $this->make_uid() . '@' . $host);\n\t\t\t\t\t$ICAL->setComponent($E);\n\t\t\t\t}\n\n\t\t\t\t//clean in case we need to add more later\n\t\t\t\t$E->setProperty('dtstart', $start_year, $start_month, $start_day, $start_hour, $start_minute, 00);\n\t\t\t\t$E->setProperty('dtend', $end_year, $end_month, $end_day, $end_hour, $end_minute, 00);\n\t\t\t}\n\t\t}\n\t\t//return $ICAL->createCalendar();\n\t\treturn $ICAL->returnCalendar();\n\t}", "function ics_array_to_ical_events( $ics_array, $start, $end )\n\t{\n $events = [];\n\n\t\tforeach( $ics_array as $key => $value )\n\t\t{\n\t\t\t// If the event's \"BEGIN\" value begins with \"VEVENT\", it is a valid event\n\t\t\tif( preg_match( '/^VEVENT$/', $value['BEGIN'] ) )\n\t\t\t{\n\t\t\t\t// Get the time zone for the event\n\t\t\t\tif( isset( $value['DTSTART'] ) )\n\t\t\t\t{\n\t\t\t\t\t$current_date = substr( $value['DTSTART'], 0, 8 );\n\t\t\t\t\t$current_time = substr( $value['DTSTART'], 9, 6 );\n\t\t\t\t\t$time_zone = new DateTimeZone( 'UTC' );\n\t\t\t\t}\n\t\t\t\telse if( isset( $value['DTSTART;VALUE=DATE'] ) )\n\t\t\t\t{\n\t\t\t\t\t$current_date = $value['DTSTART;VALUE=DATE'];\n\t\t\t\t\t$current_time = ICalEntry::EVENT_ALL_DAY;\n\t\t\t\t\t$time_zone = new DateTimeZone( 'America/New_York' );\n\t\t\t\t}\n\t\t\t\telse if( isset( $value['DTSTART;TZID=America/New_York'] ) )\n\t\t\t\t{\n\t\t\t\t\t$current_date = substr( $value['DTSTART;TZID=America/New_York'], 0, 8 );\n\t\t\t\t\t$current_time = substr( $value['DTSTART;TZID=America/New_York'], 9 );\n\t\t\t\t\t$time_zone = new DateTimeZone( 'America/New_York' );\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t\terror_log( 'Unexpected value for DSTART! ' . print_r( $value, true ) );\n\n\t\t\t\t$current_date = trim( $current_date );\n\t\t\t\t$current_time = trim( $current_time );\n\n\t\t\t\t// Construct the datetime string\n\t\t\t\tif( $current_time != ICalEntry::EVENT_ALL_DAY )\n\t\t\t\t\t$current = DateTime::createFromFormat( 'YmdGis', $current_date . $current_time, $time_zone );\n\t\t\t\telse\n\t\t\t\t\t$current = DateTime::createFromFormat( 'Ymd', $current_date, $time_zone );\n\n\t\t\t\tif( $current->getTimezone()->getName() == 'UTC' )\n\t\t\t\t\t$current = $current->sub( new DateInterval( 'PT5H' ) );\n\n\t\t\t\t// Insert the event into the events list if it is within the date range\n\t\t\t\tif( $start <= $current && $current <= $end )\n\t\t\t\t{\n\t\t\t\t\t// Get the date part of the datetime\n\t\t\t\t\t$date = $current->format( 'n-j-Y' );\n\n\t\t\t\t\t// Get the time part of the datetime\n\t\t\t\t\tif( $current_time != ICalEntry::EVENT_ALL_DAY )\n\t\t\t\t\t\t$time = $current->format( 'g:i A' );\n\t\t\t\t\telse\n\t\t\t\t\t\t$time = $current_time;\n\n\t\t\t\t\t// Get the event description\n\t\t\t\t\t$description = $value['SUMMARY'];\n $events[] = new ICalEntry( $date, $time, $description );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn $events;\n\t}", "function dayReadings($xml=\"data/brislington_no2.xml\", $day=\"13\", $month=\"12\", $year=\"2016\") {\n\n\t$Data = [];\n\t$xmlReader = new XMLReader();\n\t$xmlReader->open('../' . $xml);\n\n\t$array = [];\n\n\n\t$array[] = $year;\n\t$array[] = $month;\n\t$array[] = $day;\n\n\t$combined_date = implode('/', $array);\n\n\t$timeStamp2 = strtotime($combined_date); //check this is correct\n\t$formatted_date = zeroMonth($combined_date);\n\n\twhile($xmlReader->read()) {\n\t\tif($xmlReader->nodeType == XMLReader::ELEMENT && $xmlReader->localName == \"reading\") {\n\n\t\t\t$date = $xmlReader->getAttribute('date');\n\t\t\t$date = str_replace('/', '-', $date);\n\t\t\t$timeStamp1 = strtotime($date);\n\n\t\t\tif($timeStamp1 == $timeStamp2) {\n\n\t\t\t\t$no2 = $xmlReader->getAttribute('no2');\n\t\t\t\t$time = $xmlReader->getAttribute('time');\n\n\t\t\t\t$s = strtotime($time);\n\n\t\t\t\t$Data[] = array(\n\t\t\t\t\t\t'no2' => $no2,\n\t\t\t\t\t\t'time' => $time\n\t\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\t$t = array();\n\n\tforeach($Data as $key=>$row) {\n\t\t$t[$key] = $row['time'];\n\t}\n\n\tarray_multisort($t, SORT_ASC, $Data);\n\n\tforeach($Data as $key=>$value) {\n\n\t\t$s = strtotime($value['time']);\n\n\t\t$date_object = 'Date(' . $formatted_date[2]. ',' . $formatted_date[1] .',' . $formatted_date[0] . ',' . date('G', $s) . ',' . date('i', $s) . ',' . date('s', $s) . ')';\n\n\t\t$Data[$key]['time'] = $date_object;\n\t}\n\n\treturn $Data;\n}", "static function toXCAL($icalData) {\n\n // Detecting line endings\n $lb=\"\\r\\n\";\n if (strpos($icalData,\"\\r\\n\")!==false) $lb = \"\\r\\n\";\n elseif (strpos($icalData,\"\\n\")!==false) $lb = \"\\n\";\n\n // Splitting up items per line\n $lines = explode($lb,$icalData);\n\n // Properties can be folded over 2 lines. In this case the second\n // line will be preceeded by a space or tab.\n $lines2 = array();\n foreach($lines as $line) {\n\n if (!$line) continue;\n if ($line[0]===\" \" || $line[0]===\"\\t\") {\n $lines2[count($lines2)-1].=substr($line,1);\n continue;\n }\n\n $lines2[]=$line;\n\n }\n\n $xml = '<?xml version=\"1.0\"?>' . \"\\n\";\n $xml.= \"<iCalendar xmlns=\\\"urn:ietf:params:xml:ns:xcal\\\">\\n\";\n\n $spaces = 2;\n foreach($lines2 as $line) {\n\n $matches = array();\n // This matches PROPERTYNAME;ATTRIBUTES:VALUE\n if (!preg_match('/^([^:^;]*)(?:;([^:]*))?:(.*)$/',$line,$matches))\n continue;\n\n $propertyName = strtolower($matches[1]);\n $attributes = $matches[2];\n $value = $matches[3];\n\n // If the line was in the format BEGIN:COMPONENT or END:COMPONENT, we need to special case it.\n if ($propertyName === 'begin') {\n $xml.=str_repeat(\" \",$spaces);\n $xml.='<' . strtolower($value) . \">\\n\";\n $spaces+=2;\n continue;\n } elseif ($propertyName === 'end') {\n $spaces-=2;\n $xml.=str_repeat(\" \",$spaces);\n $xml.='</' . strtolower($value) . \">\\n\";\n continue;\n }\n\n $xml.=str_repeat(\" \",$spaces);\n $xml.='<' . $propertyName;\n if ($attributes) {\n // There can be multiple attributes\n $attributes = explode(';',$attributes);\n foreach($attributes as $att) {\n \n list($attName,$attValue) = explode('=',$att,2);\n $attName = strtolower($attName);\n if ($attName === 'language') $attName='xml:lang';\n $xml.=' ' . $attName . '=\"' . htmlspecialchars($attValue) . '\"';\n\n }\n }\n\n $xml.='>'. htmlspecialchars(trim($value)) . '</' . $propertyName . \">\\n\";\n \n }\n $xml.=\"</iCalendar>\";\n return $xml;\n\n }", "public function getDays() : array\n { \n $days = [];\n $dates = $this->get();\n for ($i = 1; $i < count($dates); $i++) {\n $dateFormatted = Carbon::createFromFormat('d/m/Y', $dates[$i]);\n $days[$dates[$i]] = $dateFormatted->formatLocalized('%A');\n }\n return $days;\n }", "protected function _importData()\n {\n // Get the raw data from the source\n $rawData = $this->_source->getRawData();\n\n // Parse the data into a simple struct\n $parser = new Zend_Ical_Parser($rawData);\n $this->_data = $parser->parse();\n\n print_r($this->_data);\n }", "public static function buildDay(): array\n {\n $results_array = array();\n\n while(true)\n {\n if(count($results_array) == 24)\n {\n break;\n }\n\n $results_array[count($results_array) + 1] = 0;\n }\n\n return $results_array;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Extracts average, equipped average and equipped artifact item level.
public function getItemLevels($rawData) { $this->data['equipped_ilvl'] = $rawData['items']['averageItemLevelEquipped']; $this->data['average_ilvl'] = $rawData['items']['averageItemLevel']; $this->data['equipped_average_ilvl_diff'] = $rawData['items']['averageItemLevel'] - $rawData['items']['averageItemLevelEquipped']; if(isset($rawData['items']['mainHand'])) { $this->data['artifact_ilvl'] = $rawData['items']['mainHand']['itemLevel']; } elseif(isset($body['items']['offHand'])) { $this->data['artifact_ilvl'] = $rawData['items']['offHand']['itemLevel']; } }
[ "function getEnergyValues(){\n global $username, $el1, $el2, $level1, $level2, $el1Result, $el2Result, $el1Amount, $el2Amount, $el1Energies, $el2Energies;\n \n \n //gets the ratios for both items and stores them in $el1Energies and $el2Energies\n $cols = 'human, attack, power, intelligence, building';\n $el1Energies = sqlSelect('items',$cols,\"name = '\".$el1.\"'\",\"name\")[0];\n $el2Energies = sqlSelect('items',$cols,\"name = '\".$el2.\"'\",\"name\")[0];\n \n \n //this is the case the items are shits (not predefined items) in which ratios are separated by @\n if(substr( $el1, 0, 5 ) === \"shit@\"){\n $energies = explode(\"@\", $el1);\n $el1Energies=array('human'=>$energies[1],'attack'=>$energies[2],'power'=>$energies[3],'intelligence'=>$energies[4],'building'=>$energies[5]);\n }\n if(substr( $el2, 0, 5 ) === \"shit@\"){\n $energies = explode(\"@\", $el2);\n $el2Energies=array('human'=>$energies[1],'attack'=>$energies[2],'power'=>$energies[3],'intelligence'=>$energies[4],'building'=>$energies[5]);\n }\n \n //multiplies by level to get energy levels (instead of the ratios)\n foreach($el1Energies as &$value){\n $value=$value*$level1;\n }\n foreach($el2Energies as &$value){\n $value=$value*$level2;\n }\n }", "function packagingRatingAvg()\n\t{\n\t\treturn $this->getReviews->filter(function($item){\n\t\t\t\t\t\t\t\t\treturn ($item->packaging_rating >0);\n\t\t\t\t\t\t\t\t})->avg('packaging_rating');\n\t\t\n\t}", "public function calculateLegendary($item)\n {\n return $item->quality;\n }", "function getExplorationAchievementPoints() {\n\t\t$i = 0;\n\t\t//iterating over the array using foreach, assigning the current value to skill on each iteration\n\t\tif ($this->general_xml->characterInfo->summary->category != null){\n\t\t\tforeach($this->general_xml->characterInfo->summary->category as $category => $data) {\n\t\t\t\tif ($data[\"name\"] == \"Exploration\"){\n\t\t\t\t\t$valuno = $data->c[\"earnedPoints\"];\n\t\t\t\t\t$valdos = $data->c[\"totalPoints\"];\n\t\t\t\t\t$val_one = intval($valuno);\n\t\t\t\t\t$val_two = intval($valdos);\n\t\t\t\t\tif ($val_one == 0){\n\t\t\t\t\t\t$average = 0;\n\t\t\t\t\t\treturn $average;}\n\t\t\t\t\telse{\n\t\t\t\t\t$average = ($val_one / $val_two) * 100;\n\t\t\t\t\treturn round($average);}}\n\t\t\t}\n\t\t}else{\n\t\t\treturn 0;\n\t\t}\n\t}", "public function getTotalArtifactDamage(): int {\n return $this->getArtifactDamage();\n }", "function getProductaverageAttribute() {\n \t// calculate total price \t\n \t$totalPrice = 0;\n \t$totalQnty = 0;\n \t$average = 0;\n \tif($this->inventorycostproducts->count()>0){\n \t\tforeach($this->inventorycostproducts as $inventorycostproduct) {\n \t\t\t$totalPrice += ($inventorycostproduct->cost * $inventorycostproduct->quantity);\n \t\t\t$totalQnty += $inventorycostproduct->quantity;\n \t\t}\n \t\t//calculate average\n \t\t$average = $totalPrice/$totalQnty;\n \t\t\n \t\t//convert averag to currency\n \t\t$average = $average/100;\n \t}\n \t\treturn $average;\n\t}", "public function getItemLevels() {\n return $this->itemLevels;\n }", "public function getLevel(Item $item) : int;", "function generate_average_item($search_result=array()){\n\t\t$avg_item=array();\n\t\t$type_array=array();\n\t\t$taste_array=array();\n\t\t$nutrition_array=array();\n\t\t$price_array=array();\n\n\t\tif(!empty($search_result)){\n\t\t\tfor ($i = 0; $i < sizeof($search_result); $i++){\n\t\t\t\tarray_push($type_array,$search_result[$i]['Type']);\n\t\t\t\tarray_push($taste_array,$search_result[$i]['Taste']);\n\t\t\t\tarray_push($nutrition_array,$search_result[$i]['Nutrition']);\n\t\t\t\tarray_push($price_array,$search_result[$i]['Price']);\n\n\t\t\t}\n\t\t}\n\t\t$c = array_count_values($type_array); \n\t\t$max_type = array_search(max($c), $c);\n\t\t$d = array_count_values($taste_array); \n\t\t$max_taste = array_search(max($d), $d);\n\t\t$avg_nutrition = array_sum($nutrition_array) / count($nutrition_array); \n\t\t$avg_price = array_sum($price_array) / count($price_array);\n\t\t$avg_item['Type']=$max_type;\n\t $avg_item['Taste']=$max_taste;\n\t $avg_item['Nutrition']=$avg_nutrition;\n\t $avg_item['Price']=$avg_price; \n\t\treturn $avg_item;\n\n\t}", "public function getItemEffectMod()\n {\n return $this->item_effect_mod;\n }", "function show_starting_armor_stats($armor) {\n // Get the armor with the name input\n $result = mysql_query(\"SELECT * FROM Armor JOIN Items ON (armor_item_id = item_id)\n JOIN Elements ON (armor_element = element_id) WHERE item_name = '$armor'\");\n $row = mysql_fetch_array($result);\n \n // Apply output its stats\n $output = \"Starting Level: \" . $row['armor_starting_level'] .\n \"<br />Element: \" . $row['element_name'] .\n \"<br />Starting Defense: \" . $row['armor_starting_defense'] .\n \"<br />Starting Barrier: \" . $row['armor_starting_barrier'] .\n \"<br />Starting HP: \" . $row['armor_starting_max_health'] .\n \"<br />Starting Condition: \" . $row['armor_starting_max_condition'] .\n \"<br />Weapon Description: \" . $row['item_description'];\n \n return $output;\n}", "private function getLeggingsArmorPoints() : int{\n\t\t$armor = 0;\n\t\t$item = $this->getBoots();\n\t\tif($item !== null && $item->getId() !== ItemIds::AIR){\n\t\t\tif($item instanceof LeatherPants){\n\t\t\t\t$armor = 2;\n\t\t\t}else if($item instanceof GoldLeggings){\n\t\t\t\t$armor = 3;\n\t\t\t}else if($item instanceof IronLeggings){\n\t\t\t\t$armor = 5;\n\t\t\t}else if($item instanceof DiamondLeggings){\n\t\t\t\t$armor = 6;\n\t\t\t}\n\t\t}\n\t\treturn $armor * 4;\n\t}", "public function GetRandomPropertiesPoints($itemLevel, $type, $quality, $itemId = 0) {\n if($itemLevel == 0 && $type == 0 && $quality == 0 && $itemId > 0) {\n $data = DB::World()->selectRow(\"SELECT `ItemLevel`, `type`, `Quality` FROM `item_template` WHERE `entry`=%d\", $itemId);\n $itemLevel = $data['ItemLevel'];\n $type = $data['type'];\n $quality = $data['Quality'];\n }\n if($itemLevel < 0 || $itemLevel > 300) {\n return false;\n }\n $field = null;\n switch($quality) {\n case 2:\n $field .= 'uncommon';\n break;\n case 3:\n $field .= 'rare';\n break;\n case 4:\n $field .= 'epic';\n break;\n default:\n return false;\n break;\n }\n switch($type) {\n case 0: // INVTYPE_NON_EQUIP:\n case 18: // INVTYPE_BAG:\n case 19: // INVTYPE_TABARD:\n case 24: // INVTYPE_AMMO:\n case 27: // INVTYPE_QUIVER:\n case 28: // INVTYPE_RELIC:\n return 0;\n case 1: // INVTYPE_HEAD:\n case 4: // INVTYPE_BODY:\n case 5: // INVTYPE_CHEST:\n case 7: // INVTYPE_LEGS:\n case 17: // INVTYPE_2HWEAPON:\n case 20: // INVTYPE_ROBE:\n $field .= '_0';\n break;\n case 3: // INVTYPE_SHOULDERS:\n case 6: // INVTYPE_WAIST:\n case 8: // INVTYPE_FEET:\n case 10: // INVTYPE_HANDS:\n case 12: // INVTYPE_TRINKET:\n $field .= '_1';\n break;\n case 2: // INVTYPE_NECK:\n case 9: // INVTYPE_WRISTS:\n case 11: // INVTYPE_FINGER:\n case 14: // INVTYPE_SHIELD:\n case 16: // INVTYPE_CLOAK:\n case 23: // INVTYPE_HOLDABLE:\n $field .= '_2';\n break;\n case 13: // INVTYPE_WEAPON:\n case 21: // INVTYPE_WEAPONMAINHAND:\n case 22: // INVTYPE_WEAPONOFFHAND:\n $field .= '_3';\n break;\n case 15: // INVTYPE_RANGED:\n case 25: // INVTYPE_THROWN:\n case 26: // INVTYPE_RANGEDRIGHT:\n $field .= '_4';\n break;\n default:\n return 0;\n }\n return DB::Wow()->selectCell(\"SELECT `%s` FROM `DBPREFIX_randompropertypoints` WHERE `itemlevel`=%d\", $field, $itemLevel);\n }", "public function getAveragePrice (){\r\n\t\tif(!$this->averagePrice){\r\n\t\t\tif($this->unit == Website_Model_Component::CENTILITRE){\r\n\t\t\t\t$this->averagePrice = $this->getIngredient()->getAveragePricePerLitre() / 100 * $this->amount;\r\n\t\t\t\t//$logger->log('RECIPE:getCaloriesKcal '.$this->getIngredient()->name.', amount: '.$this->amount.', unit: '.$this->unit.', kcal: '.$caloriesKcal.', my: '.$this->getIngredient()->getAverageCaloriesKcal(), Zend_Log::INFO);\r\n\t\t\t} elseif($this->unit == Website_Model_Component::MILLILITRE){\r\n\t\t\t\t$this->averagePrice = $this->getIngredient()->getAveragePricePerLitre() / 1000 * $this->amount;\r\n\t\t\t\t//$logger->log('RECIPE:getCaloriesKcal '.$this->getIngredient()->name.', amount: '.$this->amount.', unit: '.$this->unit.', kcal: '.$caloriesKcal.', my: '.$this->getIngredient()->getAverageCaloriesKcal(), Zend_Log::INFO);\r\n\t\t\t} elseif($this->unit == Website_Model_Component::LITRE){\r\n\t\t\t\t$this->averagePrice = $this->getIngredient()->getAveragePricePerLitre() * $this->amount;\r\n\t\t\t\t//$logger->log('RECIPE:getCaloriesKcal '.$this->getIngredient()->name.', amount: '.$this->amount.', unit: '.$this->unit.', kcal: '.$caloriesKcal.', my: '.$this->getIngredient()->getAverageCaloriesKcal(), Zend_Log::INFO);\r\n\t\t\t} elseif($this->unit == Website_Model_Component::GRAM){\r\n\t\t\t\t$this->averagePrice = $this->getIngredient()->getAveragePricePerKilogram() / 1000 * $this->amount;\r\n\t\t\t\t//$logger->log('RECIPE:getCaloriesKcal '.$this->getIngredient()->name.', amount: '.$this->amount.', unit: '.$this->unit.', kcal: '.$caloriesKcal.', my: '.$this->getIngredient()->getAverageCaloriesKcal(), Zend_Log::INFO);\r\n\t\t\t} elseif($this->unit == Website_Model_Component::KILOGRAM){\r\n\t\t\t\t$this->averagePrice = $this->getIngredient()->getAveragePricePerKilogram() * $this->amount;\r\n\t\t\t\t//$logger->log('RECIPE:getCaloriesKcal '.$this->getIngredient()->name.', amount: '.$this->amount.', unit: '.$this->unit.', kcal: '.$caloriesKcal.', my: '.$this->getIngredient()->getAverageCaloriesKcal(), Zend_Log::INFO);\r\n\t\t\t} elseif($this->unit == Website_Model_Component::PIECE){\r\n\t\t\t\t$this->averagePrice = $this->getIngredient()->getAveragePricePerPiece() * $this->amount;\r\n\t\t\t\t//$logger->log('RECIPE:getCaloriesKcal '.$this->getIngredient()->name.', amount: '.$this->amount.', unit: '.$this->unit.', kcal: '.$caloriesKcal.', my: '.$this->getIngredient()->getAverageCaloriesKcal(), Zend_Log::INFO);\r\n\t\t\t} elseif($this->unit == Website_Model_Component::WHOLE){\r\n\t\t\t\t$this->averagePrice = $this->getIngredient()->getAveragePricePerWhole() * $this->amount;\r\n\t\t\t\t//$logger->log('RECIPE:getCaloriesKcal '.$this->getIngredient()->name.', amount: '.$this->amount.', unit: '.$this->unit.', kcal: '.$caloriesKcal.', my: '.$this->getIngredient()->getAverageCaloriesKcal(), Zend_Log::INFO);\r\n\t\t\t} elseif($this->unit == Website_Model_Component::TEASPOON){\r\n\t\t\t\t$this->averagePrice = $this->getIngredient()->getAveragePricePerLitre() / 203 * $this->amount;\r\n\t\t\t\t//throw new Zend_Exception('Recipes with Component::TEASPOON cannot be converted right now!');\r\n\t\t\t\t// print $this->amount.' TL ' .$this->getIngredient()->name.' teaspoon hit: '.$caloriesKcal.' <br />';\r\n\t\t\t\t//$logger->log('RECIPE:getCaloriesKcal '.$this->getIngredient()->name.', amount: '.$this->amount.', unit: '.$this->unit.', kcal: '.$caloriesKcal.', my: '.$this->getIngredient()->getAverageCaloriesKcal(), Zend_Log::INFO);\r\n\t\t\t} elseif($this->unit == Website_Model_Component::FLUID_OUNCE){\r\n\t\t\t\t// TODO:\r\n\t\t\t\t//$logger->log('RECIPE:getCaloriesKcal '.$this->getIngredient()->name.', amount: '.$this->amount.', unit: '.$this->unit.', kcal: '.$caloriesKcal.', my: '.$this->getIngredient()->getAverageCaloriesKcal(), Zend_Log::INFO);\r\n\t\t\t} else {\r\n\t\t\t\t// TODO: Exception hinzufügen und übersetzen\r\n\t\t\t\tthrow new Website_Model_RecipeException('UnsupportedUnit');\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn $this->averagePrice;\r\n\t}", "public function exposure() {\r\n $exposureCount = 0;\r\n foreach($this->groups as $group){\r\n// echo \"hey\".$group->exposureCount().\"<br />\";\r\n $exposureCount += $group->exposureCount();\r\n }\r\n return $exposureCount / $this->getPopulation() / ( $this->getPopulation() - 1 );\r\n }", "function show_armor_stats($armor) {\n // Get the armor with the name input\n $result = mysql_query(\"SELECT * FROM Heroes JOIN Hero_Armor ON (hero_id = HA_hero_id)\n JOIN Armor ON (HA_item_id = armor_item_id) JOIN Items ON (HA_item_id = item_id)\n JOIN Elements ON (armor_element = element_id) WHERE hero_name = '$_SESSION[hero_name]'\n AND item_name = '$armor'\");\n $row = mysql_fetch_array($result);\n \n // Apply output its stats\n $output = \"Level: \" . $row['armor_level'] .\n \"<br />Experience: \" . $row['armor_experience'] .\n \"<br />Element: \" . $row['element_name'] .\n \"<br />Defense: \" . $row['armor_defense'] .\n \"<br />Barrier: \" . $row['armor_barrier'] .\n \"<br />Health: \" . $row['armor_health'] .\n \"<br />Max Health: \" . $row['armor_max_health'] .\n \"<br />Condition: \" . $row['armor_condition'] .\n \"<br />Max Condition: \" . $row['armor_max_condition'] .\n \"<br />Armor Description: \" . $row['item_description'];\n \n return $output;\n}", "function getAvg( $exch_results ) {\n // Get total volume\n $sum_volume = 0;\n foreach ($exch_results as $item) {\n $sum_volume += $item['volume'];\n }\n // Get each exchange volume weight\n $weighted_prices = array();\n foreach ( $exch_results as $key => $item ) {\n $weighted_prices[$key] = array(\n 'weight' => number_format( number_format( ( $item['volume'] / $sum_volume ), 3 ) * 100, 1 ),\n 'weight_as_price' => number_format( ( $item['price'] * floor( round( number_format( ( $item['volume'] / $sum_volume ), 3 ) * 1000 ) ) ), 8 ),\n );\n }\n // Get total price point for average\n $sum_price = 0;\n foreach ($weighted_prices as $item) {\n $sum_price += $item['weight_as_price'];\n }\n return number_format(($sum_price) / 1000, 8);\n}", "function View_overall_items(){\n\t\t$OverallItems = $this->db->query(\"SELECT * FROM `material` m, `stock` s WHERE m.`material_id`=s.`material_id` GROUP BY s.`stock_id`\");\n\t\treturn $OverallItems;\n\t}", "private function getAveragePriceSoldArticle()\n {\n $sql=\"\n SELECT\n AVG(orders.price)\n FROM\n s_order_details AS orders\n WHERE\n modus=0\";\n\n $price=$this->query($sql);\n\n $result['AveragePriceSoldArticle']=$price[0]['AVG(orders.price)'];\n return $result;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Returns the actual date that the affiliation expired or is going to expire.
public function getDateExpirationActual() { return $this->date_expiration_actual; }
[ "public function expiration_date()\n {\n $app = $this->entity->app;\n\n if ($app) {\n if ($app->renewal_date) {\n return $app->renewal_date;\n } else if ($app->renewal_years && $this->entity->approved_at) {\n $date = Carbon::parse($this->entity->approved_at);\n $date->addYears($app->renewal_years);\n return $date->toDateTimeString();\n }\n } else {\n return $this->entity->renewal_date->toDateTimeString();\n }\n }", "public function getExpirationDate();", "public function get_expire_date() {\n $expire_date = '';\n $account_info = $this->account_model->getAccountInfo($this->properties['lis.account']);\n\n $old_expire_date = $account_info['expire_date'];\n $status = $account_info['status'];\n\n if($status == 'premium') {\n $timediff = $this->lis_tz[$this->properties['lis.timezone']];\n $days_remaining = getDaysRemaining($old_expire_date,$timediff);\n if($days_remaining <= 60) { // only if the days remaining are less than 60 then add a year\n $expire_date = addDaysToDate($old_expire_date, 365);\n }\n }\n else {\n $expire_date = addDaysToDate($this->get_lis_date(), 365);\n }\n return $expire_date;\n }", "public function getExpirationDate()\r\n {\r\n\r\n return $this->expiration_date;\r\n }", "public function getExpirationDate()\n {\n return $this->expiration_date;\n }", "public function getExpirationDate()\n {\n return $this->expirationDate;\n }", "public function expirationDate()\n {\n return $this->isDurable() ? new \\DateTime(sprintf('+%d %s', $this->duration, $this->durationUnit)) : null;\n }", "public function getExpirationDate()\n {\n return isset($this->response[\"expires\"]) ? new \\DateTime($this->response[\"expires\"]) : null;\n }", "public function getExpiredAt()\n {\n return $this->expired_at;\n }", "public function getExpired_at()\n {\n return $this->expired_at;\n }", "public function getExpiryDate()\n {\n return $this->expiry_date;\n }", "public function getExpireDate() {\n\t\treturn $this->expireDate;\n\t}", "public function getExpireDate()\n {\n return $this->expireDate;\n }", "public function getExpiryDate()\n {\n return $this->expiryDate;\n }", "public function getExpiryDate() {\n\t\treturn $this->expiryDate;\n\t}", "function getExpireDate() {\n\t\t$dt = $this->get(\"expiredate\");\n\t\tif ($dt == '0000-00-00 00:00:00') {\n\t\t\treturn NULL;\n\t\t} else {\n\t\t\treturn $dt;\n\t\t}\n\t}", "public function getExpiryDt()\n {\n return $this->expiry_dt;\n }", "public function getExpired()\r\n {\r\n return $this->expired;\r\n }", "public function getExpiration()\n { \n return $this->expiration;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Creates a form to create a Contact entity.
private function createCreateForm(Contact $entity) { $form = $this->createForm(new ContactType(), $entity, array( 'action' => $this->generateUrl('admin_contact_create'), 'method' => 'POST', )); $form->add('submit', 'submit', array('label' => 'Create')); return $form; }
[ "private function createCreateForm(Contact $entity)\n {\n $form = $this->createForm(new ContactType(), $entity, array(\n 'action' => $this->generateUrl('clients_contact_create'),\n 'method' => 'POST',\n ));\n\n $form->add('submit', 'submit', array('label' => 'Create'));\n\n return $form;\n }", "private function createCreateForm(Contact $entity)\n {\n $form = $this->createForm(new ContactType(), $entity, array(\n 'action' => $this->generateUrl('contact_client_create'),\n 'method' => 'POST',\n ));\n\n $form->add('submit', 'submit', array('label' => 'Create'));\n\n return $form;\n }", "private function createCreateForm(Contact $entity)\n {\n $form = $this->createForm(new ContactType(), $entity, array(\n 'action' => $this->generateUrl('contact_create'),\n 'method' => 'POST',\n ));\n\n $form->add('submit', 'submit', array('label' => 'Create'));\n\n return $form;\n }", "private function createCreateForm(Contact $entity)\n {\n $projects = $this->AllProject();\n $users = $this->Alluser();\n $types = $this->AllType();\n $clients = $this->AllClient();\n $epmtyarr = array(\"\");\n $clients = $epmtyarr + $clients; // array_merge($epmtyarr, $clients);\n $users = $epmtyarr + $users; //array_merge($epmtyarr, $users);\n $form = $this->createForm(new ContactType(), $entity, array(\n 'action' => $this->generateUrl('contact_create'),\n 'method' => 'POST',\n ));\n $form->add('client', 'choice', array('label' => 'Выберите клиента',\n 'multiple' => false,\n 'choices' => $clients,\n ));\n $form->add('user', 'choice', array('label' => 'Автор сообщения',\n 'multiple' => false,\n 'choices' => $users,\n ));\n $form->add('type', 'choice', array('label' => 'Тип Сообщения',\n 'multiple' => false,\n 'choices' => $types,\n ));\n $form->add('userDoer', 'choice', array('label' => 'Исполнитель Сообщения',\n 'multiple' => false,\n 'choices' => $users,\n ));\n $form->add('project', 'choice', array('label' => 'Проект',\n 'multiple' => false,\n 'choices' => $projects,\n ));\n $form->add('desctiption', 'textarea', array('label' => 'Описание'));\n $form->add('nextDateContact', 'datetime', array('label' => 'Дата следующего контакта'));\n\n\n $form->add('submit', 'submit', array('label' => 'Создать'));\n\n return $form;\n }", "private function createCreateForm(Contacto $entity)\n {\n $form = $this->createForm(new ContactoType(), $entity, array(\n 'action' => $this->generateUrl('contactos_create'),\n 'method' => 'POST',\n ));\n\n //$form->add('submit', 'submit', array('label' => 'Create'));\n\n return $form;\n }", "protected function createComponentContactForm()\r\n\t{\r\n\t\t$form = new Form;\r\n\t\t$comp = new Model;\r\n\t\t$ktyp = $comp->getContactType($this->ido);\r\n\t\t$form->addSelect('id_typy_kontaktu', 'Typ:', $ktyp)\r\n\t\t\t ->setPrompt('[..zvolte typ..]')\r\n\t\t\t ->addRule(Form::FILLED, 'Zvol typ');\r\n\r\n\t\t$form->addText('hodnota', 'Hodnota:')\r\n\t\t\t->setRequired('Uveďte hodnotu.');\r\n\t\t$form->addHidden('id_osoby');\r\n\r\n\t\t$form->addSubmit('save', 'Uložit')->setAttribute('class', 'default');\r\n\t\t$form->addSubmit('cancel', 'Storno')->setValidationScope(FALSE);\r\n\t\t$form->onSuccess[] = callback($this, 'contactFormSubmitted');\r\n\r\n\t\t$form->addProtection(self::MESS_PROTECT);\r\n\t\treturn $form;\r\n\t}", "public function actionCreate()\n {\n $model = new Contact();\n $model->user_id = $this->user->id;\n $model->scenario = 'form';\n\n if (Yii::$app->request->isPost && ($postData = Yii::$app->request->post()) && $model->load($postData)) {\n if ($model->save()) {\n return $this->redirect([\n 'view',\n 'id' => $model->id,\n ]);\n }\n }\n\n return $this->render('create', [\n 'model' => $model,\n ]);\n }", "public function createAction()\n\t{\n\t\t$contact = new Contacts();\n\t\t$success = $contact->save($this->request->getPost(), array('name', 'phone', 'email'));\n\n\t\tif ($success) {\n\t\t\t$this->flash->success(\"Contact Successfully Saved!\");\n\t\t\t$this->dispatcher->forward(['action' => 'index']);\n\t\t}\n\t\telse {\n\t\t\t$this->flash->error(\"Following Errors occurred: <br/>\");\n\n\t\t\tforeach ($contact->getMessages() as $message) {\n\t\t\t\t$this->flash->error($message);\n\t\t\t}\n\n\t\t\t$this->dispatcher->forward(['action' => 'new']);\n\t\t}\n\t}", "protected function createContactForm()\n {\n $form = UserDefinedForm::create(array(\n 'Title' => 'Contact',\n 'URLSegment' => 'contact',\n 'Content' => '<p>$UserDefinedForm</p>',\n 'SubmitButtonText' => 'Submit',\n 'ClearButtonText' => 'Clear',\n 'OnCompleteMessage' => \"<p>Thanks, we've received your submission and will be in touch shortly.</p>\",\n 'EnableLiveValidation' => true\n ));\n\n $form->write();\n\n // Add form fields\n $fields = array(\n EditableFormStep::create([\n 'Title' => _t(\n 'SilverStripe\\\\UserForms\\\\Model\\\\EditableFormField\\\\EditableFormStep.TITLE_FIRST',\n 'First Page'\n )\n ]),\n EditableTextField::create([\n 'Title' => 'Name',\n 'Required' => true,\n 'RightTitle' => 'Please enter your first and last name'\n ]),\n EditableEmailField::create([\n 'Title' => Email::class,\n 'Required' => true,\n 'Placeholder' => 'example@example.com'\n ]),\n EditableTextField::create([\n 'Title' => 'Subject'\n ]),\n EditableTextField::create([\n 'Title' => 'Message',\n 'Required' => true,\n 'Rows' => 5\n ])\n );\n\n foreach ($fields as $field) {\n $field->write();\n $form->Fields()->add($field);\n $field->copyVersionToStage(Versioned::DRAFT, Versioned::LIVE);\n }\n\n $form->copyVersionToStage(Versioned::DRAFT, Versioned::LIVE);\n $form->flushCache();\n\n $this->output(' + Created \"contact\" UserDefinedForm page');\n\n return $this;\n }", "public function create_contacto() { //motrar el formulario\n return view('nomencladores.contactos.create');\n }", "private function createCreateForm(ContactFormData $entity)\n {\n $form = $this->createForm(new ContactFormDataType(), $entity, array(\n 'action' => $this->generateUrl('contact-form-data_create'),\n 'method' => 'POST',\n ));\n\n $form->add('submit', 'submit', array('label' => 'Create'));\n\n return $form;\n }", "protected function createComponentContactForm()\n {\n $form = new Form;\n $form->addText('email','Vaše emailová adresa')->setType('email')->setRequired();\n $form->addText('y','Zadejte aktuální rok')->setRequired()->addRule(Form::EQUAL, 'Chybně vyplněný antispam', date('Y'));\n $form->addTextArea('message', 'Zpráva')->setRequired()->addRule(Form::MIN_LENGTH, 'Zpráva musí být minimálně %d znaků dlouhá.', 10);\n $form->addSubmit('submit','Odeslat');\n $form->onSuccess[] = [$this, 'contactFormSucceeded'];\n return $form;\n }", "public function actionCreate()\n {\n $model = new Contact();\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['view', 'id' => $model->id]);\n } else {\n return $this->render('create', [\n 'model' => $model,\n ]);\n }\n }", "private function createCreateForm(Correspondant $entity)\n {\n $form = $this->createForm(new CorrespondantType(), $entity, array(\n 'action' => $this->generateUrl('correspondant_create'),\n 'method' => 'POST',\n ));\n\n $form->add('submit', 'submit', array('label' => 'Create'));\n\n return $form;\n }", "private function createCreateForm(Caller $entity)\n {\n $form = $this->createForm(new CallerType(), $entity, array(\n 'action' => $this->generateUrl('caller_create'),\n 'method' => 'POST',\n ));\n\n $form->add('submit', 'submit', array('label' => \"S'inscrire\",'attr'=>array('class'=>'btn btn-warning')));\n\n return $form;\n }", "public function createAction()\n {\n $request = $this->getRequest();\n $act = $request->getParam('Act');\n\n if ('create' == $act) {\n Streamwide_Web_Log::debug('create contact actual');\n\n $pagination['CurrentPage'] = $request->getParam('CurrentPage', SwIRS_Web_Request::CURRENT_PAGE);\n $pagination['ItemsPerPage'] = $request->getParam('ItemsPerPage', SwIRS_Web_Request::ITEMS_PER_PAGE);\n\n $defaults = array(\n 'ContactPhone' => '',\n 'ContactName' => '',\n 'CustomerUserId' => null,\n 'CustomerAccountId' => null,\n 'Automatic' => false\n );\n $contact = SwIRS_Web_Request::getParam($request, $defaults);\n $contactId = Streamwide_Web_Model::call('Contact.Create', array($contact));\n\n Streamwide_Web_Log::debug(\"contact $contactId is created\");\n\n $this->view->assign(\n array(\n 'ContactName' => $contact['ContactName'],\n 'CustomerUserId' => $contact['CustomerUserId'],\n 'CustomerAccountId' => $contact['CustomerAccountId'],\n 'Pagination' => $pagination\n )\n );\n $this->getHelper('viewRenderer')->direct('create-ack');\n } else {\n Streamwide_Web_Log::debug('create contact modal window');\n }\n }", "public function newAction()\n {\n $entity = new ContactFormType();\n $form = $this->createCreateForm($entity);\n\n return $this->render('ClasticContactFormBundle:Backoffice:Type/new.html.twig',\n array_merge(\n array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n ),\n $this->getTemplateData()\n ));\n }", "private function createCreateForm(Call $entity)\n {\n $form = $this->createForm(new CallType(), $entity, array(\n 'action' => $this->generateUrl('call_create'),\n 'method' => 'POST',\n ));\n $form->add('time', 'text', array('mapped'=>false));\n $form->add('submit', 'submit', array('label' => 'Create'));\n\n return $form;\n }", "public function creating(Contact $Contact)\n {\n\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Automatically make the voucher posts private when they are published. That way we can have them be publicly_queryable for the purposes of generating a preview pdf for the admin user, while having them always hidden on the frontend (draft posts are not visible by definition)
public function wc_voucher_private( $post_id, $post ) { global $wpdb; $wpdb->update( $wpdb->posts, array( 'post_status' => 'private' ), array( 'ID' => $post_id ) ); }
[ "function show_private($query) {\r\n if (!is_admin()) {\r\n $query->set('post_status', array('publish','private'));\r\n }\r\n}", "function jeherve_control_publicize( $should_publicize, $post ) {\n // Return early if we don't have a post yet (it hasn't been saved as a draft)\n if ( ! $post ) {\n return $should_publicize;\n }\n\n // Get list of tags for our post.\n $tags = wp_get_post_tags( $post->ID );\n\n // Loop though all tags, and return false if the tag's name is `private`\n foreach ( $tags as $tag ) {\n if ( 'private' == $tag->name ) {\n return false;\n }\n }\n\n return $should_publicize;\n}", "function is_post_publicly_viewable($post = \\null)\n {\n }", "function is_private()\r\n\t\t\t{\r\n\t\t\t\tglobal $post;\r\n\t\t\t\t$meta = get_post_meta($post->ID, POSTRESTRICTIONS_META_KEY, false);\r\n\t\t\t\treturn ($post->post_status == 'private' && empty($meta));\r\n\t\t\t}", "function public_queryable_false_public_true_cpt() {\n\t$public_queryable_false_public_true = 'not_public_q_public';\n\tregister_post_type(\n\t\t$public_queryable_false_public_true,\n\t\tarray(\n\t\t\t'label' => 'NotPublicQPublic',\n\t\t\t'show_in_rest' => true,\n\t\t\t'public' => true,\n\t\t\t'publicly_queryable' => false,\n\t\t\t'supports' => array( 'title', 'editor', 'revisions' ),\n\t\t\t'show_ui' => true,\n\t\t\t'show_in_menu' => true,\n\t\t)\n\t);\n}", "protected function post_is_public( $post_id ) {\n\n\t\t$post_type = get_post_type( $post_id );\n\n\t\t// products can only be forced public at the parent product level\n\t\tif ( 'product_variation' === $post_type ) {\n\t\t\t$post_id = wp_get_post_parent_id( $post_id );\n\t\t}\n\n\t\treturn 'yes' === get_post_meta( $post_id, '_wc_memberships_force_public', true );\n\t}", "public function publish()\n {\n \n if($this->userHasPrivilege('publish'))\n {\n $this['status'] = 'published';\n if(is_null($this['published_at']))\n {\n $this['published_at'] = date('Y-m-d H:i:s');\n }\n $this->save();\n }\n }", "public function actionSetPrivatePost()\n {\n $currentUser = Yii::$app->user->id;\n $post_private = new POST();\n $post_private->title = 'private'.time();\n $post_private->content = 'content private'.time();\n $post_private->user_id = $currentUser;\n $post_private->post_type = 0;\n if($post_private->save(false)) {\n return $post_private->id;\n } else {\n return false;\n }\n }", "function is_private() {\n\n\tif( is_singular( 'private-post' ) or is_post_type_archive( 'private-post' ) ) {\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n\n}", "public static function viewablePosts()\n {\n return DB::table('posts')\n ->leftJoin('post_privacy', 'posts.id', '=', 'post_privacy.post_id')\n ->leftJoin('friend_requests AS sender', 'posts.user_id', '=', 'sender.sender_id')\n ->leftJoin('friend_requests AS receiver', 'posts.user_id', '=', 'receiver.receiver_id')\n ->where('posts.user_id', '=', Auth::id())\n ->orWhere('posts.privacy', '=', 'public')\n ->where(function ($query) {\n $query->where('sender.receiver_id', '!=', Auth::id())\n ->orWhere('receiver.sender_id', '!=', Auth::id())\n ->orWhere('sender.receiver_id', '=', Auth::id())\n ->where('sender.status', '!=', 'block')\n ->orWhere('receiver.sender_id', '=', Auth::id())\n ->where('receiver.status', '!=', 'block');\n })\n ->orWhere('posts.privacy', '=', 'friends')\n ->where(function ($query) {\n $query->where('receiver.sender_id', '=', Auth::id())\n ->where('receiver.status', '=', 'friend')\n ->orWhere('sender.receiver_id', '=', Auth::id())\n ->where('sender.status', '=', 'friend');\n })\n ->orWhere('post_privacy.viewer_id', '=', Auth::id())\n ->select('posts.*')\n ->distinct()\n ->paginate(10);\n }", "public function is_copy_allowed_to_be_republished( \\WP_Post $post ) {\n\t\treturn \\in_array( $post->post_status, [ 'dp-rewrite-republish', 'private' ], true );\n\t}", "function getPublicPost() {\n return getAll(\"SELECT * FROM posting WHERE status= 'public'\");\n}", "protected function getUserCanPublishPostsAndPagesConditionalService()\n {\n }", "public function canPublish() {\n\t\treturn $this->canEdit();\n\t}", "function icopyright_post_passes_filters($post_id = NULL, $post_author_id = NULL) {\r\n\tglobal $post;\r\n\t\r\n if($post_id == NULL) {\r\n $post_id = $post->ID;\r\n }\r\n \r\n if ($post_author_id == NULL) {\r\n \t$post_author_id = $post->post_author;\r\n }\r\n \r\n $user_info = get_userdata($post_author_id);\r\n $post_author = $user_info->display_name;\r\n \r\n // Is there even a configured publication ID? If not, no point in continuing\r\n $pub_id_no = get_option('icopyright_pub_id');\r\n if (empty($pub_id_no) || !is_numeric($pub_id_no)) {\r\n return FALSE;\r\n }\r\n // Has the site admin chosen to hide this particular post? If so then return false\r\n $icopyright_hide_toolbar = get_post_meta($post_id, 'icopyright_hide_toolbar', $single = TRUE);\r\n \r\n if ($icopyright_hide_toolbar == 'yes') {\r\n return FALSE;\r\n }\r\n // If this is a page, check to see if we're supposed to be on pages\r\n if(is_page()) {\r\n if(get_option('icopyright_display_on_pages') != 'yes')\r\n return FALSE;\r\n } else {\r\n // Does the post pass all the category filters? If not, then return false\r\n if(!icopyright_post_passes_category_filter($post_id)) {\r\n return FALSE;\r\n }\r\n \r\n if (!icopyright_post_passes_author_filter($post_author)) {\r\n \treturn FALSE;\r\n }\r\n }\r\n // Is there content within the post that we *know* can't be reused?\r\n if(icopyright_post_contains_known_unlicensable_content(get_post($post_id))) {\r\n return FALSE;\r\n }\r\n // Got this far? Then it passed all the filters\r\n return TRUE;\r\n}", "function public_queryable_true_public_true_cpt() {\n\t$public_queryable_true_public_true = 'public_q_public';\n\tregister_post_type(\n\t\t$public_queryable_true_public_true,\n\t\tarray(\n\t\t\t'label' => 'PublicQueryPublic',\n\t\t\t'show_in_rest' => true,\n\t\t\t'public' => true,\n\t\t\t'publicly_queryable' => true,\n\t\t\t'supports' => array( 'title', 'editor', 'revisions' ),\n\t\t\t'show_ui' => true,\n\t\t\t'show_in_menu' => true,\n\t\t)\n\t);\n}", "public function canPublishPermission()\n {\n }", "function adext_payment_completed_publish( WP_Post $payment ) {\r\n \r\n $type = get_post_meta( $payment->ID, \"_adverts_payment_type\", true );\r\n \r\n if( $type && $type != \"adverts-pricing\" ) {\r\n return;\r\n }\r\n \r\n $object_id = get_post_meta( $payment->ID, \"_adverts_object_id\", true );\r\n \r\n $publish = current_time('mysql');\r\n $publish_gmt = current_time('mysql', 1);\r\n \r\n $meta = maybe_unserialize( get_post_meta( $payment->ID, \"_adverts_payment_meta\", true ) );\r\n \r\n if(isset($meta[\"pricing\"][\"visible\"])) {\r\n $visible = $meta[\"pricing\"][\"visible\"];\r\n } else {\r\n $visible = 0;\r\n }\r\n \r\n\r\n wp_update_post( array(\r\n \"ID\" => $object_id,\r\n \"post_status\" => \"publish\",\r\n \"post_date\" => $publish,\r\n \"post_date_gmt\" => $publish_gmt\r\n ));\r\n \r\n \r\n if( $visible > 0) {\r\n $expiry = strtotime( $publish . \" +$visible DAYS\" );\r\n update_post_meta( $object_id, \"_expiration_date\", $expiry );\r\n } else {\r\n delete_post_meta( $object_id, \"_expiration_date\" );\r\n }\r\n}", "public function unpublish()\n {\n if($this->userHasPrivilege('publish'))\n {\n $this['status'] = 'draft';\n $this->save();\n }\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Returns a new instance of the CurrentRouteInfo class.
public static function create($router = null): CurrentRouteInfo { return new self($router); }
[ "public function getCurrentRoute() : Route;", "public static function info(): self\n {\n return new self(self::INFO);\n }", "public function current()\n {\n return new IndexInfo(parent::current());\n }", "public function getCurrentRoute();", "protected function getCurrentRouteMatchService()\n {\n return $this->services['current_route_match'] = new \\Drupal\\Core\\Routing\\CurrentRouteMatch($this->get('request_stack'));\n }", "public static function getCurrentRoute()\n {\n return self::$currentRoute;\n }", "function current_route()\n {\n return Route::getCurrentRoute();\n }", "public static function getCurrentRoute()\n\t{\n\t\treturn self::$current_route;\n\t}", "public function getRouteObject()\n {\n return new Route($this->url, $this->port);\n }", "public static function getCurrent() {\n if ( static::currentExists() ) {\n $stored_data = static::getStoredData();\n\n return static::fromStoredData( $stored_data );\n }\n\n return new static( (object) [] );\n\n }", "public function route(){\n return new Mapi_Ip_Route($this->param);\n }", "public static function getCurrent() {\n if (self::$instance === NULL) {\n $eventDateInfo = parent::getClient()->get('eventDateInfo', array());\n self::$instance = self::createNewInstance($eventDateInfo);\n }\n\n return self::$instance;\n }", "public static function getInstance() {\n static $instance;\n\n //If the class was already instantiated, just return it\n if (isset($instance))\n return $instance;\n\n $route = new Router();\n\n $instance = $route;\n\n return $route;\n }", "public function getRouteInfo() {\r\n $this->route();\r\n\r\n return $this->_routeInfo;\r\n }", "public function get(): CurrentWeather\n {\n return new CurrentWeather($this->queryOrFail($this->apiCall, $this->params));\n }", "public function getCurrentRoute()\n {\n return $this->current();\n }", "public static function getCurrent() {\n\t\t// Setup default context\n\t\t// @codeCoverageIgnoreStart\n\t\tif (!self::$current) {\n\t\t\t$request = new MOXMAN_Http_Request();\n\t\t\t$response = new MOXMAN_Http_Response();\n\t\t\t$session = new MOXMAN_Http_Session();\n\t\t\tself::$current = new MOXMAN_Http_Context($request, $response, $session);\n\t\t}\n\t\t// @codeCoverageIgnoreEnd\n\n\t\treturn self::$current;\n\t}", "public static function instance()\n {\n if (is_null(static::$_instance))\n static::$_instance = new Router();\n\n return static::$_instance;\n }", "public static function & current() {\n static $instance = null;\n return $instance = (empty($instance)) ? new self() : $instance ;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
attach() should return self if source object is empty
public function test_attach_returnsSelf_ifObjectIsEmpty() { $foo = new Classes\Foo(); $blank = new Classes\Blank(); $this->assertSame($foo, $foo->attach($blank)); $this->assertEquals( [ 'getFoo' => new RefractionMethod($foo, 'getFoo'), 'setFoo' => new RefractionMethod($foo, 'setFoo') ], $foo->getMethods() ); $this->assertEquals( [ 'foo' => new RefractionProperty($foo, 'foo') ], $foo->getProperties() ); return; }
[ "public function attach()\n {\n // dummy implementation\n }", "public function Fill(): Attachment {\n if($this->ID === null) {\n throw new IDNullException();\n }\n $Attachment = Expression::Select(\n \"Attachments.Owner\",\n \"Attachments.X\",\n \"Attachments.Y\",\n \"Attachments.Element\",\n \"Elements.Name\",\n \"Elements.Type\",\n \"Elements.Extension\"\n )\n ->From(static::Table)\n ->InnerJoin(\"Archive.Elements\")\n ->On([\"Elements.ID\" => \"Attachments.Element\"])\n ->Where([\"Attachments.ID\" => $this->ID])\n ->Execute()\n ->ToMap();\n $this->Owner = new User((int)$Attachment[\"Owner\"]);\n $this->X = (int)$Attachment[\"X\"];\n $this->Y = (int)$Attachment[\"Y\"];\n $this->Element = new AttachmentElement(\n (int)$Attachment[\"Element\"],\n null,\n new AttachmentElement(),\n $Attachment[\"Name\"],\n (int)$Attachment[\"Type\"],\n null,\n null,\n $Attachment[\"Extension\"]\n );\n return $this;\n }", "public function attach()\n {\n $this->attached = true;\n }", "protected function prepareRelatedImportSources()\n {\n $this->sources = array();\n foreach ($this->syncProperties as $p) {\n $id = $p->source_id;\n if (! array_key_exists($id, $this->sources)) {\n $this->sources[$id] = ImportSource::load($id, $this->db);\n }\n }\n\n return $this;\n }", "public function attach($owner) {\n\t\tparent::attach($owner);\n\t\t$this->owner->metaData->addRelation('errorClass', array(CActiveRecord::HAS_ONE, 'ErrorClass', 'compileLogEntryId'));\n\t}", "public function test_attach_adds_reader_and_returns_this()\n\t{\n\t\t$config = new Config;\n\t\t$reader = $this->createMock('Kohana_Config_Reader');\n\n\t\t$this->assertSame($config, $config->attach($reader));\n\n\t\t$this->assertAttributeContains($reader, '_sources', $config);\n\t}", "public function onAttach()\n {\n }", "function convert_from_storage($source)\n {\n parent::convert_from_storage($source);\n\n if (array_key_exists('main', $this->attachments))\n {\n $this->title = $this->attachments['main']->title;\n }\n }", "public function ajoute_element(&$source, &$element) {\r\n\t\t$this ->onDebug ( __METHOD__, 2 );\r\n\t\t$source ->appendChild ( $element );\r\n\t\t\r\n\t\treturn $this;\r\n\t}", "public function attach($owner) {\n\t\tparent::attach($owner);\n\t\t$this->owner->metaData->addRelation('confusion', array(CActiveRecord::HAS_ONE, 'Confusion', 'logId'));\n\t}", "public function attach($object): void;", "public function attach(Config_Source $source, $first = TRUE)\r\n\t{\r\n\t\tif ($first === TRUE)\r\n\t\t{\r\n\t\t\t// Place the log source at the top of the stack\r\n\t\t\tarray_unshift(self::$_sources, $source);\r\n\t\t}\r\n\t\telse\r\n\t\t{\r\n\t\t\t// Place the source at the bottom of the stack\r\n\t\t\tself::$_sources[] = $source;\r\n\t\t}\r\n\r\n\t\treturn Config::$_instance;\r\n\t}", "public function getSource()\n {\n return $this->hasOne(self::class, ['id' => 'source_id']);\n }", "public function attach() {\n\t\t$this->createRemoteObject( array( $this->hostWindow ) );\n\t\t$this->insertElement();\n\t}", "protected function setRelation()\n {\n $name = $this->name;\n $this->linked = true;\n if( !$this->source->isIdPermanent() ) {\n // at least source has to have permanent id. \n $this->linked = false; // not linked, yet. \n return $this;\n }\n // delete the join entity. \n if( isset( $this->joiner ) ) {\n $this->joiner->toDelete( true );\n } else {\n $this->joiner = $this->em->newCollection();\n }\n \n // loop target entities. \n foreach( $this->source->$name as $target ) \n {\n /** @var $target EntityInterface */\n if( !$target->isIdPermanent() ) {\n $this->linked = false;\n continue;\n }\n if( $join = $this->getJoin( $target ) ) {\n // used in the join; mark the entity un-delete.\n $join->toDelete( false ); \n } else {\n // create new join for new target.\n $join = $this->em->newEntity( $this->info[ 'by' ], array(\n $this->info[ 'source' ] => $this->source[ $this->info[ 'source' ] ],\n $this->info[ 'target' ] => $target[ $this->info[ 'target' ] ],\n ) );\n $this->joiner->add( $join );\n }\n }\n return $this;\n }", "public function __construct($source);", "private function setupSourceImageObject()\n {\n if (false === $this->isClassSetup()) {\n return false;\n }\n\n if ($this->isPreviousError() === true) {\n return false;\n }\n\n if ($this->Imagick == null || !is_object($this->Imagick)) {\n $this->Imagick = new \\Imagick($this->source_image_path);\n\n if ($this->Imagick != null && is_object($this->Imagick)) {\n $this->status = true;\n $this->statusCode = null;\n $this->status_msg = null;\n return true;\n } else {\n $this->status = false;\n $this->statusCode = static::RDIERROR_SRC_UNKNOWN;\n $this->status_msg = 'Unable to set source from this kind of image.';\n return false;\n }\n }\n\n // come to this means source image object is already set.\n $this->status = true;\n $this->statusCode = null;\n $this->status_msg = null;\n return true;\n }", "public function merge(CacheableMetadata $other) {\n $result = parent::merge($other);\n\n // This is called many times per request, so avoid merging unless absolutely\n // necessary.\n if ($other instanceof BubbleableMetadata) {\n if (empty($this->attachments)) {\n $result->attachments = $other->attachments;\n }\n elseif (empty($other->attachments)) {\n $result->attachments = $this->attachments;\n }\n else {\n $result->attachments = static::mergeAttachments($this->attachments, $other->attachments);\n }\n }\n\n return $result;\n }", "public function prependTargetCollection(Blackbox_ITarget $target)\n\t{\n\t\treturn $this->target_collection->prependTarget($target);\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Removes all users current credits
private function removeCurrentCredits() { User::updateAll(['current_credits' => User::DEFAULT_CURRENT_CREDITS]); }
[ "public function connection_minus_credits($users_id,$credit_output){\n\t \tdate_default_timezone_set(\"Europe/London\");\n\n\t \t$data = array(\n\t \t\t'credits'\t\t=>\t$credit_output,\n\t \t\t'updated_at'\t=>\tdate('Y-m-d H:i:s')\n\t \t);\n\n\t \t$this->db->where('id',$users_id);\n\t \t$this->db->update('users',$data);\n\n\t }", "public function deduct_broadcast_credits(){\n\t\t$this->Add_member->deduct_broadcast_credits();\n\t}", "public function accountRemoved(): void\n {\n $this->accounts->clear();\n }", "function m_removeCreditInfo()\n\t{\n\t\t $this->obDb->query =\"DELETE FROM \".CREDITCARDS.\" WHERE iOrderid_FK='\".$this->request['orderid'].\"'\";\n\t\t $this->obDb->updateQuery();\n\t\t $this->libFunc->m_mosRedirect(SITE_URL.\"order/adminindex.php?action=orders.dspDetails&orderid=\".$this->request['invoice']);\t\n\t}", "function clearAddCreditsSessions(){\n\tunset($_SESSION['AddCreditsDescription']);\n\tunset($_SESSION['AddCreditsName']);\n}", "public function clearMembership()\r\n {\r\n foreach ($this->users as $userId => &$usr) {\r\n $usr['Date'] = null;\r\n }\r\n }", "public static function clearExpiredTokens()\n\t{\n\t\t$users = self::find()\n\t\t\t->where(['not in', 'status_id', self::STATUS_DELETED])\n\t\t\t->andWhere(['<', 'reg_token_expire', date('Y-m-d H:i:s')])\n\t\t\t->all();\n\t\t\n\t\tforeach ($users as $user){\n\t\t\t$user->delete();\n\t\t}\n\t}", "function clearEditCompanyCreditsSessions(){\n\tunset($_SESSION['EditCompanyCreditsChangeCredits']);\n\tunset($_SESSION['EditCompanyCreditsChangeAlternativeCreditsAmount']);\n\tunset($_SESSION['EditCompanyCreditsCreditsArray']);\n\tunset($_SESSION['EditCompanyCreditsOriginalInfo']);\n\tunset($_SESSION['EditCompanyCreditsSelectedCreditsID']);\n\tunset($_SESSION['EditCompanyCreditsPreviouslySelectedCreditsID']);\n\tunset($_SESSION['EditCompanyCreditsNewAlternativeAmount']);\n}", "private function removeAccountOwners()\n {\n $this->get('session')->remove('client.accounts.account_owners');\n }", "public function clearUser();", "function remove_creditcard($ccid = 0, $userid = 0)\n {\n global $ilance, $ilconfig, $ilpage, $phrase;\n $ilance->db->query(\"\n DELETE FROM \" . DB_PREFIX . \"creditcards\n WHERE cc_id = '\" . intval($ccid) . \"'\n AND user_id = '\" . intval($userid) . \"'\n LIMIT 1\n \", 0, null, __FILE__, __LINE__);\n // change paymethod to online account\n $ilance->db->query(\"\n UPDATE \" . DB_PREFIX . \"subscription_user\n SET paymethod = 'account'\n WHERE user_id = '\" . intval($userid) . \"'\n LIMIT 1\n \", 0, null, __FILE__, __LINE__);\n $ilance->email->mail = fetch_user('email', intval($userid));\n $ilance->email->slng = fetch_user_slng(intval($userid));\n\t\t$ilance->email->get('member_removed_creditcard');\t\t\n\t\t$ilance->email->set(array(\n\t\t\t'{{member}}' => fetch_user('username', intval($userid)),\n\t\t));\n\t\t$ilance->email->send();\n return true;\n }", "function remove_creditcard($ccid = 0, $userid = 0)\r\n {\r\n global $ilance, $ilconfig, $ilpage, $phrase;\r\n $ilance->db->query(\"\r\n DELETE FROM \" . DB_PREFIX . \"creditcards\r\n WHERE cc_id = '\" . intval($ccid) . \"'\r\n AND user_id = '\" . intval($userid) . \"'\r\n LIMIT 1\r\n \", 0, null, __FILE__, __LINE__);\r\n \r\n // change paymethod to online account\r\n $ilance->db->query(\"\r\n UPDATE \" . DB_PREFIX . \"subscription_user\r\n SET paymethod = 'account'\r\n WHERE user_id = '\" . intval($userid) . \"'\r\n LIMIT 1\r\n \", 0, null, __FILE__, __LINE__);\r\n \r\n $ilance->email = construct_dm_object('email', $ilance);\r\n \r\n $ilance->email->mail = fetch_user('email', intval($userid));\r\n $ilance->email->slng = fetch_user_slng(intval($userid));\r\n \r\n\t\t$ilance->email->get('member_removed_creditcard');\t\t\r\n\t\t$ilance->email->set(array(\r\n\t\t\t'{{member}}' => fetch_user('username', intval($userid)),\r\n\t\t));\r\n\t\t\r\n\t\t$ilance->email->send();\r\n \r\n $ilance->email->mail = SITE_EMAIL;\r\n $ilance->email->slng = fetch_site_slng();\r\n \r\n\t\t$ilance->email->get('member_removed_creditcard_admin');\t\t\r\n\t\t$ilance->email->set(array(\r\n\t\t\t'{{member}}' => fetch_user('username', intval($userid)),\r\n\t\t));\r\n\t\t\r\n\t\t$ilance->email->send();\r\n \r\n return true;\r\n }", "public function removeall()\n {\n apcu_clear_cache();\n }", "private function removeAccount(): void\n {\n $oUser = $this->registry->module === 'user' ? new UserCore : new AffiliateCore;\n $oUser->delete($this->session->get($this->sSessPrefix . '_id'), $this->sUsername, $this->oUserModel);\n unset($oUser);\n }", "function clearChallengesWithOfflineUser() {\n\t\t$this->mdb->query(\"DELETE c FROM challenge as c LEFT OUTER JOIN gameUser as g \n\t\t\tON (g.username = c.gameUser1Id OR g.username = c.gameUser2Id) WHERE g.isOnline = 0\");\n\t}", "function delete_all_principal() {\n\t$id_user = get_current_user_id();\n\tglobal $wpdb;\n\t$db = $wpdb->update( \n\t\t 'parcours_user', \n\t\t array( \n\t\t 'principal' => 0\n\t\t ),\n\t\t array( 'id_user' => $id_user ), \n\t\t array( \n\t\t '%d'\n\t\t ), \n\t\t array( \n\t\t '%d'\n\t\t )\n\t\t);\n}", "public function clearUnactivatedUsers()\n {\n $this->SessionsRepository->removeUnactivatedUsers();\n }", "public function resetCredits()\n {\n \\App\\Users::query()->where('type','!=','admin')->update(['credits' => 0.00]);\n $top = new TopBettor;\n $top->league_id = 7; #sample only dont know how to get the active league \n $top->data = leaderBoard()->get()->toJson();\n $top->save();\n return response()->json(['success' => true, 'message' => 'Credits successfully updated']);\n }", "public function clear_cache() {\n\t\tdelete_option( 'ithemes-sync-admin_menu' );\n\t\tdelete_option( 'ithemes-sync-dashboard-metaboxes' );\n\n\t\t$users = get_users( array( 'blog_id' => get_current_blog_id(), 'fields' => array( 'ID' ) ) );\n\t\t$meta_key = 'ithemes-sync-admin-bar-items-' . get_current_blog_id();\n\t\tforeach ( $users as $user ) {\n\t\t\tdelete_user_meta( $user->ID, $meta_key );\n\t\t}\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Creates a repeater field with associated fieldgroup, template, and page
public function createRepeater($repeaterName, $repeaterFields, $repeaterLabel, $template_id, $repeaterTags) { $fieldsArray = explode(" ", $repeaterFields); $f = new Field(); $f->type = $this->modules->get("FieldtypeRepeater"); $f->name = $repeaterName; $f->label = $repeaterLabel; $f->tags = $repeaterTags; if($repeaterName == "wm_menu"){ $f->repeaterDepth = 1; } $f->repeaterReadyItems = 3; //Create fieldgroup $repeaterFg = new Fieldgroup(); $repeaterFg->name = "repeater_$repeaterName"; //Add fields to fieldgroup foreach($fieldsArray as $field) { $repeaterFg->append($this->fields->get($field)); } $repeaterFg->save(); //Create template $repeaterT = new Template(); $repeaterT->name = "repeater_$repeaterName"; $repeaterT->flags = 8; $repeaterT->noChildren = 1; $repeaterT->noParents = 1; $repeaterT->noGlobal = 1; $repeaterT->slashUrls = 1; $repeaterT->fieldgroup = $repeaterFg; $repeaterT->save(); //Setup page for the repeater - Very important $repeaterPage = "for-field-{$f->id}"; $f->parent_id = $this->pages->get("name=$repeaterPage")->id; $f->template_id = $repeaterT->id; $f->repeaterReadyItems = 3; //Now, add the fields directly to the repeater field foreach($fieldsArray as $field) { $f->repeaterFields = $this->fields->get($field); } $f->save(); if($template_id) { $t = $this->wire("templates")->get($template_id); $t->fieldgroup->add($f); $t->fieldgroup->save(); } }
[ "function rbm_do_field_repeater( $name, $label = false, $fields, $values = false ) {\n\n\t$args = array( 'fields' => $fields );\n\n\tnew RBM_FH_Field_Repeater( $name, $label, $args, $values );\n}", "public function render_repeater_field($post, $field)\n\t{\n\t\t$metaDataArray = get_post_meta($post->ID, $field['id'], TRUE);\n\t\tif ( !is_array($metaDataArray) ) $metaDataArray = array($metaDataArray);\n\t\t$repeaterCounter = count($metaDataArray);\n\t\t$cloneDataNumber = 0;\n\t\tforeach ($metaDataArray as $metaData)\n\t\t{\n\t\t\tif ( $metaData === FALSE ) $metaData = get_post_meta($post->ID, $field['id'], TRUE);\n\t\t\tif ( ($metaData == '') && isset($field['default']) ) $metaData = $field['default'];\n\t\t\tif ( !isset($field['title']) ) $field['title'] = '';\n\t\t\tif ( !isset($field['description']) ) $field['description'] = '';\n\t\t\tif ( !isset($field['class']) ) $field['class'] = array('');\n\n\t\t\t$field['name'] = $field['id'] . '[' . $cloneDataNumber . ']';\n\t\t\t$fieldId = $field['id'] . '_' . $cloneDataNumber;\n\n\t\t\t$specialClasses = '';\n\t\t\tif ( isset($field['required']) && ($cloneDataNumber == 0) ) $specialClasses.= 'smb_required_' . $field['type'];\n\t\t\tif ( $cloneDataNumber == 0 ) $specialClasses.=' smb_first_field';\n\t\t\tif ( ($cloneDataNumber+1) == $repeaterCounter ) $specialClasses.= ' smb_last_field';\n\t\t\t\n\t\t\techo '<tr class=\"smb_field smb_field_repeater_field'. $specialClasses . '\" data-field-number=\"' . $cloneDataNumber . '\"><th style=\"width:18%\"><label for=\"'. $fieldId .'\">' . $field['title'] . '</label></th>';\n\n\t\t\tif ( !isset($field['type']) ) $field['type'] = 'text';\n\t\t\tswitch ($field['type'])\n\t\t\t{\n\n\t\t\t\tcase 'colorpicker':\n\t\t\t\t\t$field['class'][] = 'smb_color_picker';\n\t\t\t\t\techo '<td><input type=\"' . $field['type'] . '\" id=\"' . $fieldId . '\" class=\"' . trim(implode(' ', $field['class'])) . '\" name=\"' . $field['name'] . '\" value=\"' . $metaData . '\" />';\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'checkbox':\n\t\t\t\t\techo '<td>';\n\t\t\t\t\tif ( isset($field['choices']) && is_array($field['choices']) )\n\t\t\t\t\t{\n\t\t\t\t\t\tforeach ($field['choices'] as $choiceName => $choiceValue) \n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$isChecked = (is_array($metaData) && in_array($choiceName, $metaData))? 'checked':'';\n\t\t\t\t\t\t\techo '<input type=\"checkbox\" class=\"' . trim(implode(' ', $field['class'])) . '\" name=\"' . $field['name'] .'[' . $choiceName . ']\" value=\"' . $choiceName . '\" ' . $isChecked . '/><span class=\"smb_checkbox_title\">' . $choiceValue . '</span>';\n\t\t\t\t\t\t}\n\t\t\t\t\t\techo '<input type=\"checkbox\" class=\"' . trim(implode(' ', $field['class'])) . '\" name=\"' . $field['name'] .'[existanceFlag]\" value=\"1\" checked=\"checked\" style=\"display:none;\" />';\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'email':\n\t\t\t\t\techo '<td><input type=\"' . $field['type'] . '\" id=\"' . $fieldId . '\" class=\"' . trim(implode(' ', $field['class'])) . '\" name=\"' . $field['name'] . '\" value=\"' . $metaData . '\" size=\"25\" />';\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'file':\n\t\t\t\t\techo '<td>';\n\t\t\t\t\techo '<input type=\"text\" id=\"' . $fieldId . '\" class=\"' . trim(implode(' ', $field['class'])) . ' smb_file_input\" name=\"' . $field['name'] . '\" value=\"' . $metaData . '\" size=\"25\" />';\n\t\t\t\t\techo '<input type=\"' . $field['type'] . '\" id=\"' . $fieldId . '\" class=\"' . trim(implode(' ', $field['class'])) . '\" name=\"' . $field['name'] . '\" value=\"\" />';\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'media':\n\t\t\t\t\techo '<td>';\n\t\t\t\t\techo '<input type=\"text\" id=\"' . $fieldId . '\" class=\"' . trim(implode(' ', $field['class'])) . ' widefat smb_media_url\" name=\"' . $field['name'] . '\" value=\"' . $metaData . '\" />';\n\t\t\t echo '<a href=\"#\" class=\"button smb_media_upload\">Choose Image</a>';\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'radio':\n\t\t\t\t\tif ( isset($field['choices']) && is_array($field['choices']) )\n\t\t\t\t\t{\n\t\t\t\t\t\techo '<td>';\n\t\t\t\t\t\tforeach ($field['choices'] as $choiceName => $choiceValue) \n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tif ( !$metaData ) $metaData = $choiceName; //If no default was defined and no value exists default to the first radio button.\n\t\t\t\t\t\t\t$isChecked = ($metaData == $choiceName)? 'checked=\"checked\"':'';\n\t\t\t\t\t\t\techo '<input type=\"radio\" id=\"' . $fieldId . '\" class=\"' . trim(implode(' ', $field['class'])) . '\" name=\"' . $field['name'] . '\" value=\"' . $choiceName . '\" ' . $isChecked . '/><span class=\"smb_checkbox_title\">' . $choiceValue . '</span>';\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'select':\n\t\t\t\t\techo '<td>';\n\t\t\t\t\tif ( isset($field['choices']) && is_array($field['choices']) )\n\t\t\t\t\t{\n\t\t\t\t\t\techo '<select class=\"' . trim(implode(' ', $field['class'])) . '\" name=\"' . $field['name'] . '\">';\n\t\t\t\t\t\tforeach ($field['choices'] as $selectName => $selectValue) \n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$isSelected = ($metaData==$selectName)? 'selected':'';\n\t\t\t\t\t\t\techo '<option value=\"' . $selectName . '\" ' . $isSelected . '/>' . $selectValue . '</option>';\n\t\t\t\t\t\t}\n\t\t\t\t\t\techo '</select>';\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\t\t\t\t\n\n\t\t\t\tcase 'textarea':\n\t\t\t\t\techo '<td><textarea id=\"' . $fieldId . '\" name=\"' . $field['name'] . '\" class=\"' . trim(implode(' ', $field['class'])) . '\" cols=\"60\" rows=\"10\" >' . $metaData . '</textarea>';\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\techo '<td><input type=\"text\" id=\"' . $fieldId . '\" class=\"' . trim(implode(' ', $field['class'])) . '\" name=\"' . $field['name'] . '\" value=\"' . $metaData . '\" size=\"25\" />';\n\t\t\t}\n\n\t\t\techo '<button class=\"smb_field_up\">∧</button><button class=\"smb_field_down\">∨</button><button class=\"smb_field_deleter\">-</button>';\n\t\t\techo '<p class=\"smb_description\">' . $field['description'] . '</p>';\n\n\t\t\tif ( $field['type'] == 'file' && $metaData && ($metaData !== '') ) $this->add_file_image($metaData);\n\t\t\tif ( $field['type'] == 'media' ) $this->add_media_image($metaData);\n\t\t\tif ( isset($field['required']) ) echo '<p class=\"smb_required_message\">'. $field['required'] . '</p>';\n\t\t\techo '</td></tr>';\n\n\t\t\tif ( ($repeaterCounter-1) == $cloneDataNumber ) echo '<tr class=\"smb_repeater_row\"><td></td><td><button class=\"smb_field_repeater\" data-field-label-id=\"' . $field['id'] .'_\" data-field-number=\"' . $repeaterCounter . '\">+</button></td></tr>';\n\t\t\t$cloneDataNumber++;\n\t\t}\n\t}", "function succulents_qodef_add_repeater_field( $attributes ) {\n\t\t$name = '';\n\t\t$label = '';\n\t\t$description = '';\n\t\t$fields = array();\n\t\t$parent = '';\n\t\t$button_text = '';\n\t\t$table_layout = false;\n\t\t\n\t\textract( $attributes );\n\t\t\n\t\tif ( ! empty( $parent ) && ! empty( $name ) ) {\n\t\t\t$field = new SucculentsQodefRepeater( $fields, $name, $label, $description, $button_text, $table_layout );\n\t\t\t\n\t\t\tif ( is_object( $parent ) ) {\n\t\t\t\t$parent->addChild( $name, $field );\n\t\t\t\t\n\t\t\t\treturn $field;\n\t\t\t}\n\t\t}\n\t\t\n\t\treturn false;\n\t}", "function _npbs_api_field_collection_item_create($data){\n if(isset($data) && is_array($data)) $data = (object)$data;\n if(empty($data->field_collection_item)) return services_error('Missing Required attribute field_collection_item', 406);\n else check_enabled('field_collection_item', $data->field_collection_item);\n \n $item = entity_create('field_collection_item', array('field_name' => $data->field_collection_item));\n // $item->setHostEntity('node', $node);\n \n module_load_include('inc', 'npbs_api', 'resources/node_wrapper_resources');\n module_load_include('inc', 'npbs_api', 'resources/fields_resources');\n $fields = _npbs_api_fields_for($data->field_collection_item, 'field_collection_item');\n\n foreach($fields as $field_name => $bundle){\n $temp = $bundle . '_wrapper';\n $value = isset($data->$field_name)? $data->$field_name : NULL;\n $temp('field_collection_item', $item, $data->field_collection_item, $field_name, $value);\n }\n \n // $item->save();\n return $item;\n}", "function addRepeater($name) {\n\n $field = (new Fields\\Repeater($name));\n return $this->addField($field);\n\n }", "protected function createTemplateFieldObject()\n {\n if ($id_field = (int)Tools::getValue('id_field')) {\n return new TMOneClickOrderFields($id_field);\n }\n\n return new TMOneClickOrderFields();\n }", "public function render_repeatable_field() {\n\t\t$table_id = $this->field->id() . '_repeat';\n\n\t\t$this->_desc( true, true, true );\n\t\t?>\n\n\t\t<div id=\"<?php echo $table_id; ?>\" class=\"cmb-repeat-table cmb-nested\">\n\t\t\t<div class=\"cmb-tbody cmb-field-list\">\n\t\t\t\t<?php $this->repeatable_rows(); ?>\n\t\t\t</div>\n\t\t</div>\n\t\t<p class=\"cmb-add-row\">\n\t\t\t<button type=\"button\" data-selector=\"<?php echo $table_id; ?>\" class=\"cmb-add-row-button button\"><?php echo esc_html( $this->_text( 'add_row_text', __( 'Add Row', 'cmb2' ) ) ); ?></button>\n\t\t</p>\n\n\t\t<?php\n\t\t// reset iterator\n\t\t$this->iterator = 0;\n\t}", "public function generate_crm_html_field( $fields ) {\n\n if ( is_array( $fields ) ) {\n\n foreach ( $fields as $field ) {\n\n $options = [];\n\n foreach ( $field['options'] as $option ) {\n\n $options[$option['value']] = $option['text'];\n }\n\n if( 'checkbox' == $field['type'] ) {\n\n echo '<div class=\"col-3\" data-selected=\"{{ data.'. $field['name'] .' }}\">';\n erp_html_form_input( array(\n 'label' => $field['label'],\n 'name' => 'contact[meta]['. $field['name'].'][]',\n // 'value' => '{{ data.contact[meta].'.$field['name'].' }}',\n 'required' => 'true' == $field['required'] ? true : false,\n 'type' => 'multicheckbox',\n 'options' => $options\n ) );\n echo '</div>';\n\n } else if ( 'date' == $field['type'] ) {\n\n echo '<div class=\"col-3\" data-selected=\"{{ data.'. $field['name'] .' }}\">';\n erp_html_form_input( array(\n 'label' => $field['label'],\n 'name' => 'contact[meta]['. $field['name'].']',\n 'value' => '{{ data.'.$field['name'].' }}',\n 'required' => 'true' == $field['required'] ? true : false,\n 'type' => 'text',\n 'class' => 'erp-date-field'\n ) );\n echo '</div>';\n } else {\n echo '<div class=\"col-3\" data-selected=\"{{ data.'. $field['name'] .' }}\">';\n erp_html_form_input( array(\n 'label' => $field['label'],\n 'name' => 'contact[meta]['. $field['name'].']',\n 'placeholder' => $field['placeholder'],\n 'value' => '{{ data.'.$field['name'].' }}',\n 'required' => 'true' == $field['required'] ? true : false,\n 'type' => $field['type'],\n 'options' => $options,\n ) );\n echo '</div>';\n }\n }\n }\n }", "function register_slide_fields() {\n\n\tif(function_exists(\"register_field_group\"))\n\t{\n\t\tregister_field_group(array (\n\t\t\t'id' => '50f458eec3f5a',\n\t\t\t'title' => 'Slider',\n\t\t\t'fields' => \n\t\t\tarray (\n\t\t\t\t0 => \n\t\t\t\tarray (\n\t\t\t\t\t'key' => 'field_7',\n\t\t\t\t\t'label' => 'Slides',\n\t\t\t\t\t'name' => 'acffs_slides',\n\t\t\t\t\t'type' => 'repeater',\n\t\t\t\t\t'order_no' => 0,\n\t\t\t\t\t'instructions' => '',\n\t\t\t\t\t'required' => 0,\n\t\t\t\t\t'conditional_logic' => \n\t\t\t\t\tarray (\n\t\t\t\t\t\t'status' => 0,\n\t\t\t\t\t\t'rules' => \n\t\t\t\t\t\tarray (\n\t\t\t\t\t\t\t0 => \n\t\t\t\t\t\t\tarray (\n\t\t\t\t\t\t\t\t'field' => 'null',\n\t\t\t\t\t\t\t\t'operator' => '==',\n\t\t\t\t\t\t\t\t'value' => '',\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t),\n\t\t\t\t\t\t'allorany' => 'all',\n\t\t\t\t\t),\n\t\t\t\t\t'sub_fields' => \n\t\t\t\t\tarray (\n\t\t\t\t\t\t'field_9' => \n\t\t\t\t\t\tarray (\n\t\t\t\t\t\t\t'label' => 'Slide Image',\n\t\t\t\t\t\t\t'name' => 'acffs_slide_image',\n\t\t\t\t\t\t\t'type' => 'image',\n\t\t\t\t\t\t\t'instructions' => '',\n\t\t\t\t\t\t\t'column_width' => '',\n\t\t\t\t\t\t\t'save_format' => 'url',\n\t\t\t\t\t\t\t'preview_size' => 'thumbnail',\n\t\t\t\t\t\t\t'order_no' => 0,\n\t\t\t\t\t\t\t'key' => 'field_9',\n\t\t\t\t\t\t),\n\t\t\t\t\t\t'field_8' => \n\t\t\t\t\t\tarray (\n\t\t\t\t\t\t\t'label' => 'Slide Description',\n\t\t\t\t\t\t\t'name' => 'acffs_slide_description',\n\t\t\t\t\t\t\t'type' => 'textarea',\n\t\t\t\t\t\t\t'instructions' => 'Enter a short description for this slide.',\n\t\t\t\t\t\t\t'column_width' => '',\n\t\t\t\t\t\t\t'default_value' => '',\n\t\t\t\t\t\t\t'formatting' => 'none',\n\t\t\t\t\t\t\t'order_no' => 1,\n\t\t\t\t\t\t\t'key' => 'field_8',\n\t\t\t\t\t\t),\n\t\t\t\t\t\t'field_11' => \n\t\t\t\t\t\tarray (\n\t\t\t\t\t\t\t'label' => 'Slide Post',\n\t\t\t\t\t\t\t'name' => 'acffs_slide_post',\n\t\t\t\t\t\t\t'type' => 'page_link',\n\t\t\t\t\t\t\t'instructions' => 'Link this slide to a post or page.',\n\t\t\t\t\t\t\t'column_width' => '',\n\t\t\t\t\t\t\t'post_type' => \n\t\t\t\t\t\t\tarray (\n\t\t\t\t\t\t\t\t0 => 'post',\n\t\t\t\t\t\t\t\t1 => 'page',\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t'allow_null' => 1,\n\t\t\t\t\t\t\t'multiple' => 0,\n\t\t\t\t\t\t\t'order_no' => 2,\n\t\t\t\t\t\t\t'key' => 'field_11',\n\t\t\t\t\t\t),\n\t\t\t\t\t\t'field_12' => \n\t\t\t\t\t\tarray (\n\t\t\t\t\t\t\t'label' => 'Slide URL',\n\t\t\t\t\t\t\t'name' => 'acffs_slide_url',\n\t\t\t\t\t\t\t'type' => 'text',\n\t\t\t\t\t\t\t'instructions' => 'Link this slide to a custom URL',\n\t\t\t\t\t\t\t'column_width' => '',\n\t\t\t\t\t\t\t'default_value' => '',\n\t\t\t\t\t\t\t'formatting' => 'none',\n\t\t\t\t\t\t\t'order_no' => 3,\n\t\t\t\t\t\t\t'key' => 'field_12',\n\t\t\t\t\t\t),\n\t\t\t\t\t),\n\t\t\t\t\t'row_min' => 0,\n\t\t\t\t\t'row_limit' => '',\n\t\t\t\t\t'layout' => 'table',\n\t\t\t\t\t'button_label' => 'Add Slide',\n\t\t\t\t),\n\t\t\t\t1 => \n\t\t\t\tarray (\n\t\t\t\t\t'key' => 'field_13',\n\t\t\t\t\t'label' => 'Slide Banner',\n\t\t\t\t\t'name' => 'acffs_slide_banner',\n\t\t\t\t\t'type' => 'text',\n\t\t\t\t\t'order_no' => 1,\n\t\t\t\t\t'instructions' => 'Enter text here to display it as a banner over the slider.',\n\t\t\t\t\t'required' => 0,\n\t\t\t\t\t'conditional_logic' => \n\t\t\t\t\tarray (\n\t\t\t\t\t\t'status' => 0,\n\t\t\t\t\t\t'rules' => \n\t\t\t\t\t\tarray (\n\t\t\t\t\t\t\t0 => \n\t\t\t\t\t\t\tarray (\n\t\t\t\t\t\t\t\t'field' => 'null',\n\t\t\t\t\t\t\t\t'operator' => '==',\n\t\t\t\t\t\t\t\t'value' => '',\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t),\n\t\t\t\t\t\t'allorany' => 'all',\n\t\t\t\t\t),\n\t\t\t\t\t'default_value' => '',\n\t\t\t\t\t'formatting' => 'none',\n\t\t\t\t),\n\t\t\t),\n\t\t\t'location' => \n\t\t\tarray (\n\t\t\t\t'rules' => \n\t\t\t\tarray (\n\t\t\t\t\t0 => \n\t\t\t\t\tarray (\n\t\t\t\t\t\t'param' => 'options_page',\n\t\t\t\t\t\t'operator' => '==',\n\t\t\t\t\t\t'value' => 'acf-options-slider',\n\t\t\t\t\t\t'order_no' => 0,\n\t\t\t\t\t),\n\t\t\t\t),\n\t\t\t\t'allorany' => 'all',\n\t\t\t),\n\t\t\t'options' => \n\t\t\tarray (\n\t\t\t\t'position' => 'normal',\n\t\t\t\t'layout' => 'no_box',\n\t\t\t\t'hide_on_screen' => \n\t\t\t\tarray (\n\t\t\t\t),\n\t\t\t),\n\t\t\t'menu_order' => 0,\n\t\t));\n\t}\n}", "function create_form($fields) {\n\t$form_elements = new MultiPageElement();\n\tforeach ($fields as $id => $info) {\n\t\t$form_element = new PageElement('formfield.html');\n\t\t$form_element->bind('name', $id);\n\t\t$form_element->bind('label', $info['caption']);\n\t\t$form_element->bind('type', $info['type']);\n\t\t$form_elements->addElement($form_element);\n\t}\n\t\n\treturn $form_elements;\n}", "public function actionAddTemplateField()\n\t{\n\t\t$formId = $this->_input->filterSingle('form_id', XenForo_Input::UINT);\n\t\t$form = $this->_getFormOrError($formId);\n\t\t\n\t\tif ($this->isConfirmedPost())\n\t\t{\n\t\t\t$fieldModel = $this->_getFieldModel();\n\t\t\t$template = $fieldModel->prepareField($fieldModel->getFieldById($this->_input->filterSingle('template', XenForo_Input::UINT)));\n\t\t\t\n\t\t\t$dw = XenForo_DataWriter::create('KomuKu_SimpleForms_DataWriter_Field');\n\n\t\t\t$writerData = array_merge(\n\t\t\t\t$template, \n\t\t\t\tarray(\n\t\t\t\t\t'type' => 'user',\n\t\t\t\t\t'form_id' => $formId,\n\t\t\t\t\t'active' => 1\n\t\t\t\t)\n\t\t\t);\n\t\t\t$dw->setFieldChoices(unserialize($writerData['field_choices']));\n\t\t\t\n\t\t\t$dw->setExtraData(\n\t\t\t\tKomuKu_SimpleForms_DataWriter_Field::DATA_TITLE,\n\t\t\t\t$writerData['title']\n\t\t\t);\n\t\t\t$dw->setExtraData(\n\t\t\t\tKomuKu_SimpleForms_DataWriter_Field::DATA_DESCRIPTION,\n\t\t\t\t$writerData['description']\n\t\t\t);\t\t\t\n\n\t\t\t// unset fields that shouldn't be duplicated\n\t\t\tunset($writerData['field_id']);\n\t\t\tunset($writerData['isMultiChoice']);\n\t\t\tunset($writerData['field_value']);\n\t\t\tunset($writerData['title']);\n\t\t\tunset($writerData['description']);\n\t\t\tunset($writerData['hasValue']);\t\t\n\t\t\tunset($writerData['field_choices']);\t\n\t\t\t\n\t\t\t$dw->bulkSet($writerData);\n\t\t\t$dw->save();\n\t\t\t\n\t\t\t// get the field id that was created\n\t\t\t$fieldId = $dw->get('field_id');\n\t\t\t\n\t\t\t// redirect to edit the field\n\t\t\treturn $this->responseRedirect(\n\t\t\t\tXenForo_ControllerResponse_Redirect::SUCCESS,\n\t\t\t\tXenForo_Link::buildAdminLink('fields/edit', array('field_id' => $fieldId))\t\n\t\t\t);\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$fieldModel = $this->_getFieldModel();\n\t\t\t$templates = $fieldModel->getFields(array(\n\t\t\t\t'type' => 'template'\n\t\t\t));\n\t\t\t\n\t\t\t$viewParams = array(\n\t\t\t\t'templates' => $fieldModel->prepareFields($templates),\n\t\t\t\t'form' => $form\t\n\t\t\t);\n\t\t\t\n\t\t\treturn $this->responseView('KomuKu_SimpleForms_ViewAdmin_Form_AddTemplateField', 'kmkform__form_add_template_field', $viewParams);\n\t\t}\n\t}", "function setFormFieldsToTemplate( $fieldKeyModifier='' ) \n {\n\t // Added so that page refresh to show FK constraint error\n\t // does not keep old entry ID and cause next operation to overwrite data\n\t if ($this->getIsErrorRefresh() == true)\n\t {\n \t\t$this->template->set( 'editEntryID', '' );\n \t\t }\t \n \t\t \n // for each form field ..\n for( $indx=0; $indx<count($this->formFields); $indx++) {\n \n \n $key = $this->formFields[$indx].$fieldKeyModifier;\n // echo 'key['.$key.']';\n \n // create a new form item xml object\n $name = $key;\n if ( isset( $this->formValues[ $key ] )) {\n $value = $this->formValues[ $key ];\n // echo ' value ['.$value.']<br/>';\n } else {\n // the if case is new code added by RM so that forms with a numeric value have a default value of \n // zero if a value was not specified\n if ( isset( $this->formFieldTypes[ $key ] ) && ( ( $this->formFieldTypes[ $key ] == 'N' ) || ( $this->formFieldTypes[ $key ] == 'Z' ) ) )\n {\n $value = 0;\n }\n else\n {\n $value = '';\n }\n }\n \n if ( isset( $this->formErrors[ $key ] ) ) {\n $error = $this->formErrors[ $key ];\n } else {\n $error = '';\n }\n $formItem = new XMLObject_FormItem($name, $value, $error );\n\n // store in template\n $this->template->setXML( $key, $formItem->getXML() );\n }\n\n }", "private function generateFields() {\n $config = false;\n $fields = null;\n\n // Load the config from the page's template directory\n if ($this->template) {\n $config = include(config('nova-page-builder.views_path').$this->template.'.php');\n }\n\n if ($config) {\n // Create flexible field layouts for each section in the config\n $fields = new Flexible('Content');\n foreach($config as $template) {\n $fields->addLayout(\n $template['title'],\n $template['slug'],\n $template['fields']\n );\n }\n }\n\n return $fields;\n }", "public function repeatable() {\n\t\t$html = $this->initial;\n\t\t$html .= '<a class=\"repeatable-add button\" href=\"#\">+</a>\n\t\t<ul id=\"'.$field['id'].'-repeatable\" class=\"custom_repeatable\">';\n\t\t$i = 0;\n\t\tif($this->meta) {\n\t\t\tforeach(unserialize($this->meta) as $row) {\n\t\t\t\t$html .= '<li class=\"repeatable-holder\">\n\t\t\t\t<input type=\"text\" name=\"'.$this->value['id'].'['.$i.']\" id=\"'.$this->field['id'].'\" value=\"'.htmlspecialchars($row).'\" /><a class=\"repeatable-remove button\" href=\"#\">-</a></li>';\n\t\t\t\t$i++;\n\t\t\t}\n\t\t} else {\n\t\t\t$html .= '<li class=\"repeatable-holder\">\n\t\t\t<input type=\"text\" name=\"'.$this->value['id'].'['.$i.']\" id=\"'.$this->field['id'].'\" value=\"'.htmlspecialchars($row).'\" /><a class=\"repeatable-remove button\" href=\"#\">-</a></li>';\n\t\t}\n\t\t$html .= $this->finish;\n\t\techo $html;\n\t}", "private function acf_render_repeater_field_settings( $field ) {\n acf_render_field_setting( $field, array(\n 'label' => __( 'Template', 'wp-acf-vc-bridge' ),\n 'instructions' => __( 'You can pick a template to use for displaying each row.', 'wp-acf-vc-bridge' ),\n 'type' => 'select',\n 'name' => 'row_template',\n 'choices' => $this->template_options\n ));\n }", "protected function createFormFields() {\n\t}", "protected function prepare_field() {\n\t\t$this->field['id'] = !empty( $this->field['id'] ) ? $this->field['id'] : $this->field['name'];\n\n\t\t$this->label = !empty( $this->field['label'] ) \t\t\t\t\t\t\t\t\t\t\t\t? '<label for=\"'.$this->field['id'].'\">'.$this->field['label'].'</label>' \t: '';\n\t\t$this->label .= ( !empty( $this->field['label'] ) && !empty( $this->field['tooltip'] ) ) \t\t? '<span class=\"tooltip\"><i>'.$this->field['tooltip'].'</i></span>' \t\t: '';\n\n\t\t/**\n\t\t * Set the field['type'] value\n\t\t */\n\t\tswitch( $this->field['type'] ) {\n\t\t\tcase 'select':\n\t\t\tcase 'wp_dropdown_pages':\n\t\t\t\t$this->wrapper = 'select';\n\t\t\t\tbreak;\n\n\n\t\t\tcase 'datepicker':\n\t\t\t\t$this->field['type'] = 'text';\n\t\t\t\t$this->field_class = 'premise-date-field';\n\t\t\t\tbreak;\n\n\t\t\tcase 'color':\n\t\t\tcase 'minicolors':\n\t\t\t\t$this->wrapper = 'color';\n\t\t\t\t$this->field['type'] = 'text';\n\t\t\t\t$this->field_class = 'premise-minicolors';\n\t\t\t\t$this->field['template'] = 'default';\n\t\t\t\tbreak;\n\n\t\t\tcase 'file':\n\t\t\t\t$this->wrapper = 'file';\n\t\t\t\t$this->field['type'] = 'text';\n\t\t\t\t$this->field_class = 'premise-file-url';\n\t\t\t\t$this->btn_upload_file = '';/*'<a class=\"premise-btn-upload\" href=\"javascript:void(0);\" onclick=\"premiseUploadFile(\\'#'.$this->field['id'].'\\')\"><i class=\"fa fa-fw fa-upload\"></i></a>'*/;\n\t\t\t\t$this->btn_remove_file = '';/*'<a class=\"premise-btn-remove\" href=\"javascript:void(0);\" onclick=\"premiseRemoveFile(this)\"><i class=\"fa fa-fw fa-times\"></i></a>'*/;\n\t\t\t\tbreak;\n\n\t\t\tcase 'fa-icon':\n\t\t\t\t$this->wrapper = 'fa-icon';\n\t\t\t\t$this->field['type'] = 'text';\n\t\t\t\t$this->field_class = 'premise-insert-icon';\n\t\t\t\t$this->btn_choose_icon = '<a href=\"javascript:;\" class=\"premise-choose-icon\" onclick=\"premiseChooseIcon(this);\"><i class=\"fa fa-fw fa-th\"></i></a>';\n\t\t\t\t$this->btn_remove_icon = '<a href=\"javascript:;\" class=\"premise-remove-icon\" onclick=\"premiseRemoveIcon(this);\"><i class=\"fa fa-fw fa-times\"></i></a>';\n\t\t\t\tbreak;\n\n\t\t\tcase 'checkbox':\n\t\t\tcase 'radio':\n\t\t\t\t$this->wrapper = ( 'radio' == $this->field['type'] ) \t\t\t\t\t\t\t\t\t\t\t? 'radio'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: 'checkbox';\n\t\t\t\t$this->label = !empty( $this->field['label'] ) \t\t\t\t\t\t\t\t\t\t\t\t? '<p class=\"label\">'.$this->field['label'].'</p>' \t\t\t\t\t\t\t: '';\n\t\t\t\t$this->label .= ( !empty( $this->field['label'] ) && !empty( $this->field['tooltip'] ) ) \t\t? '<span class=\"tooltip\"><i>'.$this->field['tooltip'].'</i></span>' \t\t: '';\n\t\t\t\tbreak;\n\n\t\t\tdefault :\n\t\t\t\t$this->label = !empty( $this->field['label'] ) \t\t\t\t\t\t\t\t\t\t\t\t? '<label for=\"'.$this->field['id'].'\">'.$this->field['label'].'</label>' \t: '';\n\t\t\t\t$this->label .= ( !empty( $this->field['label'] ) && !empty( $this->field['tooltip'] ) ) \t\t? '<span class=\"tooltip\"><i>'.$this->field['tooltip'].'</i></span>' \t\t: '';\n\t\t\t\tbreak;\n\t\t}\n\n\t}", "public function set_specific_item_fields(){\n if($this->get_post_type()==='page'){\n $this->set_page_template_fields();\n }\n }", "function add_repeater_specific_fields( $repeater ) {\n\t\treturn false;\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Returns collection of items in this collection in reverse order.
public function reverse() { return new ReversedCollection($this); }
[ "public function reverse() {\n\t\t$this->collection = array_reverse($this->collection);\n return $this;\n }", "public function reverse()\n {\n $newCollection = clone $this;\n\n $newCollection->arrCollection = array_reverse($this->arrCollection);\n\n return $newCollection;\n }", "public function getReversedCollection() : Collection\n {\n $reverse = new self();\n $reverse->elements = array_reverse($this->elements);\n\n return $reverse;\n }", "public function reverse()\r\n\t{\r\n\t\tarray_reverse($this->_items);\r\n\t}", "public function reverse() {\n \t$this->collectionIDs = array_reverse($this->collectionIDs, false);\n \treturn $this;\n }", "public function reverse()\n {\n return self::fromArray(array_reverse($this->_arr));\n }", "public function reverse() {\n\t\t$this->items = array_reverse( $this->items );\n\t}", "public function reverse()\n\t{\n\t\treturn new ReverseIterator($this);\n\t}", "public function getIteratorReversed()\n {\n return new \\ArrayIterator(array_reverse($this->toArray(), true));\n }", "public function reverse()\n {\n return $this->reverseKeys()\n ->reverseValues();\n }", "public function reverse() {\n\n if ($this->noActive()) return null;\n\n return array_reverse($this->items, $callback);\n }", "public function reverse(): self\n {\n return new static(array_reverse($this->elements));\n }", "public function reverse()\n {\n $array = $this->toArray();\n return static::createFormArray(array_reverse($array), false);\n }", "function toArrayreverse(){\n\t\t\treturn array_reverse($this->toArray());\n\t}", "public function reversed(): self {\n\t\treturn new static( array_reverse( $this->data ) );\n\t}", "public function reverse()\n {\n $this->entities = array_reverse($this->entities);\n\n return $this;\n }", "public function ReverseItemList()\n {\n $this->_items = array_reverse($this->_items);\n }", "public function getReverseIterator()\n {\n return $this->arrayDataSet->getReverseIterator();\n }", "public function reverse() {\n\t\treturn new static(array_reverse($this->_arr, false));\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Stores child items for a specified item. Overwrites the existing items.
public function storeItemChildren(int $id, StoreItemChildrenRequest $request): void;
[ "private function addChild($item)\r\n {\r\n $this->children[] = $item;\r\n }", "abstract public function addItemChild($itemName, $childName);", "public function addChild($item) {\n\t\tparent::addChild($item);\n\t}", "private function saveItems()\n {\n $this->storage->save($this->items);\n }", "public function save() {\n foreach($this->getMenuItems() as $item){\n $item->setMenu($this);\n $item->save();\n }\n parent::save();\n }", "private function saveItems()\n {\n $this->storage->save($this->items);\n }", "public function addChildKeys() {\n foreach($this->itemObjects as $key=>$item){\n $item->childKeys = array();\n }\n \n //run through and add item keys to their parent's item if we have the parent\n foreach($this->itemObjects as $key=>$item){\n if($item->parentKey){\n $pitem = $this->getItem($item->parentKey);\n if($pitem){\n $pitem->childKeys[] = $item->itemKey;\n }\n }\n }\n }", "protected abstract function saveItem($item);", "public function addChildKeys() {\n foreach($this->itemObjects as $key=>$item){\n $item->childKeys = array();\n }\n \n //run through and add item keys to their parent's item if we have the parent\n foreach($this->itemObjects as $key=>$item){\n if($item->parentKey){\n $pitem = $this->getItem($item->parentKey);\n if($pitem){\n $pitem->childKeys[] = $item->key;\n }\n }\n }\n }", "protected function saveItems()\n {\n $this->eventAccessObjectBackend->saveObject($this->items);\n }", "public function setItem()\n {\n //conditional checks by taking advantage of polymorphism\n $this->setAllBasics();\n $this->setParams();\n\n $addQuery = 'INSERT INTO items(sku, name, price, type, size) VALUES (:sku,:name,:price, :type,:size)';\n $query = $this->pdo->prepare($addQuery);\n $query->bindValue(':sku', $this->getSKU());\n $query->bindValue(':name', $this->getName());\n $query->bindValue(':price', $this->getPrice());\n $query->bindValue(':type', $this->getType());\n $query->bindValue(':size', $this->getSize());\n\n $query->execute();\n }", "protected static function _insert($path, $item, $alias)\n {\n self::$_items = Hash::insert(self::$_items, $alias . '.' . str_replace('.', '.children.', $path), $item);\n }", "public function saveItemRelations(Item $item, array $data): Result\n\t{\n\t\t$childIdentifier = ItemIdentifier::createByItem($item);\n\n\t\treturn $this->saveParentRelationsForIdentifier($childIdentifier, $data);\n\t}", "public function makeChildOf(Menuitem $rootItem)\n {\n $this->parent_id = $rootItem->id;\n $this->save();\n }", "protected function applySaleItemRecursively(SaleItemInterface $item): void\n {\n $this->stockAssigner->applySaleItem($item);\n\n foreach ($item->getChildren() as $child) {\n $this->applySaleItemRecursively($child);\n }\n }", "public function writeItem($item)\n {\n $this->data[] = $item;\n }", "public function addItemChild($itemName, $childName)\n {\n if ($itemName === $childName) {\n throw new CException(Yii::t(\n 'yii',\n 'Cannot add \"{name}\" as a child of itself.',\n array('{name}' => $itemName)\n ));\n }\n\n $rows = $this->db->createCommand()\n ->select()\n ->from($this->getTableName('authitem'))\n ->where(\n 'name=:name1 OR name=:name2',\n array(\n ':name1' => $itemName,\n ':name2' => $childName\n )\n )\n ->queryAll();\n\n if (count($rows) == 2) {\n if ($rows[0]['name'] === $itemName) {\n $parentType = $rows[0]['type'];\n $childType = $rows[1]['type'];\n } else {\n $childType = $rows[0]['type'];\n $parentType = $rows[1]['type'];\n }\n $this->checkItemChildType($parentType, $childType);\n if ($this->detectLoop($itemName, $childName)) {\n throw new CrugeException(Yii::t(\n 'yii',\n 'Cannot add \"{child}\" as a child of \"{name}\". A loop has been detected.',\n array('{child}' => $childName, '{name}' => $itemName)\n ));\n }\n\n $this->db->createCommand()\n ->insert(\n $this->getTableName('authitemchild'),\n array(\n 'parent' => $itemName,\n 'child' => $childName,\n )\n );\n } else {\n throw new CrugeException(Yii::t(\n 'yii',\n 'Either \"{parent}\" or \"{child}\" does not exist.',\n array('{child}' => $childName, '{parent}' => $itemName)\n ));\n }\n }", "public function insertItem($item) {\n\t\t$this->items[$item->idItem] = $item;\n\t}", "public function writeItem($item);" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Generated from protobuf field int32 union_ad_width = 27;
public function setUnionAdWidth($var) { GPBUtil::checkInt32($var); $this->union_ad_width = $var; return $this; }
[ "protected abstract function get_union();", "function mUNION(){\n try {\n $_type = Erfurt_Sparql_Parser_Sparql11_Update_Tokenizer11::$UNION;\n $_channel = Erfurt_Sparql_Parser_Sparql11_Update_Tokenizer11::$DEFAULT_TOKEN_CHANNEL;\n // Tokenizer11.g:206:3: ( 'union' ) \n // Tokenizer11.g:207:3: 'union' \n {\n $this->matchString(\"union\"); \n\n\n }\n\n $this->state->type = $_type;\n $this->state->channel = $_channel;\n }\n catch(Exception $e){\n throw $e;\n }\n }", "public function getUnionType(): UnionType;", "public function getUnionId()\n {\n return $this->union_id;\n }", "public function setUnions($var)\n {\n $arr = GPBUtil::checkRepeatedField($var, \\Google\\Protobuf\\Internal\\GPBType::MESSAGE, \\Graphqlc\\UnionTypeDefinitionDescriptorProto::class);\n $this->unions = $arr;\n\n return $this;\n }", "private function _getRestrictionsFromUnion(array $unionelement)\n\t {\n\t\t$restrictions = array();\n\t\t$simpletypes = explode(\" \", $unionelement[\"attributes\"][\"memberTypes\"]);\n\t\tforeach ($simpletypes as $simpletype)\n\t\t {\n\t\t\t$chosensimpletype = null;\n\t\t\tforeach ($this->schemaKeeper[$this->schemaPrefix . \"simpleType\"] as $simpletypecandidate)\n\t\t\t {\n\t\t\t\tif (isset($simpletypecandidate[\"attributes\"][\"name\"]) === true &&\n\t\t\t\t$simpletypecandidate[\"attributes\"][\"name\"] === $simpletype)\n\t\t\t\t {\n\t\t\t\t\t$chosensimpletype = $simpletypecandidate[\"schemakeeperlocation\"];\n\t\t\t\t\tbreak;\n\t\t\t\t }\n\t\t\t } //end foreach\n\n\t\t\tif ($chosensimpletype === null)\n\t\t\t {\n\t\t\t\t$restriction = array(\n\t\t\t\t\t\tarray(\n\t\t\t\t\t\t \"type\" => $simpletype,\n\t\t\t\t\t\t \"values\" => array(),\n\t\t\t\t\t\t),\n\t\t\t\t\t );\n\n\t\t\t\t$restrictions = $this->_mergeRestrictions($restrictions, $restriction);\n\t\t\t }\n\t\t\telse\n\t\t\t {\n\t\t\t\t$restrictions = $this->_mergeRestrictions($restrictions, $this->_getRestrictionsIterate($chosensimpletype));\n\t\t\t }\n\t\t } //end foreach\n\n\t\treturn $restrictions;\n\t }", "public function asRealUnionType(): UnionType\n {\n $type_set = $this->getTypeSet();\n return (new AnnotatedUnionType($type_set, true, $type_set))->withIsPossiblyUndefinedRaw($this->is_possibly_undefined);\n }", "public function testBasicUnionType()\n {\n if(phpversion() < 8){\n $this->markTestSkipped(\"Not Applicable for PHP Version less than 8\");\n }\n $dic = new Container();\n\n //When auto wiring and if the union type argument is not explicitly defined then throw error\n\n $this->expectExceptionCode(500);\n $this->expectException(ContainerException::class);\n $uType = $dic->get(self::UNION_BASIC);\n\n $dic\n ->rule(self::UNION_BASIC)\n ->setConstructorArgs([2.375, \"garden\"]);\n\n //Verify that the values are applied\n $uType = $dic->get(self::UNION_BASIC);\n $this->assertSame(2.375, $uType->a);\n $this->assertSame(\"garden\", $uType->b);\n }", "function duplicateTypeInUnion(): int|string|INT {}", "function setAdWidth($adWidth)\n {\n $this->adWidth = $adWidth;\n }", "public function getUnionAdJs()\n {\n return $this->union_ad_js;\n }", "protected function compileUnion(array $union): string\n {\n $conjunction = $union['all'] ? ' union all ' : ' union ';\n\n return $conjunction . '(' . $union['query']->toSql() . ')';\n }", "public function getAdLength()\n {\n return $this->ad_length;\n }", "public function getWidthAttributeCode()\n {\n return $this->getConfigValue('urbit_dimension_width');\n }", "public function getMemberUnionId()\n {\n return $this->member_union_id;\n }", "private function getId3v2TagLength($header)\n\t{\n\t\tif (\"ID3\" == mb_substr($header, 0, 3, 'latin1'))\n\t\t{\n\t\t\t$hasExtendedHeader = (ord($header[5]) & 0x10) ? 1 : 0;\n\t\t\t$lengthByte1 = ord($header[6]);\n\t\t\t$lengthByte2 = ord($header[7]);\n\t\t\t$lengthByte3 = ord($header[8]);\n\t\t\t$lengthByte4 = ord($header[9]);\n\t\t\tif (!($lengthByte1 & 0x80) && !($lengthByte2 & 0x80) && !($lengthByte3 & 0x80) && !($lengthByte4 & 0x80))\n\t\t\t{\n\t\t\t\t$tagHeaderLength = 10 + ($hasExtendedHeader ? 10 : 0);\n\t\t\t\t$tagContentLength =\n\t\t\t\t\t(($lengthByte1 & 0x7f) << 21) +\n\t\t\t\t\t(($lengthByte2 & 0x7f) << 14) +\n\t\t\t\t\t(($lengthByte3 & 0x7f) << 7) +\n\t\t\t\t\t($lengthByte4 & 0x7f);\n\n\t\t\t\treturn $tagHeaderLength + $tagContentLength;\n\t\t\t}\n\t\t}\n\t\treturn 0;\n\t}", "function _readLength($IN)\n {\n // Read 4 bytes into b0, b1, b2, b3.\n $buff = fread($IN, 4);\n if (strlen($buff) < 4) {\n return 0;\n }\n $b = unpack(\"C4\", $buff);\n // Temp string to test for explicit VR\n $vrstr = pack(\"C\", $b[1]) . pack(\"C\", $b[2]);\n # Assume that this is explicit VR if b[1] and b[2] match a known VR code.\n # Possibility (prob 26/16384) exists that the two low order field length \n # bytes of an implicit VR field will match a VR code.\n \n # DICOM PS 3.5 Sect 7.1.2: Data Element Structure with Explicit VR\n # Explicit VRs store VR as text chars in 2 bytes.\n # VRs of OB, OW, SQ, UN, UT have VR chars, then 0x0000, then 32 bit VL:\n #\n # +-----------------------------------------------------------+\n # | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |\n # +----+----+----+----+----+----+----+----+----+----+----+----+\n # |<Group-->|<Element>|<VR----->|<0x0000->|<Length----------->|<Value->\n #\n # Other Explicit VRs have VR chars, then 16 bit VL:\n #\n # +---------------------------------------+\n # | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |\n # +----+----+----+----+----+----+----+----+\n # |<Group-->|<Element>|<VR----->|<Length->|<Value->\n #\n # Implicit VRs have no VR field, then 32 bit VL:\n #\n # +---------------------------------------+\n # | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |\n # +----+----+----+----+----+----+----+----+\n # |<Group-->|<Element>|<Length----------->|<Value->\n \n foreach (array_keys($this->VR) as $vr) {\n if ($vrstr == $vr) {\n // Have a code for an explicit VR: Retrieve VR element\n list($name, $bytes, $fixed) = $this->VR[$vr];\n if ($bytes == 0) {\n $this->vr_type = FILE_DICOM_VR_TYPE_EXPLICIT_32_BITS;\n // This is an OB, OW, SQ, UN or UT: 32 bit VL field.\n // Have seen in some files length 0xffff here...\n return $this->_readInt($IN, 4, 4);\n } else {\n // This is an explicit VR with 16 bit length.\n $this->vr_type = FILE_DICOM_VR_TYPE_EXPLICIT_16_BITS;\n return ($b[4] << 8) + $b[3];\n }\n }\n }\n // Made it to here: Implicit VR, 32 bit length.\n $this->vr_type = FILE_DICOM_VR_TYPE_IMPLICIT;\n return ($b[4] << 24) + ($b[3] << 16) + ($b[2] << 8) + $b[1];\n }", "protected function getIdLength(){\n\t\treturn 16;\n\t}", "public function isUnion() : bool\n {\n return $this->kind === '|';\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Receives id of a Teacher from post requests and pass it on to the model class NGOManager_model to deactivate him/her
public function deleteTeacher(){ $id = $this->input->post('id'); $data['active'] = 0; $result = $this->NGOManager_model->deleteTeacher($this->ngo_id, $id, $data); echo json_encode($result); }
[ "function update_teacher()\n\t{\n\t\t$this->model->update_teacher();\n\t}", "public function deleteTeacher()\n {\n\n $user = Teachers ::where('id', $_POST['t_id'])->delete();\n\n return $user ;\n\n\n }", "public function remove_teacher()\r\n {\r\n $user = $this->checkUser();\r\n $this->safetyCheck();\r\n \r\n $teacherId = $this->input->post('id');\r\n $this->load->model('teacher_model');\r\n \r\n if (!$this->teacher_model->remove($teacherId))\r\n {\r\n $this->output->set_status_header(500);\r\n }\r\n }", "public function getTeacherId(): int\n{\nreturn $this->teacherId;\n}", "public function teacherDelete() {\n $teacherId = $this->input->get('id');\n $userId = $this->input->get('uid');\n $this->db->delete('teachers_info', array('id' => $teacherId));\n $this->db->delete('users', array('id' => $userId));\n redirect('teachers/allTeachers', 'refresh');\n }", "public function getTeacherId() {\n return $this->teacherId;\n }", "function assign_teacher()\n\n\t{\n\n\t\taccess_control($this);\n\n\t\t\n\n\t\t# Get the passed details into the url data array if any\n\n\t\t$urldata = $this->uri->uri_to_assoc(3, array('m', 'i', 'a', 't'));\n\n\t\t\n\n\t\t# Pick all assigned data\n\n\t\t$data = assign_to_data($urldata);\t\t\n\n\t\tif($data['save'])\n\n\t\t{\t\n\n\t\t\t$data['formdata'] = $data;\t\t\n\n $required_fields = array('subject', 'class', 'teacher');\n\n\t\t\t\n\n\t\t\tforeach($data as $key => $data_value)\n\n\t\t\t\t$data[$key] = restore_bad_chars($data_value);\n\n\t\t\t\n\n\t\t\t$_POST = clean_form_data($data);\n\n\t\t\t$validation_results = validate_form('', $_POST, $required_fields);\n\n\t\t\t$feename_error = '';\n\n \n\n\t\t\t#Only proceed if the validation for required fields passes\n\n\t\t\tif($validation_results['bool'])\n\n\t\t\t{\n\n if(!empty($data['editid']))\n\n {\n\n // print_r('Entered'); exit();\n\n\t\t\t\t\t$result = $this->db->query($this->Query_reader->get_query_by_code('update_subject_teacher',array_merge($_POST, array('id'=> $data['editid']))));\n\n \t \t}\n\n\t\t\t \telse \n\n \t{\n\n\t\t\t\t\t$result = $this->db->query($this->Query_reader->get_query_by_code('assign_subject_teacher',$_POST));\n\n\t\t\t\t\tif($result)\n\n\t\t\t\t\t{\n\n\t\t\t\t\t\t#Delete previous assignments\n\n\t\t\t\t\t#\t$this->db->delete('subjectteacherassignments', 'class ='.$data['class'].' AND subject='.$data['subject'].' AND teacher !='.$data['teacher'].((!empty($data['paper']))? ' AND paper='.$data['paper'] : ''));\n\n\t\t\t\t\t}\n\n \t\t}\n\n\t\t\t\t\n\n \t\t#Format and send the errors\n\n \tif(!empty($result) && $result)\n\n\t\t\t\t{\t\t\t\t\t\n\n\t\t\t\t\t$user_details = get_db_object_details($this, 'schoolusers', $data['teacher']);\n\n\t\t\t\t\t$subject_details = get_db_object_details($this, 'subjects', $data['subject']);\n\n\t\t\t\t\t$data['msg'] = $user_details['firstname'].' '.$user_details['lastname'].' has been successfully assigned as <br />the '.$subject_details['subject'].' teacher for '.get_class_title($this, $data['class']);\n\n\t\t\t\t\t$data['formdata'] = array();\n\n \t }\n\n \t else if(empty($data['msg']))\n\n \t {\n\n\t\t\t\t \t$data['msg'] = \"ERROR: The subject-teacher assignment could not be saved or was not saved correctly.\";\t\t\t\t\t\n\n \t }\n\n }\n\n \n\n\t\t\t$data['requiredfields'] = $validation_results['requiredfields'];\n\n\t\t}\n\n \n\n\t\t$subjectid = $data['subject'];\n\n\t\t\t\n\n\t\t$data['formdata'] = $this->Query_reader->get_row_as_array('search_subjects', array('isactive' => 'Y', 'limittext'=>'', 'searchstring' => ' AND id = '.$subjectid));\n\n\t\t$classes_array = explode('|', $data['formdata']['classes']);\n\n\t\t$classes_array = remove_empty_indices($classes_array);\n\n\t\t$classes_str = implode(',', $classes_array);\n\n\t\t\n\n\t\t$data['classes'] = $this->classobj->get_classes('', ' AND id IN ('.$classes_str.')');\n\n\t\t\n\n\t\t$data['papers'] = $this->db->query($this->Query_reader->get_query_by_code('search_papers', array('isactive' => 'Y', 'searchstring' => ' AND subject = '.$subjectid, 'limittext' => '')))\n\n\t\t\t\t\t\t\t->result_array();\n\n\t\t\n\n\t\t$data['staff'] = $this->db->query($this->Query_reader->get_query_by_code('search_school_users', array('limittext' =>'', 'searchstring' => ' AND school ='.$this->myschool['id'])))\n\n\t\t\t\t\t\t\t->result_array();\n\n\t\t\n\n\t\t$this->load->view('incl/subject_teacher_form', $data);\n\n\t}", "public function checkTeacher(){\n\t\tif($this->teacher_id == Auth::user()->id){\n\t\t\treturn true;\n\t\t}\n\t\telse{\n\t\t\treturn false;\n\t\t}\n\t}", "public function getTeacher($id)\n {\n\t\tif($id == -1){\n\t\t\treturn View::make('teacherTool', array('title' => 'Teacher Information',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'teacher' => null,\n\t\t\t\t\t\t\t\t\t\t\t\t\t'edit' => null,\n\t\t\t\t\t\t\t\t\t\t\t\t\t'su' => null,\n\t\t\t\t\t\t\t\t\t\t\t\t\t'full' => false));\n\t\t}\n $user = $this->getUser();\n \n // Make sure they are who they say they are, or have permission to edit teacher info\n // If they aren't, force them to view only their profile\n if (Session::get('user') != $id && !$user->permissions('tinfo')) {\n $id = Session::get('user');\n }\n \n if ($id == '')\n return Redirect::to('T/login/');\n \n $teacher = Teacher::find($id);\n \n // If the user is viewing/logging into their own profile\n if (Session::get('user') == $id) {\n // If it's the first time they're logging in, workshop or not\n if (empty($teacher->name)) {\n \n \n $useLDAP = true;\n \n \n if ($useLDAP) {\n // Bind to LDAP server to pull some demographic info\n $ldapConn = ldap_connect('ldaps://directory.colorado.edu', 636);\n\n // Search for the current user\n $search = ldap_search($ldapConn, \"ou=people,dc=colorado,dc=edu\", 'uid='.$teacher->identikey);\n\n // Get their info and unbind\n $info = ldap_get_entries($ldapConn, $search);\n ldap_unbind($ldapConn);\n } else {\n $info['count'] = 0;\n }\n \n \n if ($info['count'] == 1) {\n $teacher->email = strtolower($info[0]['mail'][0]);\n $teacher->name = $info[0]['displayname'][0];\n }\n \n $teacher->save();\n Session::flash('message', '<strong>Welcome!</strong><br />\n We see this is your first time logging in to our server! Please fill out the demographic information below. Don\\'t worry, though, it will not be shared with anyone; only used by us internally to make our GTP workshops even more useful for you! Thanks!<br /><br /> To print this page, click Ctrl+P, choose the print destination and then click print.<br />To save this page, click Ctrl+P, choose the destination as \\'Save as PDF\\' and then click save');\n \n $this->logAction('insert', 'TD'.$teacher->id);\n \n // No need to show them everything if it's their first time logging in\n $full = false;\n\n // If it's NOT the first time they're logging in\n } else {\n // If they're logging into a workshop\n if (Session::has('workshop_id')) {\n Session::flash('message', '<strong>Welcome back!</strong><br /> Please check below and update any information that has changed before confirming your attendance. Thanks!');\n $full = false;\n\n // If they're just viewing their profile\n } else {\n Session::flash('message', '<strong>Welcome back!</strong><br /> On this page you may edit some of your demographic information, as well as view your completed workshops and other Certificate requirements.<br /><br /> To print this page, click Ctrl+P, choose the print destination and then click print.<br />To save this page, click Ctrl+P, choose the destination as \\'Save as PDF\\' and then click save');\n $full = true;\n }\n }\n \n // If someone is trying to view a profile that isn't theirs (with 'tinfo' privs) ...\n } else {\n // ... and they DON'T exist\n if (empty($teacher)) {\n return Redirect::to('T/find');\n \n // ... and they DO exist\n } else {\n $full = true;\n }\n }\n \n $title = 'Teacher Information';\n $edit = $user->permissions('tinfo');\n $su = $user->permissions('su');\n $info = array('title' => $title,\n 'teacher' => $teacher,\n 'edit' => $edit,\n 'su' => $su,\n 'full' => $full);\n return View::make('teacherTool', $info);\n }", "function delete_single_teacher() \n\t{\n\t\t$this->model->delete_single_teacher();\n\t}", "public function setTeacherRecord() {\n try {\n $status = FALSE;\n $message = '';\n $teacher_detail = TableRegistry::get('UserDetails');\n if ($this->request->is('post')) {\n if (empty($this->request->data['user_id'])) {\n $message = 'Login first.';\n } else if (empty($this->request->data['state'])) {\n $message = 'Choose State.';\n } else if (empty($this->request->data['district'])) {\n $message = 'Choose district';\n } else if (empty($this->request->data['country'])) {\n $message = 'Choose country.';\n } else if (empty($this->request->data['zip'])) {\n $message = 'Enter zipcode';\n } else if (empty($this->request->data['school_name'])) {\n $message = 'Enter School Name.';\n } else if (empty($this->request->data['school_address'])) {\n $message = 'Enter school address.';\n }\n if (empty($message)) {\n $id = $this->request->data['user_id'];\n $school = $this->request->data['school_name'];\n $country = $this->request->data['country'];\n $state = $this->request->data['state'];\n $district = $this->request->data['district'];\n $school_address = $this->request->data['school_address'];\n $zipcode = $this->request->data['zip'];\n $query = $teacher_detail->query();\n $result = $query->update()->set([\n 'school' => $school,\n 'country' => $country,\n 'state' => $state,\n 'district' => $district,\n 'school_address' => $school_address,\n 'zipcode' => $zipcode,\n 'step_completed' => 1\n ])->where(['user_id' => $id])->execute();\n $row_count = $result->rowCount();\n if ($row_count == '1') {\n $status = TRUE;\n } else {\n throw new Exception('udable to update value in db');\n }\n }\n } else {\n throw new Exception('Some error occured.');\n }\n } catch (Exception $e) {\n $this->logs('Error in setTeacherRecord function in Teachers Controller'\n . $e->getMessage() . '(' . __METHOD__ . ')');\n }\n $this->set([\n 'status' => $status,\n 'message' => $message,\n '_serialize' => ['status', 'message']\n ]);\n }", "public function finishTask(Request $request,$id){\n $teacher = Teacher::find($id);\n $data = Task::where('teacher_id',$id)->where('status','0')->update(['status' => '1']);\n\n return Redirect(env('admin').'/teacher')->with('message','Task Finished on '.$teacher->name.' Successfully.');\n }", "public function storeTeacher($request);", "public function delete_single_teacher() \n\t{\n\t\t$teacher_id = $_POST['teacher_id'];\n\t\t$stmt = $this->db->prepare('DELETE FROM teachers WHERE teacher_id = \"'.$teacher_id.'\"');\n\t\t$stmt->execute();\n\t}", "public function teacherAction(){\n \n if (Zend_Auth::getInstance()->hasIdentity()) {\n $session = new Zend_Session_Namespace();\n $this->roleName = $session->role;\n $this->view->roleName = $this->roleName;\n $this->UserId = Zend_Auth::getInstance()->getIdentity();\n }\n }", "public function make_teacher_unpublished($teacher_id){\n $sql = \"UPDATE tbl_teacher SET publication_status= 0 WHERE teacher_id='$teacher_id' \";\n $result = mysql_query($sql);\n //header('Location:manage_teacher.php');\n $_SESSION['message'] = 'Teacher Profile inactivated !!! ';\n \n }", "function removesubject(){\r\n include('../../config.php');\r\n $classid = $_GET['classid'];\r\n $teachid = $_GET['teachid'];\r\n mysql_query(\"update class set teacher=null where id=$classid\");\r\n header('location:../teacherload.php?id='.$teachid.'');\r\n }", "public function viewCompletedTeacher($id = null)\n {\n $loggedIn = $this->Auth->user();\n \n $intervention = $this->Interventions->get($id, ['contain' => 'Teacher.Highschool']);\n \n if($this->request->is(['post', 'put'])){\n \n $intervention->feedback_prof = $this->request->data['feedback_prof'];\n \n if ($this->Interventions->save($intervention)) {\n $this->Flash->success(__('Vous avez enregistré un feedback.'));\n //$intervention->status = 1;\n //$this->Interventions->save($intervention);\n return $this->redirect(['controller' => 'users', 'action' => 'accueil']);\n }\n $this->Flash->error(__(\"Erreur lors de l'enregistrement du feedback, veuillez essayer à nouveau\"));\n \n }\n \n $this->set(compact(['intervention', 'loggedIn']));\n $this->set('_serialize', ['intervention']);\n }", "public function teacherAboutUpdate() {\n $user = User::findorfail(request('user_id'));\n $teacher = User::where('id', '=', $user->id)->update(['aboutme' => request('aboutme') ]);\n return redirect()->route('courseclasses.courseclass.show', request('class_id'))->with('success_message', Lang::get('classcourse.about_teacher_msg'));\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Utility to check if any of the footer sidebars have widgets.
private function footer_has_widgets() { $sidebars = $this->get_footer_sidebars(); if ( empty( $sidebars ) ) { return false; } foreach ( $sidebars as $footer_sidebar ) { $has_widgets = is_active_sidebar( $footer_sidebar ); if ( $has_widgets ) { return true; } } return false; }
[ "function bailey_maybe_show_footer_widgets() {\n\t// Determine if current view has footer widgets enabled\n\t$view = bailey_get_view();\n\t$show_footer_widgets = absint( get_theme_mod( 'footer-widgets-' . $view, bailey_get_default( 'footer-widgets-' . $view ) ) );\n\tif ( 1 !== $show_footer_widgets ) {\n\t\treturn;\n\t}\n\n\t// Sanitize sidebar count\n\t$sidebar_count = get_theme_mod( 'footer-widget-areas', bailey_get_default( 'footer-widget-areas' ) );\n\t$sidebar_count = bailey_sanitize_choice( $sidebar_count, 'footer-widget-areas' );\n\n\t// Test for enabled sidebars that contain widgets\n\t$has_active_sidebar = false;\n\tif ( $sidebar_count > 0 ) {\n\t\t$i = 1;\n\t\twhile ( $i <= $sidebar_count ) {\n\t\t\tif ( is_active_sidebar( 'footer-' . $i ) ) {\n\t\t\t\t$has_active_sidebar = true;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\t$i++;\n\t\t}\n\t}\n\n\tif ( true === $has_active_sidebar ) : ?>\n\t<div class=\"footer-widget-container columns-<?php echo esc_attr( $sidebar_count ); ?>\">\n\t\t<?php\n\t\t$current_sidebar = 1;\n\t\twhile ( $current_sidebar <= $sidebar_count ) :\n\t\t\tget_sidebar( 'footer-' . $current_sidebar );\n\t\t\t$current_sidebar++;\n\t\tendwhile; ?>\n\t</div>\n\t<?php endif;\n}", "function patio_jetpack_infinite_scroll_has_footer_widgets(){\n\n\t$active_widget = 0;\n\n\t$widgets = range( 1, 4 );\n\n\tforeach ( $widgets as $widget ) {\t\t\n\n\t\t// Determine widget id\n\t\t$widget_id = 'footer';\n\n\t\tif( $widget > 1 ){\n\t\t\t$widget_id .= '-' . $widget;\n\t\t}\n\n\t\t// If the widget is active, adds widget count\n\t\tif( is_active_sidebar( $widget_id ) ){\n\t\t\t$active_widget++;\t\t\t\n\t\t}\n\t}\t\n\n\tif( $active_widget > 0 ){\n\t\t\n\t\treturn true;\n\n\t} else {\n\n\t\treturn false;\n\n\t}\n\n}", "public function hasSidebars()\n {\n return count($this->sidebars) > 0;\n }", "function primer_has_active_footer_sidebars() {\n\n\treturn (bool) primer_get_active_footer_sidebars();\n\n}", "function oxygen_woocommerce_loop_footer_widgets() {\n\treturn '0' != get_data( 'shop_sidebar_footer' );\n}", "function luminate_infinite_scroll_has_footer_widgets( $has_widgets ) {\n\tif ( is_active_sidebar( 'footer' ) ) {\n\t\t$has_widgets = true;\n\t}\n\n\treturn $has_widgets;\n}", "function beans_have_widgets() {\n\n global $_beans_widget_area;\n\n if ( !beans_get( 'widgets', $_beans_widget_area ) )\n return false;\n\n $widgets = array_keys( $_beans_widget_area['widgets'] );\n\n if ( isset( $widgets[$_beans_widget_area['current_widget']] ) )\n return true;\n\n // Reset last widget global to reduce memory usage.\n _beans_reset_widget();\n\n return false;\n\n}", "public function hasFooter();", "function generate_is_footer_bar_active() \r\n{\r\n\treturn ( is_active_sidebar( 'footer-bar' ) ) ? true : false;\r\n}", "private function _has_sidebar() {\n\t\treturn is_active_sidebar( $this->sidebar_id ) && is_registered_sidebar( $this->sidebar_id );\n\t}", "public function hasSidebar()\n\t{\n\t\treturn (isset($this->raw['sidebar']));\n\t}", "function lalita_is_footer_bar_active() {\n\t\treturn ( is_active_sidebar( 'footer-bar' ) ) ? true : false;\n\t}", "public function hasSidebar(): bool\n {\n return Services::sidebar()->hasLinks();\n }", "public function has_sidebar()\n {\n return $this->sidebar && $this->sidebar == 1;\n }", "function voyage_mikado_has_blog_widget() {\n $widgets_array = array(\n 'mkd_latest_posts_widget'\n );\n\n foreach($widgets_array as $widget) {\n $active_widget = is_active_widget(false, false, $widget);\n\n if($active_widget) {\n return true;\n }\n }\n\n return false;\n }", "function kloe_qodef_has_blog_widget() {\n\t\t$widgets_array = array(\n\t\t\t'qode_latest_posts_widget'\n\t\t);\n\n\t\tforeach ($widgets_array as $widget) {\n\t\t\t$active_widget = is_active_widget(false, false, $widget);\n\n\t\t\tif($active_widget) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}", "private function _has_sidebar () {\r\n\t\tglobal $wp_version;\r\n\t\t$version = preg_replace('/-.*$/', '', $wp_version);\r\n\r\n\t\tif (version_compare($version, '3.3', '>=')) return true;\r\n\t\treturn false;\r\n\t}", "public function isFooter()\n {\n return false;\n }", "public function isFooterFourActive()\n {\n return is_active_sidebar('footer-four');\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Testing return of cpu as winner
public function testWinnerCpu() { $testGame3 = new Game(); $resWinner = $testGame3->winner(80, 101); $expWinner = [true, "cpu"]; $this->assertEquals($resWinner, $expWinner); }
[ "public function testShouldAllowMakeProcessAsDecideTheCpuSensor()\n\t {\n\t\t$load = sys_getloadavg();\n\t\t$current = $load[0];\n\n\t\tif ($current <= 15)\n\t\t {\n\t\t\t$expected = 0;\n\t\t }\n\t\telse if ($current > 15 && $current <= 30)\n\t\t {\n\t\t\t$expected = 5;\n\t\t }\n\t\telse if ($current > 30 && $current <= 50)\n\t\t {\n\t\t\t$expected = 10;\n\t\t }\n\t\telse\n\t\t {\n\t\t\t$expected = 60;\n\t\t } //end if\n\n\t\t$throttler = new Throttler(new CPUSensor());\n\t\t$time = time();\n\t\t$exp = $time + $expected;\n\t\t$throttler->run();\n\t\t$secondtime = time();\n\t\t$this->assertEquals($exp, $secondtime);\n\t }", "public function cpuCheckScore()\n {\n $stay = false;\n if ($this->cpuTurnScore > 20) {\n $stay = true;\n if ($this->playerTotalScore > 87) {\n $stay = false;\n }\n }\n return $stay;\n }", "public function testcheckComputerNotContinue()\n {\n $dice = new DiceHand();\n $dice->setPlayerScore(15);\n $dice->setComputerScore(2);\n $res = $dice->checkComputerContinue(25);\n $exp = 1;\n $this->assertEquals($exp, $res);\n }", "public function winner(){\n\t\tif(count($this->armies[0]->warriors)==0){\n\t\t\treturn 1;\n\t\t}\n\t\telse if(count($this->armies[1]->warriors)==0){\n\t\t\treturn 2;\n\t\t}\n\t\treturn 0;\n\t}", "public function testCheckComputerValueOne()\n {\n $round = new Round(2, 15, 10);\n $this->assertInstanceOf(\"\\Joel\\Dice\\Round\", $round);\n\n $round->setHandValues([4, 1]);\n\n $round->check(\"computer\");\n\n $res = $round->getResult();\n $exp = 0;\n $this->assertEquals($res, $exp);\n\n $res = $round->getForm();\n $exp = [\n \"1\" => [\n \"action\" => \"endTurnComputer\",\n \"submit\" => \"End turn\"\n ]\n ];\n $this->assertEquals($res, $exp);\n\n $res = $round->getMess();\n $exp = \"Computer rolled a 1, end the turn to take your turn.\";\n $this->assertEquals($res, $exp);\n }", "public function testcalculateWinner() {\n\t// make the private method accessible then use it to generate inputs\n\t$reflector1 = new ReflectionMethod($this->control, \"getRandomPlayerChoice\");\n\t$reflector1->setAccessible(true);\n\t$player1 = $reflector1->invoke($this->control);\n\t$player2 = $reflector1->invoke($this->control);\n\t// use generated inputs to run the calculate winner method, after making\n\t// it accessible\n\t$reflector2 = new ReflectionMethod($this->control, \"calculateWinner\");\n\t$reflector2->setAccessible(true);\n\t$statusray = $reflector2->invoke($this->control, $player1, $player2 );\n\t// check the returned array has 2 elements \n\t$this->assertCount(2, $statusray );\n\t// check the returned array val 0 is string \n\t$this->assertTrue( strlen($statusray[0])>0 );\n\t// check the returned array val 1 is string\n\t$this->assertTrue( strlen($statusray[1])>0 );\n\t// check the val 0 is either win, draw or lose \n\t$this->assertTrue( in_array($statusray[0], array(\"win\", \"draw\", \"lose\") ) );\n\t// check the val 1 is either win, draw or lose \n\t$this->assertTrue( in_array($statusray[1], array(\"win\", \"draw\", \"lose\") ) );\n }", "public function testCheckNoWinner()\n {\n $this->_board[0][8] = \"O\";\n $this->_board[0][1] = \"O\";\n $this->_board[0][6] = \"X\";\n $this->_board[1][5] = \"X\";\n $this->_board[1][7] = \"X\";\n $this->_board[2][9] = \"O\";\n $this->_board[2][2] = \"O\";\n\n $playerOneAnswers = [];\n $playerTwoAnswers = [];\n foreach ($this->_board as $boardIndex => $boardRow) {\n foreach ($boardRow as $boardRowIndex => $boardRowValue) {\n if ($boardRowValue == \"X\") {\n $this->_scorePlayerOne += $boardRowIndex;\n $playerOneAnswers[] = $boardRowIndex;\n }\n if ($boardRowValue == \"O\") {\n $this->_scorePlayerTwo += $boardRowIndex;\n $playerTwoAnswers[] = $boardRowIndex;\n }\n }\n }\n\n $whoHasWon = 0;\n if ($this->_scorePlayerOne == 15) {\n $whoHasWon = 1;\n }\n\n if ($this->_scorePlayerTwo == 15) {\n $whoHasWon = 2;\n }\n\n if ($whoHasWon == 0) {\n foreach ($this->_winningConditions as $winningCondition) {\n\n $playerOneMatchResult = array_intersect(\n $playerOneAnswers, $winningCondition\n );\n if (count($playerOneMatchResult) ==3) {\n $whoHasWon = 1;\n }\n\n $playerTwoMatchResult = array_intersect(\n $playerTwoAnswers, $winningCondition\n );\n if (count($playerTwoMatchResult) ==3) {\n $whoHasWon = 2;\n }\n }\n }\n\n $this->assertNotEquals(1, $whoHasWon);\n $this->assertNotEquals(2, $whoHasWon);\n }", "private function check_result()\n {\n $player_chars_remaining = count($this->player_deck);\n $cpu_chars_remaining = count($this->cpu_deck);\n\n if($player_chars_remaining === 0 && $cpu_chars_remaining === 0) {\n $this->result = \"It is a draw!\";\n } else if ($player_chars_remaining === 0) {\n $this->result = \"CPU wins, better practice!\";\n } else if ($cpu_chars_remaining === 0) {\n $this->result = \"You win, good job!\";\n }\n }", "function compete($a,$b){\n $p = intval(100 * getWinProb($a['elo']-$b['elo']));\n $expected = ($a['elo']>=$b['elo']) ? $a['name'] : $b['name'];\n $percent = ($a['elo']>=$b['elo']) ? $p.'%' : (100-$p).'%';\n $n = mt_rand(1,100);\n $winner = ($n<=$p) ? $a['name'] : $b['name'];\n \n //echo sprintf(\"Now Playing: %s (%s) vs. %s (%s) \\n\", $a['name'], $a['elo'], $b['name'], $b['elo']);\n //echo sprintf(\"Expected winner: %s (%s)\\n\", $expected, $percent);\n //echo sprintf(\"Actual winner: %s\\n\\n\", $winner);\n return ($n<=$p) ? $a : $b;\n}", "function RPSfindWinner($user_choice,$comp_choice){ ?>\n<?php\n\t\tif($user_choice == $comp_choice){ \n\t\t\treturn \"It's a tie!\"; \n\t } ?>\n\n\t<?php if($user_choice == \"rock\" && $comp_choice == \"paper\" ||\n\t\t\t$user_choice == \"paper\" && $comp_choice == \"scissors\" ||\n\t\t\t$user_choice == \"scissors\" && $comp_choice == \"rock\"){\n\t\treturn \"Computer Won!\";\n\t } \n\n\n\tif($user_choice == \"rock\" && $comp_choice == \"scissors\" ||\n\t\t$user_choice == \"paper\" && $comp_choice == \"rock\" ||\n\t\t$user_choice == \"scissors\" && $comp_choice == \"paper\"){ \n\t\treturn \"You Won!\";\n\t } \n\n}", "protected function _test_win( ) {\n\t\tcall(__METHOD__);\n\n\t\t$alive = [];\n\n\t\t// check the board for any other viable players\n\t\tforeach ($this->players as $player_id => $player) {\n\t\t\tif ( ! in_array($player['state'], ['Resigned', 'Dead'])) {\n\t\t\t\t$alive[] = $player_id;\n\t\t\t}\n\t\t}\n\n\t\tif (1 !== count($alive)) {\n\t\t\treturn false;\n\t\t}\n\n\t\t$winner = $alive[0];\n\n\t\t// perform the winner's occupy\n\t\tif ( ! $this->_controlled) {\n\t\t\t$this->occupy(9999);\n\t\t}\n\n\t\tGame::log($this->_game_id, 'D ' . $winner);\n\n\t\treturn true;\n\t}", "public function testCheckWinner()\n {\n $gamestate = $this->game->getGamestate();\n $this->game->holdHand();\n $this->assertNull($gamestate[\"hasWon\"]);\n\n $gamestate[\"active\"]->addPoints(100);\n $exp = $gamestate[\"active\"];\n $this->game->holdHand();\n\n $gamestate = $this->game->getGamestate();\n $this->assertEquals($exp, $gamestate[\"hasWon\"]);\n }", "public function testComputersTurn()\n {\n session_start();\n $this->initSession();\n\n commandCheck('throw');\n commandCheck('stop');\n\n $actual = $_SESSION['game']['computerScore'];\n\n $this->assertGreaterThan(0, $actual);\n\n destroySession();\n }", "public function testWinnerPlayer()\n {\n $testGame2 = new Game();\n\n $reswinner = $testGame2->winner(101, 80);\n $exp = [true, \"player\"];\n $this->assertEquals($reswinner, $exp);\n }", "public function testCheckWinnerTie()\n {\n $game = new Game([\"Computer\", \"Me\"], 100, 1);\n $this->assertInstanceOf(\"\\Peo\\Dice\\Game\", $game);\n\n $loop = true;\n while ($loop) {\n // The while loop will continue until both players points are >= 100 and the same\n $game = new Game([\"Computer\", \"Me\"], 100, 1);\n\n // Loop until both players are at or above win level\n while ($game->getPlayers()[\"Computer\"] < 100 ||\n $game->getPlayers()[\"Me\"] < 100) {\n // Get points for first player\n $game->roll();\n $game->addPoints(\"Computer\");\n $game->resetSumCurrent();\n\n // Get points for second player\n $game->roll();\n $game->addPoints(\"Me\");\n $game->resetSumCurrent();\n }\n if ($game->getPlayers()[\"Me\"] == $game->getPlayers()[\"Computer\"]) {\n // There is a tie\n $loop = false;\n }\n }\n $this->assertNull($game->checkWinner());\n }", "function win_or_loss()\n {\n $win=1;\n $random_check=rand(0,1); //Getting 1 or 2 by using rand() function\n\n //Checking the value generated by random is equals to win or not.. if yes.. outputs 'Win' else 'Loss'\n if($random_check==$win)\n {\n echo \"Win ! \\n\";\n }\n else\n {\n echo \"Loss ! \\n\";\n }\n }", "function winningComparison($input, $computerChoices){\n global $wins, $losses;\n\n if ($input === $computerChoices){\n printLine('Tie!');\n } elseif ($input === 'rock' && $computerChoices === 'paper'){\n printLine('You lose!');\n $losses++;\n } elseif ($input === 'paper' && $computerChoices === 'scissors'){\n printLine('You lose!');\n $losses++;\n } elseif ($input === 'scissors' && $computerChoices === 'rock'){\n printLine('You lose!');\n $losses++;\n } else {\n printLine('You win!');\n $wins++;\n }\n displayScore($wins, $losses);\n}", "public function testComputerMove()\n {\n $this->assertFalse($this->game->computerMove(3));\n $this->game->startNextTurn();\n $this->assertTrue($this->game->computerMove(3));\n\n // Add points to currentPoints enough to pass treshhold\n // computerMove should return false\n $this->diceHand->addToSerie(6);\n $this->diceHand->addToSerie(6);\n $this->game->checkHand($this->diceHand);\n $this->game->checkHand($this->diceHand);\n $this->assertFalse($this->game->computerMove(3.5));\n }", "public function testCheckScore()\n {\n session_start();\n $this->initSession();\n\n commandCheck('throw');\n commandCheck('stop');\n\n $actual = $_SESSION['game']['winner'];\n\n $this->assertNotEquals('None', $actual);\n\n destroySession();\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Start injecting content into a push section.
public function startPush($section, $content = '') { if ($content === '') { if (\ob_start()) { $this->pushStack[] = $section; } } else { $this->extendPush($section, $content); } }
[ "public static function startPush($section, $content = '')\n {\n /** @var \\Illuminate\\View\\Factory $instance */\n $instance->startPush($section, $content);\n }", "public function inject ( $section, $content )\n {\n return $this->startSection ( $section, $content );\n }", "public function inject(string $section, string $content): void\n {\n $this->startSection($section, $content);\n }", "public function inject($section, $content)\n {\n $this->startSection($section, $content);\n }", "public static function inject($section, $content) {\n \n }", "public function start($section)\n {\n if (ob_start()) {\n $this->sectionStack[] = $section;\n }\n }", "public function startContent() {\n ob_start();\n }", "public function inject($section, $content)\n\t{\n\t\treturn $this->startSection($section, $content);\n\t}", "public function inject($section, $content)\n {\n return $this->startSection($section, $content);\n }", "final protected function _insert()\n\t{\n\t\tjQuery($this->params['writeTo'])->html($this->_html());\n\t\treturn addScript(\"\\$('body').trigger('snippets');\");\n\t}", "public function push()\n {\n $pushInfo = D('WechatNewsMeta')->getInfoById($_GET['id']);\n $pushInfo['cover_name'] = getPicPath(D('GalleryMeta')->getImg($pushInfo['cover'], 'm'));\n $pushInfo['intro'] = $pushInfo['description'];\n $pushInfo['info'] = htmlspecialchars_decode($pushInfo['content']);\n $pushInfo['date_add_text'] = date('Y-m-d H:i', $pushInfo['date_add']);\n\n $this->assign('info', $pushInfo);\n $this->display($this->getRelTpl('detail'));\n }", "public function startSection($section, $content = '')\n {\n if ($content === '') {\n if (ob_start()) {\n $this->sectionStack[] = $section;\n }\n } else {\n $this->extendSection($section, $content);\n }\n }", "public static function startSection($section, $content) {\n \n }", "function push()\n{\n\techo str_pad('', 1024);\n\techo '<!-- -->';\n\t@ob_flush();\n\tflush();\n}", "public function startSection()\n {\n if ($this->events) {\n $this->start('section.child', 'section');\n $this->waiting[] = array($this->events, $this->origin);\n $this->events = array();\n }\n\n $this->origin = microtime(true) * 1000;\n\n $this->start('section');\n }", "protected function sendToGatherContent() {\n\n // https://docs.gathercontent.com/reference\n // https://coderwall.com/p/gtk3tw/symfony2-call-service-from-command\n }", "public function start()\n\t{\n\t\t$this->send_page(array('app/page-start'));\n\t}", "function start_news()\n\t{\n\t\t$this->content->template['start'] = 1;\n\t}", "private function pushCurrent()\n {\n if (!empty($this->data)) {\n $this->json .= 'dataLayer.push('.json_encode($this->data).');';\n $this->data = array();\n }\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Test case for searchCouponsAdvancedApplicationWide Get a list of the coupons that match the given attributes in all active campaigns of an application.
public function testSearchCouponsAdvancedApplicationWide() { }
[ "public function searchCouponsAdvancedApplicationWide($applicationId, $body, $pageSize = null, $skip = null, $sort = null, $value = null, $createdBefore = null, $createdAfter = null, $valid = null, $usable = null, $referralId = null, $recipientIntegrationId = null, $batchId = null, $exactMatch = false, $campaignState = null)\n {\n list($response) = $this->searchCouponsAdvancedApplicationWideWithHttpInfo($applicationId, $body, $pageSize, $skip, $sort, $value, $createdBefore, $createdAfter, $valid, $usable, $referralId, $recipientIntegrationId, $batchId, $exactMatch, $campaignState);\n return $response;\n }", "public function searchCouponsAdvanced($applicationId, $campaignId, $body, $pageSize = null, $skip = null, $sort = null, $value = null, $createdBefore = null, $createdAfter = null, $valid = null, $usable = null, $referralId = null, $recipientIntegrationId = null, $exactMatch = false, $batchId = null)\n {\n list($response) = $this->searchCouponsAdvancedWithHttpInfo($applicationId, $campaignId, $body, $pageSize, $skip, $sort, $value, $createdBefore, $createdAfter, $valid, $usable, $referralId, $recipientIntegrationId, $exactMatch, $batchId);\n return $response;\n }", "protected function searchCouponsAdvancedRequest($applicationId, $campaignId, $body, $pageSize = null, $skip = null, $sort = null, $value = null, $createdBefore = null, $createdAfter = null, $valid = null, $usable = null, $referralId = null, $recipientIntegrationId = null, $exactMatch = false, $batchId = null)\n {\n // verify the required parameter 'applicationId' is set\n if ($applicationId === null || (is_array($applicationId) && count($applicationId) === 0)) {\n throw new \\InvalidArgumentException(\n 'Missing the required parameter $applicationId when calling searchCouponsAdvanced'\n );\n }\n // verify the required parameter 'campaignId' is set\n if ($campaignId === null || (is_array($campaignId) && count($campaignId) === 0)) {\n throw new \\InvalidArgumentException(\n 'Missing the required parameter $campaignId when calling searchCouponsAdvanced'\n );\n }\n // verify the required parameter 'body' is set\n if ($body === null || (is_array($body) && count($body) === 0)) {\n throw new \\InvalidArgumentException(\n 'Missing the required parameter $body when calling searchCouponsAdvanced'\n );\n }\n\n $resourcePath = '/v1/applications/{applicationId}/campaigns/{campaignId}/coupons_search_advanced';\n $formParams = [];\n $queryParams = [];\n $headerParams = [];\n $httpBody = '';\n $multipart = false;\n\n // query params\n if ($pageSize !== null) {\n $queryParams['pageSize'] = ObjectSerializer::toQueryValue($pageSize);\n }\n // query params\n if ($skip !== null) {\n $queryParams['skip'] = ObjectSerializer::toQueryValue($skip);\n }\n // query params\n if ($sort !== null) {\n $queryParams['sort'] = ObjectSerializer::toQueryValue($sort);\n }\n // query params\n if ($value !== null) {\n $queryParams['value'] = ObjectSerializer::toQueryValue($value);\n }\n // query params\n if ($createdBefore !== null) {\n $queryParams['createdBefore'] = ObjectSerializer::toQueryValue($createdBefore);\n }\n // query params\n if ($createdAfter !== null) {\n $queryParams['createdAfter'] = ObjectSerializer::toQueryValue($createdAfter);\n }\n // query params\n if ($valid !== null) {\n $queryParams['valid'] = ObjectSerializer::toQueryValue($valid);\n }\n // query params\n if ($usable !== null) {\n $queryParams['usable'] = ObjectSerializer::toQueryValue($usable);\n }\n // query params\n if ($referralId !== null) {\n $queryParams['referralId'] = ObjectSerializer::toQueryValue($referralId);\n }\n // query params\n if ($recipientIntegrationId !== null) {\n $queryParams['recipientIntegrationId'] = ObjectSerializer::toQueryValue($recipientIntegrationId);\n }\n // query params\n if ($exactMatch !== null) {\n $queryParams['exactMatch'] = ObjectSerializer::toQueryValue($exactMatch);\n }\n // query params\n if ($batchId !== null) {\n $queryParams['batchId'] = ObjectSerializer::toQueryValue($batchId);\n }\n\n // path params\n if ($applicationId !== null) {\n $resourcePath = str_replace(\n '{' . 'applicationId' . '}',\n ObjectSerializer::toPathValue($applicationId),\n $resourcePath\n );\n }\n // path params\n if ($campaignId !== null) {\n $resourcePath = str_replace(\n '{' . 'campaignId' . '}',\n ObjectSerializer::toPathValue($campaignId),\n $resourcePath\n );\n }\n\n // body params\n $_tempBody = null;\n if (isset($body)) {\n $_tempBody = $body;\n }\n\n if ($multipart) {\n $headers = $this->headerSelector->selectHeadersForMultipart(\n ['application/json']\n );\n } else {\n $headers = $this->headerSelector->selectHeaders(\n ['application/json'],\n ['application/json']\n );\n }\n\n // for model (json/xml)\n if (isset($_tempBody)) {\n // $_tempBody is the method argument, if present\n if ($headers['Content-Type'] === 'application/json') {\n $httpBody = \\GuzzleHttp\\json_encode(ObjectSerializer::sanitizeForSerialization($_tempBody));\n } else {\n $httpBody = $_tempBody;\n }\n } elseif (count($formParams) > 0) {\n if ($multipart) {\n $multipartContents = [];\n foreach ($formParams as $formParamName => $formParamValue) {\n $multipartContents[] = [\n 'name' => $formParamName,\n 'contents' => $formParamValue\n ];\n }\n // for HTTP post (form)\n $httpBody = new MultipartStream($multipartContents);\n\n } elseif ($headers['Content-Type'] === 'application/json') {\n $httpBody = \\GuzzleHttp\\json_encode($formParams);\n\n } else {\n // for HTTP post (form)\n $httpBody = \\GuzzleHttp\\Psr7\\build_query($formParams);\n }\n }\n\n // this endpoint requires API key authentication\n $apiKey = $this->config->getApiKeyWithPrefix('Authorization');\n if ($apiKey !== null) {\n $headers['Authorization'] = $apiKey;\n }\n\n $defaultHeaders = [];\n if ($this->config->getUserAgent()) {\n $defaultHeaders['User-Agent'] = $this->config->getUserAgent();\n }\n\n $headers = array_merge(\n $defaultHeaders,\n $headerParams,\n $headers\n );\n\n $query = \\GuzzleHttp\\Psr7\\build_query($queryParams);\n return new Request(\n 'POST',\n $this->config->getHost() . $resourcePath . ($query ? \"?{$query}\" : ''),\n $headers,\n $httpBody\n );\n }", "function _campaign_resource_index($parameters) {\n // Initialize output.\n $index = array();\n\n // Get the results of the explore_campaigns view.\n $view = views_get_view('explore_campaigns');\n $view->execute();\n\n $filter_staff_pick = FALSE;\n if (isset($parameters['is_staff_pick']) && $parameters['is_staff_pick']) {\n $filter_staff_pick = TRUE;\n }\n\n foreach ($view->result as $result) {\n $campaign = new StdClass();\n $campaign->title = $result->label;\n $campaign->nid = $result->entity_id;\n $campaign->is_staff_pick = $result->bm_field_staff_pick[0];\n // If not filtering by staff pick:\n if (!$filter_staff_pick) {\n // Add this campaign to the result.\n $index[] = $campaign;\n }\n // Else check if it's a staff pick:\n if ($campaign->is_staff_pick) {\n $index[] = $campaign;\n }\n }\n\n return $index;\n}", "public function getCouponsByAttributesApplicationWide($applicationId, $body, $pageSize = null, $skip = null, $sort = null, $value = null, $createdBefore = null, $createdAfter = null, $valid = null, $usable = null, $referralId = null, $recipientIntegrationId = null, $batchId = null, $exactMatch = false, $campaignState = null)\n {\n list($response) = $this->getCouponsByAttributesApplicationWideWithHttpInfo($applicationId, $body, $pageSize, $skip, $sort, $value, $createdBefore, $createdAfter, $valid, $usable, $referralId, $recipientIntegrationId, $batchId, $exactMatch, $campaignState);\n return $response;\n }", "protected function get_available_campaigns() {\n\n\t\t/**\n\t\t * cache the campaigns during the current request\n\t\t */\n\t\tif ( ! empty( $this->campaigns ) ) {\n\t\t\treturn $this->campaigns;\n\t\t}\n\n\t\t$filtered = array();\n\n\t\t$all_campaigns = tve_ult_get_campaigns( array(\n\t\t\t'get_designs' => true,\n\t\t\t'get_events' => false,\n\t\t\t'get_settings' => false,\n\t\t\t'get_logs' => false,\n\t\t\t'only_running' => true,\n\t\t) );;\n\n\t\tforeach ( $all_campaigns as $campaign ) {\n\n\t\t\t/**\n\t\t\t * if the schedule for the campaign applies (e.g. the current time is in the required interval, or a cookie exists)\n\t\t\t * we continue checking if the display settings apply\n\t\t\t *\n\t\t\t */\n\t\t\tif ( ! isset( $manager ) ) {\n\t\t\t\trequire_once TVE_Ult_Const::plugin_path( 'inc/classes/display_settings/class-thrive-display-settings-manager.php' );\n\t\t\t\t$manager = new Thrive_Ult_Display_Settings_Manager();\n\t\t\t\t$manager->load_dependencies();\n\t\t\t}\n\n\t\t\t$saved_ptions = new Thrive_Ult_Campaign_Options( $campaign->ID );\n\t\t\t$saved_ptions->initOptions();\n\n\t\t\t$available = $saved_ptions->displayCampaign();\n\n\t\t\t/**\n\t\t\t * a campaign is available if it has display settings and also has designs other than shortcodes\n\t\t\t */\n\t\t\tif ( $available && count( $campaign->designs ) ) {\n\t\t\t\t$other_than_shortcode = false;\n\t\t\t\tforeach ( $campaign->designs as $design ) {\n\t\t\t\t\tif ( $design['post_type'] !== TVE_Ult_Const::DESIGN_TYPE_SHORTCODE ) {\n\t\t\t\t\t\t$other_than_shortcode = true;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t$available = $other_than_shortcode;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t * TODO: why do we check here for shortcodes if the shortcodes campaigns are loaded separately ? see line 193: $shortcode_campaigns = TU_Shortcodes::get_campaigns();\n\t\t\t *\n\t\t\t * the campaign has no display settings and has no other designs than shortcode\n\t\t\t * but a shortcode design of campaign was used\n\t\t\t *\n\t\t\t * not sure why this check is made here\n\t\t\t */\n\t\t\tif ( ! $available && in_array( $campaign->ID, array_values( TU_Shortcodes::get_campaigns() ) ) ) {\n//\t\t\t\t$available = true;\n\t\t\t}\n\n\t\t\tif ( $available ) {\n\t\t\t\t$filtered [] = $campaign;\n\t\t\t}\n\t\t}\n\n\t\t$this->campaigns = $filtered;\n\n\t\treturn $filtered;\n\t}", "function commissions_search($options, $campaign_id=null, $month=null, $year=null, $page=1, $perpage=6) {\n $request['campaign_id'] = $campaign_id;\n $request['month'] = $month;\n $request['year'] = $year;\n\n foreach($options as $key => $value)\n $request[$key] = $value;\n\n $request['page'] = $page;\n $request['perpage'] = $perpage;\n\n return $this->hook(\"/commissions/search.xml\", \"commission\", $request, 'GET');\n }", "public function testSearchCouponsAdvancedApplicationWideWithoutTotalCount()\n {\n }", "public function testSearchCouponsAdvanced()\n {\n }", "public function getMatchingCriterias() {\n $aMatchingCriterias = [];\n\n # Init Criterias Table\n if(!array_key_exists('book-request-criteria',CoreController::$aCoreTables)) {\n CoreController::$aCoreTables['book-request-criteria'] = new TableGateway('bookrequest_criteria',CoreController::$oDbAdapter);\n }\n\n $oCriteriasFromDB = CoreController::$aCoreTables['book-request-criteria']->select();\n foreach($oCriteriasFromDB as $oCrit) {\n $aMatchingCriterias[$oCrit->criteria_entity_key] = (array)$oCrit;\n }\n\n return $aMatchingCriterias;\n }", "private function fetchCampaigns() {\n $hash = $this->uri->segment(2);\n\n if( !$hash ) {\n show_error('Unknown campaign id');\n return;\n }\n\n $campaign = $this->Campaign_model\n ->where('campaigns.campaign_token', $hash)\n ->find();\n\n $opportunity = false;\n\n if( !count($campaign) || $campaign[0]->campaign_id ) {\n $opportunity = $this->Opportunity_model\n ->where('campaigns.campaign_token', $hash)\n ->find();\n }\n\n if( $opportunity && count($opportunity) ) {\n $opportunity = $opportunity[0];\n $campaign = $opportunity->campaign;\n } else {\n $campaign = $campaign[0];\n $opportunity = false;\n }\n\n return array(\n 'campaign' => $campaign,\n 'opportunity' => $opportunity\n );\n }", "public function loadCriteriaSearch(){\n\n $request = Yii::$app->getRequest();\n $q = $request->getQueryParam('q', false);\n $s = $request->getQueryParam('s', false);\n $op = $request->getQueryParam('op', 'AND');\n// var_dump($q);exit;\n \n $checkArr = array();\n \n if ($q !== false) {\n //split to one item\n $tmpArr = explode(';', $q);\n \n foreach ($tmpArr as $one) {\n \n $tmpArr2 = explode('<=', $one);\n if (isset($tmpArr2[1])) {\n $checkArr[$tmpArr2[0]] = $one;\n continue;\n }//<=\n \n $tmpArr2 = explode('<', $one);\n if (isset($tmpArr2[1])) {\n $checkArr[$tmpArr2[0]] = $one;\n continue;\n }//<\n \n $tmpArr2 = explode('>=', $one);\n if (isset($tmpArr2[1])) {\n $checkArr[$tmpArr2[0]] = $one;\n continue;\n }//>=\n \n $tmpArr2 = explode('>', $one);\n if (isset($tmpArr2[1])) {\n $checkArr[$tmpArr2[0]] = $one;\n continue;\n }//>\n \n \n // = as default\n $tmpArr2 = explode('=', $one);\n if (isset($tmpArr2[1])) {\n $checkArr[$tmpArr2[0]] = $one;\n continue;\n }//=\n }//use attributeName as index use condition as value\n \n }//query\n // var_dump($checkArr);exit;\n \n if ($s !== false) {\n //prepare check array\n $tmpArr = explode(';', $s);\n foreach ($tmpArr as $one) {\n $tmpArr2 = explode('=', $one);\n if (isset($tmpArr2[1])) {\n $checkArr[$tmpArr2[0]] = $tmpArr2[0].\" LIKE '%$tmpArr2[1]%' \";\n }\n }//use attributeName as index use condition as value\n }//like\n \n// var_dump($checkArr);\n// exit;\n if (!empty($checkArr)) {\n $checkedArr = eeAR::validateAttributes($this->_modelName, $checkArr);\n \n //render checked condition string.\n $this->_searchCondition = eeAR::generateSearchCondtionString($checkedArr, $op);\n \n// var_dump($this->_searchCondition);\n }\n \n // var_dump($this->_criteria);\n// exit;\n \n }", "function campaigns_listforaffiliate() {\n return $this->hook(\"/campaigns/listforaffiliate.xml\", \"campaign\");\n }", "public function actionAllcampaigns()\n {\n $params = \\Yii::$app->request->getQueryParams();\n $defaultParams = array(\n 'status' => Campaign::STATUS_ACTIVE,\n 'offset' => 0,\n 'limit' => 0,\n 'sort' => '-id'\n );\n $user = $this->getUser();\n $params = array_merge($defaultParams, $params);\n /**\n * check params\n */\n // check status\n if (in_array($params['status'], array(Campaign::STATUS_ACTIVE, Campaign::STATUS_PENDING, Campaign::STATUS_DELETED)) == false) {\n $this->throwError(\"407\", \"status param is wrong\");\n }\n //check sort\n if (substr($params['sort'], 0, 1) == '-') {\n $params['sort'] = substr($params['sort'], 1);\n $orderAttr = 'DESC';\n } else {\n $orderAttr = 'ASC';\n }\n if (in_array($params['sort'], array('id', 'name', 'amountRaised', 'goalAmount')) == false) {\n $this->throwError(\"407\", \"sort prama is wrong\");\n }\n\n $sql = $user->getCampaigns($params['status'], false)->orderBy(sprintf('%s %s', $params['sort'], $orderAttr));\n if ($params['limit'] != 0) {\n $sql->offset($params['offset'])->limit($params['limit']);\n }\n $data = array();\n if ($sql->count() > 0) {\n foreach ($sql->all() as $capaign) {\n $data[] = array(\n 'id' => $capaign['id'],\n 'name' => $capaign['name'],\n 'description' => $capaign['description'],\n 'alias' => $capaign['alias'],\n 'amountRaised' => $capaign['amountRaised'],\n 'goalAmount' => $capaign['goalAmount'],\n 'type' => $capaign['type'],\n 'startDate' => $capaign['startDate'],\n 'endDate' => $capaign['endDate'],\n 'status' => $capaign['status'],\n 'numberOfDonations' => $capaign['numberOfDonations'],\n 'numberOfUniqueDonors' => $capaign['numberOfUniqueDonors'],\n 'date' => $capaign['date']\n );\n }\n }\n return $data;\n }", "public function findContactsBy(array $criteria);", "private function getRequestedCompanies()\n {\n $collection = $this->companyCollectionFactory->create();\n $collection = $this->filter->getCollection($collection);\n\n return $collection->getItems();\n }", "function getAllCampaign()\n\t{\t\t\n\t\t$params = array(\n\t\t\t\t\t'Target' => 'AdManager'\t,\t\t\t\t\n\t\t\t\t\t'Method' => 'findAllCampaigns'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t);\n\t\t$result = $this->makeRequest($params);\n\t\t$result = $this->object_to_array($result);\t\t\t\t \t\t\n\t\treturn $result;\t\n\t}", "function Get_Eligible_Companies(DB_Database_1 $db)\n{\n\t$eligible_companies = array();\n\n\t$sql = '-- /* SQL LOCATED IN file=' . __FILE__ . ' line=' . __LINE__ . ' method=' . __METHOD__ . \" */\n\t\tSELECT c.company_id, c.name_short, c.name\n\t\tFROM company AS c\n\t\tWHERE\n\t\t\tc.active_status = 'active'\n\t\tAND\n\t\t\tc.name_short NOT LIKE '%_a'\t\";\n\n\t$result = $db->query($sql);\n\treturn $result->fetchAll(PDO::FETCH_OBJ);\n}", "static function getAllActiveClients_SR_UR_who_did_production($fields,$company_id,$year){\n// $query = \"SELECT $fields FROM clients JOIN projects ON projects.id= clients.event_id WHERE (inactive= 0 AND clients.company_id= $company_id) AND (YEAR(STR_TO_DATE(projects.event_date, '%m/%d/%Y'))=$year OR clients.event_id in ( 1, 2, 3 ))\";\n $query = \"SELECT $fields FROM clients JOIN projects ON projects.id= clients.event_id JOIN production ON clients.id= production.client_id WHERE (inactive= 0 AND clients.company_id= $company_id ) AND YEAR(production.prem_paid_month) = $year AND clients.event_id in ( 1, 2, 3 ) GROUP BY clients.id\";\n $clients = Client::find_by_sql($query);\n return $clients;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Function for updating inventory rule.
function update_inventory_rule($vid, $tid, $soft_limit = 0, $hard_limit = 0, $email_group = '', $is_dirty = 0, $force_reset = 0) { global $user; if ($force_reset == 0 && $tid != 0) { if ($is_dirty == 0 && is_inventory_rule_dirty($tid)) { return; } } $data = array( 'inventory_rule_soft_limit' => $soft_limit, 'inventory_rule_hard_limit' => $hard_limit, 'email_group' => $email_group, 'tid' => $tid, 'dirty' => $is_dirty, 'status' => 1, 'updated' => time(), 'updated_by' => $user->uid, ); if (!is_not_inventory_rule_new($tid)) { $data['created'] = time(); $data['created_by'] = $user->uid; // Insert new entry. $data = drupal_write_record('findit_inventory_rules', $data); } else { // Update existing entry. $data = drupal_write_record('findit_inventory_rules', $data, 'tid'); } // Update all the child level categories. $tree = taxonomy_get_tree($vid, $tid, 1); foreach ($tree as $term) { update_inventory_rule($vid, $term->tid, $soft_limit, $hard_limit, $email_group, 0); } }
[ "public function updated(Inventory $inventory)\n {\n //\n }", "public function update() {\r\n\tItem::$rawItems[$this->idItem]['amount'] = $this->amount;\r\n\tItem::$rawItems[$this->idItem]['priece'] = $this->priece;\r\n\tItem::$rawItems[$this->idItem]['name'] = $this->name;\r\n}", "public function updateItem()\n {\n $this->addSellIn(-1);\n\n if ($this->isExpiredItem()) {\n $this->addQuality(-2);\n } else {\n $this->addQuality(-1);\n }\n }", "function updateinventory(){\n //read old invebtory count\n $fin = fopen('inventory.txt', 'r'); // open file to read\n $everything = fgets($fin); // get the line\n $everything_arr = explode(',', $everything);\n $count = sizeof($everything_arr)-1;\n fclose($fin); // close the file\n \n //read cart\n $fin_new = fopen('cart.txt', 'r'); // open file to read\n $everything_new = fgets($fin_new); // get the line\n $everything_arr_new = explode(';', $everything_new);\n $count_new = sizeof($everything_arr_new)-1;\n fclose($fin_new); // close the file\n \n //update inventory\n for ($x = 0; $x < $count_new; $x++) {//for each item\n $args = explode(',', $everything_arr_new[$x]);\n $ind = intval($args[1])-1;\n $num = intval($args[0]);\n $everything_arr[$ind] = $everything_arr[$ind] -$num;\n }\n //write back new inventory\n $new_invent = '';\n for ($x = 0; $x < $count; $x++) {//for each item\n $new_invent = $new_invent.$everything_arr[$x].',';\n }\n $fout = fopen('inventory.txt','w');\n fwrite($fout,$new_invent);\n fclose($fout);\n \n \n \n }", "public static function updateInventory(){\n $arrCart = Products_Controller::getCartFromSession();\n if(!empty($arrCart)){\n foreach($arrCart as $key => $strValue){\n $intAvailableProducts = (int) Products_Controller::getAvailableProducts($key);\n $intUpdatedProducts = $intAvailableProducts - $strValue;\n update_post_meta($key ,'_meta_information_points_qty', (int) $intUpdatedProducts);\n }\n }\n }", "public function positive_stock_adjust($filter_data,$qty)\n {\n # update the quantity in master inventory by adding the adjusted quantity \n # where the item code is equal to the item code of the refunded item\n $sql=\"UPDATE master_inventory SET Available_stock=Available_stock+$qty WHERE item_code='$filter_data'\";\n $this->db->query($sql);\n\n }", "public function update_reject_quantity($record)\n {\n $item_id = $record->item_id;\n\n // Get the particular item\n $item = Item::find($item_id);\n\n if ($record->order_type == \"simple\") {\n $new_quantity = json_decode($record->order_detail)[0];\n $item_quantity = json_decode($item->quantity, true);\n $item_quantity['quantity'] = ($item_quantity['quantity'] + $new_quantity);\n $item->quantity = json_encode($item_quantity);\n } else {\n $order_detail = json_decode($record->order_detail);\n foreach ($order_detail as $key => $detail) {\n $type = $detail[0];\n $index = $detail[1];\n $order_quantity = $detail[2];\n if ($type == \"regular\") {\n // Get values\n $item_quantity = json_decode($item->quantity, true);\n $regular_quantity = json_decode($item_quantity['regular']);\n $sub_item = $regular_quantity[$index];\n $sub_item->quantity = (string) ($sub_item->quantity + $order_quantity);\n\n // Reassign values\n $regular_quantity[$index] = $sub_item;\n $item_quantity['regular'] = json_encode($regular_quantity);\n $item->quantity = json_encode($item_quantity);\n } else {\n // Get values\n $item_quantity = json_decode($item->quantity, true);\n $regular_quantity = json_decode($item_quantity['bulk']);\n $sub_item = $regular_quantity[$index];\n $sub_item->quantity = (string) ($sub_item->quantity + $order_quantity);\n\n // Reassign values\n $regular_quantity[$index] = $sub_item;\n $item_quantity['bulk'] = json_encode($regular_quantity);\n $item->quantity = json_encode($item_quantity);\n }\n }\n }\n $item->save();\n }", "function update_inventory($db, $user_name) {\n $cart = get_cart($db, $user_name);\n \n foreach($cart as $item) {\n $new_quantity = 0; \n $cart_quantity = $item['quantity'];\n $upc = $item['upc'];\n $quantity_available = get_quantity_available($upc, $db);\n \n $new_quantity = ($quantity_available - $cart_quantity);\n \n $query = 'UPDATE inventory SET quantity = :quantity WHERE upc = :upc';\n $statement = $db->prepare($query);\n $statement->bindValue(':upc', $upc);\n $statement->bindValue(':quantity', $new_quantity);\n $statement->execute();\n $statement->closeCursor(); \n }\n}", "abstract protected function sync_inventory_changes();", "public function updateKitInventory() {\n\t\textract($this->request->data);\n\t\t//this->request->data contains\n\t\t//array(\n\t\t//\t'pullQty' => '1',\n\t\t//\t'itemId' => '90',\n\t\t//\t'rowId' => '52d08471-8838-4330-b765-00ed47139427',\n\t\t//\t'onHand' => 'undefined',\n\t\t//\t'mode' => 'pull'\n\t\t//)\n\t\t//setup return array\n\t\t$orderItemType = $this->Item->OrderItem->field('catalog_type', array('id' => $rowId));\n\t\tif($orderItemType & (ON_DEMAND | INVENTORY_KIT)){\n\t\t\t$orderItemCatId = $this->Item->OrderItem->field('catalog_id', array('id' => $rowId));\n\t\t\t$this->requestAction(array('controller' => 'Catalogs', 'action' => 'kitAdjustment', $orderItemCatId, abs($pullQty), $orderItemType));\n\t\t\t$onHand = $this->Item->field('quantity', array('id' => $itemId));\n\t\t}\n\t\treturn $onHand;\n\t}", "public function massUpdateAction()\n {\n $postData = $this->getRequest()->getPost();\n\n // Error handling\n if ( empty( $postData['inventory']) ) {\n $message = $this->__('Error: No items selected');\n Mage::getSingleton('adminhtml/session')->addError($message);\n\n $this->_redirect('*/*');\n return;\n }\n\n // Decode the serialized data\n $inventory = Mage::helper('adminhtml/js')->decodeGridSerializedInput( $postData['inventory'] );\n\n // Iterate through all of the POST data and save the new inventory data\n foreach ( $inventory as $productId => $data ) {\n $product = Mage::getModel('catalog/product')->load($productId);\n $item = Mage::getModel('cataloginventory/stock_item')\n ->loadByProduct($productId)\n ->setQtyOnHand($data['qty_on_hand'])\n ->save();\n\n // Set a successful message for each item\n $message = $this->__('%s (%s) has been saved. Qty on Hand: %s',$product->getName(),$product->getSku(),$data['qty_on_hand']);\n Mage::getSingleton('adminhtml/session')->addSuccess($message);\n }\n\n // Redirect back to the inventory list\n $this->_redirect('*/*');\n }", "public function testUpdateItem()\n {\n $item = $this->addItem();\n\n $this->laracart->updateItem($item->getHash(), 'qty', 4);\n\n $this->assertEquals(4, $item->qty);\n }", "public function testUpdateUserInventoryStatus()\n {\n }", "public function adjustInventory($audit)\n {\n if ($audit->getType() == Unl_Inventory_Model_Audit::TYPE_CREDIT) {\n return $this->handleCredit($audit);\n }\n\n //$qty should never be positive\n $qty = $audit->getQty();\n $product = $audit->getProduct();\n\n $isSale = $audit->getType() == Unl_Inventory_Model_Audit::TYPE_SALE;\n $republish = false;\n\n // link remaining change to purchases\n $auditPurchases = array();\n $actualCost = 0;\n $purchases = Mage::helper('unl_inventory')->getActiveProductPurchases($product);\n\n foreach ($purchases as $purchase) {\n $step = $qty;\n $qty += $purchase->getQtyOnHand();\n\n if ($qty <= 0) {\n $republish = true;\n\n if ($isSale) {\n $auditPurchases[] = array(\n 'purchase' => $purchase,\n 'qty' => $purchase->getQtyOnHand(),\n );\n\n $actualCost += $purchase->getAmountRemaining();\n }\n\n $purchase->setQtyOnHand(0);\n $purchase->setAmountRemaining(0);\n $purchase->save();\n\n if ($qty == 0) {\n break;\n }\n } else {\n $tempCost = $purchase->getCostPerItem() * $step * -1;\n\n if ($isSale) {\n $auditPurchases[] = array(\n 'purchase' => $purchase,\n 'qty' => $step * -1,\n );\n\n if ($actualCost) {\n $actualCost += $tempCost;\n }\n }\n\n $purchase->setQtyOnHand($qty);\n $purchase->setAmountRemaining($purchase->getAmountRemaining() - $tempCost);\n $purchase->save();\n unset($tempCost);\n break;\n }\n }\n\n if ($qty < 0) {\n if (!$isSale) {\n Mage::throwException('This inventory change will result in a backorder, which is not allowed.');\n }\n\n if (!$actualCost) {\n $actualCost = $audit->getAmount() * -1;\n $actualCost += $audit->getCostPerItem() * $qty;\n }\n\n $backorder = Mage::getModel('unl_inventory/backorder');\n $backorder->setData(array(\n 'product_id' => $product->getId(),\n 'qty' => $qty * -1,\n 'parent_id' => $audit->getInvoiceItemId(),\n ));\n $backorder->save();\n }\n\n if ($isSale) {\n if ($actualCost && ($actualCost * -1) != $audit->getAmount()) {\n $audit->setAmount($actualCost * -1);\n $audit->syncItemCost();\n }\n\n $audit->setPurchaseAssociations($auditPurchases);\n }\n\n if ($qty >= 0 && $republish) {\n foreach ($purchases as $purchase) {\n if (!$purchase->canPublish()) {\n continue;\n }\n\n $purchase->setTryPublish(true)->save();\n break;\n }\n }\n\n $audit->save();\n }", "public function update_price_at_mws_inventory(){\n\t\tdebug(date('Y-m-d H:i:s'));\n\t\t\n\t\tApp::import('Model','Master');\r\n\t\t\r\n\t\t$master = new Master();\n\t\t\n\t\t$master->update_price_at_mws_inventory();\n\t\t\n\t\tdebug(date('Y-m-d H:i:s'));\n\t\t\n\t}", "private function updateAvailabilityOnSale()\n {\n foreach($this->cart->content() as $item){\n $newAvailability = intval($item->model->availability - $item->qty);\n Product::where('id', $item->model->id)->update(['availability' => $newAvailability]);\n }\n }", "public function testUpdateItemSerialScheme()\n {\n }", "function update_rule() {\n\tglobal $wpdb;\n\tglobal $access_table_name;\n\n\t$id = check_post_id();\n\t\n\t$push_data = process_access_post_data();\n\n\t$wpdb->update(\n\t\t$access_table_name,\n\t\t$push_data,\n\t\tarray('ID' => $id),\n\t\tarray('%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s'),\n\t\tarray('%d')\n\t);\n\tcheck_db_errors();\n}", "function updateCartItemQuantity($action) {\n\t\tif(count($action) == 3) {\n\n\t\t\t$cart_reference = $action[1];\n\t\t\t$cart_item_id = $action[2];\n\t\t\t$cart = $this->getCarts(array(\"cart_reference\" => $cart_reference));\n\n\t\t\t// Get posted values to make them available for models\n\t\t\t$this->getPostedEntities();\n\n\t\t\t// does values validate\n\t\t\tif($cart && $this->validateList(array(\"quantity\"))) {\n\n\t\t\t\t$query = new Query();\n\t\t\t\t$IC = new Items();\n\n\t\t\t\t$quantity = $this->getProperty(\"quantity\", \"value\");\n\n\t\t\t\t// find item_id in cart items?\n\t\t\t\tif($cart[\"items\"] && arrayKeyValue($cart[\"items\"], \"id\", $cart_item_id) !== false) {\n\t\t\t\t\t$existing_item_index = arrayKeyValue($cart[\"items\"], \"id\", $cart_item_id);\n\t\t\t\t\t$item_id = $cart[\"items\"][$existing_item_index][\"item_id\"];\n\n\t\t\t\t\t$sql = \"UPDATE \".$this->db_cart_items.\" SET quantity=$quantity WHERE id = \".$cart_item_id.\" AND cart_id = \".$cart[\"id\"];\n//\t\t\t\t\tprint $sql;\n\t\t\t\t\tif($query->sql($sql)) {\n\n\t\t\t\t\t\t// update modified at time\n\t\t\t\t\t\t$sql = \"UPDATE \".$this->db_carts.\" SET modified_at=CURRENT_TIMESTAMP WHERE id = \".$cart[\"id\"];\n\t\t\t\t\t\t$query->sql($sql);\n\n\t\t\t\t\t\t$item = $IC->getItem(array(\"id\" => $item_id, \"extend\" => true)); \n\t\t\t\t\t\t$item[\"unit_price\"] = $this->getPrice($item_id, array(\"quantity\" => $quantity, \"currency\" => $cart[\"currency\"], \"country\" => $cart[\"country\"]));\n\t\t\t\t\t\t$item[\"unit_price_formatted\"] = formatPrice($item[\"unit_price\"]);\n\t\t\t\t\t\t$item[\"total_price\"] = array(\n\t\t\t\t\t\t\t\"price\" => $item[\"unit_price\"][\"price\"]*$quantity, \n\t\t\t\t\t\t\t\"vat\" => $item[\"unit_price\"][\"vat\"]*$quantity, \n\t\t\t\t\t\t\t\"currency\" => $cart[\"currency\"], \n\t\t\t\t\t\t\t\"country\" => $cart[\"country\"]\n\t\t\t\t\t\t);\n\t\t\t\t\t\t$item[\"total_price_formatted\"] = formatPrice($item[\"total_price\"], array(\"vat\" => true));\n\t\t\t\t\t\t$item[\"total_cart_price\"] = $this->getTotalCartPrice($cart[\"id\"]);\n\t\t\t\t\t\t$item[\"total_cart_price_formatted\"] = formatPrice($item[\"total_cart_price\"]);\n\n\t\t\t\t\t\t// add callback to addedToCart\n\t\t\t\t\t\t$model = $IC->typeObject($item[\"itemtype\"]);\n\t\t\t\t\t\tif(method_exists($model, \"addedToCart\")) {\n\t\t\t\t\t\t\t$model->addedToCart($item, $cart);\n\t\t\t\t\t\t}\n \n\t\t\t\t\t\treturn $item;\n\n\t\t\t\t\t}\n\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}\n\n\t\treturn false;\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Checks to see if the download is locked or not
function edd_social_discounts_is_locked( $download_id = '' ) { if ( ! $download_id ) return; $locked = get_post_meta( $download_id, 'edd_social_discounts_locked', true ); if ( $locked ) return (bool) true; return (bool) false; }
[ "function cacheObjectLocked ()\n {\n return is_file($this->cacheObjectId.'.lock');\n }", "public function isLocked()\n {\n // when the file is on a NFS it might happen that file_get_contents\n // can't find the file. This is due to the fact that the NFS\n // most likely will cache file information and the file might\n // been created only a few moments ago. So we work around this\n // by opening and closing a file handle for the folder of the file\n // which will invalidate the NFS cache.\n // @see https://stackoverflow.com/questions/41723458/php-file-exists-or-is-file-does-not-answer-correctly-for-10-20s-on-nfs-files-ec\n closedir(opendir(dirname($this->getFile())));\n if (is_readable($this->getFile()) && file_exists($this->getFile())) {\n $lastCall = (int) trim(file_get_contents($this->getFile()));\n if (!(\n $this->getLifeTime() > 0 &&\n $lastCall < (time() - $this->getLifeTime())\n )) {\n return true;\n }\n }\n\n return false;\n }", "public function isLocked();", "private function hasLockfile(){\n\n return is_file($this->lockfile);\n }", "public function check_access()\n\t{\n\t\tif ($this->user->plan()->downloads())\n\t\t{\n\t\t\treturn TRUE;\n\t\t}\n\t\telse\n\t\t{\n\t\t\treturn FALSE;\n\t\t}\n\t}", "public function isLocked(): bool\n {\n $dir = $this->getDir();\n\n return $this->filesystem->exists($dir . '.lock');\n }", "protected function _lockIsExpired()\n {\n $varDir = Mage::getConfig()->getVarDir('locks');\n $file = $varDir . DS . 'buckaroo_process_'.$this->getId().'.lock';\n\n if(!is_file($file)){\n $fp = fopen($file, 'x');\n fwrite($fp, date('r'));\n fclose($fp);\n return false;\n }\n\n\n $fiveMinAgo = time() - 300;//300\n $contents = file_get_contents($file);\n $time = strtotime($contents);\n $debug = 'current contents: '.$contents . \"\\n\"\n . 'contents in timestamp: '.$time . \"\\n\"\n . '5 minutes ago in timestamp: '.$fiveMinAgo;\n\n if($time <= $fiveMinAgo){\n $fp = fopen($file, 'w');\n flock($fp, LOCK_UN);\n return true;\n }\n\n return false;\n }", "function check_download() {\n global $post;\n \n $is_ok = true;\n \n $file_id = get_post_meta( $post->ID, 'file_id', true );\n $restrict_to = get_post_meta( $post->ID, 'restrict_to', true );\n \n if( empty( $restrict_to ) )\n return $file_id;\n \n if( !is_user_logged_in() && $restrict_to )\n return;\n \n if( !$file_id )\n return;\n \n if( !current_user_can( 'manage_options' ) && ( $restrict_to && !current_user_can( $restrict_to ) ) )\n $is_ok = false;\n \n $is_ok = apply_filters( 'simple_downloads_check_restriction', $restrict_to );\n \n if( !$is_ok )\n return;\n \n return $file_id;\n }", "protected function _lockFileExists () {\n\n return file_exists($this->_file);\n\n }", "private function WaitIfLock()\n {\n //Lock file to block file from modifications until is modified here first.\n $file_lock = $this->file . \".lock\";\n\n //Check if $file is not been modified already.\n if(file_exists($file_lock))\n {\n //Wait until the file is written by the other process\n while(file_exists($file_lock))\n {\n continue;\n }\n }\n }", "public function isLocked()\n\t{\n\t\t$htaccessPath = JPATH_ADMINISTRATOR . '/.htaccess';\n\t\t$htpasswdPath = JPATH_ADMINISTRATOR . '/.htpasswd';\n\n\t\treturn @file_exists($htpasswdPath) && @file_exists($htaccessPath);\n\t}", "public function checkForDownloads()\n\t{\n\t\t$throttle = FILE_DOWNLOAD_THROTTLE; \n\t\tif (!file_exists(FILE_DOWNLOAD_TMP_FILE)) {\n\t\t\texec(\"touch \" . FILE_DOWNLOAD_TMP_FILE);\n\t\t\t$pendingDownloads = $this->db->fetchCol(\"SELECT downloadID FROM File_Downloads WHERE NOT started\");\n\t\t\tforeach ($pendingDownloads as $downloadID) {\n\t\t\t\t$count = $this->db->fetchOne(\"SELECT COUNT(*) FROM File_Downloads WHERE started\");\n\t\t\t\tif ($count < $throttle) {\n\t\t\t\t\texec(APPLICATION_ROOT . \"/cli/download.php $downloadID > /dev/null &#038;\");\n\t\t\t\t}\n\t\t\t\tsleep(1);\n\t\t\t}\n\t\t\texec(\"rm \" . FILE_DOWNLOAD_TMP_FILE);\n\t\t}\n\t}", "public function is_downloadable() {\n return false;\n }", "private static function check_downloads_remaining($download)\n {\n }", "function isDownloadable();", "public function hasLock() {}", "private function checkLock() {\n if(is_file($this->lock_file)) {\n $pid_data = unserialize(file_get_contents($this->lock_file));\n if(!empty($pid_data)) {\n if($this->checkPid($pid_data['pid'])) {\n $this->locked_pid = $pid_data['pid'];\n $this->locked_tries = $pid_data['tries'];\n return LOCK_FILE_ACTIVE;\n } else {\n return LOCK_FILE_STALE;\n }\n } else {\n // We didn't have valid data in the lock file, lets just call it stale\n return LOCK_FILE_STALE;\n }\n }\n return LOCK_NO_LOCK_FILE;\n }", "public function isLocked()\n {\n $record = $this->getInvoker();\n $lockedAt = $this->_options['locked_at']['name'];\n $lockedBy = $this->_options['locked_by']['name'];\n \n return $record->$lockedAt !== null\n && strtotime($record->$lockedAt) + $this->getOption('expires_after') \n > time();\n }", "public function locked();" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Generates es acknowledged response
public function esAcknowledged(): array { return [ 'acknowledged' => true, ]; }
[ "public function generateSuccessResponse()\n {\n die($this->getSuccessResponse());\n }", "public function doEarlyAckResponse() {\n if ( $_SERVER['REQUEST_METHOD'] == 'GET' ) {\n die('This endpoint is for Midtrans notification URL (HTTP POST). This message will be shown if opened using browser (HTTP GET). You can copy this current URL on your browser address bar and paste it to: \"Midtrans Dashboard > Settings > Configuration > Notification Url\". This will allow your WooCommerce to receive Midtrans payment status, which will auto sync the payment status.');\n exit();\n }\n\n ob_start();\n $input_source = \"php://input\";\n $raw_notification = json_decode(file_get_contents($input_source), true);\n echo esc_html(\"Notification Received: \\n\");\n print_r($raw_notification);\n WC_Midtrans_Logger::log( print_r($raw_notification, true), 'midtrans-notif' );\n header('Connection: close');\n header('Content-Length: '.ob_get_length());\n ob_end_flush();\n ob_flush();\n flush();\n return $raw_notification;\n }", "function ack() {\n\t\t$root = XmlSerializer::createDocument('notification_echo');\n\t\tXmlSerializer::addChild($root, 'unique_id', $this->unique_id);\n\t\treturn $root->ownerDocument->saveXml();\n\t}", "protected function send_response() {\n $this->send_headers();\n $xml = '<?xml version=\"1.0\" encoding=\"UTF-8\" ?>'.\"\\n\";\n $xml .= '<RESPONSE>'.\"\\n\";\n $xml .= self::xmlize_result($this->returns, $this->function->returns_desc);\n $xml .= '</RESPONSE>'.\"\\n\";\n echo $xml;\n }", "public function sendResponse() {\n $serializer = new Serializer();\n $packet = new Packet();\n foreach($this->amfRequest->getMessages() as $index => $message) {\n $packet->messages[] =\n (object) ['targetUri' => $message['response'].'/onResult', 'responseUri' => null,'data' => $this->responses[$index]];\n\n }\n $rawOutput = $serializer->serialize($packet);\n echo $rawOutput;\n }", "public function send()\r\n {\r\n\t $this->response->getHeaders();\r\n\t $this->response->getContent();\r\n }", "public function ack()\n {\n $req = new Ack();\n $req->setSubject($this->getSubject());\n $req->setSequence($this->getSequence());\n $data = $req->toStream()->getContents();\n $stanCon = $this->sub->getStanCon();\n $stanCon->natsCon()->publish($this->sub->getAckInbox(), $data);\n }", "protected function sendResponse()\n {\n $this->getResponse()->representJson(\n $this->getMessageBlockJson()\n );\n }", "public function send()\n {\n echo $this->response;die;\n }", "public abstract function ackSuccess($msg);", "public function ackSuccess($msg)\n {}", "private static function buildEsmoResponse(array $state){\n \n $now = time();\n \n //Recover ESMO state\n $sessionID = $state['esmo:sessionId'];\n $protocolId = $state['esmo:IdP:protocol'];\n \n $hostedIdpMeta = $state['esmo:hostedIdP:metadata'];\n $spMetadata = $state['esmo:sp:metadata'];\n $idpRequest = $state['esmo:idp:request'];\n $idpMetadata = $state['esmo:idp:metadata'];\n\n\n //Create a set of all the requested attributes' name and friendly name\n $requestedAttributes = array();\n foreach($idpRequest['attributes'] as $attribute){\n $requestedAttributes [] = $attribute['name'];\n $requestedAttributes [] = $attribute['friendlyName'];\n }\n SimpleSAML_Logger::debug('List of requested attributes: '.print_r($requestedAttributes,true));\n \n \n \n //Find the assertion data to build the response:\n \n //Special structure to build the assertions from scratch if a\n //multi-assertion response is required. No standard\n //AuthFilters may apply here\n $structassertions = null;\n if(isset($state['eidas:struct:assertions']))\n $structassertions = $state['eidas:struct:assertions'];\n \n //The standard ssp attributes. These may have gone through any\n //standard AuthFilter modification\n $singleassertion = null;\n if(isset($state['Attributes']))\n $singleassertion = $state['Attributes'];\n \n \n \n \n \n //Build ESMO attributeList response object\n $resp = array();\n \n \n $resp['id'] = sspmod_esmo_HttpSig_Client::generateUUIDv4();\n \n $resp['issuer'] = $idpMetadata['entityId'];\n $resp['recipient'] = $idpRequest['issuer'];\n $resp['inResponseTo'] = $idpRequest['id'];\n $resp['notBefore'] = gmdate('Y-m-d\\TH:i:s\\Z',$now); //Now\n $resp['notAfter'] = gmdate('Y-m-d\\TH:i:s\\Z',$now+300); //Now+5 min\n \n \n //Set the object type\n $resp['type'] = \"Response\";\n if($state['esmo:IdP:reqtype'] === 'auth')\n $resp['type'] = \"AuthResponse\";\n \n \n //Set the response LoA\n if($structassertions !== NULL)\n $resp['loa'] = $structassertions[0]['AuthnContextClassRef'];\n else if(isset($state['saml:AuthnContextClassRef']))\n $resp['loa'] = $state['saml:AuthnContextClassRef'];\n else\n $resp['loa'] = $idpRequest['loa'];\n \n \n //Build the attribute section of the ESMO response. If\n //multiassertion response was received, just flat it out\n $resp['attributes'] = array();\n if($structassertions !== NULL){\n \n foreach($structassertions as $assertionData){\n foreach($assertionData['attributes'] as $attribute){\n \n //Remove non-requested response attributes // TO DO: make it configurable per SP and on esmo-idp-hosted, whether to remove or not\n if(!in_array($attribute['name'],$requestedAttributes)\n &&!in_array($attribute['friendlyName'],$requestedAttributes))\n continue;\n \n $resp['attributes'] []= array(\n 'friendlyName' => $attribute['friendlyName'],\n 'name' => $attribute['name'],\n 'encoding' => NULL,\n 'language' => NULL,\n 'mandatory' => false,\n 'values' => $attribute['values'],\n );\n }\n }\n }\n else if($singleassertion !== NULL){\n \n foreach($singleassertion as $attributename => $values){\n \n //In some cases, I might have stored the full names here:\n $attributefullname = $attributename;\n if(isset($state['eidas:attr:names']))\n if(isset($state['eidas:attr:names'][$attributename]))\n $attributefullname = $state['eidas:attr:names'][$attributename];\n\n //Remove non-requested response attributes // TO DO: make it configurable per SP and on esmo-idp-hosted, whether to remove or not\n if(!in_array($attributename,$requestedAttributes)\n &&!in_array($attributefullname,$requestedAttributes))\n continue;\n \n $resp['attributes'] []= array(\n 'friendlyName' => $attributename,\n 'name' => $attributefullname,\n 'encoding' => NULL,\n 'language' => NULL,\n 'mandatory' => false,\n 'values' => $values,\n );\n }\n }\n \n\n //Build the status of the response:\n $resp['status'] = array(\n 'code' => $state['esmo:status']['code'], // ERROR OK\n 'subcode' => $state['esmo:status']['subcode'],\n 'message' => $state['esmo:status']['message'],\n );\n \n \n // Add additional data that might be useful for the ACM, RM or the IDPms\n $resp['properties'] = array();\n \n if(isset($state['AuthnInstant']))\n $resp['properties']['AuthnInstant'] = $state['AuthnInstant'];\n \n if(isset($state['saml:NameIDFormat']))\n $resp['properties']['NameIDFormat'] = $state['saml:NameIDFormat'];\n \n if(isset($state['saml:NameIDFormat'])\n && isset($state['saml:NameID'][$state['saml:NameIDFormat']]))\n $resp['properties']['NameID'] = $state['saml:NameID'][$state['saml:NameIDFormat']];\n else if(isset($state['saml:sp:NameID']))\n $resp['properties']['NameID'] = $state['saml:sp:NameID'];\n \n \n //$resp['properties']['NameQualifier'] = ;\n //$resp['properties']['IssueInstant'] = ;\n $resp['properties']['Binding'] = $state['saml:Binding'];\n \n \n if(isset($state['saml:RelayState']))\n $resp['properties']['RelayState'] = $state['saml:RelayState'];\n \n \n \n return $resp;\n }", "public function send(){\n if($this->sent){\n return;\n }\n \n $header = count($this->value) === 0 ? $this->header : $this->header.\": \".join(\",\", array_keys($this->value));\n header($header, $this->erase);\n \n $this->sent = true;\n }", "function respond($tf) {\nprint '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n <soapenv:Body>\n <notifications xmlns=\"http://soap.sforce.com/2005/09/outbound\">\n <Ack>' .$tf.'</Ack>\n </notifications>\n </soapenv:Body>\n </soapenv:Envelope>';\n}", "function output() {\n if (isset($this->status)) {\n $this->send_header(sprintf('HTTP/1.1 %d %s',\n $this->status, $this->reason),\n TRUE,\n $this->status);\n }\n\n foreach ($this->headers as $k => $v) {\n $this->send_header(\"$k: $v\");\n }\n\n echo $this->body;\n }", "public function output()\n {\n if (isset($this->status)) {\n $this->send_header(sprintf('HTTP/1.1 %d %s',\n $this->status, $this->reason),\n true,\n $this->status);\n }\n\n foreach ($this->headers as $k => $v) {\n $this->send_header(\"$k: $v\");\n }\n\n echo $this->body;\n }", "public function acknowledgeEventExtern(array $params):WebfleetResponse;", "protected function returnOkResponse()\n {\n ob_start();\n header('Connection: close');\n header('Content-Length: ' . ob_get_length());\n ob_end_flush();\n ob_flush();\n flush();\n }", "public function respond() {\n\t\tdebug(\"We are now building a response\",5);\n\t\t$this->response->build($this->path,$this->query,$this->fragment,$this->method,null);\n\t\t$this->response->send();\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Check if module should log or not.
private function should_log( $module ) { // Don't log if there's an error. if ( is_wp_error( $this->status ) ) { return false; } // See if the module is registered to log. if ( ! in_array( $module, $this->modules, true ) ) { return false; } $do_log = false; switch ( $module ) { case 'minify': // Log for minification only if debug is enabled. $options = Utils::get_module( 'minify' )->get_options(); if ( $options['log'] ) { $do_log = true; } break; default: // Default to logging only when wp debug is set. if ( defined( 'WP_DEBUG_LOG' ) && WP_DEBUG_LOG ) { $do_log = true; } break; } return $do_log; }
[ "public function needLog()\r\n {\r\n return true;\r\n }", "function is_logging(): bool\n {\n return Log::isLogging();\n }", "public static function uses_log(): bool\n {\n return\n empty(static::CONFIG_RUNTIME['no_log'])\n &&\n !is_a(get_called_class(), ActiveRecordTemporalInterface::class, true)\n &&\n !is_a(get_called_class(), LogEntry::class, true)\n ;\n }", "public function isLoggingEnabled(): bool;", "function bbl_is_logging() {\n\tglobal $bbl_log;\n\treturn $bbl_log->logging;\n}", "protected function isLoggingEnabled()\n\t{\n\t\treturn (bool)$this->extensionConfiguration['log'];\n\t}", "private static function checkForLog()\n {\n if (!(config('log')['record_log'])) {\n return true;\n }\n if (!isset(self::$log)) {\n throw new LogNotBootedException();\n }\n }", "public function isLogTrackerEnabled();", "private function canLogLowerThanError(): bool {\n /**\n * @var AbstractConfigHelper $configHelper\n */\n $configHelper = pluginApp(AbstractConfigHelper::class);\n return $configHelper->hasBooted();\n }", "private function canOutput()\n {\n return !$this->loggerOnly();\n }", "public function isLogEnabled(){\n\n\t\treturn $this->_log_enabled;\n\t}", "public function hasLog()\n {\n $entryCountInitial = $this->debug->getData('entryCountInitial');\n $entryCountCurrent = $this->debug->getData('log/__count__');\n $haveLog = $entryCountCurrent > $entryCountInitial;\n $lastEntryMethod = $this->debug->getData('log/__end__/0');\n return $haveLog && $lastEntryMethod !== 'clear';\n }", "public function isLoggable() {\n\t\treturn (\n\t\t\tarray_key_exists(\"log\",$this->data) && \n\t\t\t$this->data[\"log\"]\n\t\t);\n\t}", "public function hasLog()\n {\n return ! empty( $this->log );\n }", "public static function isAppLogable(){\n\t\treturn self::$APP_LOG_MODE;\n\t}", "public function hasLog()\n {\n $entryCountInitial = $this->debug->data->get('entryCountInitial');\n $entryCountCurrent = $this->debug->data->get('log/__count__');\n $lastEntryMethod = $this->debug->data->get('log/__end__/method');\n return $entryCountCurrent > $entryCountInitial && $lastEntryMethod !== 'clear';\n }", "public function isLoggingForced() \n {\n return Mage::getStoreConfigFlag(static::XML_PATH_FORCE_LOG);\n }", "public static function has_log_report() : bool;", "public function hasLog(): bool\n {\n return isset($this->log);\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Operation listAccountArtworkAsyncWithHttpInfo List account artwork
public function listAccountArtworkAsyncWithHttpInfo($account_id) { $returnType = ''; $request = $this->listAccountArtworkRequest($account_id); return $this->client ->sendAsync($request, $this->createHttpClientOption()) ->then( function ($response) use ($returnType) { return [null, $response->getStatusCode(), $response->getHeaders()]; }, function ($exception) { $response = $exception->getResponse(); $statusCode = $response->getStatusCode(); throw new ApiException( sprintf( '[%d] Error connecting to the API (%s)', $statusCode, $exception->getRequest()->getUri() ), $statusCode, $response->getHeaders(), $response->getBody() ); } ); }
[ "public function listAccountArtworkAsync($account_id)\n {\n return $this->listAccountArtworkAsyncWithHttpInfo($account_id)\n ->then(\n function ($response) {\n return $response[0];\n }\n );\n }", "public function listAccountArtworkWithHttpInfo($account_id)\n {\n $returnType = '';\n $request = $this->listAccountArtworkRequest($account_id);\n\n try {\n $options = $this->createHttpClientOption();\n try {\n $response = $this->client->send($request, $options);\n } catch (RequestException $e) {\n throw new ApiException(\n \"[{$e->getCode()}] {$e->getMessage()}\",\n $e->getCode(),\n $e->getResponse() ? $e->getResponse()->getHeaders() : null,\n $e->getResponse() ? $e->getResponse()->getBody()->getContents() : null\n );\n }\n\n $statusCode = $response->getStatusCode();\n\n if ($statusCode < 200 || $statusCode > 299) {\n throw new ApiException(\n sprintf(\n '[%d] Error connecting to the API (%s)',\n $statusCode,\n $request->getUri()\n ),\n $statusCode,\n $response->getHeaders(),\n $response->getBody()\n );\n }\n\n return [null, $statusCode, $response->getHeaders()];\n\n } catch (ApiException $e) {\n switch ($e->getCode()) {\n }\n throw $e;\n }\n }", "public function getArtistsAsyncWithHttpInfo($filter_artists_by_name = null, $size = '25', $page = '1', $order = 'id:ASC')\n {\n $returnType = '\\KnetikCloud\\Model\\PageResourceArtistResource_';\n $request = $this->getArtistsRequest($filter_artists_by_name, $size, $page, $order);\n\n return $this->client->sendAsync($request)->then(function ($response) use ($returnType) {\n $responseBody = $response->getBody();\n if ($returnType === '\\SplFileObject') {\n $content = $responseBody; //stream goes to serializer\n } else {\n $content = $responseBody->getContents();\n if ($returnType !== 'string') {\n $content = json_decode($content);\n }\n }\n\n return [\n ObjectSerializer::deserialize($content, $returnType, []),\n $response->getStatusCode(),\n $response->getHeaders()\n ];\n }, function ($exception) {\n $response = $exception->getResponse();\n $statusCode = $response->getStatusCode();\n throw new ApiException(\n \"[$statusCode] Error connecting to the API ({$exception->getRequest()->getUri()})\",\n $statusCode,\n $response->getHeaders(),\n $response->getBody()\n );\n });\n }", "public function executeGetArtworkList()\n {\n $this->forward404Unless($this->getRequest()->isXmlHttpRequest());\n \n $file = new artworkFile($this->getRequestParameter(\"fileId\"));\n sfLoader::loadHelpers(\"Partial\");\n return $this->renderText(get_partial(\"userContent/listArtworks\", array(\"file\" => $file)));\n }", "public function getAccountsAsyncWithHttpInfo($offset = '0', $limit = '100', $accountWithBalance = 'false', $accountWithBalanceAndCBA = 'false', $audit = 'NONE')\n {\n $returnType = '\\Killbill\\Client\\Swagger\\Model\\Account[]';\n $request = $this->getAccountsRequest($offset, $limit, $accountWithBalance, $accountWithBalanceAndCBA, $audit);\n\n return $this->client\n ->sendAsync($request, $this->createHttpClientOption())\n ->then(\n function ($response) use ($request, $returnType) {\n return $this->handleResponse($request, $response, $returnType);\n },\n function ($exception) {\n $response = $exception->getResponse();\n $statusCode = $response->getStatusCode();\n throw new ApiException(\n sprintf(\n '[%d] Error connecting to the API (%s)',\n $statusCode,\n $exception->getRequest()->getUri()\n ),\n $statusCode,\n $response->getHeaders(),\n $response->getBody()\n );\n }\n );\n }", "public function listOptionsAccountAsyncWithHttpInfo()\n {\n $returnType = '\\GateApi\\Model\\OptionsAccount';\n $request = $this->listOptionsAccountRequest();\n\n return $this->client\n ->sendAsync($request, $this->createHttpClientOption())\n ->then(\n function ($response) use ($returnType) {\n $responseBody = $response->getBody();\n if ($returnType === '\\SplFileObject') {\n $content = $responseBody; //stream goes to serializer\n } else {\n $content = (string) $responseBody;\n }\n\n return [\n ObjectSerializer::deserialize($content, $returnType, []),\n $response->getStatusCode(),\n $response->getHeaders()\n ];\n },\n function ($exception) {\n $response = $exception->getResponse();\n $statusCode = $response->getStatusCode();\n throw new ApiException(\n sprintf(\n '[%d] Error connecting to the API (%s)',\n $statusCode,\n $exception->getRequest()->getUri()\n ),\n $statusCode,\n $response->getHeaders(),\n $response->getBody()\n );\n }\n );\n }", "public function getAllBoxArt() {\n $resources = $this->_fetchResources(); {\n $resource_type = RESOURCE_TYPE_BOXART;\n }\n\n if (isset($resources[$resource_type])) {\n return $resources[$resource_type];\n } else {\n return array();\n }\n }", "public function accountGetListAsyncWithHttpInfo($select = null, $filter = null, $expand = null, $custom = null, $skip = null, $top = null)\n {\n $returnType = '\\Hut6\\CranaplusAcumaticaSdk\\Model\\AccountModel[]';\n $request = $this->accountGetListRequest($select, $filter, $expand, $custom, $skip, $top);\n\n return $this->client\n ->sendAsync($request, $this->createHttpClientOption())\n ->then(\n function ($response) use ($returnType) {\n $responseBody = $response->getBody();\n if ($returnType === '\\SplFileObject') {\n $content = $responseBody; //stream goes to serializer\n } else {\n $content = $responseBody->getContents();\n if ($returnType !== 'string') {\n $content = json_decode($content);\n }\n }\n\n return [\n ObjectSerializer::deserialize($content, $returnType, []),\n $response->getStatusCode(),\n $response->getHeaders()\n ];\n },\n function ($exception) {\n $response = $exception->getResponse();\n $statusCode = $response->getStatusCode();\n throw new ApiException(\n sprintf(\n '[%d] Error connecting to the API (%s)',\n $statusCode,\n $exception->getRequest()->getUri()\n ),\n $statusCode,\n $response->getHeaders(),\n $response->getBody()\n );\n }\n );\n }", "public function listActiveQueuesAsyncWithHttpInfo($account_id, $alias = null)\n {\n $returnType = '\\FreeClimb\\PerCL\\QueueList';\n $request = $this->listActiveQueuesRequest($account_id, $alias);\n\n return $this->client\n ->sendAsync($request, $this->createHttpClientOption())\n ->then(\n function ($response) use ($returnType) {\n $responseBody = $response->getBody();\n if ($returnType === '\\SplFileObject') {\n $content = $responseBody; //stream goes to serializer\n } else {\n $content = $responseBody->getContents();\n }\n\n return [\n ObjectSerializer::deserialize($content, $returnType, []),\n $response->getStatusCode(),\n $response->getHeaders()\n ];\n },\n function ($exception) {\n $response = $exception->getResponse();\n $statusCode = $response->getStatusCode();\n throw new ApiException(\n sprintf(\n '[%d] Error connecting to the API (%s)',\n $statusCode,\n $exception->getRequest()->getUri()\n ),\n $statusCode,\n $response->getHeaders(),\n $response->getBody()\n );\n }\n );\n }", "public function getCheckAccountsAsyncWithHttpInfo($limit = '100', $offset = '0', $embed = null)\n {\n $returnType = '\\Swagger\\Client\\Model\\ModelDiscounts';\n $request = $this->getCheckAccountsRequest($limit, $offset, $embed);\n\n return $this->client\n ->sendAsync($request, $this->createHttpClientOption())\n ->then(\n function ($response) use ($returnType) {\n $responseBody = $response->getBody();\n if ($returnType === '\\SplFileObject') {\n $content = $responseBody; //stream goes to serializer\n } else {\n $content = $responseBody->getContents();\n if ($returnType !== 'string') {\n $content = json_decode($content);\n }\n }\n\n return [\n ObjectSerializer::deserialize($content, $returnType, []),\n $response->getStatusCode(),\n $response->getHeaders()\n ];\n },\n function ($exception) {\n $response = $exception->getResponse();\n $statusCode = $response->getStatusCode();\n throw new ApiException(\n sprintf(\n '[%d] Error connecting to the API (%s)',\n $statusCode,\n $exception->getRequest()->getUri()\n ),\n $statusCode,\n $response->getHeaders(),\n $response->getBody()\n );\n }\n );\n }", "public function accountDetails()\n {\n $this->accountDetailsWithHttpInfo();\n }", "public function listDeliveryAccountsAsyncWithHttpInfo($settle)\n {\n $returnType = '\\GateApi\\Model\\FuturesAccount';\n $request = $this->listDeliveryAccountsRequest($settle);\n\n return $this->client\n ->sendAsync($request, $this->createHttpClientOption())\n ->then(\n function ($response) use ($returnType) {\n $responseBody = $response->getBody();\n if ($returnType === '\\SplFileObject') {\n $content = $responseBody; //stream goes to serializer\n } else {\n $content = (string) $responseBody;\n }\n\n return [\n ObjectSerializer::deserialize($content, $returnType, []),\n $response->getStatusCode(),\n $response->getHeaders()\n ];\n },\n function ($exception) {\n $response = $exception->getResponse();\n $statusCode = $response->getStatusCode();\n throw new ApiException(\n sprintf(\n '[%d] Error connecting to the API (%s)',\n $statusCode,\n $exception->getRequest()->getUri()\n ),\n $statusCode,\n $response->getHeaders(),\n $response->getBody()\n );\n }\n );\n }", "public function getAccountOverviewUsingGetAsync($account_id, $ascending = 'false', $order_by = 'update_date')\n {\n return $this->getAccountOverviewUsingGetAsyncWithHttpInfo($account_id, $ascending, $order_by)\n ->then(\n function ($response) {\n return $response[0];\n }\n );\n }", "public function getAccountsAsync()\n {\n return $this->getAccountsAsyncWithHttpInfo()\n ->then(\n function ($response) {\n return $response[0];\n }\n );\n }", "public function fetchAccounts()\n\t{\n\t\t// Set the path to the accounts cache file\n\t\t$file_accounts = $this->pathToCache . '/accounts-' . md5( $this->credentials['email'] ) . '.json';\n\n\t\t// If the cache is less than one hour old, reuse it\n\t\tif ( file_exists( $file_accounts ) && filemtime( $file_accounts ) > ( time() - 60 * 60 ) ) {\n\t\t\t$accounts = file_get_contents( $file_accounts );\n\t\t} else {\n\t\t\t// Otherwise, the cache is stale and should be updated\n\t\t\t$accounts = shell_exec( $this->pathToMintapiBinary . ' --accounts ' . $this->credentials['email'] . ' \"' . $this->credentials['password'] . '\" --session=' . $this->credentials['session'] );\n\t\t\tfile_put_contents( $file_accounts, $accounts, LOCK_EX );\n\t\t}\n\n\t\t// Decode the accounts\n\t\t$accounts = json_decode( $accounts, true );\n\n\t\t// Return the array\n\t\treturn $accounts;\n\t}", "public function searchAccountsAsyncWithHttpInfo($searchKey, $offset = '0', $limit = '100', $accountWithBalance = 'false', $accountWithBalanceAndCBA = 'false', $audit = 'NONE')\n {\n $returnType = '\\Killbill\\Client\\Swagger\\Model\\Account[]';\n $request = $this->searchAccountsRequest($searchKey, $offset, $limit, $accountWithBalance, $accountWithBalanceAndCBA, $audit);\n\n return $this->client\n ->sendAsync($request, $this->createHttpClientOption())\n ->then(\n function ($response) use ($request, $returnType) {\n return $this->handleResponse($request, $response, $returnType);\n },\n function ($exception) {\n $response = $exception->getResponse();\n $statusCode = $response->getStatusCode();\n throw new ApiException(\n sprintf(\n '[%d] Error connecting to the API (%s)',\n $statusCode,\n $exception->getRequest()->getUri()\n ),\n $statusCode,\n $response->getHeaders(),\n $response->getBody()\n );\n }\n );\n }", "function get_artists()\n {\n $endpoint = 'artist';\n\n $api = new API_Thingy($this->credentials);\n return $api->get($endpoint);\n }", "public function queryIntelIndicatorEntitiesAsyncWithHttpInfo($offset = null, $limit = null, $sort = null, $filter = null, $q = null, $include_deleted = null)\n {\n $returnType = '\\OpenAPI\\Client\\Model\\DomainPublicIndicatorsV3Response';\n $request = $this->queryIntelIndicatorEntitiesRequest($offset, $limit, $sort, $filter, $q, $include_deleted);\n\n return $this->client\n ->sendAsync($request, $this->createHttpClientOption())\n ->then(\n function ($response) use ($returnType) {\n $responseBody = $response->getBody();\n if ($returnType === '\\SplFileObject') {\n $content = $responseBody; //stream goes to serializer\n } else {\n $content = (string) $responseBody;\n }\n\n return [\n ObjectSerializer::deserialize($content, $returnType, []),\n $response->getStatusCode(),\n $response->getHeaders()\n ];\n },\n function ($exception) {\n $response = $exception->getResponse();\n $statusCode = $response->getStatusCode();\n throw new ApiException(\n sprintf(\n '[%d] Error connecting to the API (%s)',\n $statusCode,\n $exception->getRequest()->getUri()\n ),\n $statusCode,\n $response->getHeaders(),\n $response->getBody()\n );\n }\n );\n }", "public function getSearchMangaAsyncWithHttpInfo(int $limit = 10, int $offset = null, string $title = null, array $authors = null, array $artists = null, int $year = null, array $included_tags = null, string $included_tags_mode = 'AND', array $excluded_tags = null, string $excluded_tags_mode = 'OR', array $status = null, array $original_language = null, array $publication_demographic = null, array $ids = null, array $content_rating = null, string $created_at_since = null, string $updated_at_since = null, $order = null): PromiseInterface\n {\n $returnType = '\\Mapsred\\MangadexSDK\\Model\\MangaList';\n $request = $this->getSearchMangaRequest($limit, $offset, $title, $authors, $artists, $year, $included_tags, $included_tags_mode, $excluded_tags, $excluded_tags_mode, $status, $original_language, $publication_demographic, $ids, $content_rating, $created_at_since, $updated_at_since, $order);\n\n return $this->client\n ->sendAsync($request, $this->createHttpClientOption())\n ->then(\n function ($response) use ($returnType): array {\n if ($returnType === '\\SplFileObject') {\n $content = $response->getBody(); //stream goes to serializer\n } else {\n $content = (string) $response->getBody();\n }\n\n return [\n ObjectSerializer::deserialize($content, $returnType, []),\n $response->getStatusCode(),\n $response->getHeaders()\n ];\n },\n function ($exception): void {\n $response = $exception->getResponse();\n $statusCode = $response->getStatusCode();\n throw new ApiException(\n sprintf(\n '[%d] Error connecting to the API (%s)',\n $statusCode,\n $exception->getRequest()->getUri()\n ),\n $statusCode,\n $response->getHeaders(),\n (string) $response->getBody()\n );\n }\n )\n ;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Replace variables and perform pluralization if the 'count' index is defined in $variables array, then pluralization will be invoked.
protected static function processVariables(string $text, array $variables) : string { if (! \count($variables)) { return $text; } if (isset($variables['count']) && \is_int($variables['count'])) { $text = self::pluralize($text, $variables['count']); } return \str_replace(self::getKeys($variables), $variables, $text); }
[ "public function npgettext($context, $singular, $plural, $count);", "public function plural($string, $count = 0, $lang = null);", "function displayPluralText($count = 0, $singular = '', $plural = '')\n{\n echo (intval($count) > 1)\n ? str_replace('##', $count, $plural)\n : str_replace('##', $count, $singular)\n ;\n}", "private static function pluralize($count, $text)\n\t{\n\t\treturn $count . (($count > 1) ? (\" $text \") : (\" ${text}s \"));\n\t}", "function pluralise($noun, $count) {\r\n if($count != 1) {\r\n\t\t \tswitch ($noun) {\r\n\t \t\tcase \"box\":\r\n\t \t\t$noun .= \"es\";\r\n\t \t\tbreak;\r\n\t \t\tdefault:\r\n\t \t\t$noun .= \"s\";\r\n \t\t\t}\r\n \t\t}\r\n return $count . \" \" . $noun;\r\n}", "function pluralize( $noun, $count = null ) {\n\tif ( 1 === $count ) {\n\t\treturn $noun;\n\t}\n\n\treturn Inflector::pluralize( $noun );\n}", "private function _setPluralName()\n {\n $this->_addCompileData('plural_name', str_plural($this->getName()));\n }", "abstract public function getPluralForm($count);", "function pluralize_word($word, $count) {\n if ($count == 1) return singular($word);\n return plural($word);\n}", "public function translate_plural( $singular, $plural, $count, $context = null ) {\n\t\t$text = ( abs( $count ) == 1 ) ? $singular : $plural;\n\t\treturn $this->get_translation( $this->cache_key( array( $text, $count, $context ) ), $text, func_get_args() );\n\t}", "function common_inflect($count, $single='', $plural='') {\n\t\treturn v_format::inflect($count, $single, $plural);\n\t}", "private function applyVars()\r\n\t{\r\n\t\t\r\n\t\t$this->output = str_replace(array_keys($this->assignedVars),$this->assignedVars,$this->output);\r\n\t\t$this->output = str_replace(array_keys($this->assignedVars),$this->assignedVars,$this->output);\r\n\t}", "public static function plural($word, $count = 2)\n {\n if ($count <= 1)\n return $word;\n else\n return $word . 's';\n }", "public function translatePlural($singular, $plural, $number, $context = null);", "function translate_nooped_plural( $nooped_plural, $count, $domain = 'default' ) {\n if ( $nooped_plural['domain'] )\n $domain = $nooped_plural['domain'];\n\n if ( $nooped_plural['context'] )\n return _nx( $nooped_plural['singular'], $nooped_plural['plural'], $count, $nooped_plural['context'], $domain );\n else\n return _n( $nooped_plural['singular'], $nooped_plural['plural'], $count, $domain );\n}", "function xxx_pluralize($quantity, $singular, $plural) {\r\n return sprintf($quantity == 1 ? $singular : $plural, $quantity);\r\n}", "public function translatePlural($singular, $plural, $number);", "public static function pluralize($count, $singular, $plural)\n\t{\n\t\treturn ($count === 1) ? $singular : $plural;\n\t}", "public static function plural($string, $n)\n\t{\n\t\t$lang = JFactory::getLanguage();\n\t\t$args = func_get_args();\n\t\t$count = count($args);\n\n\t\tif ($count > 1)\n\t\t{\n\t\t\t// Try the key from the language plural potential suffixes\n\t\t\t$found = false;\n\t\t\t$suffixes = $lang->getPluralSuffixes((int) $n);\n\t\t\tarray_unshift($suffixes, (int) $n);\n\n\t\t\tforeach ($suffixes as $suffix)\n\t\t\t{\n\t\t\t\t$key = $string . '_' . $suffix;\n\n\t\t\t\tif ($lang->hasKey($key))\n\t\t\t\t{\n\t\t\t\t\t$found = true;\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (!$found)\n\t\t\t{\n\t\t\t\t// Not found so revert to the original.\n\t\t\t\t$key = $string;\n\t\t\t}\n\n\t\t\tif (is_array($args[$count - 1]))\n\t\t\t{\n\t\t\t\t$args[0] = $lang->_(\n\t\t\t\t\t$key, array_key_exists('jsSafe', $args[$count - 1]) ? $args[$count - 1]['jsSafe'] : false,\n\t\t\t\t\tarray_key_exists('interpretBackSlashes', $args[$count - 1]) ? $args[$count - 1]['interpretBackSlashes'] : true\n\t\t\t\t);\n\n\t\t\t\tif (array_key_exists('script', $args[$count - 1]) && $args[$count - 1]['script'])\n\t\t\t\t{\n\t\t\t\t\tself::$strings[$key] = call_user_func_array('sprintf', $args);\n\n\t\t\t\t\treturn $key;\n\t\t\t\t}\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t$args[0] = $lang->_($key);\n\t\t\t}\n\n\t\t\treturn call_user_func_array('sprintf', $args);\n\t\t}\n\t\telseif ($count > 0)\n\t\t{\n\t\t\t// Default to the normal sprintf handling.\n\t\t\t$args[0] = $lang->_($string);\n\n\t\t\treturn call_user_func_array('sprintf', $args);\n\t\t}\n\n\t\treturn '';\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Store a newly created KnowYourCustomer in storage.
public function store(CreateKnowYourCustomerRequest $request) { $input = $request->all(); /** @var KnowYourCustomer $knowYourCustomer */ $knowYourCustomer = KnowYourCustomer::create($input); Flash::success(__('messages.saved', ['model' => __('models/knowYourCustomers.singular')])); return redirect(route('knowYourCustomers.index')); }
[ "private function _saveCustomer() {\n }", "public function save(Customer $customer);", "public function saveCustomer()\n {\n if (isset($this->options['customerId'])) {\n $this->options['customer']['id'] = $this->options['customerId'];\n }\n $result = Customer::create($this->options['customer']);\n\n if ($result->success) {\n return ['status' => true, 'result' => $result];\n } else {\n return ['status' => false, 'result' => $result];\n }\n }", "public function storeCustomer($customer) {\n $this->entityManager->persist($customer);\n $this->entityManager->flush();\n }", "public function SaveCustomerInfo(){\r\n\r\n\t\t$order_id=$this->CustomerOrder();\r\n\t\t$this->getCustomerOrderCreditCard($order_id);\r\n\t\t$this->SaveNewsLetter();\r\n\r\n\t}", "private function saveNewCustomer()\n {\n\t\tif(\\Cart2Quote\\License\\Model\\License::getInstance()->isValid()) {\n\t\t\t$quote = $this->getQuote();\n $billing = $quote->getBillingAddress();\n $shipping = $quote->isVirtual() ? null : $quote->getShippingAddress();\n if (isset($billing, $shipping) && $billing->validate() && $shipping->validate()\n || isset($billing) && $billing->validate() && $quote->isVirtual()\n ) {\n parent::_prepareNewCustomerQuote();\n }\n $customer = $quote->getCustomer();\n //merge customer data from billing and shipping address to quote customer\n $customer = $this->mergeCustomerData($customer, $quote);\n //use this try catch setup to get the correct error in the logs\n try {\n if (!$this->registry->registry('isSecureArea')) {\n $this->registry->register('isSecureArea', true);\n }\n $customer = $this->customerRepository->save($customer);\n $this->accountManagement->sendNewEmailConfirmation($customer);\n $quote->setCustomer($customer);\n } catch (\\Exception $e) {\n $this->_logger->error($e->getMessage());\n throw new \\Magento\\Framework\\Exception\\LocalizedException(\n __('Error while saving the customer')\n );\n } finally {\n $this->registry->unregister('isSecureArea');\n }\n\t\t}\n\t}", "function createCustomer($customer){\n\t\tglobal $countryList;\n\n\t\t//aux function\n\t\t$_getPaisstampByPnCont = function($pncont)\n\t\t{\n\t\t\tglobal $countryList;\n\t\t\t foreach ($countryList as $country) {\n\t\t\t\t if($country['pncont']===$pncont){\n\t\t\t\t\t return $country;\n\t\t\t\t }\n\n\t\t\t }\n\t\t\t return null;\n\n\t\t};\n\n\n\t\t//#1 - get New Instance\n\t\t$newInstanceCl = DRIVE_getNewInstance(\"Cl\", 0);\n\t\tif($newInstanceCl == null){\n\t\t\t$msg = \"Error on getting new instance CL. <br><br>\";\n\t\t\techo $msg;\n\t\t\tlogData($msg);\n\t\t\treturn null;\n\t\t}\n\n\t\t//#2 - fulfill properties\n\t\t$newInstanceCl['nome'] = $customer->first_name . \" \" . $customer->last_name;\n\t\t$newInstanceCl['email'] = $customer->email;\n\t\t$newInstanceCl['morada'] = !empty($customer->address_1) ? $customer->address_1 : $customer->address_2;\n\t\t$newInstanceCl['local'] = $customer->city;\n\t\t$newInstanceCl['codpost'] = $customer->zip;\n\t\t$newInstanceCl['ncont'] = $customer->nif;\n\n\t\t$country = $_getPaisstampByPnCont($customer->code);\n\t\tif(!empty($country)){\n\t\t\t$newInstanceCl['pncont'] = $customer->code;\n\t\t\t$newInstanceCl['paisesstamp'] = $country['paisesstamp'];\n\t\t\t$newInstanceCl['pais'] = $country['nome'];\n\t\t}\n\n\t\t$newInstanceCl['obs'] = $customer->user_id;//obs will be the customer id from store\n\n\t\t$newInstanceCl['tlmvl'] = !empty($customer->phone_1) ? $customer->phone_1 : $customer->phone_2;\n\n\t\t//#2 - an sync entity\n\t\t$newInstanceCl = DRIVE_actEntiy(\"Cl\", $newInstanceCl);\n\t\tif($newInstanceCl == null){\n\t\t\t$msg = \"Error on act entity for client name = \" .$customer->first_name . \" \" . $customer->last_name. \" <br><br>\";\n\t\t\techo $msg;\n\t\t\tlogData($msg);\n\t\t\treturn null;\n\t\t}\n\n\t\t//#3 - Save Customer\n\t\t$newInstanceCl = DRIVE_saveInstance(\"Cl\", $newInstanceCl);\n\t\tif($newInstanceCl == null){\n\t\t\t$msg = \"Error on save for client name = \" .$customer->first_name . \" \" . $customer->last_name. \" <br><br>\";\n\t\t\techo $msg;\n\t\t\tlogData($msg);\n\t\t\treturn null;\n\t\t}\n\n\t\t$msg = \"Customer created with number = \" .$newInstanceCl['no']. \" <br><br>\";\n\t\techo $msg;\n\t\tlogData($msg);\n\t\treturn $newInstanceCl;\n\t}", "public function store(CreateCustomerServiceRequest $request)\n {\n $input = $request->all();\n\n $customerService = $this->customerServiceRepository->create($input);\n\n Flash::success('客服添加成功.');\n\n return redirect(route('customerServices.index'));\n }", "abstract protected function saveCustomerDetails();", "public function created(Customer $customer)\n {\n //\n }", "public function store(CreateCustomersRequest $request)\n {\n $input = $request->all();\n\n $customers = $this->getRepositoryObj()->create($input);\n\n Flash::success(__('messages.saved', ['model' => __('models/customers.singular')]));\n\n return redirect(route('base.customers.index'));\n }", "function createCustomer() {\n\t\t// params for customer\n\t\t$result = $this->gateway->customer()->create([\n\t\t\t'firstName' => 'Mike',\n\t\t\t'lastName' => 'Jones',\n\t\t\t'company' => 'Jones Co.',\n\t\t\t'email' => 'mike.jones@example.com',\n\t\t\t'phone' => '281.330.8004',\n\t\t\t'fax' => '419.555.1235',\n\t\t\t'website' => 'http://example.com'\n\t\t]);\n\t\t\n\t\tif($result->success) {\n\t\t\techo \"Success, new customer added: \". $result->customer->id; // return customer ID\n\t\t\techo \"<br>\";\n\t\t\techo \"DATA CUSTOMER: \" . $result->customer;\n\t\t}else {\n\t\t\techo \"Errore creation Customer\";\n\t\t}\n\t\t\n\t}", "private function newCustomer() {\n return $this->json('POST', 'api/sl_customer', $this->tempCustomerJSON);\n }", "public function save()\n {\n\n $this->accounts_repository->create([\n 'type' => $this->type,\n 'account_number' => $this->account_number,\n 'customer_id' => $this->customer_id,\n 'branch_id' => $this->branch_id,\n 'balance' => $this->balance\n ]);\n }", "public function saveCustomer(Customer $customer) {\n $dataToSave = array(\n 'login' => $customer->login,\n 'pass' => $customer->pass,\n 'name' => $customer->name,\n 'email' => $customer->email,\n 'is_active' => $customer->is_active,\n 'id_1c' => $customer->id_1c,\n );\n if ($this->getUserById1c($customer->id_1c)) {\n $this->tableGateway->update($dataToSave, array('id_1c' => $id_1c));\n }else{\n $this->tableGateway->insert($dataToSave);\n }\n }", "public function custCreate()\n {\n $this->update( json_decode( self::custCreateUser( $this->toArray() ), true ), $this->ZoomAPI );\n }", "protected function addSpotCustomer()\n {\n $this->push([\n 'CUSTOMER_SPOT' => new Customer([\n 'id' => '333333',\n 'name' => 'customer Spot name',\n ]),\n 'PACK_CUSTOMER_SPOT' => new CustomerPack(['customerId' => '333333', 'packId' => 3]),\n ]);\n }", "public function createCustomer()\n {\n try {\n $customerModel = $this->_customerFactory->create();\n\n// $cu = \\Stripe\\Customer::create(array(\n// \"description\" => $this->customerSession->getCustomer()->getEmail(),\n// \"email\" => $this->customerSession->getCustomer()->getEmail()\n// ));\n $url = 'https://api.stripe.com/v1/customers';\n\n $request = [\n \"description\" => $this->customerSession->getCustomer()->getEmail(),\n \"email\" => $this->customerSession->getCustomer()->getEmail()\n ];\n\n $cu = $this->_helper->sendRequest($request, $url, null);\n $customerModel->addData([\n 'magento_customer_id' => $this->customerSession->getCustomerId(),\n 'stripe_customer_id' => $cu['id']\n ])->save();\n $stripeCustomerId = $cu['id'];\n } catch (\\Exception $e) {\n throw new \\Magento\\Framework\\Exception\\LocalizedException(\n __('Create customer fail')\n );\n }\n\n return $stripeCustomerId;\n }", "public function insertCustomer(Customer $customer): void\n {\n $this->customers[] = $customer;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Get slot index of the XPC payment method by payment configuration ID
public function getXpcSlotByConfid($confid) { $found = false; for ($xpcSlot = 1; $xpcSlot <= self::MAX_SLOTS; $xpcSlot++) { if (Mage::helper('settings_xpc')->getPaymentConfig('confid', $xpcSlot) == $confid) { $found = true; break; } } if (!$found) { throw new Exception('Payment configuration is not configured. ID: ' . $confid); } return $xpcSlot; }
[ "public function slotId() {\n return $this->component['form_key'];\n }", "public function getPaymentMethodId();", "public function getConfidByXpcSlot($xpcSlot)\n {\n $xpcSlot = $this->checkXpcSlot($xpcSlot);\n\n return Mage::helper('settings_xpc')->getPaymentConfig('confid', $xpcSlot);\n }", "private function get_slot_id(): string {\n\t\t/**\n\t\t * Slot ID.\n\t\t *\n\t\t * @var string\n\t\t */\n\t\treturn $this->settings->get_setting( $this->settings::SETTING_NAME_AD_MANAGER_SLOT_ID );\n\t}", "public function getPaymentMethodConfigId()\n {\n $preselectedConfigId = $this->getInfoData('payone_config_payment_method_id');\n\n $preselectPossible = false;\n foreach ($this->getTypes() as $type) {\n if ($type['config_id'] == $preselectedConfigId) {\n $preselectPossible = true;\n }\n }\n\n if ($preselectPossible) {\n return $preselectedConfigId;\n } else {\n return 0;\n }\n }", "public function getSlotNumber() {\r\n return $this->slotNumber;\r\n }", "public function getAdslotId()\n {\n return $this->get(self::ADSLOT_ID);\n }", "public function getAdSlotId()\n {\n return $this->ad_slot_id;\n }", "public function getSlotId()\n {\n return $this->getEntityValue('slot_id', '');\n }", "public function getRPCId(): int;", "public function getSlot();", "public function getPaymentMethod()\n {\n $paymentMethods = $this->paymentMethodRepository->allForPlugin(LidlPaymentMethodService::PLUGIN_KEY);\n\n if (!is_null($paymentMethods)) {\n foreach ($paymentMethods as $paymentMethod) {\n if ($paymentMethod->paymentKey == LidlPaymentMethodService::PAYMENT_KEY) {\n return $paymentMethod->id;\n }\n }\n }\n\n return 'no_paymentmethod_found';\n }", "function getStripePaymentMethodId() {\n\t\tglobal $page;\n\n\t\t$payment_methods = $page->paymentMethods();\n\t\t$stripe_index = arrayKeyValue($payment_methods, \"gateway\", \"stripe\");\n\t\tif($stripe_index !== false) {\n\t\t\treturn $payment_methods[$stripe_index][\"id\"];\n\t\t}\n\n\t\treturn false;\n\t}", "public function getPaymentId();", "public static function getMethodSlot($method)\n {\n $className = $method->getClassDefinition()->getCompleteName();\n $methodName = $method->getName();\n\n if (isset(self::$cacheMethodSlots[$className][$methodName])) {\n return self::$cacheMethodSlots[$className][$methodName];\n }\n\n $slot = self::$slot++;\n if ($slot >= self::MAX_SLOTS_NUMBER) {\n return 0;\n }\n\n self::$cacheMethodSlots[$className][$methodName] = $slot;\n return $slot;\n }", "public function getSlot()\n {\n return $this->slot;\n }", "public function getMethodofpaymentid()\n\t{\n\t\treturn $this->methodofpaymentid;\n\t}", "public function getAdslotId()\n {\n $value = $this->get(self::ADSLOT_ID);\n return $value === null ? (string)$value : $value;\n }", "public function getSlot() {\n return $this->slot;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Operation editCropRectangleWithHttpInfo Crop an image to a rectangular area
public function editCropRectangleWithHttpInfo($left, $top, $width, $height, $image_file) { $returnType = 'string'; $request = $this->editCropRectangleRequest($left, $top, $width, $height, $image_file); try { $options = $this->createHttpClientOption(); try { $response = $this->client->send($request, $options); } catch (RequestException $e) { throw new ApiException( "[{$e->getCode()}] {$e->getMessage()}", $e->getCode(), $e->getResponse() ? $e->getResponse()->getHeaders() : null, $e->getResponse() ? $e->getResponse()->getBody()->getContents() : null ); } $statusCode = $response->getStatusCode(); if ($statusCode < 200 || $statusCode > 299) { throw new ApiException( sprintf( '[%d] Error connecting to the API (%s)', $statusCode, $request->getUri() ), $statusCode, $response->getHeaders(), $response->getBody() ); } $responseBody = $response->getBody(); if ($returnType === '\SplFileObject') { $content = $responseBody; //stream goes to serializer } else { $content = $responseBody->getContents(); if ($returnType !== 'string') { $content = json_decode($content); } } return [ ObjectSerializer::deserialize($content, $returnType, []), $response->getStatusCode(), $response->getHeaders() ]; } catch (ApiException $e) { switch ($e->getCode()) { case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), 'string', $e->getResponseHeaders() ); $e->setResponseObject($data); break; } throw $e; } }
[ "protected function doCropRectangle()\n {\n // Get the offset.\n $cropCoords = $this->getCoordinates('crop');\n if (!empty($cropCoords)) {\n $x1 = $cropCoords[0];\n $y1 = $cropCoords[1];\n\n // Get the lengths.\n // @TODO: Methods not existing\n $newWidth = $this->getLength('x', $cropCoords);\n $newHeight = $this->getLength('y', $cropCoords);\n\n // Do the initial crop.\n $this->img->crop($newWidth, $newHeight, $x1, $y1);\n }\n }", "public function editDrawRectangleAsyncWithHttpInfo($request)\n {\n $returnType = 'string';\n $request = $this->editDrawRectangleRequest($request);\n\n return $this->client\n ->sendAsync($request, $this->createHttpClientOption())\n ->then(\n function ($response) use ($returnType) {\n $responseBody = $response->getBody();\n if ($returnType === '\\SplFileObject') {\n $content = $responseBody; //stream goes to serializer\n } else {\n $content = $responseBody->getContents();\n if ($returnType !== 'string') {\n $content = json_decode($content);\n }\n }\n\n return [\n ObjectSerializer::deserialize($content, $returnType, []),\n $response->getStatusCode(),\n $response->getHeaders()\n ];\n },\n function ($exception) {\n $response = $exception->getResponse();\n $statusCode = $response->getStatusCode();\n throw new ApiException(\n sprintf(\n '[%d] Error connecting to the API (%s)',\n $statusCode,\n $exception->getRequest()->getUri()\n ),\n $statusCode,\n $response->getHeaders(),\n $response->getBody()\n );\n }\n );\n }", "protected function editDrawRectangleRequest($request)\n {\n // verify the required parameter 'request' is set\n if ($request === null || (is_array($request) && count($request) === 0)) {\n throw new \\InvalidArgumentException(\n 'Missing the required parameter $request when calling editDrawRectangle'\n );\n }\n\n $resourcePath = '/image/edit/draw/rectangle';\n $formParams = [];\n $queryParams = [];\n $headerParams = [];\n $httpBody = '';\n $multipart = false;\n\n\n\n // body params\n $_tempBody = null;\n if (isset($request)) {\n $_tempBody = $request;\n }\n\n if ($multipart) {\n $headers = $this->headerSelector->selectHeadersForMultipart(\n ['application/octet-stream']\n );\n } else {\n $headers = $this->headerSelector->selectHeaders(\n ['application/octet-stream'],\n ['application/json', 'text/json', 'application/xml', 'text/xml', 'application/x-www-form-urlencoded']\n );\n }\n\n // for model (json/xml)\n if (isset($_tempBody)) {\n // $_tempBody is the method argument, if present\n $httpBody = $_tempBody;\n \n if($headers['Content-Type'] === 'application/json') {\n // \\stdClass has no __toString(), so we should encode it manually\n if ($httpBody instanceof \\stdClass) {\n $httpBody = \\GuzzleHttp\\json_encode($httpBody);\n }\n // array has no __toString(), so we should encode it manually\n if(is_array($httpBody)) {\n $httpBody = \\GuzzleHttp\\json_encode(ObjectSerializer::sanitizeForSerialization($httpBody));\n }\n }\n } elseif (count($formParams) > 0) {\n if ($multipart) {\n $multipartContents = [];\n foreach ($formParams as $formParamName => $formParamValue) {\n $multipartContents[] = [\n 'name' => $formParamName,\n 'contents' => $formParamValue\n ];\n }\n // for HTTP post (form)\n $httpBody = new MultipartStream($multipartContents);\n\n } elseif ($headers['Content-Type'] === 'application/json') {\n $httpBody = \\GuzzleHttp\\json_encode($formParams);\n\n } else {\n // for HTTP post (form)\n $httpBody = \\GuzzleHttp\\Psr7\\Query::build($formParams);\n }\n }\n\n // this endpoint requires API key authentication\n $apiKey = $this->config->getApiKeyWithPrefix('Apikey');\n if ($apiKey !== null) {\n $headers['Apikey'] = $apiKey;\n }\n\n $defaultHeaders = [];\n if ($this->config->getUserAgent()) {\n $defaultHeaders['User-Agent'] = $this->config->getUserAgent();\n }\n\n $headers = array_merge(\n $defaultHeaders,\n $headerParams,\n $headers\n );\n\n $query = \\GuzzleHttp\\Psr7\\Query::build($queryParams);\n return new Request(\n 'POST',\n $this->config->getHost() . $resourcePath . ($query ? \"?{$query}\" : ''),\n $headers,\n $httpBody\n );\n }", "public function _wp_ajax_crop_image() {\n\n\t\t$this->_check_tsf_ajax_referer( 'upload_files' );\n\t\tif ( ! \\current_user_can( 'upload_files' ) || ! isset( $_POST['id'], $_POST['context'], $_POST['cropDetails'] ) )\n\t\t\t\\wp_send_json_error();\n\n\t\t$attachment_id = \\absint( $_POST['id'] ); // input var ok.\n\n\t\t$context = str_replace( '_', '-', \\sanitize_key( $_POST['context'] ) ); // input var ok.\n\t\t$data = array_map( 'absint', $_POST['cropDetails'] ); // input var ok.\n\t\t$cropped = \\wp_crop_image( $attachment_id, $data['x1'], $data['y1'], $data['width'], $data['height'], $data['dst_width'], $data['dst_height'] );\n\n\t\tif ( ! $cropped || \\is_wp_error( $cropped ) )\n\t\t\t\\wp_send_json_error( [ 'message' => \\esc_js( \\__( 'Image could not be processed.', 'default' ) ) ] );\n\n\t\tswitch ( $context ) :\n\t\t\tcase 'tsf-image':\n\t\t\t\t/**\n\t\t\t\t * Fires before a cropped image is saved.\n\t\t\t\t *\n\t\t\t\t * Allows to add filters to modify the way a cropped image is saved.\n\t\t\t\t *\n\t\t\t\t * @since 4.3.0 WordPress Core\n\t\t\t\t *\n\t\t\t\t * @param string $context The Customizer control requesting the cropped image.\n\t\t\t\t * @param int $attachment_id The attachment ID of the original image.\n\t\t\t\t * @param string $cropped Path to the cropped image file.\n\t\t\t\t */\n\t\t\t\t\\do_action( 'wp_ajax_crop_image_pre_save', $context, $attachment_id, $cropped );\n\n\t\t\t\t/** This filter is documented in wp-admin/custom-header.php */\n\t\t\t\t$cropped = \\apply_filters( 'wp_create_file_in_uploads', $cropped, $attachment_id ); // For replication.\n\n\t\t\t\t$parent_url = \\wp_get_attachment_url( $attachment_id );\n\t\t\t\t$url = str_replace( basename( $parent_url ), basename( $cropped ), $parent_url );\n\n\t\t\t\t$size = @getimagesize( $cropped );\n\t\t\t\t$image_type = ( $size ) ? $size['mime'] : 'image/jpeg';\n\n\t\t\t\t$object = [\n\t\t\t\t\t'post_title' => basename( $cropped ),\n\t\t\t\t\t'post_content' => $url,\n\t\t\t\t\t'post_mime_type' => $image_type,\n\t\t\t\t\t'guid' => $url,\n\t\t\t\t\t'context' => $context,\n\t\t\t\t];\n\n\t\t\t\t$attachment_id = \\wp_insert_attachment( $object, $cropped );\n\t\t\t\t$metadata = \\wp_generate_attachment_metadata( $attachment_id, $cropped );\n\n\t\t\t\t/**\n\t\t\t\t * Filters the cropped image attachment metadata.\n\t\t\t\t *\n\t\t\t\t * @since 4.3.0 WordPress Core\n\t\t\t\t * @see wp_generate_attachment_metadata()\n\t\t\t\t *\n\t\t\t\t * @param array $metadata Attachment metadata.\n\t\t\t\t */\n\t\t\t\t$metadata = \\apply_filters( 'wp_ajax_cropped_attachment_metadata', $metadata );\n\t\t\t\t\\wp_update_attachment_metadata( $attachment_id, $metadata );\n\n\t\t\t\t/**\n\t\t\t\t * Filters the attachment ID for a cropped image.\n\t\t\t\t *\n\t\t\t\t * @since 4.3.0 WordPress Core\n\t\t\t\t *\n\t\t\t\t * @param int $attachment_id The attachment ID of the cropped image.\n\t\t\t\t * @param string $context The Customizer control requesting the cropped image.\n\t\t\t\t */\n\t\t\t\t$attachment_id = \\apply_filters( 'wp_ajax_cropped_attachment_id', $attachment_id, $context );\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\t\\wp_send_json_error( [ 'message' => \\esc_js( \\__( 'Image could not be processed.', 'default' ) ) ] );\n\t\t\t\tbreak;\n\t\tendswitch;\n\n\t\t\\wp_send_json_success( \\wp_prepare_attachment_for_js( $attachment_id ) );\n\t}", "public function editCropRectangleAsync($left, $top, $width, $height, $image_file)\n {\n return $this->editCropRectangleAsyncWithHttpInfo($left, $top, $width, $height, $image_file)\n ->then(\n function ($response) {\n return $response[0];\n }\n );\n }", "public function test_crop() {\n\n\t\t$file = DIR_TESTDATA . '/images/gradient-square.jpg';\n\n\t\t$imagick_image_editor = new WP_Image_Editor_Imagick( $file );\n\t\t$imagick_image_editor->load();\n\n\t\t$imagick_image_editor->crop( 0, 0, 50, 50 );\n\n\t\t$this->assertEquals( array( 'width' => 50, 'height' => 50 ), $imagick_image_editor->get_size() );\n\n\t}", "public function test_crop() {\n\t\t$file = DIR_TESTDATA . '/images/gradient-square.jpg';\n\n\t\t$imagick_image_editor = new WP_Image_Editor_Imagick( $file );\n\t\t$imagick_image_editor->load();\n\n\t\t$imagick_image_editor->crop( 0, 0, 50, 50 );\n\n\t\t$this->assertSame(\n\t\t\tarray(\n\t\t\t\t'width' => 50,\n\t\t\t\t'height' => 50,\n\t\t\t),\n\t\t\t$imagick_image_editor->get_size()\n\t\t);\n\t}", "public function crop($width, $height, $offset_x = null, $offset_y = null);", "public function setCrop($var)\n {\n GPBUtil::checkMessage($var, \\Eolymp\\Asset\\UploadImageInput_Crop::class);\n $this->crop = $var;\n\n return $this;\n }", "function crop($rect=array(),&$autosave=null) \n { \n //invalid rectangle defintion \n if(empty($rect)) \n { \n return $this; \n } \n \n if(count($rect)==2) \n { \n $_rect=$rect; \n $rect=array(0,0,$_rect[0],$_rect[1]); \n unset($_rect); \n } \n \n if(count($rect)==3) \n { \n $_rect=array($rect[0],$rect[1],$rect[2]); \n $rect=array(0,0,$_rect[1],$_rect[2]); \n \n switch(trim(strtolower($_rect[0]))) \n { \n case 'lt': \n $rect[0]=0; \n $rect[1]=0; \n break; \n case 'rt': \n $rect[0]=$this->_width-$rect[2]; \n $rect[1]=0; \n break; \n case 'lb': \n $rect[0]=0; \n $rect[1]=$this->_height-$rect[3]; \n break; \n case 'rb': \n $rect[0]=$this->_width-$rect[2]; \n $rect[1]=$this->_height-$rect[3]; \n break; \n case 'center': \n $rect[0]=($this->_width-$rect[2])*0.5; \n $rect[1]=($this->_height-$rect[3])*0.5; \n break; \n } \n unset($_rect); \n } \n \n if(count($rect)!=4 || $rect[0]<0 || $rect[1]<0 || $rect[2]<=0 || $rect[3]<0) \n { \n return $this; \n } \n \n //overflow \n if($rect[0]+$rect[2]>$this->_width || $rect[1]+$rect[3]>$this->_height) \n { \n return $this; \n } \n \n $_tmpImage=imagecreatetruecolor($rect[2],$rect[3]); \n imagecopy($_tmpImage,$this->_image,0,0,$rect[0],$rect[1],$rect[2],$rect[3]); \n imagedestroy($this->_image); \n $this->_image=&$_tmpImage; \n \n $this->_width=$rect[2]; \n $this->_height=$rect[3]; \n \n if(isset($autosave)) \n { \n $_file=sprintf('%s%s_%sx%s.%s', \n $this->_imagePathInfo['dirname'].DS, \n $this->_imagePathInfo['filename'], \n $this->_width,$this->_height, \n $this->_imagePathInfo['extension'] \n ); \n \n if($this->saveAs($_file,$this->default_qulity,$this->default_smooth,$this->auto_dispose)) \n { \n $autosave=$_file; \n } \n } \n \n return $this; \n }", "function ajax_save_crop() {\n\t// Get the attachment.\n\t$attachment = validate_parameters();\n\n\tcheck_ajax_referer( 'image_editor-' . $attachment->ID );\n\n\t$name = sanitize_text_field( wp_unslash( $_POST['size'] ) );\n\n\tif ( ! in_array( $name, array_keys( get_image_sizes() ), true ) ) {\n\t\twp_send_json_error( __( 'Invalid thumbnail size received', 'hm-smart-media' ) );\n\t}\n\n\t$action = sanitize_key( $_POST['action'] );\n\n\tif ( $action === 'hm_save_crop' ) {\n\t\tif ( ! isset( $_POST['crop'] ) ) {\n\t\t\twp_send_json_error( __( 'No cropping data received', 'hm-smart-media' ) );\n\t\t}\n\n\t\t$crop = map_deep( wp_unslash( $_POST['crop'] ), 'absint' );\n\t\tupdate_post_meta( $attachment->ID, \"_crop_{$name}\", $crop );\n\t}\n\n\tif ( $action === 'hm_remove_crop' ) {\n\t\tdelete_post_meta( $attachment->ID, \"_crop_{$name}\" );\n\t}\n\n\twp_send_json_success();\n}", "public function updateCrop(array $properties, $field_value, CropType $crop_type);", "public function patchAction(Request $request)\r\n {\r\n $filename = $this->getFileNameParam($request);\r\n\r\n try {\r\n $file = $this->uploader->createFile($filename);\r\n } catch (FileNotFoundException $e) {\r\n return $this->json($this->uploader->getErrorMessage('not_found'), 404);\r\n }\r\n\r\n $image = $this->uploader->getImageManager()->make($file);\r\n\r\n $this->fire('crop.before', array($file, $image));\r\n\r\n $x = (int) $request->get('x');\r\n $y = (int) $request->get('y');\r\n $width = (int) $request->get('width');\r\n $height = (int) $request->get('height');\r\n $rotate = (int) $request->get('rotate');\r\n $scaleX = (int) $request->get('scaleX');\r\n $scaleY = (int) $request->get('scaleY');\r\n\r\n if (! empty($width) && ! empty($height)) {\r\n if (isset($file->save)) {\r\n // Delete old image versions.\r\n $this->uploader->deleteImageVersions($filename);\r\n\r\n $filename = $file->save .'.'. $file->getExtension();\r\n $file = $file->move($file->getPath(), $filename);\r\n }\r\n\r\n if ($scaleX == -1) {\r\n $image->flip('h');\r\n }\r\n\r\n if ($scaleY == -1) {\r\n $image->flip('v');\r\n }\r\n\r\n if ($rotate != 0) {\r\n $image->rotate(-$rotate);\r\n }\r\n\r\n $image->crop($width, $height, $x, $y);\r\n\r\n if ($this->uploader->config('keep_original_image')) {\r\n $this->uploader->config(array('image_versions..raw' => true));\r\n } else {\r\n $image->save($file, $this->uploader->config('image_versions..quality'));\r\n }\r\n\r\n $this->uploader->createImageVersions($filename, $image);\r\n }\r\n\r\n $this->fire('crop.after', array($file, $image));\r\n\r\n $image->destroy();\r\n\r\n return $this->json($file);\r\n }", "public function cropImageAction() {\n $cropData = GeneralUtility::_POST();\n if( $this->request->hasArgument(\"cropData\")) {\n $cropData = $this->request->getArgument(\"cropData\") ;\n }\n\n $relativeImagePath = substr( $cropData['img'] , 1 , 999) ;\n // toDo : get sanitized Filename without \" \" or special Chars ..\n\n $fileName = preg_replace( '/[^a-z0-9.]+/', '-', strtolower( basename($cropData['img']) ) );\n $md5 = md5($fileName) ;\n $fileName = substr( $md5 ,0, 4 ) . \"_\" . $fileName ;\n\n $imageUrl = GeneralUtility::getFileAbsFileName($relativeImagePath);\n unset($cropData['img']) ;\n $response = array(\n 'meta' => array(\n 'success' => FALSE,\n 'message' => 'uploaderror_filecrop'\n ),\n\n );\n if( file_exists( $imageUrl)) {\n $info = getimagesize($imageUrl) ;\n $crop = $this->doCrop($imageUrl, $cropData) ;\n if ($crop['success']) {\n $response['meta']['debug'] = $crop['debug'] ;\n $response['meta']['message'] = \"upload_createfile_error\" ;\n $response['meta']['relativeImagePath'] = $relativeImagePath ;\n $response['meta']['fileName'] = $fileName ;\n if( $this->createMedia($relativeImagePath , $fileName )) {\n $response['meta']['success'] = TRUE ;\n $response['data']['image'] = $relativeImagePath ;\n $response['data']['width'] = $info[0] ;\n $response['data']['height'] = $info[1] ;\n }\n }\n }\n $this->returnJson($response) ;\n }", "public function setCropBoxSize(int $width, int $height);", "public function crop_image_ajax() {\n\n//\t\tcheck_role(\"contributor\");\n\t\t$image_conf = array();\n\n\t\t// x, y, weight and height of selected area in cropping image.\n\n\t\t$image_conf[\"x\"] = $this->input->post(\"x\");\n\n\t\t$image_conf[\"y\"] = $this->input->post(\"y\");\n\n\t\t$image_conf[\"w\"] = $this->input->post(\"w\");\n\n\t\t$image_conf[\"h\"] = $this->input->post(\"h\");\n\n\t\t// weight and height displayed vs original (for scaling the selected area to original one)\n\n\t\t$image_conf[\"w_displayed\"] = $this->input->post(\"w_displayed\");\n\n\t\t$image_conf[\"h_displayed\"] = $this->input->post(\"h_displayed\");\n\n\t\t$image_conf[\"w_original\"] = $this->input->post(\"w_original\");\n\n\t\t$image_conf[\"h_original\"] = $this->input->post(\"h_original\");\n\n\t\t$image_conf[\"picture_file_name\"] = $this->input->post(\"picture_file_name\");\n\n\t\t$image_conf[\"image_type\"] = $this->input->post(\"image_type\");\n\n $width_ratio = ($image_conf[\"w_original\"] / $image_conf[\"w_displayed\"]);\n\n $height_ratio = ($image_conf[\"h_original\"] / $image_conf[\"h_displayed\"]);\n\n\n\n // decide which ratio to choose if both width and height ratio differs\n\n $min_ratio = min($width_ratio, $height_ratio);\n\n\n\n\n\n\t\t// re-locate the coordinate according to scale of original and displayed image.\n\n\t\t$image_conf[\"x\"] = $image_conf[\"x\"] * $min_ratio;\n\n\t\t$image_conf[\"y\"] = $image_conf[\"y\"] * $min_ratio;\n\n\t\t$image_conf[\"w\"] = $image_conf[\"w\"] * $min_ratio;\n\n\t\t$image_conf[\"h\"] = $image_conf[\"h\"] * $min_ratio;\n\n\n\n\n\n\n\n\n\n\t\t// crop and utilize the image using GD library.\n\n\n\n if ($this->input->post(\"final_width\") == 0 &&\n\n $this->input->post(\"final_height\") == 0) {\n\n\n\n $target_width = $image_conf[\"w\"];\n\n $target_height = $image_conf[\"h\"];\n\n\n\n } else {\n\n\n\n $target_width = $this->input->post(\"final_width\");\n\n $target_height = $this->input->post(\"final_height\");\n\n }\n\n\n\n\n\n\n\n\t\t// address of image source, and resource of image source and destination.\n\n\t\t$src = get_app_config(\"server_url\") . \"assets/img/tmp/\" . $image_conf[\"picture_file_name\"];\n\n\t\t\n\n\t\tif ($this->input->post(\"upload_picture_location\")) {\n\n\t\t\t$src = get_app_config(\"server_url\") . \"assets/img/\".\n\n\t\t\t\t\t$this->input->post(\"upload_picture_location\") .\"/\". $image_conf[\"picture_file_name\"];\n\n\t\t}\n\n\t\t\n\n\n\n// \t\t$file_name_parts = explode(\".\", $image_conf[\"picture_file_name\"]);\n\n// \t\t$dst_name = $file_name_parts[0] .\"_\". get_temp_data(\"product_id_counter\") .\".\". $file_name_parts[1];\n\n\t\t$dst = $src;\n\n\n\n\n\n\t\tif ($image_conf[\"image_type\"] == \"jpeg\") {\n\n\t\t\t$image_source_res = imagecreatefromjpeg($src);\n\n\t\t} else if ($image_conf[\"image_type\"] == \"png\") {\n\n\t\t\t$image_source_res = imagecreatefrompng($src);\n\n\t\t} else if ($image_conf[\"image_type\"] == \"gif\") {\n\n\t\t\t$image_source_res = imagecreatefromgif($src);\n\n\t\t}\n\n\n\n\t\t$image_dest_res = imagecreatetruecolor($target_width, $target_height);\n\n\n\n if ($image_conf[\"image_type\"] == \"png\") {\n\n imagealphablending($image_dest_res, FALSE);\n\n imagesavealpha($image_dest_res, TRUE);\n\n }\n\n\n\n\t\t// resample the image.\n\n\t\timagecopyresampled($image_dest_res, $image_source_res, 0, 0,\n\n\t\t\t\t$image_conf[\"x\"], $image_conf[\"y\"], $target_width,\n\n\t\t\t\t$target_height, $image_conf[\"w\"], $image_conf[\"h\"]);\n\n\n\n\t\t// write image to file.\n\n\t\tif ($image_conf[\"image_type\"] == \"jpeg\") {\n\n\t\t\timagejpeg($image_dest_res, $dst, 90); // create JPEG with good quality (90)\n\n\t\t} else if ($image_conf[\"image_type\"] == \"png\") {\n\n\t\t\timagepng($image_dest_res, $dst, 0); // create PNG with no compression (0)\n\n\t\t} else if ($image_conf[\"image_type\"] == \"gif\") {\n\n\t\t\timagegif($image_dest_res, $dst);\n\n\t\t}\n\n\n\n\t\t// preparing the ajax response after cropping the image.\n\n $time = time();\n\n\n\n\t\t$ajax_response = array(\n\n\t\t\t\"picture_html\" => img(\"tmp/\". $image_conf[\"picture_file_name\"] .\"?time=\". $time,\n\n\t\t\t\t\tarray(\"id\" => \"cropbox\")),\n\n \"picture_link\" => img_url(). \"tmp/\". $image_conf[\"picture_file_name\"] .\"?time=\". $time,\n\n\t\t\t\"file_name\" => $image_conf[\"picture_file_name\"],\n\n\t\t\t\"w_original\" => $target_width,\n\n\t\t\t\"h_original\" => $target_height,\n\n\t\t\t\"image_type\" => $image_conf[\"image_type\"]\n\n\t\t);\n\n\t\t\n\n\t\tif ($this->input->post(\"upload_picture_location\")) {\n\n\n\n\t\t\t$ajax_response[\"picture_html\"] = img($this->input->post(\"upload_picture_location\") .\"/\". \n\n\t\t\t\t\t$image_conf[\"picture_file_name\"] .\"?time=\". $time,\n\n array(\"id\" => \"cropbox\"));\n\n\n\n $ajax_response[\"picture_link\"] = img_url(). $this->input->post(\"upload_picture_location\") .\"/\".\n\n $image_conf[\"picture_file_name\"] .\"?time=\". $time;\n\n\t\t}\n\n\t\t\n\n\t\techo json_encode($ajax_response);\n\n\t}", "public function getCropBox($fallback = true, $asRect = true) {}", "public function cropImage($width, $height, $x, $y);", "public function crop($crop=0)\n {\n $this->uploader->image_crop = $crop;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Gets the optionGenericConstantsNames value
public function getOptionGenericConstantsNames() { return $this->options->getGenericConstantsName(); }
[ "public static function getOptionGenericConstantsNames()\n {\n return self::$optionGenericConstantsNames;\n }", "public function getGenericConstantsName()\n {\n return $this->getOptionValue(self::GENERIC_CONSTANTS_NAME);\n }", "public function getConstantNames()\n\t{\n\t\treturn array_keys($this->constants);\n\t}", "public static function get_options_keys() : array {\n\t\t$temp_class = new \\ReflectionClass( __CLASS__ );\n\t\treturn $temp_class->getConstants();\n\t}", "public static function getNames()\n {\n $constants = self::getConstants();\n\n return array_keys($constants);\n }", "public function getConstantNames(): Set\n {\n return $this->constants->keys();\n }", "final public static function getConstantNames(): array\n {\n return array_keys(self::getConstants());\n }", "public function getNames(): array\n {\n return array_keys($this->options);\n }", "private function getUsedConstantsMessage(): string\r\n {\r\n $usedConstants = '';\r\n if (!empty($this->usedConstants)) {\r\n foreach ($this->usedConstants as $const => $value) {\r\n $usedConstants .= sprintf('%s %s %s, '\r\n , Stylizer::constant($const)\r\n , Stylizer::operation('=')\r\n , Stylizer::type($value));\r\n }\r\n }\r\n return $usedConstants;\r\n }", "public function getOptionNames(): array;", "public function setGenericConstantsName($genericConstantsName)\n {\n return $this->setOptionValue(self::GENERIC_CONSTANTS_NAME, $genericConstantsName);\n }", "public static function getTypeLabels()\n {\n return [\n self::TYPE_REGULAR => Yii::t('app', 'Regular user'),\n self::TYPE_SUPER => Yii::t('app', 'Super user'),\n ];\n }", "public function getConstants()\n\t\t{\n\t\t\treturn $this->constants;\n\t\t}", "function getSettingNames() {\n\t\t$settingNames = array();\n\t\tforeach($this->getSettings() as $setting) { /* @var $setting FilterSetting */\n\t\t\tif (!$setting->getIsLocalized()) {\n\t\t\t\t$settingNames[] = $setting->getName();\n\t\t\t}\n\t\t}\n\t\treturn $settingNames;\n\t}", "public function getNames()\n {\n $array = [];\n\n foreach ($this->options as $option) {\n $array[] = $option->getName();\n }\n\n return $array;\n }", "protected static function _getConstants()\n {\n $constants = array_keys(get_defined_constants());\n rsort($constants, SORT_STRING);\n return $constants;\n }", "protected function get_built_in_option_labels() {\n\t\treturn array(\n\t\t\t'default_value' => __( 'Default Value', 'formidable' ),\n\t\t\t'placeholder' => __( 'Placeholder Text', 'formidable' ),\n\t\t\t'desc' => __( 'Description', 'formidable' ),\n\t\t);\n\t}", "public function getSettingLabels()\n {\n return array();\n }", "public function getConstantName(): string\n {\n return $this->constant;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Gets the common words list
public function getCommonWordList() { $sql = 'SELECT words FROM '.$this->CFG['db']['tbl']['common_words'].' WHERE id = 1'; $stmt = $this->dbObj->Prepare($sql); $rs = $this->dbObj->Execute($stmt); if (!$rs) trigger_db_error($this->dbObj); if($rs->PO_RecordCount()) { $row = $rs->FetchRow(); return $row['words']; } }
[ "public function getCommonWordList()\n\t\t{\n\t\t\tif ($this->_common_words)\n\t\t\t\t{\n\t\t\t\t\treturn $this->_common_words;\n\t\t\t\t}\n\n\t\t\t$this->_common_words = array();\n\n\t\t\t$sql = 'SELECT words FROM '.$this->CFG['db']['tbl']['common_words'].' WHERE id = 1';\n\t\t\t$stmt = $this->dbObj->Prepare($sql);\n\t\t\t$rs = $this->dbObj->Execute($stmt);\n\t\t\tif (!$rs)\n\t\t\t\ttrigger_db_error($this->dbObj);\n\t\t\tif($rs->PO_RecordCount())\n\t\t\t\t{\n\t\t\t\t\t$row = $rs->FetchRow();\n\t\t\t\t\t//Convert the common words to lower and replace accentuation\n\t\t\t\t\t$this->_common_words = $this->arrayValidation($row['words'], ',');\n\t\t\t\t\t//$this->_common_words = $row['words'];\n\t\t\t\t}\n\t\t\treturn $this->_common_words;\n\t\t}", "public function get_common_words()\n\t{\n\t\treturn array();\n\t}", "protected function _getCommonWords()\r\n\t{\r\n\t\treturn array('article', 'articles', 'recipe', 'recipes');\r\n\t}", "function getCommonWords($a, $b){\n $tArr1 = explode(\" \", $a);\n $tArr2 = explode(\" \", $b);\n $result = array_intersect($tArr1, $tArr2);\n $result = array_unique($result);\n return $result;\n}", "public static function getCommonWords($lang)\n\t{\n\t\t$db = JFactory::getDbo();\n\n\t\t// Create the query to load all the common terms for the language.\n\t\t$query = $db->getQuery(true)\n\t\t\t->select($db->quoteName('term'))\n\t\t\t->from($db->quoteName('#__finder_terms_common'))\n\t\t\t->where($db->quoteName('language') . ' = ' . $db->quote($lang));\n\n\t\t// Load all of the common terms for the language.\n\t\t$db->setQuery($query);\n\t\t$results = $db->loadColumn();\n\n\t\treturn $results;\n\t}", "private function uncommonWords() {\n\t\treturn [\n\t\t\t__( 'actually', 'all-in-one-seo-pack' ),\n\t\t\t__( 'happened', 'all-in-one-seo-pack' ),\n\t\t\t__( 'need', 'all-in-one-seo-pack' ),\n\t\t\t__( 'thing', 'all-in-one-seo-pack' ),\n\t\t\t__( 'awesome', 'all-in-one-seo-pack' ),\n\t\t\t__( 'heart', 'all-in-one-seo-pack' ),\n\t\t\t__( 'never', 'all-in-one-seo-pack' ),\n\t\t\t__( 'think', 'all-in-one-seo-pack' ),\n\t\t\t__( 'baby', 'all-in-one-seo-pack' ),\n\t\t\t__( 'here', 'all-in-one-seo-pack' ),\n\t\t\t__( 'new', 'all-in-one-seo-pack' ),\n\t\t\t__( 'time', 'all-in-one-seo-pack' ),\n\t\t\t__( 'beautiful', 'all-in-one-seo-pack' ),\n\t\t\t__( 'its', 'all-in-one-seo-pack' ),\n\t\t\t__( 'now', 'all-in-one-seo-pack' ),\n\t\t\t__( 'valentines', 'all-in-one-seo-pack' ),\n\t\t\t__( 'being', 'all-in-one-seo-pack' ),\n\t\t\t__( 'know', 'all-in-one-seo-pack' ),\n\t\t\t__( 'old', 'all-in-one-seo-pack' ),\n\t\t\t__( 'video', 'all-in-one-seo-pack' ),\n\t\t\t__( 'best', 'all-in-one-seo-pack' ),\n\t\t\t__( 'life', 'all-in-one-seo-pack' ),\n\t\t\t__( 'one', 'all-in-one-seo-pack' ),\n\t\t\t__( 'want', 'all-in-one-seo-pack' ),\n\t\t\t__( 'better', 'all-in-one-seo-pack' ),\n\t\t\t__( 'little', 'all-in-one-seo-pack' ),\n\t\t\t__( 'out', 'all-in-one-seo-pack' ),\n\t\t\t__( 'watch', 'all-in-one-seo-pack' ),\n\t\t\t__( 'boy', 'all-in-one-seo-pack' ),\n\t\t\t__( 'look', 'all-in-one-seo-pack' ),\n\t\t\t__( 'people', 'all-in-one-seo-pack' ),\n\t\t\t__( 'way', 'all-in-one-seo-pack' ),\n\t\t\t__( 'dog', 'all-in-one-seo-pack' ),\n\t\t\t__( 'love', 'all-in-one-seo-pack' ),\n\t\t\t__( 'photos', 'all-in-one-seo-pack' ),\n\t\t\t__( 'ways', 'all-in-one-seo-pack' ),\n\t\t\t__( 'down', 'all-in-one-seo-pack' ),\n\t\t\t__( 'made', 'all-in-one-seo-pack' ),\n\t\t\t__( 'really', 'all-in-one-seo-pack' ),\n\t\t\t__( 'world', 'all-in-one-seo-pack' ),\n\t\t\t__( 'facebook', 'all-in-one-seo-pack' ),\n\t\t\t__( 'make', 'all-in-one-seo-pack' ),\n\t\t\t__( 'reasons', 'all-in-one-seo-pack' ),\n\t\t\t__( 'year', 'all-in-one-seo-pack' ),\n\t\t\t__( 'first', 'all-in-one-seo-pack' ),\n\t\t\t__( 'makes', 'all-in-one-seo-pack' ),\n\t\t\t__( 'right', 'all-in-one-seo-pack' ),\n\t\t\t__( 'years', 'all-in-one-seo-pack' ),\n\t\t\t__( 'found', 'all-in-one-seo-pack' ),\n\t\t\t__( 'man', 'all-in-one-seo-pack' ),\n\t\t\t__( 'see', 'all-in-one-seo-pack' ),\n\t\t\t__( 'you’ll', 'all-in-one-seo-pack' ),\n\t\t\t__( 'girl', 'all-in-one-seo-pack' ),\n\t\t\t__( 'media', 'all-in-one-seo-pack' ),\n\t\t\t__( 'seen', 'all-in-one-seo-pack' ),\n\t\t\t__( 'good', 'all-in-one-seo-pack' ),\n\t\t\t__( 'mind', 'all-in-one-seo-pack' ),\n\t\t\t__( 'social', 'all-in-one-seo-pack' ),\n\t\t\t__( 'guy', 'all-in-one-seo-pack' ),\n\t\t\t__( 'more', 'all-in-one-seo-pack' ),\n\t\t\t__( 'something', 'all-in-one-seo-pack' ),\n\t\t];\n\t}", "public function getWords();", "function common_words($string, $stopWords)\n {\n $string = preg_replace('/ss+/i', '', $string);\n $string = trim($string); // trim the string\n $string = preg_replace('/[^a-zA-Z0-9 -]/', '', $string); // only take alphanumerical characters, but keep the spaces and dashes too...\n $string = strtolower($string); // make it lowercase\n\n preg_match_all('/([a-z]*?)(?=s)/i', $string, $matchWords);\n $matchWords = $matchWords[0];\n foreach ( $matchWords as $key=>$item ) {\n if ( $item == '' || in_array(strtolower($item), $stopWords) || strlen($item) <= 3 ) {\n unset($matchWords[$key]);\n }\n }\n $wordCountArr = array();\n if ( is_array($matchWords) ) {\n foreach ( $matchWords as $key => $val ) {\n $val = strtolower($val);\n if ( isset($wordCountArr[$val]) ) {\n $wordCountArr[$val]++;\n } else {\n $wordCountArr[$val] = 1;\n }\n }\n }\n arsort($wordCountArr);\n $wordCountArr = array_slice($wordCountArr, 0, 10);\n return $wordCountArr;\n }", "function commonWords($string, $max = null, $file = 'stopwords.txt'){ \n $handle = fopen($file, 'rb'); \n $contents = fread($handle, filesize($file)); \n fclose($handle); \n $stopWords = explode(\"\\n\", $contents); \n foreach($stopWords as $key => $val){ \n $stopWords[$key] = trim($stopWords[$key]); \n } \n $string = preg_replace('/ss+/i', '', $string); \n $string = trim($string); // trim the string \n $string = preg_replace('/[^a-zA-Z0-9 -]/', '', $string); // only take alphanumerical characters, but keep the spaces and dashes tooâ?¦ \n $string = strtolower($string); // make it lowercase \n\n preg_match_all('/([a-z]*?)(?= )/i', $string, $matchWords); \n $matchWords = $matchWords[0]; \n foreach ( $matchWords as $key => $item ) { \n if ($item == '' || in_array(strtolower($item), $stopWords) || strlen($item) < 3) { \n unset($matchWords[$key]); \n } \n } \n $wordCountArr = array(); \n if ( is_array($matchWords) ) { \n foreach ( $matchWords as $key => $val ) { \n $val = strtolower($val); \n if ( isset($wordCountArr[$val]) ) { \n $wordCountArr[$val]++; \n } else { \n $wordCountArr[$val] = 1; \n } \n } \n } \n arsort($wordCountArr); \n if($max != null){ \n $final = array_slice($wordCountArr, 0, $max); \n }else{ \n $final = array_slice($wordCountArr, 0); \n } \n if(count($final) == 0){ \n $final = explode(' ', $string); \n } \n return $final; \n }", "function getAllWordsFromKeysCombined( $anagramsKeyList)\n\t{\n\t\t$arrWords = array();\n\t\tforeach( $anagramsKeyList as $key)\n\t\t{\n\t\t\t$arrWords[] = $this->dictionary->words[$key]->variants;\n\t\t}\n\t\tif( count($arrWords))\n\t\t{\n\t\t\t$cp = $this->getCProduct( 0, $arrWords);\n\t\t\treturn $cp;\n\t\t}\n\t\telse\n\t\t{\n\t\t\treturn $arrWords;\n\t\t}\n\t}", "protected function buildAllPossibleWords()\n {\n $usedWords = [];\n foreach (array_keys($this->wordIndexes) as $media) {\n\n $currentWords = array_keys($this->wordIndexes[$media]);\n $usedWords = array_merge(\n $usedWords,\n ArraySupport::buildArrayFill($currentWords, true)\n );\n }\n return $usedWords;\n }", "private function combinedPreferredWordsAndWhiteList() : array\n {\n if ($this->preferredWords && $this->whiteList) {\n $preferredWords = array_merge($this->preferredWords, $this->whiteList);\n } elseif($this->preferredWords) {\n $preferredWords = $this->preferredWords;\n } elseif($this->whiteList) {\n $preferredWords = $this->whiteList;\n } else {\n $preferredWords = [];\n }\n return $preferredWords;\n }", "public function getSearchedWords()\n {\n return $this->_words;\n }", "public function getAllWords() {\n\t\treturn Word::withSign()->get();\n\t}", "private function commonNames()\n {\n return [\n\n 'Aphids',\n\n 'Armyworms',\n\n 'Asparagus Beetle',\n\n 'Cabbage Looper',\n\n 'Grasshopper',\n\n 'Psyllid',\n\n 'Slug & Snail',\n\n 'Thrips',\n\n 'Whiteflies',\n\n 'Wireworm',\n\n 'Earwig',\n\n 'Fungus Gnats',\n\n 'Leafminer',\n\n 'Mealybugs',\n\n 'Root Aphids',\n\n 'Russet Mites',\n\n 'Scale Insects',\n\n 'Spider Mites',\n\n 'Thrips',\n\n 'Whiteflies'\n\n ];\n\n }", "private static function preferredWords(): array\n {\n $words = ['africa', 'foundation', 'charitable'];\n $capitalized = array_map('ucfirst', $words);\n return array_merge($words, $capitalized);\n }", "function wordcombos($words)\n {\n if (count($words) <= 1) {\n $result = $words;\n } else {\n $result = [];\n for ($i = 0; $i < count($words); ++$i) {\n $firstword = $words[$i];\n $remainingwords = [];\n for ($j = 0; $j < count($words); ++$j) {\n if ($i != $j) {\n $remainingwords[] = $words[$j];\n }\n }\n $combos = $this->wordcombos($remainingwords);\n for ($j = 0; $j < count($combos); ++$j) {\n $result[] = $firstword . \"\" . $combos[$j];\n }\n }\n }\n return $result;\n }", "function getCommonWords() {\n //$arr1 = str_split($_POST['a'], \"string\");\n //$arr2 = str_split($_POST['b'], \"string\");\n $arr1 = explode(\" \", $_POST['a']);\n $arr2 = explode(\" \", $_POST['b']);\n if(empty($_POST['a']) && empty($_POST['b'])) {\n echo \"Strings <b>a</b> and <b>b</b> should be present\";\n echo form();\n} \nif(empty($_POST['a']) && isset($_POST['b'])) {\n echo $_POST['b'];\n}\nif(isset($_POST['a']) && empty($_POST['b'])) {\n echo $_POST['a'];\n}\n/// comparing strings \n$str = [];\nforeach ($arr1 as $keyA => $valueA) {\n for ($i=0; $i < count($arr2) -1; $i++) {\n if ($arr2[$i] == $valueA) {\n $str[] = $arr2[$i];\n //unset($arr2[$i]);\n //unset($arr1[$keyA]);\n }\n }\n continue;\n}\necho \"<b>First string is:</b> \" . $_POST['a'] . \"<br>\";\necho \"<b>Second string is:</b> \" . $_POST['b'] . \"<br>\";\necho \"<b>Both strings contains the following words:</b>\" . \"<br>\";\nforeach ($str as $key => $value) {\n echo \"$value\" . \"<br>\";\n}\nprint_r($str);\n}", "public function get_censored_words()\n\t{\n\t\t$sql = 'SELECT word, replacement FROM ' . $this->words_table;\n\n\t\treturn $this->fetch_decoded_rowset($sql, ['word', 'replacement']);\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Method untuk update menu
public function update_menu() { if (isset($_POST['update_menu'])) { $id = $this->request->getPost('id'); $menu = $this->request->getPost('menu'); $icon = $this->request->getPost('icon'); $data = [ 'id' => $id, 'menu' => $menu, 'icon' => $icon, ]; if ($this->form_validation->run($data, 'updateMenu') === FALSE) { session()->setFlashdata('inputs', $this->request->getPost()); session()->setFlashdata('errors', $this->form_validation->getErrors()); return redirect()->to(base_url('/admin/resources')); } else { $init = new admin_model(); $query = $init->updateMenu($data); if ($query === true) { session()->setFlashdata('status', "<script>Swal.fire({icon: 'success',title: 'Success',text: 'Menu updated successfully',showConfirmButton: false,timer: 1500})</script>"); return redirect()->to(base_url('/admin/resources')); } else { session()->setFlashdata('status', "<script>Swal.fire({icon: 'info',title: 'Oops',text: 'Something went wrong',showConfirmButton: false,timer: 1500})</script>"); return redirect()->to(base_url('/admin/resources')); } } } else { redirect()->to(base_url('/admin/resources')); } }
[ "public function actionUpdate()\n\t{ \n $id=isset($_GET['id']) ? (int) ($_GET['id']) : 0 ; \n $this->menu=array_merge($this->menu, \n array(\n array('label'=>t('cms','Update this Menu'), 'url'=>array('update','id'=>$id),'linkOptions'=>array('class'=>'button')),\n array('label'=>t('cms','View this Menu'), 'url'=>array('view','id'=>$id),'linkOptions'=>array('class'=>'button'))\n )\n );\n\t\t$this->render('menu_update',array('id'=>$id));\n\t}", "public function updated(Menu $menu)\n {\n //\n }", "function action_update_menu()\n\t{\n\t\tlog_debug(\"inc_charts\", \"Executing action_update_menu()\");\n\n\t\t// start transaction\n\t\t$sql_obj = New sql_query;\n\t\t$sql_obj->trans_begin();\n\n\n\t\t// fetch all the menu options\n\t\t$sql_obj_menu\t\t= New sql_query;\n\t\t$sql_obj_menu->string\t= \"SELECT id, value FROM `account_chart_menu`\";\n\t\t$sql_obj_menu->execute();\n\t\t$sql_obj_menu->fetch_array();\n\n\t\tforeach ($sql_obj_menu->data as $data_menu)\n\t\t{\n\t\t\t// check if any current settings exist\n\t\t\t$sql_obj->string\t= \"SELECT id FROM account_charts_menus WHERE chartid='\". $this->id .\"' AND menuid='\". $data_menu[\"id\"] .\"' LIMIT 1\";\n\t\t\t$sql_obj->execute();\n\n\t\t\t\n\t\t\tif ($sql_obj->num_rows())\n\t\t\t{\n\t\t\t\t// chart has this menu option set\n\n\t\t\t\t// if the new setting is \"off\", delete the current setting.\n\t\t\t\tif ($this->data[\"menuoptions\"][ $data_menu[\"value\"] ] != \"on\")\n\t\t\t\t{\n\t\t\t\t\t$sql_obj->string\t= \"DELETE FROM account_charts_menus WHERE chartid='\". $this->id .\"' AND menuid='\". $data_menu[\"id\"] .\"' LIMIT 1\";\n\t\t\t\t\t$sql_obj->execute();\n\t\t\t\t}\n\n\t\t\t\t// if new setting is \"on\", we don't need todo anything.\n\t\t\t}\n\t\t\telse\n\t\t\t{\t// no current option exists\n\n\t\t\t\t// if the new option is \"on\", insert a new entry\n\t\t\t\tif ($this->data[\"menuoptions\"][ $data_menu[\"value\"] ] == \"on\")\n\t\t\t\t{\n\t\t\t\t\t$sql_obj->string\t= \"INSERT INTO account_charts_menus (chartid, menuid) VALUES ('\". $this->id .\"', '\". $data_menu[\"id\"] .\"')\";\n\t\t\t\t\t$sql_obj->execute();\n\t\t\t\t}\n\n\t\t\t\t// if new option is \"off\", we don't need todo anything.\n\t\t\t}\n\t\t\t\n\t\t} // end of loop through menu items\n\n\n\t\t// commit\n\t\tif (error_check())\n\t\t{\n\t\t\t$sql_obj->trans_rollback();\n\n\t\t\treturn 0;\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$sql_obj->trans_commit();\n\n\t\t\treturn 1;\n\t\t}\n\n\t}", "public static function EDIT_MENU(){\n\t\tLibMenuBar::startTable();\n\t\tLibMenuBar::save('savecategory');\n\t\tLibMenuBar::cancel('cancelcategory');\n\t\tLibMenuBar::endTable();\n\t}", "function editMenu($option,$menu) {\r\n\tglobal $database;\r\n $row = null;\r\n\tif($menu) {\r\n\t\t$row->menutype = $menu;\r\n\t} else {\r\n\t\t$row = new mosModule($database);\r\n\t\t// setting default values\r\n\t\t$row->menutype = '';\r\n\t\t$row->iscore = 0;\r\n\t\t$row->published = 0;\r\n\t\t$row->position = 'left';\r\n\t\t$row->module = 'mod_mljoostinamenu';\r\n\t}\r\n\r\n\tHTML_menumanager::edit($row,$option);\r\n}", "function updateMenu() {\n delete_transient('cfMenu');\n }", "function EditMenuMakanan()\n {\n $text = \"Edit Menu Makanan\";\n HeaderTitle($text);\n MenuMakananShortcut();\n EditMenuMakananForm();\n }", "public function editSubMenu()\n {\n $data = [\n \"menu_id\" => $this->input->post('menu_id', true),\n \"title\" => $this->input->post('title', true),\n \"url\" => $this->input->post('url', true),\n \"icon\" => $this->input->post('icon', true),\n \"is_active\" => $this->input->post('is_active', true)\n ];\n $this->db->where('id', $this->input->post('id'));\n $this->db->update('user_sub_menu', $data);\n }", "public function modMenu() {}", "private function saveMenu()\n\t\t{\n\t\t\t$id = (int)$_REQUEST['id'];\n\t\t\t$name = FN::sanitise($_REQUEST['name']);\n\t\t\t$value = NULL;\n\t\t\t$index = 0;\n\t\t\twhile (TRUE)\n\t\t\t{\n\t\t\t\tif (isset($_REQUEST[\"item$index\"]))\n\t\t\t\t{\n\t\t\t\t\tif (isset($_REQUEST['toDelete']) && $_REQUEST['toDelete'] == $index)\n\t\t\t\t\t{\n\t\t\t\t\t\t$index++;\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\t\t\t\t\t$template = FN::sanitise($_REQUEST[\"template$index\"]);\n\t\t\t\t\t$item = FN::sanitise($_REQUEST[\"item$index\"]);\n\t\t\t\t\tif ($value) $value .= \"\\n\";\n\t\t\t\t\t$value .= \"$template,$item\";\n\t\t\t\t\t$index++;\n\t\t\t\t}\n\t\t\t\telse break;\n\t\t\t}\n\t\t\tDB::update(\"menu\", array(\n\t\t\t\t\"name\"=>$name,\n\t\t\t\t\"value\"=>$value,\n\t\t\t\t\"user\"=>0,\n\t\t\t\t\"timestamp\"=>time(),\n\t\t\t\t\"attributes\"=>NULL\n\t\t\t\t), \"WHERE id=$id\");\n\t\t}", "function updateMenu(){\n\t \n $id = $this->input->post(\"id\");\n\t\t$strName = $this->input->post(\"txtName\");\n\t\t$strPosition = $this->input->post(\"rdoPosition\");\n $strPublished = $this->input->post(\"rdoPublished\");\n\t\t\n\t\tif($strPublished == \"Schedule\")\n {\n\t\t\t$dateStart = date('Y-m-d h:i:s', strtotime($this->input->post(\"startDate\"))); \n\t\t\t$dateEnd = date('Y-m-d h:i:s', strtotime($this->input->post(\"endDate\")));\n\t\t}else\n {\n\t\t\t$dateStart = \"\"; \n\t\t\t$dateEnd = \"\";\n\t\t}\n\t\t$strPages = $this->input->post(\"rdoPages\");\n\t\t$strRights = $this->input->post(\"rdoRights\");\n\t\t$intNumItems = $this->input->post(\"numItems\");\n\t\t\n\t\t$this->db->query(\"UPDATE menus SET menu_name=\".$this->db->escape($strName).\", menu_position=\".$this->db->escape($strPosition).\", menu_published=\".$this->db->escape($strPublished).\", menu_start=\".$this->db->escape($dateStart).\", menu_end=\".$this->db->escape($dateEnd).\", menu_pages=\".$this->db->escape($strPages).\", menu_access=\".$this->db->escape($strRights).\" WHERE menu_id=\".$id);\n\t\t\n\t\tif($strPages=='Other')\n {\n\t\t\t $this->db->query(\"DELETE FROM menus_pages_xref WHERE menu_id=\".$id);\n\t\t\t $arrPages = $this->input->post(\"lstPages\");\n\t\t\t for($i=0; $i<sizeof($arrPages);$i++)\n {\n\t\t\t\t$this->db->query(\"INSERT INTO menus_pages_xref(menu_id, page_id) VALUES(\".$this->db->escape($id).\", \".$this->db->escape($arrPages[$i]).\")\");\n\t\t\t} \n\t\t}\n\t\telse\n {\n\t\t\t$this->db->query(\"DELETE FROM menus_pages_xref WHERE menu_id=\".$id);\n\t\t}\n\t\t\n\t\tif($strRights=='Other'){\n\t\t\t $this->db->query(\"DELETE FROM menus_roles_xref WHERE menu_id=\".$id);\n\t\t\t $arrRoles = $this->input->post(\"lstRoles\");\n\t\t\t for($i=0; $i<sizeof($arrRoles);$i++){\n\t\t\t\t$this->db->query(\"INSERT INTO menus_roles_xref(menu_id, role_id) VALUES(\".$this->db->escape($id).\", \".$this->db->escape($arrRoles[$i]).\")\");\n\t\t\t} \n\t\t}\n\t\telse\n {\n\t\t\t$this->db->query(\"DELETE FROM menus_roles_xref WHERE menu_id=\".$id);\n\t\t}\n\t\t\n\t\tif($intNumItems>0)\n {\n\t\t\t$this->db->query(\"DELETE FROM menuitems_pages_xref WHERE item_id IN(SELECT item_id FROM menus_menuitems_xref WHERE menu_id=\".$this->db->escape($id).\")\");\n\t\t\t\n\t\t\t$this->db->query(\"DELETE FROM menuitems WHERE item_id IN(SELECT item_id FROM menus_menuitems_xref WHERE menu_id=\".$this->db->escape($id).\")\");\n\t\t\t\n\t\t\t$this->db->query(\"DELETE FROM menus_menuitems_xref WHERE menu_id=\".$this->db->escape($id));\n\t\t\t\t\n\t\t\tfor( $i=1; $i<=$intNumItems; $i++ )\n {\n\t\t\t\tif(isset($_POST['txtItemName'.$i]) && isset($_POST['lstItemPage'.$i]) && isset($_POST['rdoItemPublished'.$i]))\n {\n\t\t\t\t\tif($_POST['txtItemName'.$i]!='' && $_POST['lstItemPage'.$i]!='0' && $_POST['rdoItemPublished'.$i]!='')\n {\n $strItemName = $_POST['txtItemName'.$i];\n $strItemPage = $_POST['lstItemPage'.$i];\n $strPublished = $_POST['rdoItemPublished'.$i]; \n \n $this->db->query(\"INSERT INTO menuitems(item_name, item_published, item_status) VALUES(\".$this->db->escape($strItemName).\", \".$this->db->escape($strPublished).\", 'Active')\");\n \n $intItemId = $this->db->insert_id();\n $this->db->query(\"INSERT INTO menus_menuitems_xref(menu_id, item_id) VALUES(\".$this->db->escape($id).\", \".$this->db->escape($intItemId).\")\");\n \n $this->db->query(\"INSERT INTO menuitems_pages_xref(item_id, page_id) VALUES(\".$this->db->escape($intItemId).\", \".$this->db->escape($strItemPage).\")\"); \n }\n }//end if\n\t\t\t}//end for \n\t\t}\n\t\telse{\n\t\t\t$this->db->query(\"DELETE FROM menuitems_pages_xref WHERE item_id IN(SELECT item_id FROM menus_menuitems_xref WHERE menu_id=\".$this->db->escape($id).\")\");\n\t\t\t\n\t\t\t$this->db->query(\"DELETE FROM menuitems WHERE item_id IN(SELECT item_id FROM menus_menuitems_xref WHERE menu_id=\".$this->db->escape($id).\")\");\n\t\t\t\n\t\t\t$this->db->query(\"DELETE FROM menus_menuitems_xref WHERE menu_id=\".$this->db->escape($id));\n\t\t}//end else \n \n return true; \n\t\t \n\t}", "public function getMenuEdit()\n {\n // tangkap id yang dikirimkan oleh ajax\n $id = $_POST['idJson'];\n\n // tangkap menu by id sebagai json, via model\n echo json_encode($this->menu->getMenuById($id));\n }", "function hh_update_nav_menu_objects( $menu_id = null, $menu_data = null ) {\n\thh_cached_nav_menu( array( 'echo' => false ), $prime_cache = true );\n}", "public function apoioItemAlterarMenu() {\n\t\t\n\t\t$this->validaAutenticacao();\t\t\n\n\t\t$this->view->erroApoio = 0;\n\n\t\t// Buscar o nome da RA e a uf\n\t\t$dadosItem_alterar = Container::getModel('TbItemSuprimt');\n\t\t$dadosItem_alterar->__set('cd_item', $_POST['item_escolhido']);\n\t\t$dadosItem_alterar->getDadosItemAll2();\n\n\t\t$this->view->dadosItem_escolhida = array(\n\t\t\t'cd_item_a_alterar' => $dadosItem_alterar->__get('cd_item') ,\n\t\t\t'nome_item_a_alterar' => $dadosItem_alterar->__get('nome_item') ,\n\t\t\t'cd_evento_a_alterar' => $dadosItem_alterar->__get('evento'));\n\t\t\t\t\n\t\t$this->render('apoioItemAlterarMenu');\n\n\t\t// */\n\t\t\n\t}", "public function editAction() {\n //GET NAME OF THE MENU ITEM WHICH IS BEING EDITED\n $name = $this->_getParam('name');\n\n //GET THE NAME OF THE MENU WHOSE MENU ITEM IS BEING EDITED\n $mainMenu = $this->_getParam('mainMenu');\n\n if ($mainMenu == 'core_main') {\n //GET THE NUMBER OF CHILD MENUS OF THE MENU ITEM BEING EDITED\n $childCount = $this->_getParam('childCount');\n\n //GET THE DEPTH OF THE MENU ITEM BEING EDITED\n $this->view->depth = $info_array = $this->_getParam('info_string');\n\n $tempParamsFlag = null;\n\n //GET MENU ITEM\n $menuItemsTable = Engine_Api::_()->getDbtable('menuItems', 'core');\n $db = $menuItemsTable->getAdapter();\n $db->beginTransaction();\n try {\n $menuItemsSelect = $menuItemsTable->select()\n ->where('name = ?', $name);\n\n $enabledModuleNames = Engine_Api::_()->getDbtable('modules', 'core')->getEnabledModuleNames();\n if (!empty($enabledModuleNames)) {\n $menuItemsSelect->where('module IN(?)', $enabledModuleNames);\n }\n\n $this->view->menuItem = $menuItem = $menuItemsTable->fetchRow($menuItemsSelect);\n if (!$menuItem) {\n throw new Core_Model_Exception('missing menu item');\n }\n $this->view->submenu_id = !empty($menuItem['params']['parent_id']) ? $menuItem['params']['parent_id'] : 0;\n if (isset($menuItem['params']['category_id'])) {\n $this->view->category_id = !empty($menuItem['params']['category_id']) ? $menuItem['params']['category_id'] : 0;\n } else {\n $this->view->category_id = 0;\n }\n\n //ARRAY OF POPULARITY CRITERIA SELECTED\n $viewbyArray = 0;\n if (!empty($menuItem['params']['viewby'])) {\n $this->view->viewby_value = $viewbyArray = $menuItem['params']['viewby'];\n }\n\n //ARRAY OF NAVIGATION MENU TO BE SHOWN IF ANY\n $navigationArray = !empty($menuItem['params']['sub_navigation']) ? unserialize($menuItem['params']['sub_navigation']) : 0;\n\n //ARRAY OF MODULES WHOSE CONTENT CAN BE SHOWN\n $moduleArray = Engine_Api::_()->getDbtable('modules', 'sitemenu')->getContentList();\n\n // GETTING STANDARD NAVIGATION MENUS OBJECT FROM THE MENUITEMS TABLE\n $navMenu = null;\n if (!empty($menuItem->module) && $menuItem->module != 'core') {\n\n //FOR FINIDING THE NAVIGATION MENUS\n if (strstr($menuItem->module, \"sitereview\")) {\n $sitereviewMenuNameArray = explode(\"core_main_sitereview_listtype_\", $menuItem->name);\n $listingtypeId = $sitereviewMenuNameArray[1];\n $navMenu = 'sitereview_main_listtype_' . $listingtypeId;\n } else {\n $navMenu = $menuItem->module . \"_main\";\n }\n\n $menuItemsSelect = $menuItemsTable->select()\n ->from('engine4_core_menuitems', array('id', 'label'))\n ->where('menu = ?', $navMenu);\n\n if (!empty($enabledModuleNames)) {\n $menuItemsSelect->where('module IN(?)', $enabledModuleNames);\n }\n $navigationObj = $menuItemsTable->fetchAll($menuItemsSelect);\n $this->view->countStandardNavigation = count($navigationObj);\n } else {\n $navigationObj = array();\n }\n\n // GET EDIT FORM OF MAIN MENU\n $this->view->form = $form = new Sitemenu_Form_Admin_Menu_ItemEdit(array('menuItem' => $menuItem->id, 'childCount' => $childCount, 'info_array' => $info_array, 'moduleArray' => $moduleArray, 'navigationObj' => $navigationObj, 'navigationArray' => $navigationArray, 'isCustom' => $menuItem->custom));\n\n //GET THE PARENT MENU ITEMS TO CHECK THE PARENT VIEW TYPE\n $parentMenuItemParams = Engine_Api::_()->getDbtable('modules', 'sitemenu')->getMenuItemColum(array('params'), $menuItem->id);\n if (!empty($parentMenuItemParams)) {\n $parentMenuItemParams = Zend_Json::decode($parentMenuItemParams);\n }\n if (isset($parentMenuItemParams['menu_item_view_type']) && !empty($parentMenuItemParams['menu_item_view_type'])) {\n $form->menu_item_view_type->setValue($parentMenuItemParams['menu_item_view_type']);\n } else {\n $form->menu_item_view_type->setValue(1);\n }\n $this->view->parent_view_type = isset($parentMenuItemParams['menu_item_view_type']) ? $parentMenuItemParams['menu_item_view_type'] : 1;\n\n // Make safe\n $menuItemData = $menuItem->toArray();\n if (isset($menuItemData['params']) && is_array($menuItemData['params'])) {\n $menuItemData = array_merge($menuItemData, $menuItemData['params']);\n }\n if (!$menuItem->custom && (!isset($menuItemData['uri']) || $menuItemData['uri'] == 'Separator')) {\n $form->removeElement('uri');\n }\n\n $tempParamsFlag = $menuItemData['params'];\n unset($menuItemData['params']);\n\n if (isset($menuItemData['data-rel'])) {\n $menuItemData['data_rel'] = $menuItemData['data-rel'];\n unset($menuItemData['data-rel']);\n }\n if (empty($menuItemData['root_id'])) {\n $menuItemData['is_submenu'] = 0;\n } else {\n $menuItemData['is_submenu'] = 1;\n }\n\n $previous_root_id = isset($menuItemData['root_id']) ? $menuItemData['root_id'] : 0;\n $previous_parent_id = isset($menuItemData['parent_id']) ? $menuItemData['parent_id'] : 0;\n\n // Check stuff\n if (!$this->getRequest()->isPost()) {\n $menuItemData['viewby'] = $viewbyArray;\n $form->populate($menuItemData);\n return;\n }\n if (!$form->isValid($this->getRequest()->getPost())) {\n return;\n }\n\n // Save\n $values = $form->getValues();\n $menuItem->label = $values['label'];\n\n if ($values['show_in_tab'] == 1 && empty($values['icon'])) {\n $form->addError(\"Please enter icon as you have selected only icon.\");\n return;\n }\n\n $values['nav_menu'] = $navMenu;\n if (empty($values['is_sub_navigation'])) {\n $values['sub_navigation'] = 0;\n } else {\n $values['sub_navigation'] = serialize($values['select_sub_navigation']);\n }\n\n if (empty($values['is_submenu'])) {\n $values['root_id'] = 0;\n $values['parent_id'] = 0;\n }\n\n if (!empty($values['root_id'])) {\n $params = Engine_Api::_()->getDbtable('modules', 'sitemenu')->getMenuItemColum(array('params'), $values['root_id']);\n if (!empty($params) && isset($params['menu_item_view_type'])) {\n $params = Zend_Json::decode($params);\n if ($params['menu_item_view_type'] == 1 || $params['menu_item_view_type'] == 2) {\n $values['content'] = 0;\n $values['viewby'] = 0;\n $values['is_category'] = 0;\n $values['category_id'] = 0;\n $values['content_height'] = 0;\n }\n }\n }\n\n if (empty($values['root_id'])) {\n if (isset($values['menu_item_view_type']) && $values['menu_item_view_type'] != 1 && $values['menu_item_view_type'] != 2) {\n if (!is_numeric($values['content_height']) || $values['content_height'] <= 0) {\n $form->addError(\"Please enter valid height. Height should be a number. \");\n return;\n }\n }\n }\n\n if ((isset($values['parent_id']) && $values['parent_id'] != $previous_parent_id) || (isset($values['root_id']) && $values['root_id'] != $previous_root_id)) {\n\n //SET THE MENU ITEM ORDER ACCORDING TO THE HIERARCHY\n if (!empty($values['parent_id'])) {\n $menuItemOrder = Engine_Api::_()->getDbtable('modules', 'sitemenu')->getMenuItemColum(array('order'), $values['parent_id']);\n } elseif (!empty($values['root_id'])) {\n $menuItemOrder = Engine_Api::_()->getDbtable('modules', 'sitemenu')->getMenuItemColum(array('order'), $values['root_id']);\n }\n if (!empty($menuItemOrder)) {\n $menuItemOrder = ($menuItemOrder * 10) + 1;\n }\n }\n\n //UNSET ALL THE INDEX THAT ARE NOT TO BE SAVED IN DATABASE\n if (isset($values['label']))\n unset($values['label']);\n if (isset($values['select_sub_navigation']))\n unset($values['select_sub_navigation']);\n if (isset($values['is_sub_navigation']))\n unset($values['is_sub_navigation']);\n if (isset($values['message']))\n unset($values['message']);\n if (isset($values['noSubMenuMessage']))\n unset($values['noSubMenuMessage']);\n if (isset($values['is_submenu']))\n unset($values['is_submenu']);\n\n // REARRANGE THE MENU ARRAY IF A PARENT MENU ITEM IS MADE SUB MENU OF ANOTHER MENU ITEM \n $menuArray = Engine_Api::_()->sitemenu()->getMainMenuArray($mainMenu);\n if (!empty($menuItemData['root_id']) && empty($menuItemData['parent_id'])) {\n if (isset($menuArray[$menuItemData['root_id']][$menuItem->id]['info']))\n unset($menuArray[$menuItemData['root_id']][$menuItem->id]['info']);\n\n if (isset($menuArray[$menuItemData['root_id']][$menuItem->id])) {\n foreach ($menuArray[$menuItemData['root_id']][$menuItem->id] as $child) {\n $childItemSelect = $menuItemsTable->select()\n ->where('id = ?', $child['info']['menuObj']->id);\n $childItem = $menuItemsTable->fetchRow($childItemSelect);\n $childItemData = $childItem->toArray();\n if (!empty($values['root_id'])) {\n $childItemData['params']['root_id'] = $values['root_id'];\n } else {\n $childItemData['params']['root_id'] = $menuItem['id'];\n $childItemData['params']['parent_id'] = 0;\n }\n $childItem->params = $childItemData['params'];\n $childItem->save();\n }\n }\n } else {\n // REARRANGE THE MENU ARRAY IF A PARENT MENU ITEM IS MADE ROOT MENU\n if (empty($menuItemData['root_id']) && empty($menuItemData['parent_id']) && !empty($values['root_id'])) {\n if (isset($menuArray[$menuItem->id]['info']))\n unset($menuArray[$menuItem->id]['info']);\n if (isset($menuArray[$menuItem->id])) {\n foreach ($menuArray[$menuItem->id] as $child) {\n $childItemSelect = $menuItemsTable->select()\n ->where('id = ?', $child['info']['menuObj']->id);\n $childItem = $menuItemsTable->fetchRow($childItemSelect);\n $childItemData = $childItem->toArray();\n $childItemData['params']['root_id'] = $values['root_id'];\n $childItemData['params']['parent_id'] = $menuItem['id'];\n $childItem->params = $childItemData['params'];\n $childItem->save();\n }\n }\n }\n }\n\n if (empty($values['data_rel']) && isset($tempParamsFlag['data-rel'])) {\n // Remove the target\n $tempParams = array();\n foreach ($tempParamsFlag as $key => $item) {\n if ($key != 'data-rel') {\n $tempParams[$key] = $item;\n }\n }\n }\n $tempParamsFlag = !empty($tempParams) ? $tempParams : $tempParamsFlag;\n if (is_array($tempParamsFlag))\n $values = array_merge($tempParamsFlag, $values);\n $menuItem->params = $values;\n\n //IF USER TRIES TO MAKE MENU ITEM A SUB MENU OF DISABLED MENU ITEM\n if (!empty($values['parent_id'])) {\n $menuItemEnabled = Engine_Api::_()->getDbtable('modules', 'sitemenu')->getMenuItemColum(array('enabled'), $values['parent_id']);\n if ($menuItemEnabled != $values['enabled']) {\n if (empty($menuItemEnabled)) {\n $form->addError(\"Please uncheck the 'Enabled?' checkbox. Parent sub menu is disabled therefore this menu cannot be enabled.\");\n return;\n }\n }\n } elseif (!empty($values['root_id'])) {\n $menuItemEnabled = Engine_Api::_()->getDbtable('modules', 'sitemenu')->getMenuItemColum(array('enabled'), $values['root_id']);\n if ($menuItemEnabled != $values['enabled']) {\n if (empty($menuItemEnabled)) {\n $form->addError(\"Please uncheck the 'Enabled?' checkbox. Parent menu is disabled therefore this menu cannot be enabled.\");\n return;\n }\n }\n }\n $menuItem->enabled = $values['enabled'];\n Engine_Api::_()->sitemenu()->toggleSubMenuStatus($menuItem->id, $values['enabled']);\n\n include APPLICATION_PATH . '/application/modules/Sitemenu/controllers/license/license2.php';\n $db->commit();\n\n //REDIRECT PAGE TO MENU EDITOR\n $this->_forward('success', 'utility', 'core', array(\n 'smoothboxClose' => true,\n 'parentRedirect' => $this->view->url(array('module' => 'sitemenu', 'action' => 'editor', 'controller' => 'menu-settings'), 'admin_default', true),\n 'format' => 'smoothbox',\n 'messages' => \"Settings saved successfully.\"\n ));\n } catch (Exception $e) {\n $db->rollBack();\n }\n }\n }", "abstract public function addMenu();", "private function changeStateMenu(){\n\t\t$db = new DataBase();\n\t\t$db->prepareQuery('UPDATE menu SET stateMenu = 0 WHERE stateMenu = 1');\n\t\t$db->executeQuery();\n\n\t}", "private function addMenuItem()\n\t\t{\n\t\t\t$this->saveMenu();\n\t\t\t$id = (int)$_REQUEST['id'];\n\t\t\t$value = DB::selectValue(\"menu\", \"value\", \"WHERE id=$id\");\n\t\t\t$value .= \"\\n\";\n\t\t\tDB::update(\"menu\", array(\n\t\t\t\t\"value\"=>$value\n\t\t\t\t), \"WHERE id=$id\");\n\t\t}", "function updateMenuItem($menu_item) {\n return MenuItem::update($menu_item);\n}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Put tags and process response
public function processResponse(Zend_Controller_Response_Http $response, Zend_Controller_Request_Http $request) { if (!Mage::helper('smile_magecache')->isActive()) { return; } $tagsToPut = Mage::helper('smile_magecache')->getTagsToPut(); foreach ($tagsToPut as &$tag) { foreach ($this->getEngines() as $engine) { if ($engine->instance->isEnabled()) { $engine->instance->addRequestTag($this->_getCacheTagShortcut($tag)); } } } foreach ($this->getEngines() as $engine) { if ($engine->instance->isEnabled()) { $engine->instance->processResponse($response, $request); } } }
[ "public function testSetTags() {\n\n\t\t$pushwoosh = Pushwoosh::create()\n\t\t\t-> setApplication($this -> pushwooshTestProperties['application'])\n\t\t\t-> setAuth($this -> pushwooshTestProperties['auth']);\n\n\t\t$request = SetTagsRequest::create()\n\t\t\t-> setApplication($this -> pushwooshTestProperties['application'])\n\t\t\t-> setHwid('48df748567e3b130')\n\t\t\t-> setTags(array(\n\t\t\t 'tag0' => 'tag0_value',\n\t\t\t\t'tag1' => 'tag1_value'\n\t\t\t));\n\n\t\t$response = $pushwoosh -> setTags($request);\n\n\t}", "public function parse_tag_response( $response );", "public function addTags()\n {\n $this->tagsservice->addTags();\n }", "public function addTag(\\Psr\\Http\\Message\\ResponseInterface $response, $tag);", "function updatetags($tags,$ids,$user)\n{\n $i = 0;\n foreach ($ids as $id)\n {\n $data = '{ \"doc\" : { \"tag\" : '.json_encode($tags[$i]).' } }';\n $req = curl_init();\n\n curl_setopt_array($req, [\n CURLOPT_URL => \"http://localhost:9200/\".$user.\"/email/\".$id.\"/_update?refresh=true&pretty\",\n CURLOPT_CUSTOMREQUEST => \"POST\",\n CURLOPT_POSTFIELDS => $data,\n CURLOPT_HTTPHEADER => [ \"Content-Type: application/json\" ],\n CURLOPT_RETURNTRANSFER => true,\n ]);\n \n $response = json_decode(curl_exec($req));\n \n curl_close($req);\n \n $i++;\n }\n\n}", "public function addTag($id){\n\t\t$crl = curl_init();\n\t\tcurl_setopt($crl, CURLOPT_URL, $this->buildTagUrl($id) );\n\t\tcurl_setopt($crl, CURLOPT_CUSTOMREQUEST, \"PUT\"); \n\t\tcurl_setopt($crl, CURLOPT_RETURNTRANSFER, true);\n\t\tcurl_setopt($crl, CURLOPT_HTTPHEADER, array( \n\t\t\t\t'Authorization: Bearer '.$this->getToken(), \n\t\t\t 'Content-Type: application/json',\n\t\t\t 'Accept: application/vnd.vimeo.*+json;version=3.4'\n\t\t\t) \n\t\t);\n\t\tcurl_setopt($crl, CURLOPT_SSL_VERIFYPEER, true); \n\t\t$result = curl_exec($crl);\n\t}", "public function handleTagsAll()\n {\n $tags = $this->request->post['tags'];\n if (!$tags) {\n return;\n }\n\n $photos = isset($this->request->post['photos']) ? $this->request->post['photos'] : [];\n if (!$photos) {\n\t\t\t$photos = $this->photos;\n\t\t}\n /** @var Tag[] $tags */\n $tags = $this->TR->findByIds($tags);\n /** @var Photo[] $photos */\n $photos = $this->PR->findByIds($photos);\n foreach ($photos as $photo) {\n foreach ($tags as $tag) {\n if (!in_array($tag, $photo->tags, TRUE)) {\n $photo->addToTags($tag);\n }\n if ($tag->teamInfo) {\n $this->CM->cleanByEntity($tag->teamInfo->team);\n }\n }\n $this->PR->persist($photo);\n }\n $this->redrawControl('photos-list');\n }", "function add_tag($contactids_arr,$tags_arr){\n\t\n\t$data_arr=array(\n\t\"objectID\" => 0,\n\t \"ids\" => implode(\",\", $contactids_arr),\n\t 'add_list' => implode(\",\", $tags_arr),\n\t 'performAll' => true\n\t);\n\t//$data_json=json_encode($data_arr);\n\tCallAPI('PUT', 'https://api.ontraport.com/1/objects/tag', $data_arr);\n}", "protected function processPostTags()\n {\n $data = $this->getDataArray();\n if (isset($data['tags'])) {\n $this->processTags($data['tags']);\n }\n }", "public function doTags() {\n\t\t$cs = Yii::app()->clientScript;\n\t\tforeach($this->metaTags as $tag) {\n\t\t\tif ($tag !== null) {\n\t\t\t\t$cs->registerMetaTag($tag['content'], $tag['name'], $tag['httpEquiv'], isset($tag['options']) ? $tag['options'] : array());\n\t\t\t}\n\t\t}\n\t\tforeach($this->linkTags as $tag) {\n\t\t\tif ($tag !== null) {\n\t\t\t\t$cs->registerLinkTag($tag['relation'], $tag['type'], $tag['href'], null, isset($tag['options']) ? $tag['options'] : array());\n\t\t\t}\n\t\t}\n\t\tforeach($this->cssFiles as $tag) {\n\t\t\tif ($tag !== null) {\n\t\t\t\t$cs->registerCssFile($tag['file'], $tag['media']);\n\t\t\t}\n\t\t}\n\t}", "public function onKernelResponse(FilterResponseEvent $event)\n {\n $request = $event->getRequest();\n\n // Check for _tag request attribute that is set when using @Tag\n // annotation\n if (!$tagConfigurations = $request->attributes->get('_tag')) {\n return;\n }\n\n $response = $event->getResponse();\n\n // Only set cache tags or invalidate them if response is successful\n if (!$response->isSuccessful()) {\n return;\n }\n\n $tags = array();\n foreach ($tagConfigurations as $tagConfiguration) {\n if (null !== $tagConfiguration->getExpression()) {\n $tags[] = $this->expressionLanguage->evaluate(\n $tagConfiguration->getExpression(),\n $request->attributes->all()\n );\n } else {\n $tags = array_merge($tags, $tagConfiguration->getTags());\n }\n }\n\n $uniqueTags = array_unique($tags);\n\n if ($request->isMethodSafe()) {\n // For safe requests (GET and HEAD), set cache tags on response\n $this->cacheManager->tagResponse($response, $uniqueTags);\n } else {\n // For non-safe methods, invalidate the tags\n $this->cacheManager->invalidateTags($uniqueTags);\n }\n }", "function filter_post_json( $response, $post, $context ) {\n\t$tags = wp_get_post_tags( $post->ID );\n\t$response->data['tag_info'] = [];\n\n\tforeach ( $tags as $tag ) {\n\n\t\t$response->data['tag_info'][] = [\n\t\t\t'id' => $tag->term_id,\n\t\t\t'name' => $tag->name,\n\t\t\t'url' => get_tag_link( $tag ),\n\t\t];\n\t}\n\n\treturn $response;\n}", "protected function storeTags($results)\n {\n app(Client::class)->post('entries-tags', [\n RequestOptions::FORM_PARAMS => $results->flatMap(function ($tags, $uuid) {\n return collect($tags)->map(function ($tag) use ($uuid) {\n return [\n 'entry_uuid' => $uuid,\n 'tag' => $tag,\n ];\n });\n })->values()->all()\n ]);\n }", "public function parseResponseTags($response, $input)\n\t{\n\t\tforeach (self::TAGS as $class) {\n\t $class = \"\\\\Axiom\\\\Rivescript\\\\Cortex\\\\Parser\\\\Tags\\\\$class\";\n\t $tagClass = new $class();\n\n\t $response = $tagClass->parse($response, $input);\n\t };\n\n\t return $response;\n\t}", "function photos_setTags ($photo_id, $tags) {\n\t\t$response = $this->execute(array('method' => 'flickr.photos.setTags', 'photo_id' => $photo_id, 'tags' => $tags));\n\t\t$object = unserialize($response);\n\t\tif ($object['stat'] == 'ok') {\n\t\t\treturn TRUE;\n\t\t} else {\n\t\t\t$this->setError($object['message'], $object['code']);\n\t\t\treturn FALSE;\n\t\t}\n\t}", "public function testUpdateTag()\n {\n }", "public function multiTagsAction()\n {\n $dm = $this->get('doctrine.odm.mongodb.document_manager');\n $ids = $this->get(\"request\")->request->get(\"ids\");\n $tags = $this->getTagsFromRequest($this->get(\"request\"));\n $dm->getRepository(self::REPO)->addTagsForOperations($ids, $tags);\n\n return $this->render(\n \"Expences::tags.twig.html\",\n array(\"tags\" => $tags)\n );\n }", "static function save_tags_for_event($event_id, $tags, $conn = null) {\n $conn = $conn ?: Persistence::get_database_object();\n if (is_null($conn)) {\n return array(\"status\" => self::ERROR,\n \"error\" => \"Couldn't get connection object.\");\n }\n\n try {\n foreach ($tags as $title) {\n //Check if the tag title already exists\n $select_tag = \"SELECT id FROM tags WHERE title = :value LIMIT 1\";\n\n $stmt = $conn->prepare($select_tag);\n $stmt->execute(array('value' => $title));\n $row = $stmt->fetch(PDO::FETCH_ASSOC);\n\n //If it doesn't, create it.\n if (!$row) {\n $insert_tag = \"INSERT INTO tags (title) VALUES (:value)\";\n $stmt = $conn->prepare($insert_tag);\n $stmt->execute(array('value' => $title));\n\n //Re-select the row so we can get the ID\n $tag_id = $conn->lastInsertId();\n } else {\n $tag_id = $row['id'];\n }\n\n $select_assoc = \"SELECT tag_id, deleted FROM postmortem_referenced_tags\n WHERE tag_id = :value AND postmortem_id = :id LIMIT 1\";\n\n $stmt = $conn->prepare($select_assoc);\n $stmt->execute(array('value' => $tag_id, 'id' => $event_id));\n $row = $stmt->fetch(PDO::FETCH_ASSOC);\n\n if (!$row) {\n // No association yet, so create one\n $insert_assoc = \"INSERT INTO postmortem_referenced_tags (postmortem_id, tag_id)\n VALUES (:p_id, :t_id)\";\n $stmt = $conn->prepare($insert_assoc);\n $stmt->execute(array('p_id' => $event_id, 't_id' => $tag_id));\n } elseif( $row['deleted'] ) {\n // Row exists; undelete it\n $sql = \"UPDATE postmortem_referenced_tags SET deleted = 0\n WHERE postmortem_id = :p_id AND tag_id = :t_id\";\n $stmt = $conn->prepare($sql);\n $stmt->execute(array('p_id' => $event_id, 't_id' => $tag_id));\n }\n }\n } catch(PDOException $e) {\n return array(\"status\" => self::ERROR, \"error\" => $e->getMessage());\n }\n return array( \"status\" => self::OK );\n }", "public function testTagsIdPut()\n {\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Determine if the router has the given route registered.
public function has ( $route ) : bool;
[ "public function has(string $route): bool;", "public function hasRoute(): bool;", "public static function hasRoute(): bool\n {\n return self::$route != null;\n }", "protected function routeExists()\n {\n return $this->route !== null;\n }", "protected function isRoute($param) {\n\t\treturn array_key_exists($param,$this->routes);\n\t}", "public function routeExist()\n {\n return (bool) count($this->routes);\n }", "static public function route_exists(CmsRoute $route)\n {\n if( !is_array(self::$_routes) ) return FALSE;\n\n foreach( self::$_routes as $test )\n {\n\tif( $test == $route ) return TRUE;\n }\n return FALSE;\n }", "public function hasRoute()\n {\n return !empty($this->route);\n }", "public function hasRoute()\n {\n if (!empty($this->route) && !empty($this->view)) {\n return true;\n } else {\n return false;\n }\n }", "public function hasCurrentRoute();", "abstract public function hasRoutes();", "public function hasRoute()\n {\n return ($this->replacementRoute != null);\n }", "public function hasRouteName(): bool;", "public function hasNamedRoute($name);", "public function routeExists($key)\n {\n if (array_key_exists($key, $this->_routes)){\n return true;\n }\n return false;\n }", "public function hasRouteName($name)\r\n {\r\n return isset($this->routes[$name]) ? true : false;\r\n }", "public function isRouteAllowed($route);", "public function hasRouteName($name)\n {\n return isset($this->routes[$name]) ? true : false;\n }", "public function hasRoutes()\r\n {\r\n return count($this->routes) > 0;\r\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Extracts items info from quote
protected function extractItemsInfo() { $return = []; $quote = $this->getQuote(); foreach ($quote->getAllItems() as $quoteItem) { if ($this->shouldSendQuoteItemToKatapult($quoteItem)) { $item = $this->convertQuoteItemToKatapultItem($quoteItem); array_push($return, $item); } } return $return; }
[ "protected function info($quote)\n {\n if ($quote->getGiftMessageId() > 0) {\n $quote->setGiftMessage(\n Mage::getSingleton('giftmessage/message')->load($quote->getGiftMessageId())->getMessage()\n );\n }\n\n $result = $this->_getAttributes($quote, 'quote');\n $result['shipping_address'] = $this->_getAttributes($quote->getShippingAddress(), 'quote_address');\n $result['billing_address'] = $this->_getAttributes($quote->getBillingAddress(), 'quote_address');\n $result['items'] = array();\n\n foreach ($quote->getAllItems() as $item) {\n if ($item->getGiftMessageId() > 0) {\n $item->setGiftMessage(\n Mage::getSingleton('giftmessage/message')->load($item->getGiftMessageId())->getMessage()\n );\n }\n\n $result['items'][] = $this->_getAttributes($item, 'quote_item');\n }\n\n $result['payment'] = $this->_getAttributes($quote->getPayment(), 'quote_payment');\n if (isset($result['payment'], $result['payment']['additional_information'])\n && is_array($result['payment']['additional_information'])\n ) {\n $result['payment']['additional_information'] = serialize($result['payment']['additional_information']);\n }\n\n return $result;\n }", "public function getItems($quoteId);", "public function getPurchaseInfo() {\n $info = \"\";\n $productPrice = \"Item: \" . $this->getType() . \" Price: \" . $this->price . \"\\n\"; \n $info .= $productPrice;\n foreach($this->extraItems as $extraItem) {\n $extraPrice = \"- Extra item: \" . $extraItem->getType() . \" Price: \" . $extraItem->getPrice() . \"\\n\";\n $info .= $extraPrice;\n }\n return $info;\n }", "public function getQuoteInfo()\n {\n return $this->quote_info;\n }", "public function getItems()\n {\n $items = [];\n foreach ($this->_getGiftRegistryQuoteItems() as $quoteItemId => $item) {\n if ($item['is_address']) {\n $items[$quoteItemId] = $item;\n }\n }\n return $items;\n }", "public function getExtraInfo(){\r\n\t\t$order = $this->getOrder();\r\n $quoteId = $order->getQuoteId();\r\n\t $additinalInfo = $this->additionalFields->findByField($quoteId,'quote_id');\r\n $resultData = $additinalInfo->getData();\r\n\t\treturn $resultData;\r\n }", "protected function _getQuote()\n {\n return array(\n 'items' => $this->_getQuoteItems(), 'totalAmount' => $this->_quote->getGrandTotal(),\n );\n }", "public function extract_items( $items ) {\n\t\treturn $items;\n\t}", "public function getQuote();", "function getQuote(){\n return $this -> quotelist;\n }", "protected function getQuote()\n {\n return [\n 'items' => $this->getQuoteItems(),\n 'totalAmount' => $this->quote->getGrandTotal()\n ];\n }", "protected function _getQuote()\n\t{\n\t\treturn $this->getInfoInstance()->getQuote();\n\t}", "public static function get_my_quote_items() {\n global $USER;\n return static::get_records(['usermodified' => $USER->id], 'timecreated', 'DESC');\n }", "public function getItemDetails()\n {\n \treturn $this->items;\n }", "public function getQuote() {\n list($name, $this->date, $this->low, $this->high, $this->open, $this->close, $this->volume) = csv_explode(',', file_get_contents('http://finance.yahoo.com/d/quotes.csv?s='.$this->symbol.'&f=nd1ghopv'));\n if(!isset($this->name)) $this->name = str_replace('\"', '', $name);\n }", "function extract_data($item) {\n\t\t$tmp = $item->item(0);\n\t\t$tmp = $tmp->firstChild->textContent;\n\t\treturn $tmp;\n\t}", "public function getInvoiceQuote();", "public function getCheckoutQuoteObject($quote)\n {\n $shippingAddress = $quote->getShippingAddress();\n $shipping = null;\n if ($shippingAddress) {\n $shipping = array(\n 'name' => array('full' => $shippingAddress->getName()),\n 'phone_number' => $shippingAddress->getTelephone(),\n 'phone_number_alternative' => $shippingAddress->getAltTelephone(),\n 'address' => array(\n 'line1' => $shippingAddress->getStreet(1),\n 'line2' => $shippingAddress->getStreet(2),\n 'city' => $shippingAddress->getCity(),\n 'state' => $shippingAddress->getRegion(),\n 'country' => $shippingAddress->getCountryModel()->getIso2Code(),\n 'zipcode' => $shippingAddress->getPostcode(),\n ));\n }\n\n $billingAddress = $quote->getBillingAddress();\n $billing = array(\n 'name' => array('full' => $billingAddress->getName()),\n 'email' => $quote->getCustomerEmail(),\n 'phone_number' => $billingAddress->getTelephone(),\n 'phone_number_alternative' => $billingAddress->getAltTelephone(),\n 'address' => array(\n 'line1' => $billingAddress->getStreet(1),\n 'line2' => $billingAddress->getStreet(2),\n 'city' => $billingAddress->getCity(),\n 'state' => $billingAddress->getRegion(),\n 'country' => $billingAddress->getCountryModel()->getIso2Code(),\n 'zipcode' => $billingAddress->getPostcode(),\n ));\n\n $items = array();\n $productIds = array();\n $productItemsMFP = array();\n $categoryItemsIds = array();\n foreach ($quote->getAllVisibleItems() as $orderItem) {\n $productIds[] = $orderItem->getProductId();\n }\n $products = Mage::getModel('catalog/product')->getCollection()\n ->addAttributeToSelect(\n array('affirm_product_mfp', 'affirm_product_mfp_type', 'affirm_product_mfp_priority')\n )\n ->addAttributeToFilter('entity_id', array('in' => $productIds));\n $productItems = $products->getItems();\n foreach ($quote->getAllVisibleItems() as $orderItem) {\n $product = $productItems[$orderItem->getProductId()];\n if (Mage::helper('affirm')->isPreOrder() && $orderItem->getParentItem() &&\n ($orderItem->getParentItem()->getProductType() == Mage_Catalog_Model_Product_Type::TYPE_CONFIGURABLE)\n ) {\n continue;\n }\n $items[] = array(\n 'sku' => $orderItem->getSku(),\n 'display_name' => $orderItem->getName(),\n 'item_url' => $product->getProductUrl(),\n 'item_image_url' => Mage::getModel('catalog/product')->load($orderItem->getProductId())->getImageUrl(),\n 'qty' => intval($orderItem->getQty()),\n 'unit_price' => Mage::helper('affirm/util')->formatCents($orderItem->getPrice())\n );\n\n $start_date = $product->getAffirmProductMfpStartDate();\n $end_date = $product->getAffirmProductMfpEndDate();\n if(empty($start_date) || empty($end_date)) {\n $mfpValue = $product->getAffirmProductMfp();\n } else {\n if(Mage::app()->getLocale()->isStoreDateInInterval(null, $start_date, $end_date)) {\n $mfpValue = $product->getAffirmProductMfp();\n } else {\n $mfpValue = \"\";\n }\n }\n\n $productItemsMFP[] = array(\n 'value' => $mfpValue,\n 'type' => $product->getAffirmProductMfpType(),\n 'priority' => $product->getAffirmProductMfpPriority() ?\n $product->getAffirmProductMfpPriority() : 0\n );\n\n $categoryIds = $product->getCategoryIds();\n if (!empty($categoryIds)) {\n $categoryItemsIds = array_merge($categoryItemsIds, $categoryIds);\n }\n }\n\n $checkout = array(\n 'checkout_id' => $quote->getId(),\n 'currency' => $quote->getQuoteCurrencyCode(),\n 'shipping_amount' => Mage::helper('affirm/util')->formatCents($quote->getShippingAddress()->getShippingAmount()),\n 'shipping_type' => $quote->getShippingAddress()->getShippingMethod(),\n 'tax_amount' => Mage::helper('affirm/util')->formatCents($quote->getShippingAddress()->getTaxAmount()),\n 'merchant' => array(\n 'public_api_key' => Mage::helper('affirm')->getApiKey(),\n 'user_confirmation_url' => Mage::getUrl('affirm/payment/confirm', array('_secure' => true)),\n 'user_cancel_url' => Mage::helper('checkout/url')->getCheckoutUrl(),\n 'user_confirmation_url_action' => 'POST',\n 'charge_declined_url' => Mage::helper('checkout/url')->getCheckoutUrl()\n ),\n 'config' => array('required_billing_fields' => 'name,address,email'),\n 'items' => $items,\n 'billing' => $billing\n );\n // By convention, Affirm expects positive value for discount amount. Magento provides negative.\n $discountAmtAffirm = (-1) * $quote->getDiscountAmount();\n if ($discountAmtAffirm > 0.001) {\n $discountCode = $this->_getDiscountCode($quote);\n $checkout['discounts'] = array(\n $discountCode => array(\n 'discount_amount' => Mage::helper('affirm/util')->formatCents($discountAmtAffirm)\n )\n );\n }\n\n if ($shipping) {\n $checkout['shipping'] = $shipping;\n }\n $checkout['total'] = Mage::helper('affirm/util')->formatCents($quote->getGrandTotal());\n if (method_exists('Mage', 'getEdition')){\n $platform_edition = Mage::getEdition();\n }\n $platform_version = Mage::getVersion();\n $platform_version_edition = isset($platform_edition) ? $platform_version.' '.$platform_edition : $platform_version;\n $checkout['metadata'] = array(\n 'shipping_type' => $quote->getShippingAddress()->getShippingDescription(),\n 'platform_type' => 'Magento',\n 'platform_version' => $platform_version_edition,\n 'platform_affirm' => Mage::helper('affirm')->getExtensionVersion(),\n 'mode' => 'modal'\n );\n $affirmMFPValue = Mage::helper('affirm/mfp')->getAffirmMFPValue($productItemsMFP, $categoryItemsIds, $quote->getBaseGrandTotal());\n if ($affirmMFPValue) {\n $checkout['financing_program'] = $affirmMFPValue;\n }\n\n $checkoutObject = new Varien_Object($checkout);\n Mage::dispatchEvent('affirm_get_checkout_object_after', array('checkout_object' => $checkoutObject));\n $checkout = $checkoutObject->getData();\n return $checkout;\n }", "public function get_quotes(){\n return $this->get_info('player_quotes');\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Scope queries to models that are public.
public function scopePublic(Builder $query);
[ "public function scopePublic(Builder $query)\n {\n return $query->where('public', 1)->get();\n }", "public function findAllPublic(){\n $qb = $this->getMainPublicQb();\n return $qb->getQuery()->getResult();\n }", "public function scopeVisible($query) {\n $query->where('visible', 1);\n }", "public function isPublicScope()\n {\n return $this->attributes['scope'] == self::PUBLIC_SCOPE;\n }", "public function scopeExternal($query)\n {\n return $query->where('internal', 0);\n }", "public function getPublicModelsQuery(Doctrine_Query $query = null)\n {\n $public_models = sfConfig::get('app_rt_search_public_models', array('rtShopProduct','rtShopCategory','rtBlogPage', 'rtSitePage', 'rtWikiPage'));\n return $this->getModelTypeRestrictionQuery($public_models , $query);\n }", "public function scopePublisher($query)\n {\n \treturn $query->where('is_publisher', true);\n }", "public function scopeVisible($query)\n {\n return $query->where('visible', '=', '1');\n }", "public function scopeNotPrivate($query)\r\n {\r\n return $query->where('is_private', 0);\r\n }", "public function index() {\n \n $this->params['page'] = empty($this->params['page']) ? 1 : $this->params['page'];\n \n $this->params['conditions'] = array('is_public' => true);\n \n $collection = $this->model->paginate($this->params);\n \n $this->set('objects', $collection['objects']);\n $this->set_pagination($collection);\n \n }", "public function scopeVisible($query)\n {\n return $query->where('published_at', '<=', now());\n }", "public function scopeAllowed($query)\n {\n // superadmin user\n if(Auth::check()){\n if(Auth::user()->hasRole('superadmin')){\n // no filter = all maps\n return $query;\n }\n }\n\n // Other users\n $allowed = $query\n // public maps\n ->where(function($query){\n $query->where('visibility', '=', 'public')->where('active', '=', true);\n });\n\n if(Auth::check()){\n $allowed = $allowed\n // shared maps\n ->orWhere(function($query){\n $query->where('visibility', '=', 'shared')->where('active', '=', true);\n })\n // user maps (private)\n ->orWhere(function($query){\n $query->where('user_id', '=', Auth::user()->id);\n });\n }\n\n return $allowed;\n\n }", "public function isPubliclyQueryable()\r\n {\r\n return $this->config->get('publicly_queryable') ?: $this->config->get('public');\r\n }", "public function checkAuthScope()\n {\n if (auth()->check() && auth()->user()->is_admin) {\n $this->model = $this->model->withoutGlobalScope(StatusScope::class);\n }\n\n return $this->model;\n }", "public function scopeOwner($query)\n {\n return $query->where('type', 'OWNER');\n }", "public static function find_all_public() {\n $sql = \"SELECT * FROM codes WHERE privacy = 1 ORDER BY id DESC\";\n return self::find_by_sql($sql);\n }", "public function scopeLegalPerson($query) {\n\t\treturn $query->where('type', 0);\n\t}", "public static function applyScopes()\n {\n return \\Illuminate\\Database\\Eloquent\\Builder::applyScopes();\n }", "public function scopeLegalPerson( $query ) {\n\t\treturn $query->where( 'type', 0 );\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
version of sprintf for cases where named arguments are desired (php syntax) with sprintf: sprintf('second: %2$s ; first: %1$s', '1st', '2nd'); with sprintfn: sprintfn('second: %second$s ; first: %first$s', array( 'first' => '1st', 'second'=> '2nd' ));
public static function sprintfn($format, $args = array()) { $args = (array)$args; // map of argument names to their corresponding sprintf numeric argument value $arg_nums = array_slice(array_flip(array_keys(array(0 => 0) + $args)), 1); // find the next named argument. each search starts at the end of the previous replacement. for ($pos = 0; preg_match('/(?<=%)([a-zA-Z_]\w*)(?=\$)/', $format, $match, PREG_OFFSET_CAPTURE, $pos);) { $arg_pos = $match[0][1]; $arg_len = strlen($match[0][0]); $arg_key = $match[1][0]; // programmer did not supply a value for the named argument found in the format string if (! array_key_exists($arg_key, $arg_nums)) { user_error("sprintfn(): Missing argument '${arg_key}'", E_USER_WARNING); return false; } // replace the named argument with the corresponding numeric one $format = substr_replace($format, $replace = $arg_nums[$arg_key], $arg_pos, $arg_len); $pos = $arg_pos + strlen($replace); // skip to end of replacement for next iteration } if (!$args) { $args = array(''); } return vsprintf($format, array_values($args)); }
[ "function dsprintf() {\n $data = func_get_args(); // get all the arguments\n $string = array_shift($data); // the string is the first one\n if (is_array(func_get_arg(1))) { // if the second one is an array, use that\n $data = func_get_arg(1);\n }\n $used_keys = array();\n // get the matches, and feed them to our function\n $string = preg_replace('/\\%\\((.*?)\\)(.)/e',\n 'dsprintfMatch(\\'$1\\',\\'$2\\',\\$data,$used_keys)',$string);\n $data = array_diff_key($data,$used_keys); // diff the data with the used_keys\n return vsprintf($string,$data); // yeah!\n}", "function format(): string\n\t{\n\t\t$args = func_get_args();\n\n\t\tif (is_array($args[0]))\n\t\t\t$args = $args[0];\n\n\t\treturn vsprintf($args[0], array_slice($args, 1));\n\t}", "function my_sprintf($format, $arg1) {\r\n\t$args = func_get_args();\r\n\t$args = array_slice($args, 0, 1, true) + \r\n\t\t\tarray_map(\"mysql_real_escape_string\", array_slice($args, 1, count($args) - 1, true));\r\n return call_user_func_array('sprintf', $args);\r\n}", "function sprintf($string)\r\n\t\t{\r\n\t\t\t$lang =& JLanguageHelper::getLanguage();\r\n\t\t\t$args = func_get_args();\r\n\t\t\tif (count($args) > 0) {\r\n\t\t\t\t$args[0] = $lang->_($args[0]);\r\n\t\t\t\treturn call_user_func_array('sprintf', $args);\r\n\t\t\t}\r\n\t\t\treturn '';\r\n\t\t}", "function irc_sprintf($format)\n\t{\n\t\t$args = func_get_args(); // Get array of all function arguments for vsprintf\n\t\tarray_shift($args); // Pop the format argument from the top\n\t\t\n\t\treturn irc_vsprintf($format, $args);\n\t}", "function sprintf($string) \n {\n $lang =& VWP::getLanguage();\n $args = func_get_args();\n if (count($args) > 0) {\n $args[0] = $lang->_($args[0]);\n return call_user_func_array('sprintf', $args);\n }\n return '';\n }", "function sprintf2($str='', $vars=array(), $char='%s')\n{\n if (!$str) return '';\n if (count($vars) > 0)\n {\n foreach ($vars as $v)\n {\n $str = str_replace($char, $v, $str);\n }\n }\n\n return $str;\n\n}", "function xsprintf()\n{\n $args = func_get_args();\n $format = array_shift($args);\n\n $quote = defined('PHP_WINDOWS_VERSION_MAJOR') ? '\"' : '\\'';\n\n $format = str_replace('%xs', $quote . '%s' . $quote, $format);\n\n return vsprintf($format, $args);\n}", "function ldap_sprintf($pattern /* , ... */) {\n $args = func_get_args();\n return xsprintf('xsprintf_ldap', null, $args);\n}", "public static function nsprintf($format, array $args = [])\n {\n // Filter unnamed %s strings that should not be processed\n $filterRegex = '/%s/';\n $format = preg_replace($filterRegex, '#[:~s]#', $format);\n\n // The pattern to match variables\n $pattern = '/(?<=%)([a-zA-Z0-9_]\\w*)(?=\\$)/';\n\n // Add predefined values\n $pool = ['cr' => \"\\r\", 'lf' => \"\\n\", 'crlf' => \"\\r\\n\", 'tab' => \"\\t\"] + $args;\n\n // Build args array and substitute variables with numbers\n $args = [];\n $pos = 0;\n $match = null;\n while (static::match($format, $pattern, $match, PREG_OFFSET_CAPTURE, $pos)) {\n list($varKey, $varPos) = $match[0];\n\n if (!array_key_exists($varKey, $pool)) {\n throw new \\BadFunctionCallException(\"Missing argument '${varKey}'.\", E_USER_WARNING);\n }\n\n array_push($args, $pool[$varKey]);\n $format = substr_replace($format, count($args), $varPos, $wordLength = static::length($varKey));\n $pos = $varPos + $wordLength; // skip to end of replacement for next iteration\n }\n\n // Return the original %s strings\n $filterRegex = '/#\\[:~s\\]#/';\n\n return preg_replace($filterRegex, '%s', vsprintf($format, $args));\n }", "function _s() {\n $args = func_get_args();\n $args[0] = dgettext('spof', $args[0]);\n return call_user_func_array('sprintf', $args);\n}", "function _f($string, $args = array(), $domain = \"chyrp\") {\n $args = (array) $args;\n array_unshift($args, __($string, $domain));\n return call_user_func_array(\"sprintf\", $args);\n }", "public static function sprintf($string)\n\t{\n\t\t$args = func_get_args();\n\n\t\tif (class_exists('Joomla\\\\CMS\\\\Language\\\\Text'))\n\t\t{\n\t\t\treturn call_user_func_array(array('Joomla\\\\CMS\\\\Language\\\\Text', 'sprintf'), $args);\n\t\t}\n\n\t\treturn call_user_func_array(array('JText', 'sprintf'), $args);\n\t}", "function sprintf_array($format, $arr)\n{\n return call_user_func_array('sprintf', array_merge((array)$format, $arr));\n}", "function vnsprintf( $format, array $data)\n{\n preg_match_all( '/ (?<!%) % ( (?: [[:alpha:]_-][[:alnum:]_-]* | ([-+])? [0-9]+ (?(2) (?:\\.[0-9]+)? | \\.[0-9]+ ) ) ) \\$ [-+]? \\'? .? -? [0-9]* (\\.[0-9]+)? \\w/x', $format, $match, PREG_SET_ORDER | PREG_OFFSET_CAPTURE);\n $offset = 0;\n $keys = array_keys($data);\n foreach ( $match as &$value )\n {\n if ( ( $key = array_search( $value[1][0], $keys) ) !== FALSE || ( is_numeric( $value[1][0]) && ( $key = array_search( (int)$value[1][0], $keys) ) !== FALSE ) ) {\n $len = strlen( $value[1][0]);\n $format = substr_replace( $format, 1 + $key, $offset + $value[1][1], $len);\n $offset -= $len - strlen( $key);\n }\n }\n return vsprintf( $format, $data);\n}", "public static function format($message, $args) {\n\t\t# Format message\n\t\t# Only neccessary if additional arguments were passed.\n\t\t# To allow NULL-arguments also, the usage of sizeof()\n\t\t# over iset() is favored:\n\t\t$formated_message = (sizeof($args))\n\t\t\t? vsprintf($message, $args)\n\t\t\t: $message;\n\n\t\treturn $formated_message;\n\t}", "function hsprintf($html/* , ... */) {\n $args = func_get_args();\n array_shift($args);\n return new PhutilSafeHTML(\n vsprintf($html, array_map('phutil_escape_html', $args)));\n}", "function printf($formatString)\n{\n\t$args=func_get_args();\n\t$flag=0;\n\tforeach ($args as &$arg)\n\t{\n\t\tif (!$flag++) continue; //skip first arg, format str\n\t\t$arg=xss_safe($arg);\n\t}\n\tcall_user_func_array(\"\\\\printf\", $args);\n}", "function wp_sprintf($pattern)\n{\n}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
test inserting a valid Profile and verify that the actual mySQL data matches
public function testInsertValidProfile(): void { // count the number of rows and save it for later $numRows = $this->getConnection()->getRowCount("profile"); // create a new Profile and insert to into mySQL $profile = new Profile(null, $this->district->getDistrictId(), $this->VALID_PROFILE_ACTIVATION_TOKEN, $this->VALID_PROFILE_ADDRESS1, $this->VALID_PROFILE_ADDRESS2, $this->VALID_PROFILE_CITY, null, $this->VALID_PROFILE_EMAIL, $this->VALID_PROFILE_FIRST_NAME, $this->VALID_PROFILE_HASH, $this->VALID_PROFILE_LAST_NAME, $this->VALID_PROFILE_RECOVERY_TOKEN, $this->VALID_PROFILE_REPRESENTATIVE, $this->VALID_PROFILE_SALT, $this->VALID_PROFILE_STATE, $this->VALID_PROFILE_USER_NAME, $this->VALID_PROFILE_ZIP); $profile->insert($this->getPDO()); // grab the data from mySQL and enforce the fields match our expectations $pdoProfile = Profile::getProfileByProfileId($this->getPDO(), $profile->getProfileId()); $this->assertEquals($numRows + 1, $this->getConnection()->getRowCount("profile")); $this->assertEquals($pdoProfile->getProfileDistrictId(), $this->district->getDistrictId()); $this->assertEquals($pdoProfile->getProfileActivationToken(), $this->VALID_PROFILE_ACTIVATION_TOKEN); $this->assertEquals($pdoProfile->getProfileAddress1(), $this->VALID_PROFILE_ADDRESS1); $this->assertEquals($pdoProfile->getProfileAddress2(), $this->VALID_PROFILE_ADDRESS2); $this->assertEquals($pdoProfile->getProfileCity(), $this->VALID_PROFILE_CITY); $this->assertEquals($pdoProfile->getProfileDateTime(), $profile->getProfileDateTime()); $this->assertEquals($pdoProfile->getProfileEmail(), $this->VALID_PROFILE_EMAIL); $this->assertEquals($pdoProfile->getProfileFirstName(), $this->VALID_PROFILE_FIRST_NAME); $this->assertEquals($pdoProfile->getProfileHash(), $this->VALID_PROFILE_HASH); $this->assertEquals($pdoProfile->getProfileLastName(), $this->VALID_PROFILE_LAST_NAME); $this->assertEquals($pdoProfile->getProfileRepresentative(), $this->VALID_PROFILE_REPRESENTATIVE); $this->assertEquals($pdoProfile->getProfileRecoveryToken(), $this->VALID_PROFILE_RECOVERY_TOKEN); $this->assertEquals($pdoProfile->getProfileSalt(), $this->VALID_PROFILE_SALT); $this->assertEquals($pdoProfile->getProfileState(), $this->VALID_PROFILE_STATE); $this->assertEquals($pdoProfile->getProfileUserName(), $this->VALID_PROFILE_USER_NAME); $this->assertEquals($pdoProfile->getProfileZip(), $this->VALID_PROFILE_ZIP); }
[ "public function testInsertValidProfile() {\n\t\t// count the number of rows and save it for later\n\t\t$numRows = $this->getConnection()->getRowCount(\"profile\");\n\n\t\t// create a new Profile and insert to into mySQL\n\t\t$profile = new Profile(null, $this->oAuth->getOAuthId(), $this->profileType->getProfileTypeId(), $this->VALID_PROFILEBIO, $this->VALID_CLOUDINARYID, $this->VALID_PROFILELOCATION, $this->VALID_OAUTHTOKEN, $this->VALID_SOUNDCLOUDUSER, $this->VALID_USERNAME);\n\t\t$profile->insert($this->getPDO());\n\n\t\t// grab the data from mySQL and enforce the fields match our expectations\n\t\t$pdoProfile = Profile::getProfileByProfileId($this->getPDO(), $profile->getProfileId());\n\t\t$this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profile\"));\n\t\t$this->assertEquals($pdoProfile->getProfileOAuthId(), $this->oAuth->getOAuthId());\n\t\t$this->assertEquals($pdoProfile->getProfileTypeId(), $this->profileType->getProfileTypeId());\n\t\t$this->assertEquals($pdoProfile->getProfileBio(), $this->VALID_PROFILEBIO);\n\t\t$this->assertEquals($pdoProfile->getProfileImageCloudinaryId(), $this->VALID_CLOUDINARYID);\n\t\t$this->assertEquals($pdoProfile->getProfileLocation(), $this->VALID_PROFILELOCATION);\n\t\t$this->assertEquals($pdoProfile->getProfileOAuthToken(), $this->VALID_OAUTHTOKEN);\n\t\t$this->assertEquals($pdoProfile->getProfileSoundCloudUser(), $this->VALID_SOUNDCLOUDUSER);\n\t\t$this->assertEquals($pdoProfile->getProfileUserName(), $this->VALID_USERNAME);\n\t}", "public function testInsertValidProfile() : void {\n\n\t\t// Count the number of rows and save it for later.\n\t\t$numRows = $this->getConnection()->getRowCount(\"profile\");\n\n\t\t// Create a new Profile and insert into mySQL.\n\t\t$profile = new Profile(\n\t\t\tnull,\n\t\t\t\t$this->VALID_ACTIVATION,\n\t\t\t\t$this->VALID_ATHANDLE,\n\t\t\t\t$this->VALID_CLOUDINARYID,\n\t\t\t\t$this->VALID_EMAIL,\n\t\t\t\t$this->VALID_HASH,\n\t\t\t\t$this->VALID_SALT,\n\t\t\t\t$this->VALID_LOCATIONX,\n\t\t\t\t$this->VALID_LOCATIONY);\n\n\n\t\t$profile->insert($this->getPDO());\n\n\t\t// Grab the data from mySQL and be sure the fields match our expectations.\n\t\t$pdoProfile = Profile::getProfileByProfileId($this->getPDO(), $profile->getProfileId());\n\t\t$this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profile\"));\n\t\t$this->assertEquals($pdoProfile->getProfileActivationToken(), $this->VALID_ACTIVATION);\n\t\t$this->assertEquals($pdoProfile->getProfileAtHandle(), $this->VALID_ATHANDLE);\n\t\t$this->assertEquals($pdoProfile->getProfileCloudinaryId(), $this->VALID_CLOUDINARYID);\n\t\t$this->assertEquals($pdoProfile->getProfileEmail(), $this->VALID_EMAIL);\n\t\t$this->assertEquals($pdoProfile->getProfileHash(), $this->VALID_HASH);\n\t\t$this->assertEquals($pdoProfile->getProfileSalt(), $this->VALID_SALT);\n\t\t$this->assertEquals($pdoProfile->getProfileLocationX(), $this->VALID_LOCATIONX);\n\t\t$this->assertEquals($pdoProfile->getProfileLocationY(), $this->VALID_LOCATIONY);\n\t}", "public function testInsertValidProfile() : void {\n //count the number of rows and save the result for later\n $numRows = $this->getConnection()->getRowCount(\"profile\");\n $profileId = generateUuidV4();\n $profile = new Profile($profileId, $this->VALID_ACTIVATION, $this->VALID_ATHANDLE, $this->VALID_EMAIL, $this->VALID_HASH, $this->VALID_PROFILE_IMAGE_URL);\n $profile->insert($this->getPDO());\n //grab the data from MySQL and enforce the fields match our expectations\n $pdoProfile = Profile::getProfileByProfileId($this->getPDO(), $profile->getProfileId());\n $this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profile\"));\n $this->assertEquals($pdoProfile->getProfileId(), $profileId);\n $this->assertEquals($pdoProfile->getProfileActivationToken(), $this->VALID_ACTIVATION);\n $this->assertEquals($pdoProfile->getProfileAtHandle(), $this->VALID_ATHANDLE );\n $this->assertEquals($pdoProfile->getProfileEmail(), $this->VALID_EMAIL);\n $this->assertEquals($pdoProfile->getProfileHash(), $this->VALID_HASH);\n $this->assertEquals($pdoProfile->getProfileImageUrl(), $this->VALID_PROFILE_IMAGE_URL);\n }", "public function testInsertValidProfile(): void {\n\t\t// count the number of rows and save it for later\n\t\t$numRows = $this->getConnection()->getRowCount(\"profile\");\n\n\t\t// create a new Profile and insert it into MySQL\n\t\t$profile = new Profile(null, $this->VALID_NAME, $this->VALID_EMAIL, $this->VALID_TYPE_S, $this->VALID_GITHUBTOKEN,\n\t\t\t$this->VALID_BIO, $this->VALID_RATE, $this->VALID_IMAGE, $this->VALID_DATETIME, $this->VALID_ACTIVATION,\n\t\t\t$this->VALID_HASH, $this->VALID_SALT);\n\n\t\t// var_dump($profile);\n\n\t\t$profile->insert($this->getPDO());\n\n\t\t// grab the data from MySQL and enforce the fields match out expectations\n\t\t$pdoProfile = Profile::getProfileByProfileId($this->getPDO(), $profile->getProfileId());\n\t\t$this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profile\"));\n\t\t$this->assertEquals($pdoProfile->getProfileName(), $this->VALID_NAME);\n\t\t$this->assertEquals($pdoProfile->getProfileEmail(), $this->VALID_EMAIL);\n\t\t$this->assertEquals($pdoProfile->getProfileType(), $this->VALID_TYPE_S);\n\t\t$this->assertEquals($pdoProfile->getProfileGithubToken(), $this->VALID_GITHUBTOKEN);\n\t\t$this->assertEquals($pdoProfile->getProfileBio(), $this->VALID_BIO);\n\t\t$this->assertEquals($pdoProfile->getProfileRate(), $this->VALID_RATE);\n\t\t$this->assertEquals($pdoProfile->getProfileImage(), $this->VALID_IMAGE);\n\t\t$this->assertEquals($pdoProfile->getProfileLastEditDateTime(), $this->VALID_DATETIME);\n\t\t$this->assertEquals($pdoProfile->getProfileActivationToken(), $this->VALID_ACTIVATION);\n\t\t$this->assertEquals($pdoProfile->getProfileHash(), $this->VALID_HASH);\n\t\t$this->assertEquals($pdoProfile->getProfileSalt(), $this->VALID_SALT);\n\t}", "public function testInsertValidProfile() : void {\n //count number of rows and save for later\n $numRows = $this->getConnection()->getRowCount(\"profile\");\n\n $profileId = generateUuidV4();\n\n $profile = new Profile($profileId, $this->VALID_ACTIVATION, $this->VALID_EMAIL, $this->VALID_HASH, $this->VALID_SALT, $this->VALID_USERNAME);\n $profile->insert($this->getPDO());\n\n // grab the data from mySQL and enforce the fields match our expectations\n $pdoProfile = Profile::getProfileByProfileId($this->getPDO(), $profile->getProfileId());\n $this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profile\"));\n $this->assertEquals($pdoProfile->getProfileId(), $profileId);\n $this->assertEquals($pdoProfile->getProfileActivationToken(), $this->VALID_ACTIVATION);\n $this->assertEquals($pdoProfile->getProfileEmail(), $this->VALID_EMAIL);\n $this->assertEquals($pdoProfile->getProfileHash(), $this->VALID_HASH);\n $this->assertEquals($pdoProfile->getProfileSalt(), $this->VALID_SALT);\n $this->assertEquals($pdoProfile->getProfileUserName(), $this->VALID_USERNAME);\n }", "public function testInsertValidProfile(): void {\n\t\t// count the number of rows and save it for later\n\t\t$numRows = $this->getConnection()->getRowCount(\"profile\");\n\t\t$profileId = generateUuidV4();\n\t\t$profile = new Profile($profileId, $this->VALID_ACTIVATION, $this->VALID_EMAIL, $this->VALID_HASH, $this->VALID_ISOWNER, $this->VALID_FIRSTNAME, $this->VALID_LASTNAME, $this->VALID_USERNAME);\n\t\t$profile->insert($this->getPDO());\n\t\t// grab the data from mySQL and enforce the fields match our expectations\n\t\t$pdoProfile = Profile::getProfileByProfileId($this->getPDO(),$profile->getProfileId());\n\t\t$this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profile\"));\n\t\t$this->assertEquals($pdoProfile->getProfileId(), $profileId);\n\t\t$this->assertEquals($pdoProfile->getProfileActivationToken(), $this->VALID_ACTIVATION);\n\t\t$this->assertEquals($pdoProfile->getProfileEmail(), $this->VALID_EMAIL);\n\t\t$this->assertEquals($pdoProfile->getProfileHash(), $this->VALID_HASH);\n\t\t$this->assertEquals($pdoProfile->getProfileIsOwner(), $this->VALID_ISOWNER);\n\t\t$this->assertEquals($pdoProfile->getProfileFirstName(), $this->VALID_FIRSTNAME);\n\t\t$this->assertEquals($pdoProfile->getProfileLastName(), $this->VALID_LASTNAME);\n\t\t$this->assertEquals($pdoProfile->getProfileUserName(), $this->VALID_USERNAME);\n\t}", "public function testInsertNewProfile() {\n\t\t// first, verify mySQL connected OK\n\t\t$this->assertNotNull($this->mysqli);\n\t\ttry {\n\t\t\t// second, create a profile to post to mySQL\n\t\t\t$this->profile = new Profile(null, $this->user->getUserId(), $this->USERFIRSTNAME, $this->USERMIDDLENAME,\n\t\t\t\t$this->USERLASTNAME, $this->DATEOFBIRTH, $this->CUSTTOKEN, $this->user);\n\t\t\t// third, insert the profile to mySQL\n\t\t\t$this->profile->insert($this->mysqli);\n\n\t\t} catch (Exception $exception){\n\t\t\t$exception->getMessage();\n\t\t}\n\t\t\t\t// compare the fields\n\t\t$this->assertNotNull($this->profile->__get(\"profileId\"));\n\t\t$this->assertTrue($this->profile->__get(\"profileId\") > 0);\n\t\t$this->assertNotNull($this->profile->__get(\"userId\"));\n\t\t$this->assertTrue($this->profile->__get(\"userId\") > 0);\n\t\t$this->assertIdentical($this->profile->__get(\"userFirstName\"), $this->USERFIRSTNAME);\n\t\t$this->assertIdentical($this->profile->__get(\"userMiddleName\"), $this->USERMIDDLENAME);\n\t\t$this->assertIdentical($this->profile->__get(\"userLastName\"), $this->USERLASTNAME);\n\t\t$this->assertIdentical($this->profile->__get(\"dateOfBirth\"), $this->DATEOFBIRTH);\n\t\t$this->assertIdentical($this->profile->__get(\"customerToken\"), $this->CUSTTOKEN);\n\t\t//-----------------------------------------------------------------------------------------------------------\n\t\t// compare the profile object data against the data in the database\n\t\t//pull the data from the update to compare against it\n\t\t$row = $this->selectRow();\n\t\t$dateString = $row['dateOfBirth'];\n\t\t$dateObj = DateTime::createFromFormat(\"Y-m-d H:i:s\", $dateString);\n\t\t// finally, compare the fields against the row data pulled from the database\n\t\t$this->assertIdentical($this->profile->__get('profileId'),\t\t\t\t\t\t $row['profileId']);\n\t\t$this->assertIdentical($this->profile->__get('userId'),\t\t\t\t\t\t\t $row['userId']);\n\t\t$this->assertIdentical($this->profile->__get(\"userFirstName\"), $row['userFirstName']);\n\t\t$this->assertIdentical($this->profile->__get(\"userMiddleName\"), $row['userMiddleName']);\n\t\t$this->assertIdentical($this->profile->__get(\"userLastName\"), $row['userLastName']);\n\t\t$this->assertIdentical($this->profile->__get(\"dateOfBirth\"), $dateObj);\n\t\t$this->assertIdentical($this->profile->__get(\"customerToken\"), $row['customerToken']);\n\t}", "public function testInsertInvalidProfile(): void {\n\t\t// create a Profile with a non null profile id and watch it fail\n\t\t$profile = new Profile(\"5\", $this->district->getDistrictId(), $this->VALID_PROFILE_ACTIVATION_TOKEN, $this->VALID_PROFILE_ADDRESS1, $this->VALID_PROFILE_ADDRESS2, $this->VALID_PROFILE_CITY, null, $this->VALID_PROFILE_EMAIL, $this->VALID_PROFILE_FIRST_NAME, $this->VALID_PROFILE_HASH, $this->VALID_PROFILE_LAST_NAME, $this->VALID_PROFILE_RECOVERY_TOKEN, $this->VALID_PROFILE_REPRESENTATIVE, $this->VALID_PROFILE_SALT, $this->VALID_PROFILE_STATE, $this->VALID_PROFILE_USER_NAME, $this->VALID_PROFILE_ZIP);\n\t\t$profile->insert($this->getPDO());\n\t}", "public function testInsertInvalidProfile() {\n\t\t//create a profile with a non null profie id and watch it fail\n\t\t$profile = new Profile(RootsTableTest::INVALID_KEY, $this->VALID_ACTIVATEFUZZY, $this->VALID_FUZZYMAIL, $this->VALID_FUZZYNAME, $this->VALID_HASHTHEFUZZY, $this->VALID_FUZZYLASTNAME, $this->VALID_CALLINGFUZZY, $this->VALID_SALTYFUZZY, $this->VALID_STRIPEYFUZZY, $this->VALID_WHATFUZZY, $this->VALID_USERFUZZY);\n\t\t$profile->insert($this->getPDO());\n\t}", "public function testUpdateValidProfile() {\n\t\t// count the number of rows and save it for later\n\t\t$numRows = $this->getConnection()->getRowCount(\"profile\");\n\n\t\t// create a new Profile and insert it into mySQL\n\t\t$profileId = generateUuidV4();\n\t\t$profile = new Profile($profileId, $this->VALID_ACTIVATION, $this->VALID_ATHANDLE, $this->VALID_EMAIL, $this->VALID_HASH);\n\t\t$profile->insert($this->getPDO());\n\n\t\t//edit the Profile and update it in mySQL\n\t\t$profile->setProfileAtHandle($this->VALID_ATHANDLE2);\n\t\t$profile->update($this->getPDO());\n\n\t\t// grab the data from mySQL and enforce the fields match our expectations\n\t\t$pdoProfile = Profile::getProfileByProfileId($this->getPDO(), $profile->getProfileId());\n\n\t\t$this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profile\"));\n\t\t$this->assertEquals($pdoProfile->getProfileId(), $profileId);\n\t\t$this->assertEquals($pdoProfile->getProfileActivationToken(), $this->VALID_ACTIVATION);\n\t\t$this->assertEquals($pdoProfile->getProfileAtHandle(), $this->VALID_ATHANDLE2);\n\t\t$this->assertEquals($pdoProfile->getProfileEmail(), $this->VALID_EMAIL);\n\t\t$this->assertEquals($pdoProfile->getProfileHash(), $this->VALID_HASH);\n\t}", "public function testUpdateValidProfile() {\n\t\t// count the number of rows and save it for later\n\t\t$numRows = $this->getConnection()->getRowCount(\"profile\");\n\t\t// create a new Profile and insert to into mySQL\n\t\t$profileId = generateUuidV4();\n\t\t$profile = new Profile($profileId, $this->VALID_PROFILE_EMAIL, $this->VALID_PROFILE_IMAGE_URL, $this->VALID_PROFILE_REFRESH_TOKEN, $this->VALID_PROFILE_USERNAME);\n\t\t$profile->insert($this->getPDO());\n\t\t$profile->setProfileUsername($this->VALID_PROFILE_USERNAME2);\n\t\t// edit the Profile and update it in mySQL\n\t\t$profile->update($this->getPDO());\n\t\t// grab the data from mySQL and enforce the fields match our expectations\n\t\t$pdoProfile = Profile::getProfileByProfileId($this->getPDO(), $profile->getProfileId());\n\t\t$this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profile\"));\n\t\t$this->assertEquals($pdoProfile->getProfileId(), $profileId);\n\t\t$this->assertEquals($pdoProfile->getProfileEmail(), $this->VALID_PROFILE_EMAIL);\n\t\t$this->assertEquals($pdoProfile->getProfileImage(), $this->VALID_PROFILE_IMAGE_URL);\n\t\t$this->assertEquals($pdoProfile->getProfileRefreshToken(), $this->VALID_PROFILE_REFRESH_TOKEN);\n\t\t$this->assertEquals($pdoProfile->getProfileUsername(), $this->VALID_PROFILE_USERNAME2);\n\t}", "public function testInsertValidProfileSkill(): void {\n\t\t// count the number of rows and save it for later\n\t\t$numRows = $this->getConnection()->getRowCount(\"profileSkill\");\n\t\t// create a new Profile Skill and insert into mySQL\n\t\t$profileSkill = new ProfileSkill($this->profile->getProfileId(), $this->skill->getSkillId());\n\t\t$profileSkill->insert($this->getPDO());\n\t\t// grab the data from MYSQL and enforce the fields match our expectations\n\t\t$pdoProfileSkill = ProfileSkill::getProfileSkillProfileIdAndProfileSkillSkillId($this->getPDO(), $this->profile->getProfileId(), $this->skill->getSkillId());\n\t\t$this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profileSkill\"));\n\t\t$this->assertEquals($pdoProfileSkill->getProfileSkillProfileId(), $this->profile->getProfileId());\n\t\t$this->assertEquals($pdoProfileSkill->getProfileSkillSkillId(), $this->skill->getSkillId());\n\t}", "public function testInsertInvalidProfile() {\n\n\t\t// create a profile with a non null profileId and watch it fail\n\t\t$profile = new Profile(KarmaDataDesign::INVALID_KEY, $this->aMember->getMemberId(), $this->VALID_PROFILE_BLURB, $this->VALID_PROFILE_HANDLE,\n\t\t\t\t $this->VALID_PROFILE_FIRST_NAME, $this->VALID_PROFILE_LAST_NAME, null);\n\t\t$profile->insertProfile($this->getPDO());\n\n\t}", "public function testUpdateValidProfile() {\n\t// count the number of rows and save it for later\n\t\t$numRows = $this->getConnection()->getRowCount(\"profile\");\n\t\t$profileId = generateUuidV4();\n\t\t$profile = new Profile($profileId, $this->VALID_PROFILE_ACTIVATION_TOKEN, $this->VALID_PROFILE_EMAIL1, $this->VALID_PROFILE_HASH, $this->VALID_PROFILE_NAME, $this->VALID_PROFILE_PHONE, $this->VALID_PROFILE_SALT);\n\t\t$profile->insert($this->getPDO());\n\n\t\t//edit the profile\n\t\t$profile->setProfileEmail($this->VALID_PROFILE_EMAIL2);\n\t\t$profile->update($this->getPDO());\n\n\t\t// grab the data from mySQL and enforce the fields match our expectations\n\t\t$pdoProfile = Profile::getProfileByProfileId($this->getPDO(), $profile->getProfileId());\n\t\t$this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profile\"));\n\t\t$this->assertEquals($pdoProfile->getProfileId(), $profileId);\n\t\t$this->assertEquals($pdoProfile->getProfileActivationToken(), $this->VALID_PROFILE_ACTIVATION_TOKEN);\n\t\t$this->assertEquals($pdoProfile->getProfileEmail(), $this->VALID_PROFILE_EMAIL2);\n\t\t$this->assertEquals($pdoProfile->getProfileHash(), $this->VALID_PROFILE_HASH);\n\t\t$this->assertEquals($pdoProfile->getProfileName(), $this->VALID_PROFILE_NAME);\n\t\t$this->assertEquals($pdoProfile->getProfilePhone(), $this->VALID_PROFILE_PHONE);\n\t\t$this->assertEquals($pdoProfile->getProfileSalt(), $this->VALID_PROFILE_SALT);\n\t}", "public function testDeleteValidProfile() : void {\n\t\t// count the number of rows and save it for later\n\t\t$numRows = $this->getConnection()->getRowCount(\"profile\");\n\t\t$profileId = generateUuidV4();\n\t\t$profile = new Profile($profileId, $this->VALID_ABOUT, $this->VALID_ACTIVATION, $this->VALID_ADDRESS_LINE_1, $this->VALID_ADDRESS_LINE_2, $this->VALID_CITY, $this->VALID_EMAIL, $this->VALID_HASH, $this->VALID_IMAGE, $this->VALID_NAME, $this->VALID_STATE, $this->VALID_USERNAME, $this->VALID_USER_TYPE, $this->VALID_ZIP);\n\t\t$profile->insert($this->getPDO());\n\t\t// delete the Profile from mySQL\n\t\t$this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profile\"));\n\t\t$profile->delete($this->getPDO());\n\t\t// grab the data from mySQL and enforce the Profile does not exist\n\t\t$pdoProfile = Profile::getProfileByProfileId($this->getPDO(), $profile->getProfileId());\n\t\t$this->assertNull($pdoProfile);\n\t\t$this->assertEquals($numRows, $this->getConnection()->getRowCount(\"profile\"));\n\t}", "public function testDeleteValidProfile(): void {\n\t\t// count the number of rows and save it for later\n\t\t$numRows = $this->getConnection()->getRowCount(\"profile\");\n\t\t$profileId = generateUuidV4();\n\t\t$profile = new Profile($profileId, $this->VALID_ACTIVATION, $this->VALID_EMAIL, $this->VALID_HASH, $this->VALID_ISOWNER, $this->VALID_FIRSTNAME, $this->VALID_LASTNAME, $this->VALID_USERNAME);\n\t\t$profile->insert($this->getPDO());\n\t\t// delete the profile from mySQL\n\t\t$this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profile\"));\n\t\t$profile->delete($this->getPDO());\n\t\t// grab the data from mySQL and enforce the Profile does not exist\n\t\t$pdoProfile = Profile::getProfileByProfileId($this->getPDO(), $profile->getProfileId());\n\t\t$this->assertNull($pdoProfile);\n\t\t$this->assertEquals($numRows, $this->getConnection()->getRowCount(\"profile\"));\n\t}", "public function testGetValidProfileByEmail() : void {\n\t\t// count the number of rows and save it for later\n\t\t$numRows = $this->getConnection()->getRowCount(\"profile\");\n\t\t$profileId = generateUuidV4();\n\t\t$profile = new Profile($profileId, $this->VALID_ACTIVATION, $this->VALID_EMAIL, $this->VALID_HASH, $this->VALID_NAME, $this->VALID_PRIVILEGE, $this->VALID_SALT, $this->VALID_USERNAME);\n\t\t$profile->insert($this->getPDO());\n\t\t// grab the data from mySQL and enforce the fields match our expectations\n\t\t$pdoProfile = Profile::getProfileByProfileEmail($this->getPDO(), $profile->getProfileEmail());\n\t\t$this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profile\"));\n\t\t$this->assertEquals($pdoProfile->getProfileId(), $profileId);\n\t\t$this->assertEquals($pdoProfile->getProfileActivationToken(), $this->VALID_ACTIVATION);\n\t\t$this->assertEquals($pdoProfile->getProfileEmail(), $this->VALID_EMAIL);\n\t\t$this->assertEquals($pdoProfile->getProfileHash(), $this->VALID_HASH);\n\t\t$this->assertEquals($pdoProfile->getProfileName(), $this->VALID_NAME);\n\t\t$this->assertEquals($pdoProfile->getProfilePrivilege(), $this->VALID_PRIVILEGE);\n\t\t$this->assertEquals($pdoProfile->getProfileSalt(), $this->VALID_SALT);\n\t\t$this->assertEquals($pdoProfile->getProfileUsername(), $this->VALID_USERNAME);\n\t}", "public function testInsertValidProfileTag() {\n\t\t// count the number of rows and save it for later\n\t\t$numRows = $this->getConnection()->getRowCount(\"profileTag\");\n\n\t\t// create a new ProfileTag and insert to into mySQL\n\t\t$profileTag = new ProfileTag($this->profile->getProfileId(), $this->tag->getTagId());\n\t\t$profileTag->insert($this->getPDO());\n\n\t\t// grab the data from mySQL and enforce the fields match our expectations\n\t\t$pdoProfileTag = ProfileTag::getProfileTagByProfileTagTagIdAndProfileTagProfileId($this->getPDO(), $profileTag->getProfileTagProfileId(), $profileTag->getProfileTagTagId());\n\t\t$this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profileTag\"));\n\t\t$this->assertEquals($pdoProfileTag->getProfileTagProfileId(), $profileTag->getProfileTagProfileId());\n\t\t$this->assertEquals($pdoProfileTag->getProfileTagTagId(), $profileTag->getProfileTagTagId());\n\t}", "public function testDeleteValidProfile() : void {\n\t\t// count the number of rows and save it for later\n\t\t$numRows = $this->getConnection()->getRowCount(\"profile\");\n\t\t$profileId = generateUuidV4();\n\t\t$profile = new Profile($profileId, $this->role->getRoleId(), $this->VALID_ACTIVATION, $this->VALID_BIO, $this->VALID_EMAIL, $this->VALID_HASH, $this->VALID_IMAGE, $this->VALID_LOCATION, $this->VALID_USERNAME);\n\t\t$profile->insert($this->getPDO());\n\t\t// delete the Profile from mySQL\n\t\t$this->assertEquals($numRows + 1, $this->getConnection()->getRowCount(\"profile\"));\n\t\t$profile->delete($this->getPDO());\n\t\t// grab the data from mySQL and enforce the Profile does not exist\n\t\t$pdoProfile = Profile::getProfileByProfileId($this->getPDO(), $profile->getProfileId());\n\t\t$this->assertNull($pdoProfile);\n\t\t$this->assertEquals($numRows, $this->getConnection()->getRowCount(\"profile\"));\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Converts the given callback to textual form. The class or method may not exist.
public static function toString($callback): string { if ($callback instanceof \Closure) { $inner = self::unwrap($callback); return sprintf('{closure%s}', $inner instanceof \Closure ? '' : ' ' . self::toString($inner)); } elseif (is_string($callback) && $callback[0] === "\0") { return '{lambda}'; } else { is_callable(is_object($callback) ? [$callback, '__invoke'] : $callback, true, $textual); return $textual; } }
[ "public static function _printCallback($callback)\r\n {\r\n if (is_array($callback)) {\r\n if (is_object($callback[0])) {\r\n $className = get_class($callback[0]);\r\n } else {\r\n $className = strval($callback[0]);\r\n }\r\n $functionName = $className . '::' . strval($callback[1]);\r\n }\r\n else {\r\n $functionName = strval($callback);\r\n }\r\n return $functionName;\r\n }", "public static function callbackStringToFunction($callback) {\n if (is_callable($callback)) {\n $cb = $callback;\n } elseif (is_string($callback)) {\n // Create a callable\n $cb = create_function('', '$args = func_get_args(); ?>' . $callback);\n }\n\n return $cb;\n }", "public function __toString()\n {\n return $this->callback;\n }", "private function describeCallback($callback)\n\t{\n\t\tif (null !== $this->name) {\n\t\t\treturn $this->name;\n\t\t}\n\t\tif (is_array($callback)) {\n\t\t\tif (is_string($callback[0])) {\n\t\t\t\treturn $callback[0] . '::' . $callback[1]; \n\t\t\t} \n\t\t\treturn $this->shorten($callback[0]) . '->' . $callback[1];\n\t\t}\n\t\treturn $callback;\n\t}", "public function callback()\n\t{\n\t\t$Str_CallbackResult = '';\n\n\t\t//If there are callbacks execute them.\n\t\tif ($this->Arr_Callbacks && is_array($this->Arr_Callbacks))\n\t\t{\n\t\t\tforeach($this->Arr_Callbacks as $Arr_Callback)\n\t\t\t{\n\t\t\t\tif (is_array($Arr_Callback))\n\t\t\t\t{\n\t\t\t\t\tforeach($Arr_Callback as $Str_CallbackMethod => $Arr_CallbackArgs)\n\t\t\t\t\t{\n\t\t\t\t\t\t$Str_CallbackResult .= $this->$Str_CallbackMethod($Arr_CallbackArgs);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\t//Clear callback stack.\n\t\t$this->Arr_Callbacks = array();\n\n\t\treturn $Str_CallbackResult;\n\t}", "private function callbackString()\n {\n return \"qcubed._objTimers['\" . $this->strControlId . \"_cb']\";\n }", "protected function validateStringCallback($callback)\n {\n if (is_callable($callback)) {\n $this->isValidCallback = true;\n return $callback;\n }\n\n if (!class_exists($callback)) {\n throw new Exception\\InvalidCallbackException('Provided callback is not a function or a class');\n }\n\n // check __invoke before instantiating\n if (!method_exists($callback, '__invoke')) {\n throw new Exception\\InvalidCallbackException('Class provided as a callback does not implement __invoke');\n }\n $object = new $callback();\n\n $this->callback = $object;\n $this->isValidCallback = true;\n return $object;\n }", "private function parse($callback)\n {\n if ($callback instanceof ICallback) {\n foreach ($callback->getInfo() as $var => $value) {\n $this->{$var} = $value;\n }\n $this->callback = (string)$callback;\n $this->callable = $callback;\n } else if ($callback instanceof \\Closure) {\n $this->type = 'closure';\n $this->class = 'Closure';\n $this->callback = 'Closure';\n $this->callable = $callback;\n } else if (is_object($callback)) {\n $constructor = (new \\ReflectionClass($callback))->getConstructor();\n $this->type = 'class';\n $this->class = get_class($callback);\n $this->method = '__construct';\n $this->numargs = $constructor ? $constructor->getNumberOfParameters() : 0;\n $this->callback = $this->class . '[' . ($this->numargs ?: '') . ']';\n $this->callable = $callback;\n } else if (is_array($callback)) {\n if (!is_callable($callback)) {\n if (isset($callback[0]) && is_object($callback[0])) {\n $callback[0] = '{' . get_class($callback[0]) . '}';\n }\n throw new \\InvalidArgumentException(sprintf(static::ERR_CALLBACK_1, json_encode($callback)));\n }\n $this->type = 'class';\n $this->static = !is_object($callback[0]);\n $this->class = $this->static ? $callback[0] : get_class($callback[0]);\n $this->method = $callback[1];\n if ($this->static) {\n $this->numargs = 0;\n } else {\n $constructor = (new \\ReflectionClass($callback[0]))->getConstructor();\n $this->numargs = $constructor ? $constructor->getNumberOfParameters() : 0;\n }\n $this->callback = $this->class .\n ($this->static ? '::' : '[' . ($this->numargs ?: '') . ']->') . $this->method;\n $this->callable = $this->static ? null : $callback[0];\n } else {\n if ($callback == '' || is_numeric($callback)) {\n throw new \\InvalidArgumentException(sprintf(static::ERR_CALLBACK_1, $callback));\n }\n preg_match('/^([^\\[:-]*)(\\[([^\\]]*)\\])?(::|->)?([^:-]*(?:parent::|self::|)[^:-]*)$/', $callback, $matches);\n if (count($matches) == 0 || $matches[1] == '') {\n throw new \\InvalidArgumentException(sprintf(static::ERR_CALLBACK_1, $callback));\n }\n if ($matches[4] == '' && $matches[2] == '') {\n $this->type = 'function';\n $this->method = $matches[1];\n $this->callback = $this->method;\n } else {\n $this->type = 'class';\n $this->class = $matches[1];\n if ($this->class[0] == '\\\\') {\n $this->class = ltrim($this->class, '\\\\');\n }\n $this->numargs = (int)$matches[3];\n $this->static = ($matches[4] == '::');\n $this->method = $matches[5] ?: '__construct';\n $this->callback = $this->class .\n ($this->static ? '::' . $this->method : '[' . ($this->numargs ?: '') . ']' .\n ($this->method != '__construct' ? '->' . $this->method : ''));\n }\n }\n }", "public function parseCallback($callback)\n {\n if (is_callable($callback) == true)\n {\n return $callback;\n } else {\n // stay tune\n }\n }", "protected function parseClassCallable($listener)\n {\n return Str::parseCallback($listener, 'handle');\n }", "public function render_callback_field() {\n\t\tcall_user_func( $this->callback );\n\t}", "private function callbackConvert($callbackName)\n {\n return Inflector::camel2id($callbackName);\n }", "public function callback($text, $callback, $params)\n\t{\n\t\t//callback is being passed in separately...ensure that its corresponding params entry is unset\n\t\tunset($params['callback']);\n\t\t\n\t\t//since the text to output is now part of params, unset it before the callback\n\t\tunset($params['text']);\n\n\t\t$find = array(\n\t\t\t\"'\",\n\t\t\t\"\\n\",\n\t\t\t\"\\r\",\n\t\t\t\"\\t\",\n\t\t\t\"document.write('');\\n\"\n\t\t);\n\t\t\n\t\t$replace = array(\n\t\t\t\"\\'\",\n\t\t\t\"'+\\n'\",\n\t\t\t'',\n\t\t\t'',\n\t\t\t''\n\t\t);\n\t\t\n\t\t//create a variable to put the page content into\n\t\t$text=\"var the_text_to_output='\".str_replace($find,$replace,$text).\"';\\n\";\n\t\t\n\t\t//begin the callback\n\t\t$output = $text.strip_tags($callback).'(the_text_to_output';\n\t\n\t\t//im not really a fan of this...i'll bet there's a better way\n\t\trsort($params);\n\t\n\t\t//are there parameters set?\n\t\tif(is_array($params) && !empty($params))\n\t\t{\n\t\t\t//yup! implode those puppies and append to the output\n\t\t\t$output .= ',\"'.implode('\",\"',$params).'\"';\n\t\t}//end if\n\t\t\n\t\t//finish off the output\n\t\t$output .= ');';\n\t\t\n\t\treturn $output;\n\t}", "protected function unpack_callback( $callback ) {\n\t\tif ( $callback instanceof Tribe__Utils__Callback ) {\n\t\t\t$callback = array( tribe( $callback->get_slug() ), $callback->get_method() );\n\t\t}\n\n\t\treturn $callback;\n\t}", "public static function classifyCallback($matches) {\n\t\treturn $matches [1] . strtoupper ( $matches [3] );\n\t}", "static public function registerFormatCallback($callback)\n\t{\n\t\tif (is_string($callback) && strpos($callback, '::') !== FALSE) {\n\t\t\t$callback = explode('::', $callback);\t\n\t\t}\n\t\tself::$format_callback = $callback;\n\t}", "static public function registerFormatCallback($callback)\n\t{\n\t\tif (is_string($callback) && strpos($callback, '::') !== FALSE) {\n\t\t\t$callback = explode('::', $callback);\n\t\t}\n\t\tself::$format_callback = $callback;\n\t}", "public static function fromCallback(string $callback)\n\t{\n\t\t$message = sprintf(\n\t\t/* translators: %s is replaced with callback name. */\n\t\t\t\\esc_html__('The callback %s is not recognized and cannot be registered.', 'eightshift-libs'),\n\t\t\t$callback\n\t\t);\n\n\t\treturn new static($message);\n\t}", "protected function parseClassCallable($listener)\n {\n if (is_array($listener)) {\n return $listener;\n }\n return Str::parseCallback($listener, 'handle');\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Get the qte tr1.
public function getQteTr1(): ?float { return $this->qteTr1; }
[ "public function getPuTr1() {\n return $this->puTr1;\n }", "public function getPrixNetTr1() {\n return $this->prixNetTr1;\n }", "public function getPheRecordT1()\n {\n return $this->phe_record_t1;\n }", "public function getTxHoraire1Tp() {\n return $this->txHoraire1Tp;\n }", "public function getCoeffTr1() {\n return $this->coeffTr1;\n }", "public function getDetTa1() {\n return $this->detTa1;\n }", "public function getCumBaseTrACaisse1() {\n return $this->cumBaseTrACaisse1;\n }", "public function getCumBaseTrD1() {\n return $this->cumBaseTrD1;\n }", "public function getEdTexte1() {\n return $this->edTexte1;\n }", "public function getEtatPriorite1() {\n return $this->etatPriorite1;\n }", "public function getCumBaseTrD1Caisse1() {\n return $this->cumBaseTrD1Caisse1;\n }", "public function getDetTa1(): ?string {\n return $this->detTa1;\n }", "public function getCumTrACaisse1() {\n return $this->cumTrACaisse1;\n }", "public function getArticleTaxe1(): ?string {\n return $this->articleTaxe1;\n }", "public function getTrxId()\n {\n return $this->trxId;\n }", "public function setT1($var)\n {\n GPBUtil::checkString($var, False);\n $this->t1 = $var;\n\n return $this;\n }", "public function getCumBaseTrBCaisse1() {\n return $this->cumBaseTrBCaisse1;\n }", "public function getTrimestre1()\n {\n return ($this->enero+$this->febrero+$this->marzo);\n }", "public function getNombreTarif1() {\r\n\t\treturn $this->nombreTarif1;\r\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Gets the value of an option directly from the wp_options table. This is useful for double checking the value of autoload options returned by get_option(). The result is cached by wpdb so this is only really useful once per request.
public function get_wp_option( $option_name ) { global $wpdb; return $wpdb->get_var( $wpdb->prepare( "SELECT option_value FROM {$wpdb->prefix}options WHERE option_name=%s", $option_name ) ); }
[ "function bb_get_option_from_db( $option )\n{\n\tglobal $bbdb;\n\t$option = bb_sanitize_meta_key( $option );\n\n\tif ( wp_cache_get( $option, 'bb_option_not_set' ) ) {\n\t\t$r = null;\n\t} elseif ( false !== $_r = wp_cache_get( $option, 'bb_option' ) ) {\n\t\t$r = $_r;\n\t} else {\n\t\tif ( BB_INSTALLING ) {\n\t\t\t$bbdb->suppress_errors();\n\t\t}\n\t\t$row = $bbdb->get_row( $bbdb->prepare( \"SELECT `meta_value` FROM `$bbdb->meta` WHERE `object_type` = 'bb_option' AND `meta_key` = %s\", $option ) );\n\t\tif ( BB_INSTALLING ) {\n\t\t\t$bbdb->suppress_errors( false );\n\t\t}\n\n\t\tif ( is_object( $row ) ) {\n\t\t\t$r = maybe_unserialize( $row->meta_value );\n\t\t} else {\n\t\t\t$r = null;\n\t\t}\n\t}\n\n\tif ( $r === null ) {\n\t\twp_cache_set( $option, true, 'bb_option_not_set' );\n\t} else {\n\t\twp_cache_set( $option, $r, 'bb_option' );\n\t}\n\n\treturn apply_filters( 'bb_get_option_from_db_' . $option, $r, $option );\n}", "function get_option($option) {\n\t\t$options = get_option('lepress-settings');\n \treturn $options ? $options[$option] : false;\n\t}", "private function get_option($option)\n {\n if (!array_key_exists($option, $this->options)) {\n return false;\n }\n\n return $this->options[$option];\n }", "public static function better_get_option($option) {\n $value = get_option($option);\n\n if (false === $value) {\n return null;\n }\n else {\n if ('Y' == strtoupper($value)) {\n $value = true;\n }\n else if ('N' == strtoupper($value)) {\n $value = false;\n }\n }\n\n return $value;\n }", "function getOption($option)\n {\n return $this->isOption($option) ? $this->options[$option] : null;\n }", "function ae_get_option( $option ) {\n\t$r = get_option( $option );\n\tif ( $r ) {\n\t\treturn $r;\n\t} else {\n\t\treturn array_values(array_filter(ae_settings(), function( $v ) use ( $option ) {\n\t\t\treturn $v['name'] === $option;\n\t\t}))[0]['default'];\n\t}\n}", "function GetConfigValue($option) { return $this->config[$option]; }", "public function get_settings_option( $option = '' ){\n\t\tif( empty($option) ){\n\t\t\t$this->set_error( \"Invalid option parameter. \", ERR_VAL_EMPTY); \n\t\t\treturn false;\n\t\t}\n\t\tglobal $obj_db, $Session; \n\t\t$query = \" SELECT stg_value FROM \" . PFX_MAIN_DB . \"settings \"\n\t\t\t\t.\" WHERE stg_name = :name \" \n\t\t\t\t.\" AND stg_status = 1 \"; \n\t\t\t\t\t\n\t\t$params = array( ':name' => $option );\n\t\t\n\t\t$record\t= $obj_db->query( $query, $params );\n\t\t\n\t\tif ( $record !== FALSE ){\n\t\t\tif (count($record) > 0 ){\n\t\t\t\treturn json_decode($record[0]['stg_value'], TRUE );\n\t\t\t} else {\n\t\t\t\t$this->set_error( \"Option not found (\" . $option . \")\", ERR_DB_NOT_FOUND, 1);\n\t\t\t\treturn NULL;\n\t\t\t}\n\t\t}else {\n\t\t\t$this->set_error( \"Could not retrieve option (\" . $option . \")\", ERR_DB_QRY, 2);\n\t\t\treturn NULL;\n\t\t}\n\t}", "public function getOption($option);", "private function get_option( $option_name ) {\n\n\t\t// Retrieve option in cache, or in database\n\t\tif ( isset( $this->cached_options[ $option_name ] ) ) {\n\n\t\t\t// Retrieve option from cache\n\t\t\t$option = $this->cached_options[ $option_name ];\n\n\t\t} else {\n\n\t\t\t// Not in cache, retrieve option from database\n\t\t\t$option = get_option( $option_name );\n\n\t\t\t// Add option to cached options\n\t\t\t$this->cached_options[ $option_name ] = $option;\n\t\t}\n\n\t\treturn $option;\n\t}", "public final function getOption($option, $defaultValue = false)\n {\n if (isset($this->_options[$option]))\n return $this->_options[$option];\n return $defaultValue;\n }", "protected function get_option() {\n\t\t$option_value = \\WPSEO_Options::get( 'myyoast-oauth', false );\n\n\t\tif ( ! $option_value ) {\n\t\t\treturn json_decode( $option_value, true );\n\t\t}\n\n\t\treturn $this->get_default_option();\n\t}", "public function getOptionValue()\n {\n return $this->optionValue;\n }", "public function getOption()\r\n {\r\n return $this->option;\r\n }", "public function getOption(int $name): string|int|bool|null\n {\n return $this->_Memcached->getOption($name);\n }", "public function get($name, $default) {\n $name = trim((string)$name);\n if (empty($name)) {\n return $default;\n }\n\n // Check if option value is cached already\n if($this->ydb->has_option($name)) {\n return $this->ydb->get_option($name);\n }\n\n // Get option value from DB\n $table = YOURLS_DB_TABLE_OPTIONS;\n $sql = \"SELECT option_value FROM $table WHERE option_name = :option_name LIMIT 1\";\n $bind = array('option_name' => $name);\n\n // Use fechOne() to get array('option_value'=>$value), or false if not found.\n // This way, we can effectively store false as an option value, and not confuse with false as the default return value\n $value = $this->ydb->fetchOne($sql, $bind);\n if($value !== false) {\n $value = yourls_maybe_unserialize( $value['option_value'] );\n // Cache option value to save a DB query if needed later\n $this->ydb->set_option($name, $value);\n } else {\n $value = $default;\n }\n\n /**\n * We don't cache value if option is not set, to make a difference between \"not found: returning false\"\n * and \"found, and value is false\".\n * This way, we can:\n * $check = yourls_get_option('doesnt_exist'); // false\n * yourls_add_option('doesnt_exist', 'value'); // will work, because check on has_option() will return false\n */\n\n return $value;\n }", "public static function malinky_settings_get_option( $option_name )\n {\n\n //Option stored as an array.\n if ( strpos( $option_name, '-' ) ) {\n\n $option_name = explode( '-', $option_name );\n\n $db_option_name = get_option( $option_name[0] );\n \n if ( $db_option_name) {\n \n if ( !array_key_exists( $option_name[1], $db_option_name ) )\n return;\n\n }\n\n return $db_option_name[ $option_name[1] ];\n\n //Single option.\n } else {\n\n return get_option( $option_name );\n\n }\n\n }", "public function getMemcachedOption($opt)\n {\n return $this->m->getOption($opt);\n }", "function getOption($option){\n //$args = $this->parseArgs();\n //return $args['options'][$option];\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Origins of decay fields
public function get_option_scoring_fields_decays_origins() { return $this->get_option_value( true, __FUNCTION__, self::OPTION_SCORING, self::OPTION_SCORING_DECAY_ORIGINS, [] ); }
[ "public function getOrigFields()\n {\n return $this->_origFields;\n }", "public function getOriginalFields(): array;", "public function getOriginalValues(): array;", "protected function getCopiedFields(){\n return array();\n }", "public function getOrigArray() {\n return $this->origArray;\n }", "public function getOriginalValues()\n {\n return $this->_original_values;\n }", "public function originalValue();", "public function getCopyFields();", "public function getSourceFieldConstraints();", "public function getSourceField(): array\n {\n }", "public function getOriginalFields()\n\t{\n\t\treturn $this->_originalFields;\n\t}", "public function getOriginalValue();", "public function getArrayCopy()\n {\n \treturn get_object_vars($this);\n }", "public function getIntermediateFields(){ }", "public function getOriginalValues()\n {\n $originals = $this->_original;\n $originalKeys = array_keys($originals);\n foreach ($this->_properties as $key => $value) {\n if (!in_array($key, $originalKeys)) {\n $originals[$key] = $value;\n }\n }\n\n return $originals;\n }", "public function __clone()\n {\n foreach ($this->fields as &$field) {\n $field = clone $field;\n }\n }", "public function getOriginal()\n {\n return $this->originalValue;\n }", "static function DefaultOffsets()\n\t{\n\t\treturn array_merge( parent::DefaultOffsets(),\n\t\t\t\t\t\t\t$this->mDictionary\n\t\t\t\t\t\t\t\t->collectStructureOffsets(\n\t\t\t\t\t\t\t\t\t'schema::domain:transaction' ) );\t\t\t\t// ==>\n\t\n\t}", "protected function setFieldOriginalValue()\n {\n $values = $this->model->toArray();\n\n $this->builder->fields()->each(function (Field $field) use ($values) {\n $field->setOriginal($values);\n });\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Filter the query by a related Localidad object
public function filterByLocalidad($localidad, $comparison = null) { if ($localidad instanceof Localidad) { return $this ->addUsingAlias(CentroatencionPeer::LOCALIDAD_ID, $localidad->getId(), $comparison); } elseif ($localidad instanceof PropelObjectCollection) { if (null === $comparison) { $comparison = Criteria::IN; } return $this ->addUsingAlias(CentroatencionPeer::LOCALIDAD_ID, $localidad->toKeyValue('PrimaryKey', 'Id'), $comparison); } else { throw new PropelException('filterByLocalidad() only accepts arguments of type Localidad or PropelCollection'); } }
[ "public function filterByLocalidad($localidad, $comparison = null)\n {\n if ($localidad instanceof Localidad) {\n return $this\n ->addUsingAlias(AfiliadoPeer::LOCALIDAD_ID, $localidad->getId(), $comparison);\n } elseif ($localidad instanceof PropelObjectCollection) {\n if (null === $comparison) {\n $comparison = Criteria::IN;\n }\n\n return $this\n ->addUsingAlias(AfiliadoPeer::LOCALIDAD_ID, $localidad->toKeyValue('PrimaryKey', 'Id'), $comparison);\n } else {\n throw new PropelException('filterByLocalidad() only accepts arguments of type Localidad or PropelCollection');\n }\n }", "public function filtrar(&$filtro) {\n parent::filtrar($filtro);\n $filtro_sql = '';\n if ($filtro->filtro('estado'))\n $filtro_sql .= \" AND {$this->getTableName()}.estado like '%{$filtro->filtro('codigo')}%' \";\n if ($filtro->filtro('descripcion'))\n $filtro_sql .= \" AND {$this->getTableName('Modelo_carta')}.descripcion like '%{$filtro->filtro('descripcion')}%' \";\n if ($filtro->filtro('titulo'))\n $filtro_sql .= \" AND {$this->getTableName('Modelo_carta')}.titulo like '%{$filtro->filtro('titulo')}%' \";\n if ($filtro->filtro('tipo_proyecto'))\n $filtro_sql .= \" AND {$this->getTableName('Modelo_carta')}.tipo_proyecto like '%{$filtro->filtro('tipo_proyecto')}%' \";\n if ($filtro->filtro('estado_proyecto'))\n $filtro_sql .= \" AND {$this->getTableName('Modelo_carta')}.estado_proyecto like '%{$filtro->filtro('estado_proyecto')}%' \";\n if ($filtro->filtro('estado'))\n $filtro_sql .= \" AND {$this->getTableName()}.estado like '%{$filtro->filtro('estado')}%' \";\n if ($filtro->filtro('id'))\n $filtro_sql .= \" AND {$this->getTableName()}.id like '%{$filtro->filtro('id')}%' \";\n return $filtro_sql;\n }", "public function localidad()\n {\n return $this->hasOne('App\\Entities\\LocalidadInegi', 'id', 'localidad_inegi_id');\n }", "public function filterByLocalidad($localidad = null, $comparison = null)\n {\n if (null === $comparison) {\n if (is_array($localidad)) {\n $comparison = Criteria::IN;\n } elseif (preg_match('/[\\%\\*]/', $localidad)) {\n $localidad = str_replace('*', '%', $localidad);\n $comparison = Criteria::LIKE;\n }\n }\n\n return $this->addUsingAlias(TrabajosTableMap::COL_LOCALIDAD, $localidad, $comparison);\n }", "public function finLocaisPagamento()\n {\n return $this->belongsTo('Serbinario\\Entities\\FinLocaisPagamento','local_pagamento_id','id');\n }", "function getProgramacionesLocal($idLocal) {\n $promociones = $this->getEntityManager()\n ->createQuery('SELECT pr FROM AppBundle:Programacion pr '\n . 'LEFT JOIN pr.promocion p '\n . 'LEFT JOIN p.localComercial l '\n . 'LEFT JOIN pr.estadoProgramacion epr '\n . 'LEFT JOIN p.estadoPromocion e '\n . 'WHERE l.id = :idLocal AND epr.nombre != :nombreEstadoPr AND e.nombre != :nombreEstadoP')\n ->setParameters(array(\n 'idLocal' => $idLocal,\n 'nombreEstadoPr' => 'eliminada',\n 'nombreEstadoP' => 'eliminada'))\n ->getResult();\n return $promociones;\n }", "public function setLocalidad($Localidad){\r\n\t $this->localidad = $Localidad;\r\n\t}", "public function getByFilter($filter)\n {\n $filter_view = json_decode($filter);\n\n $search = $filter_view->search;\n\n $solicitud = Solicitud::join('cliente', 'solicitud.idcliente', '=', 'cliente.idcliente')\n ->join('persona', 'cliente.idpersona', '=', 'persona.idpersona');\n\n if ($filter_view->estado == 2) {\n $solicitud = $solicitud->where('estadoprocesada', false);\n } elseif ($filter_view->estado == 1) {\n $solicitud = $solicitud->where('estadoprocesada', true);\n }\n\n if ($filter_view->tipo == 1) {\n $solicitud = $solicitud->selectRaw('\n *, (SELECT idsolicitudotro FROM solicitudotro WHERE solicitudotro.idsolicitud = solicitud.idsolicitud) AS solicitudotro \n ')->whereRaw('idsolicitud IN (SELECT idsolicitud FROM solicitudotro)');\n } elseif ($filter_view->tipo == 2) {\n $solicitud = $solicitud->selectRaw('\n *, (SELECT idsolicitudmantenimiento FROM solicitudmantenimiento WHERE solicitudmantenimiento.idsolicitud = solicitud.idsolicitud) AS solicitudmantenimiento \n ')->whereRaw('idsolicitud IN (SELECT idsolicitud FROM solicitudmantenimiento)');\n } elseif ($filter_view->tipo == 3) {\n $solicitud = $solicitud->selectRaw('\n *, (SELECT idsolicitudcambionombre FROM solicitudcambionombre WHERE solicitudcambionombre.idsolicitud = solicitud.idsolicitud) AS solicitudcambionombre \n ')->whereRaw('idsolicitud IN (SELECT idsolicitud FROM solicitudcambionombre)');\n } elseif ($filter_view->tipo == 4) {\n $solicitud = $solicitud->selectRaw('\n *, (SELECT idsolicitudservicio FROM solicitudservicio WHERE solicitudservicio.idsolicitud = solicitud.idsolicitud) AS solicitudservicio \n ')->whereRaw('idsolicitud IN (SELECT idsolicitud FROM solicitudservicio)');\n } elseif ($filter_view->tipo == 5) {\n $solicitud = $solicitud->selectRaw('\n *, (SELECT idsolicitudsuministro FROM solicitudsuministro WHERE solicitudsuministro.idsolicitud = solicitud.idsolicitud) AS solicitudsuministro \n ')->whereRaw('idsolicitud IN (SELECT idsolicitud FROM solicitudsuministro)');\n } else {\n $solicitud = $solicitud->selectRaw('\n *,\n (SELECT idsolicitudotro FROM solicitudotro WHERE solicitudotro.idsolicitud = solicitud.idsolicitud) AS solicitudotro,\n (SELECT idsolicitudcambionombre FROM solicitudcambionombre WHERE solicitudcambionombre.idsolicitud = solicitud.idsolicitud) AS solicitudcambionombre,\n (SELECT idsolicitudmantenimiento FROM solicitudmantenimiento WHERE solicitudmantenimiento.idsolicitud = solicitud.idsolicitud) AS solicitudmantenimiento,\n (SELECT idsolicitudsuministro FROM solicitudsuministro WHERE solicitudsuministro.idsolicitud = solicitud.idsolicitud) AS solicitudsuministro,\n (SELECT idsolicitudservicio FROM solicitudservicio WHERE solicitudservicio.idsolicitud = solicitud.idsolicitud) AS solicitudservicio\n ');\n }\n\n if ($search != null) {\n $solicitud->whereRaw(\"(persona.lastnamepersona ILIKE '%\" . $search . \"%' OR persona.namepersona ILIKE '%\" . $search . \"%')\");\n }\n\n return $solicitud->orderBy('fechasolicitud', 'asc')->paginate(10);\n\n }", "public function filterByPersonaLocalizacion($personaLocalizacion, $comparison = null)\n\t{\n\t\tif ($personaLocalizacion instanceof PersonaLocalizacion) {\n\t\t\treturn $this\n\t\t\t\t->addUsingAlias(PersonaPeer::ID_PERSONA, $personaLocalizacion->getIdPersona(), $comparison);\n\t\t} elseif ($personaLocalizacion instanceof PropelCollection) {\n\t\t\treturn $this\n\t\t\t\t->usePersonaLocalizacionQuery()\n\t\t\t\t\t->filterByPrimaryKeys($personaLocalizacion->getPrimaryKeys())\n\t\t\t\t->endUse();\n\t\t} else {\n\t\t\tthrow new PropelException('filterByPersonaLocalizacion() only accepts arguments of type PersonaLocalizacion or PropelCollection');\n\t\t}\n\t}", "function retornarlocalidades($departamento_id = null){\n\t\treturn $this->find('list',\n\t\t\t\tarray('fields'=>array('Localidade.id','Localidade.nombre'),\n\t\t\t\t'conditions'=>array('Localidade.departamento_id'=>$departamento_id)));\n\t}", "public function filter(Request $data)\n {\n\n $lista = [];\n $enEscuela = false;\n $teachers = Teacher::all();\n foreach ($teachers as $teacher){\n if(count($teacher->schools) != 0){\n foreach($teacher->schools as $school){\n if($school->responsable_id == Auth::user()->id){\n $enEscuela = true;\n }\n }\n if($enEscuela == false){\n $lista[] = $teacher;\n }\n }else{\n $lista[] = $teacher;\n }\n }\n\n $teachers = [];\n\n foreach ($lista as $teacher) {\n if($teacher->locality_id == $data['locality'])\n {\n $teachers[] = $teacher;\n }\n }\n\n return view('PlantaDocente.add', ['teachers' => $teachers]);\n }", "public function filterByRepoLocalidad($repoLocalidad, $comparison = null)\n {\n if ($repoLocalidad instanceof RepoLocalidad) {\n return $this\n ->addUsingAlias(ServerPeer::REPO_LOCALIDAD_ID, $repoLocalidad->getId(), $comparison);\n } elseif ($repoLocalidad instanceof PropelObjectCollection) {\n if (null === $comparison) {\n $comparison = Criteria::IN;\n }\n\n return $this\n ->addUsingAlias(ServerPeer::REPO_LOCALIDAD_ID, $repoLocalidad->toKeyValue('PrimaryKey', 'Id'), $comparison);\n } else {\n throw new PropelException('filterByRepoLocalidad() only accepts arguments of type RepoLocalidad or PropelCollection');\n }\n }", "function get_localidades_municipio($id_municipio){\n \n return $this->db->query(\"SELECT * \n FROM Localidad \n where Municipio_id_municipio = '\".$id_municipio.\"'\n order by nombre_localidad ASC\")->result();\n }", "public function locais() {\n return $this->em->createQuery('\n SELECT \n e.id, e.nome\n FROM\n Novosga\\Model\\Local e\n ORDER BY \n e.nome ASC\n ')->getResult();\n }", "public function getCandidatosPorTitulo($titulo)\n {\n $em = $this->getEntityManager(); \n $sql = 'SELECT c.id, c.titulo FROM ModeloBundle:Candidato c WHERE ctitulo like :titulo'; \n $consulta = $em->createQuery($sql); \n $consulta->setParameter('titulo','%'.$titulo.'%'); \n \n return $consulta->getResult();\n }", "public function filterByRelationship($query, Relationship $relationship, Closure $scope): void;", "public function setLocalidad($localidad)\r\n\t{\r\n\t\t$this->localidad = $localidad;\r\n\t}", "public function empaques($id, $estado = null) {//id local\n\n $local = Local::findOrFail($id);\n\n //Validación Encargado, Bloqueado\n $locales = Local_User::where('user_id', Auth::user()->id)\n ->where('estado', '!=', 'Desvinculado')\n ->where('local_id', $id)\n ->where('rol', 'Encargado')\n ->first();\n\n if (empty($locales)) {\n session()->flash('danger', 'Usted no tiene privilegios suficientes.');\n return redirect()->action('HomeController@index');\n }elseif($local->estado == 'Bloqueado'){\n session()->flash('danger', 'El local se encuentra temporalmente bloqueado.');\n return redirect()->action('UsuarioController@misLocales');\n }\n //Fin de validación\n\n //Selecciono los usuarios de acuerdo al filtro\n if($estado == null){\n $empaques = Local_User::where('local_id', $id)\n ->where('estado', '!=', 'Desvinculado')\n ->paginate(20);\n }elseif ($estado == 'activos'){\n //selección de todos los empaques asociados al local\n $empaques = Local_User::where('local_id', $id)\n ->where('estado', 'Activo')\n ->paginate(20);\n }elseif ($estado == 'desvinculados'){\n $empaques = Local_User::where('local_id', $id)\n ->where('estado', 'Desvinculado')\n ->paginate(20);\n }elseif ($estado == 'deudores'){\n $empaques = Local_User::where('local_id', $id)\n ->where('estado', 'Deudor')\n ->paginate(20);\n }elseif ($estado == 'suspendidos'){\n $empaques = Local_User::where('local_id', $id)\n ->where('estado', 'Suspendido')\n ->paginate(20);\n }elseif ($estado == 'encargados'){\n $empaques = Local_User::where('local_id', $id)\n ->where('estado', '!=', 'Desvinculado')\n ->where('rol', 'Encargado')\n ->paginate(20);\n }elseif ($estado == 'coordinadores'){\n $empaques = Local_User::where('local_id', $id)\n ->where('estado', '!=', 'Desvinculado')\n ->where('rol', 'Coordinador')\n ->paginate(20);\n }elseif ($estado == 'empaques'){\n $empaques = Local_User::where('local_id', $id)\n ->where('estado', '!=', 'Desvinculado')\n ->where('rol', 'Empaque')\n ->paginate(20);\n }else{\n session()->flash('danger', 'Datos incorrectos al filtrar');\n return redirect()->action('UsuarioController@empaques', ['id' => $id]);\n }\n\n //Contar total de usuarios asociados al local\n $cantUsuarios = Local_User::where('local_id', $id)\n ->where('estado', '!=', 'Desvinculado')\n ->count();\n\n //Contar total de encargados asociados al local\n $cantEncargados = Local_User::where('local_id', $id)\n ->where('estado', '!=', 'Desvinculado')\n ->where('rol','Encargado')\n ->count();\n //Contar total de coordinadores asociados al local\n $cantCoordinadores = Local_User::where('local_id', $id)\n ->where('estado', '!=', 'Desvinculado')\n ->where('rol','Coordinador')\n ->count(); \n //Contar total de empaques asociados al local\n $cantEmpaques = Local_User::where('local_id', $id)\n ->where('estado', '!=', 'Desvinculado')\n ->where('rol','Empaque')\n ->count(); \n\n //Contar total de empaques ACTIVOS asociados al local\n $cantActivos = Local_User::where('local_id', $id)->where('estado', 'Activo')->count();\n //Contar total de empaques DEUDORES asociados al local\n $cantDeudores = Local_User::where('local_id', $id)->where('estado', 'Deudor')->count();\n //Contar total de empaques SUSPENDIDOS asociados al local\n $cantSuspendidos = Local_User::where('local_id', $id)->where('estado', 'Suspendido')->count();\n //Contar total de empaques DESVINCULADOS asociados al local\n $cantDesvinculados = Local_User::where('local_id', $id)->where('estado', 'Desvinculado')->count(); \n \n return view ('usuario.local.empaques')//,compact('cantUsuarios')\n ->with('local', $local)\n ->with('empaques', $empaques)\n ->with('cantUsuarios',$cantUsuarios)\n ->with('cantEncargados',$cantEncargados)\n ->with('cantCoordinadores',$cantCoordinadores)\n ->with('cantEmpaques',$cantEmpaques)\n ->with('cantActivos',$cantActivos)\n ->with('cantDeudores',$cantDeudores)\n ->with('cantSuspendidos',$cantSuspendidos)\n ->with('cantDesvinculados',$cantDesvinculados);\n }", "public function filterByDataLocalizacao($dataLocalizacao = null, $comparison = null)\n\t{\n\t\tif (is_array($dataLocalizacao)) {\n\t\t\t$useMinMax = false;\n\t\t\tif (isset($dataLocalizacao['min'])) {\n\t\t\t\t$this->addUsingAlias(LocalizacaoAdvogadoPeer::DATA_LOCALIZACAO, $dataLocalizacao['min'], Criteria::GREATER_EQUAL);\n\t\t\t\t$useMinMax = true;\n\t\t\t}\n\t\t\tif (isset($dataLocalizacao['max'])) {\n\t\t\t\t$this->addUsingAlias(LocalizacaoAdvogadoPeer::DATA_LOCALIZACAO, $dataLocalizacao['max'], Criteria::LESS_EQUAL);\n\t\t\t\t$useMinMax = true;\n\t\t\t}\n\t\t\tif ($useMinMax) {\n\t\t\t\treturn $this;\n\t\t\t}\n\t\t\tif (null === $comparison) {\n\t\t\t\t$comparison = Criteria::IN;\n\t\t\t}\n\t\t}\n\t\treturn $this->addUsingAlias(LocalizacaoAdvogadoPeer::DATA_LOCALIZACAO, $dataLocalizacao, $comparison);\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Operation uploadListAvatarWithHttpInfo Add an avatar for a list
public function uploadListAvatarWithHttpInfo($image, $id) { $returnType = '\TextMagic\Models\ResourceLinkResponse'; $request = $this->uploadListAvatarRequest($image, $id); try { $options = $this->createHttpClientOption(); try { $response = $this->client->send($request, $options); } catch (RequestException $e) { throw new ApiException( "[{$e->getCode()}] {$e->getMessage()}", $e->getCode(), $e->getResponse() ? $e->getResponse()->getHeaders() : null, $e->getResponse() ? $e->getResponse()->getBody()->getContents() : null ); } $statusCode = $response->getStatusCode(); if ($statusCode < 200 || $statusCode > 299) { throw new ApiException( sprintf( '[%d] Error connecting to the API (%s)', $statusCode, $request->getUri() ), $statusCode, $response->getHeaders(), $response->getBody() ); } $responseBody = $response->getBody(); if ($returnType === '\SplFileObject') { $content = $responseBody; //stream goes to serializer } else { $content = $responseBody->getContents(); if ($returnType !== 'string') { $content = json_decode($content); } } return [ ObjectSerializer::deserialize($content, $returnType, []), $response->getStatusCode(), $response->getHeaders() ]; } catch (ApiException $e) { switch ($e->getCode()) { case 201: $data = ObjectSerializer::deserialize( $e->getResponseBody(), '\TextMagic\Models\ResourceLinkResponse', $e->getResponseHeaders() ); $e->setResponseObject($data); break; case 400: $data = ObjectSerializer::deserialize( $e->getResponseBody(), '\TextMagic\Models\BadRequestResponse', $e->getResponseHeaders() ); $e->setResponseObject($data); break; case 401: $data = ObjectSerializer::deserialize( $e->getResponseBody(), '\TextMagic\Models\UnauthorizedResponse', $e->getResponseHeaders() ); $e->setResponseObject($data); break; case 404: $data = ObjectSerializer::deserialize( $e->getResponseBody(), '\TextMagic\Models\NotFoundResponse', $e->getResponseHeaders() ); $e->setResponseObject($data); break; } throw $e; } }
[ "public function avataruploadAction()\r\n {\r\n $post = Helper::getRequestParams('post');\r\n $files = Helper::getRequestParams('files');\r\n\r\n // if anything was send in post, it may has to get decoded\r\n if(Helper::isAjax() === true) {\r\n \t$post = Helper::prepareAjaxValues($post);\r\n }\r\n \r\n $response \t= false;\r\n $userid\t\t= $this->Session->getUserId();\r\n \r\n if(is_array($files) && isset($files['file']) && isset($files['file']['tmp_name']) && !empty($files['file']['tmp_name'])) {\r\n \t\r\n \t$filename = $this->S3->putObject($files['file']['tmp_name'], $files['file']['name'], 'avatars/'.(int)$userid.'/');\r\n \t\r\n \tif($filename !== false && !empty($filename)) {\r\n \t\t\r\n \t\tif($this->Data->updateCurrentUsersAvatar($filename) === true) {\r\n \t\t\t\r\n \t\t\t$this->Session->setToUser('avatar', $filename);\r\n \t\t\t\r\n \t\t\tdie(json_encode(array('response' => 'success')));\r\n \t\t\t\r\n \t\t} else {\r\n \t\t\t\r\n \t\t\tdie(json_encode(array('response' => 'failed', 'error' => 'db update')));\r\n \t\t\t\r\n \t\t}\r\n \t}\r\n }\r\n \r\n die(json_encode(array('response' => 'failed')));\r\n }", "public function setAvatar($var)\n {\n $arr = GPBUtil::checkRepeatedField($var, \\Google\\Protobuf\\Internal\\GPBType::INT32);\n $this->Avatar = $arr;\n\n return $this;\n }", "public function addAvatar($avatar)\n {\n $this->update([\n 'avatar' => 'avatars/' . $avatar\n ]);\n }", "public function uploadAvatar()\n {\n\n $userId = $this->getUserId();\n\n $conn = Db::getConnection();\n $statement = $conn->prepare(\"update Users set profileImage=:avatar where id = :id \");\n $statement->bindValue(':avatar', $this->avatar);\n $statement->bindValue(':id', $userId);\n $statement->execute();\n }", "public function testGetAvatars()\n {\n $this->testLogin();\n\n $this->get('api/user/profile')->seeJson([\n 'motto' => \"I'm an Arcturus Lover!\",\n ]);\n }", "public function avatar()\n {\n $view_data = [\n 'form_errors' => []\n ];\n\n $this->load->helper('directory');\n\n $files = directory_map(APPPATH .'../public_html/images/avatar');\n\n foreach ($files AS $key => $file) {\n\n $file_part = explode('.', $file);\n\n if (!is_numeric($file_part[0])) {\n unset($files[$key]);\n }\n }\n\n $view_data['number_avatar'] = count($files);\n \n // Check input data\n if ($this->input->is_post()) {\n\n // Call API to register for parent\n $res = $this->_api('user')->update([\n 'id' => $this->current_user->id,\n 'avatar_id' => $this->input->post('avatar')\n ]);\n\n if (isset($res['result'])) {\n $this->session->set_flashdata('get_trophy', $res['result']['trophy']);\n $this->session->set_flashdata('get_point', $res['result']['point']);\n redirect('setting');\n return;\n }\n\n $view_data['form_errors'] = $res['invalid_fields'];\n }\n\n $res = $this->get_current_user_detail();\n\n $view_data['current_avatar'] = $res['result']['avatar'];\n\n $this->_render($view_data);\n }", "public function testListUploadedImages()\n {\n $result = self::$adminApi->assets([DeliveryType::KEY => DeliveryType::UPLOAD]);\n\n self::assertValidAsset(\n $result['resources'][0],\n [\n DeliveryType::KEY => DeliveryType::UPLOAD,\n AssetType::KEY => AssetType::IMAGE,\n ]\n );\n }", "private function addAvatarConfig(ContainerBuilder $container, array $config)\n {\n $container->setParameter('kiboko_social_network.avatar.default', $config['default']);\n $container->setParameter('kiboko_social_network.avatar.width', $config['width']);\n $container->setParameter('kiboko_social_network.avatar.height', $config['height']);\n $this->addEmailsConfig($container, 'avatar.admin.remove.email', $config['admin']['remove']['email']);\n }", "public function uploadAvatarAction()\n {\n $identity = $this->getAuthService()->getIdentity();\n $user_id = (int) $identity['id'];\n\n $file = new File();\n $file->user_id = $user_id;\n $file->name = $this->getTranslator()->translate('Profilfoto');\n $file->description = $this->getTranslator()->translate('Profilfoto');\n\n return $this->_imageUpload($file);\n }", "public function upload_image()\n {\n $input = Request::onlyLegacy(\"account_manager_id\", \"image\");\n $validator = Validator::make($input, AccountManager::getUploadProPicRule());\n\n if ($validator->fails()) {\n return ApiResponse::validation($validator);\n }\n\n $accountManager = $this->repo->getByField('id', $input['account_manager_id']);\n $this->deleteProfilePic($accountManager);\n $profilePic = $this->uploadProfilePic($input);\n $accountManager->profile_pic = $profilePic;\n if ($accountManager->save()) {\n return ApiResponse::success([\n 'message' => Lang::get('response.success.updated', ['attribute' => ' Profile picture']),\n 'data' => [\n 'profile_pic' => FlySystem::publicUrl(config('jp.BASE_PATH') . $profilePic),\n ]\n ]);\n }\n\n return ApiResponse::errorInternal();\n }", "public function uploadAvatar() {\n $user = $this->auth();\n if (empty($user)) {\n Utils::response(['status' => false, 'message' => 'Forbidden access.'], 403);\n }\n $data = $this->getInput();\n if (($this->request->method != 'post') || empty($data)) {\n Utils::response(['status' => false, 'message' => 'Bad request.'], 400);\n }\n\n $this->load->library('upload', [\n 'upload_path' => './uploads/consumer/',\n 'allowed_types' => 'gif|jpg|png|jpeg',\n 'max_size' => '5120',\n ]);\n if (!$this->upload->do_upload('avatar')) {\n $this->response(['status' => false, 'message' => Utils::errors($this->upload->display_errors())]);\n }\n $data['avatar_url'] = 'uploads/consumer/' . $this->upload->data('file_name');\n $this->db->set('avatar_url', $data['avatar_url']);\n $this->db->where('id', $user['id']);\n if ($this->db->update($this->ConsumerModel->table)) {\n unset($data['avatar']);\n $data['avatar_url'] = base_url($data['avatar_url']);\n Utils::response(['status' => true, 'message' => 'Image has been uploaded successfully.', 'data' => $data]);\n } else {\n Utils::response(['status' => false, 'message' => 'System failed to upload.'], 200);\n }\n }", "public function avatar($avatar) {\n $this->avatar = $avatar;\n }", "public function set_avatar(Request $request) {\r\n $validation = $request->validate([\r\n 'avatar' => 'required'\r\n ]);\r\n $user = Auth::user();\r\n $media = $user->addMediaFromRequest('avatar')->toMediaCollection('avatars');\r\n return $user;\r\n }", "private function updateListAsyncWithHttpInfo(Requests\\updateListRequest $request) \n {\n $returnType = '\\Aspose\\Words\\Model\\ListResponse';\n $request = $request->createRequest($this->config);\n\n return $this->client\n ->sendAsync($request, $this->_createHttpClientOption())\n ->then(\n function ($response) use ($returnType) {\n $responseBody = $response->getBody();\n if ($returnType === '\\SplFileObject' || $returnType === 'FILES_COLLECTION') {\n $content = $responseBody; //stream goes to serializer\n } else {\n $content = $responseBody->getContents();\n if ($returnType !== 'string') {\n $content = json_decode($content);\n }\n }\n\n if ($this->config->getDebug()) {\n $this->_writeResponseLog($response->getStatusCode(), $response->getHeaders(), ObjectSerializer::deserialize($content, $returnType, $response->getHeaders()));\n }\n\n return [\n ObjectSerializer::deserialize($content, $returnType, $response->getHeaders()),\n $response->getStatusCode(),\n $response->getHeaders()\n ];\n },\n function ($exception) { \n $response = $exception->getResponse();\n $statusCode = $response->getStatusCode();\n\n if ($exception instanceof RepeatRequestException) {\n $this->_requestToken();\n throw new RepeatRequestException(\"Request must be retried\", 401, null, null);\n }\n\n throw new ApiException(\n sprintf('[%d] Error connecting to the API (%s)', $statusCode, $exception->getRequest()->getUri()), $statusCode, $response->getHeaders(), $response->getBody()\n );\n }\n );\n }", "public function uploadAvatarAsyncWithHttpInfo($image)\n {\n $returnType = '';\n $request = $this->uploadAvatarRequest($image);\n\n return $this->client\n ->sendAsync($request, $this->createHttpClientOption())\n ->then(\n function ($response) use ($returnType) {\n return [null, $response->getStatusCode(), $response->getHeaders()];\n },\n function ($exception) {\n $response = $exception->getResponse();\n $statusCode = $response->getStatusCode();\n throw new ApiException(\n sprintf(\n '[%d] Error connecting to the API (%s)',\n $statusCode,\n $exception->getRequest()->getUri()\n ),\n $statusCode,\n $response->getHeaders(),\n $response->getBody()\n );\n }\n );\n }", "public function addAvatarUser($data)\n {\n $user = auth('api')->user();\n $fileExt = $data->getClientOriginalExtension();\n $file_name = 'IMG-'.strtoupper(str_random(4)).'-'.$user->phone.'.'. $fileExt;\n $allowedExtension = ['png', 'jpg'];\n $destinationPath = 'uploads/users';\n $image = Image::where('commom_id', $user->id)->first();\n\n if (in_array($fileExt, $allowedExtension)) {\n if ($image && $image->commom_id == $user->id) {\n $image->delete();\n }\n $data->move($destinationPath, $file_name);\n $image = Image::create(\n [\n 'name' => $file_name,\n 'path' => 'users',\n 'commom_id' => $user->id,\n 'alt' => $destinationPath.'/' . $file_name,\n 'title' => $file_name,\n ]\n );\n return $image;\n } else {\n return [\n 'code' => DefineCode::TYPE_IMAGE_ERROR,\n 'message' => 'Type image error',\n ];\n }\n }", "function avatar_upload()\n\t{\n\t\t$config['upload_path'] = './assets/images/avatar/';\n\t\t$config['allowed_types'] = 'jpeg|jpg|png';\n\t\t$config['max_size'] = 2048;\n\t\t$config['max_width'] = 175;\n\t\t$config['max_height'] = 200;\n\t\t$config['encrypt_name'] = TRUE;\n\n\t\t$this->load->library('upload', $config);\n\n\t\tif (!$this->upload->do_upload('avatarUpload'))\n\t\t{\n\t\t\treturn array(\n\t\t\t\t'uploaded'\t\t => FALSE,\n\t\t\t\t'display_errors' => $this->upload->display_errors()\n\t\t\t);\n\t\t} else\n\t\t{\n\t\t\treturn array(\n\t\t\t\t'uploaded'\t\t => TRUE,\n\t\t\t\t'upload_data'\t => $this->upload->data()\n\t\t\t);\n\t\t}\n\t}", "function hma_admin_add_avatar( $user ) { ?>\n\n\t<script type=\"text/javascript\">\n\t\tjQuery( document ).ready( function() {\n\t\t\tjQuery( '#hma_user_avatar' ).show();\n\t\t\tjQuery( 'form#your-profile' ).attr( 'enctype', 'multipart/form-data' );\n\t\t});\n\t</script>\n\n\t<style type=\"text/css\">\n\t\t#hma_user_avatar { display: none; }\n\t\t#hma_user_avatar_select_row .hma_avatars { display: inline-block; width: 100px; }\n\t\t#hma_user_avatar_select_row .hma_avatars input { margin-right: 5px; }\n\t\t#hma_user_avatar_file_row .avatar { display: block; float: left; margin-right: 20px; }\n\t\t#hma_user_avatar_file_row #hma_user_avatar_file { display: inline-block; margin-bottom: 5px; }\n\t</style>\n\n\t<div id=\"hma_user_avatar\">\n\n\t\t<h3>User Avatar</h3>\n\n\t\t<table class=\"form-table\">\n\n\t\t\t<?php $avatar_options = hma_get_avatar_options();\n\t\t\t$current_avatar_service = get_user_meta( $user->ID, 'user_avatar_option' );\n\n\t\tif ( $current_avatar_service ) : ?>\n\n\t\t\t<tr id=\"hma_user_avatar_select_row\">\n\n\t\t\t\t<th><label for=\"hma_user_avatar_file\">Select which avatar is used</label></th>\n\n\t \t\t<td>\n\t\t\t\t\t<?php foreach ( $avatar_options as $avatar_option ) {\n\n\t\t\t \t\t$avatar_option->set_user( $user );\n\n\t\t\t\t\t\tif ( ! $avatar_option->get_avatar( 60 ) )\n\t\t\t\t\t\t\tcontinue; ?>\n\n\t\t \t\t<div class=\"hma_avatars\">\n\n\t\t \t\t\t<img src=\"<?php echo $avatar_option->get_avatar( 60 ); ?>\" height=\"60\" width=\"60\" alt=\"Avatar <?php echo $avatar_option->service_name; ?>\" class=\"avatar\" />\n\n\t\t \t\t\t<br/>\n\n\t\t\t\t\t\t<?php // TODO for attribute? ?>\n\n\t\t \t\t\t<label>\n\n\t\t \t\t\t\t<input type=\"radio\" name=\"hma_user_avatar_service\" value=\"<?php echo $avatar_option->service_id; ?>\"\n\n\t\t \t\t\t\t\t<?php if ( ! empty( $current_avatar_service ) )\n\t\t\t \t\t\t\t\tchecked( $avatar_option->service_id, $current_avatar_service );\n\t\t\t \t\t\t\t\n\t\t\t \t\t\t\telse\n\t\t\t \t\t\t\t\tchecked( $avatar_option->service_id, 'gravatar' ); ?>\n\t\t\t \t\t\t/>\n\n\t\t\t \t\t\t<?php echo $avatar_option->service_name; ?>\n\n\t\t \t\t\t</label>\n\n\t\t \t\t</div>\n\n\t \t\t<?php } ?>\n\n\t\t \t</td>\n\n\t\t\t</tr>\n\n\t\t<?php else : ?>\n\n\t\t\t<tr id=\"hma_user_avatar_current_row\">\n\t\t\t\t<th><label for=\"hma_user_avatar_file\">Current Avatar</label></th>\n\t \t\t<td><?php echo get_avatar( $user->ID, 60 ); ?></td>\n\t \t</tr>\n\n\t\t<?php endif; ?>\n\n\t\t\t<tr id=\"hma_user_avatar_file_row\">\n\n\t\t\t\t<th><label for=\"hma_user_avatar_file\">Upload new avatar</label></th>\n\n\t\t\t\t<td>\n\t\t\t\t\t<input type=\"file\" name=\"hma_user_avatar_file\" id=\"hma_user_avatar_file\"><br/>\n\t\t\t\t\t<span class=\"description\">If you would like to upload a new avatar image. Otherwise leave this empty.</span>\n\t\t\t\t</td>\n\n\t\t\t</tr>\n\n\t\t</table>\n\t</div>\n\n<?php }", "public function testListUploadedImagesWithPrefix()\n {\n $result = self::$adminApi->assets(\n [\n DeliveryType::KEY => DeliveryType::UPLOAD,\n 'prefix' => self::$FULL_UNIQUE_PREFIX,\n ]\n );\n\n self::assertCount(1, $result['resources']);\n self::assertValidAsset(\n $result['resources'][0],\n [\n 'public_id' => self::getTestAssetPublicId(self::$UNIQUE_PREFIX),\n DeliveryType::KEY => DeliveryType::UPLOAD,\n AssetType::KEY => AssetType::IMAGE,\n ]\n );\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
The percentage of time series that must fail the predicate for the condition to be triggered. Generated from protobuf field double percent = 2;
public function setPercent($var) { GPBUtil::checkDouble($var); $this->writeOneof(2, $var); return $this; }
[ "public function getPercent()\n {\n return $this->readOneof(2);\n }", "public function percent() {\n return $this->percent_off / 100;\n }", "public function hasPercentage(): bool;", "protected function valueContainsPercentage()\n {\n return (preg_match('/%/', $this->condition->value) == 1);\n }", "public function setPercent($var)\n {\n GPBUtil::checkInt32($var);\n $this->percent = $var;\n\n return $this;\n }", "private function checkOutOfBoundsPercentages()\n {\n if (!$this->getConfirmation('Check for out-of-bounds percent stats?')) {\n return;\n }\n\n $this->io->out('Finding percentage metrics...');\n $metrics = $this->metricsTable\n ->find('percents')\n ->select(['id', 'name'])\n ->enableHydration(false)\n ->toArray();\n\n if (!$metrics) {\n $this->io->out(' - None found');\n\n return;\n }\n\n $metricCount = count($metrics);\n $this->io->out(sprintf(\n ' - %s found',\n $metricCount\n ));\n $problematicMetrics = [];\n $this->io->out('Checking for out-of-bounds statistics...');\n $progress = $this->makeProgressBar($metricCount);\n\n foreach ($metrics as $metric) {\n // Check for misformatted stats and set a flag if found\n if (!$this->misformattedPercentStatsFound) {\n $count = $this->statsTable->find()\n ->where(function (QueryExpression $exp) {\n return $exp->notLike('value', '%\\\\%');\n })\n ->count();\n $this->misformattedPercentStatsFound = $count > 0;\n }\n\n // Find all properly formatted stats (e.g. 75% instead of 0.75)\n $stats = $this->statsTable->find()\n ->select(['id', 'value'])\n ->where([\n 'metric_id' => $metric['id'],\n function (QueryExpression $exp) {\n return $exp->like('value', '%\\\\%');\n },\n ])\n ->enableHydration(false)\n ->toArray();\n\n if (!$stats) {\n $progress->increment(1)->draw();\n continue;\n }\n\n // Count out-of-bounds statistics (ignoring misformatted stats)\n $metric['count'] = 0;\n foreach ($stats as $stat) {\n $value = (float)substr($stat['value'], 0, -1);\n if (!is_numeric($value) || $value < 0 || $value > 100) {\n $metric['count']++;\n }\n }\n if ($metric['count']) {\n $problematicMetrics[] = $metric;\n }\n $progress->increment(1)->draw();\n }\n\n if (!$problematicMetrics) {\n $this->io->overwrite(' - No out-of-bounds stats found');\n\n return;\n }\n\n // Display results\n $problematicMetricCount = count($problematicMetrics);\n $this->io->overwrite(sprintf(\n ' - %s %s found with out-of-bounds percentage statistics',\n $problematicMetricCount,\n __n('metric', 'metrics', $problematicMetricCount)\n ));\n foreach ($problematicMetrics as &$metric) {\n $metric = str_replace(\"\\n\", '\\\\n', $metric);\n }\n array_unshift($problematicMetrics, ['ID', 'Metric name', 'OOB stat count']);\n $this->io->helper('Table')->output($problematicMetrics);\n }", "public function setPercentage($var)\n {\n GPBUtil::checkDouble($var);\n $this->percentage = $var;\n\n return $this;\n }", "private function getErrorRowPercent()\n {\n return round((count(self::$statistics['rows_with_errors']) / self::$statistics['rows_analysed']) * 100);\n }", "public function check_max_percent($percent){\n\t\tif($percent > 100){\n\t\t\treturn 100;\n\t\t}else if($percent < 0){\n\t\t\treturn 0;\n\t\t}else{\n\t\t\treturn $percent;\n\t\t}\n\t}", "public function setPercentage($var)\n {\n GPBUtil::checkUint32($var);\n $this->writeOneof(2, $var);\n\n return $this;\n }", "public function isPercentage(): bool\n {\n return data_get($this->discount, 'amount') === 'percent';\n }", "public function getPercentCssClass($percent) {\n if ($percent > 80) {\n return 'success';\n }\n if ($percent > 65) {\n return 'error';\n }\n if ($percent >= 0) {\n return 'caution';\n }\n return 'info';\n }", "public function getPercentage();", "public function testRetirementCalculatorPercentCovered()\n {\n }", "public function getIptPercent();", "public function getPercent() {\n\t\treturn $this->percent;\n\t}", "public function testGetPercent()\n {\n $this->assertSame(1000, (new Decimal(100))->getPercent(10)->getCents());\n $this->assertSame(3000, (new Decimal(100))->getPercent(30)->getCents());\n $this->assertSame(1875, (new Decimal(75))->getPercent(25)->getCents());\n $this->assertSame(263, (new Decimal(10.50))->getPercent(25)->getCents());\n $this->assertSame(0, (new Decimal(75))->getPercent(0)->getCents());\n }", "public function getPercentagePartial()\n {\n $total = $this->getTotal();\n\n return round((($this->score->getValid() + $this->score->getPartial())/$total) * 100);\n }", "function percentage(float $total, float $partial): float\r\n{\r\n return $partial * 100 / $total;\r\n}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
/ Commission list end / discount list start
public function show_discount() { $this->auth->restrict('Collection.Details.View'); //load library $this->load->library('pagination'); $this->load->library('doctrine'); $this->lang->load('transaction_list'); $this->load->config('config_transaction'); // Pagination $this->load->library('pagination'); $offset = $this->input->get('per_page'); $limit = $this->settings_lib->item('site.list_limit'); $src_diagnosis['collection_id'] = $this->input->post('collection_id'); $src_diagnosis['patient_id'] = $this->input->post('diagnosis_patient_id'); $src_diagnosis['patient_name'] = $this->input->post('diagnosis_patient_name'); $src_diagnosis['source_name'] = $this->input->post('transaction_source_name'); $src_diagnosis['collection_date'] = $this->input->post('collection_date'); $src_diagnosis['collection_date_to'] = $this->input->post('collection_date_to'); $source_name = $this->config->item('source_name'); //=========== Get Collection List ========== $getDiagnosisCLObj = new GetAllCollectionListService($this); // Discount records $discount_records = $getDiagnosisCLObj ->setCollectionId ($src_diagnosis['collection_id']) ->setPatientNo ($src_diagnosis['patient_id']) ->setPatientName ($src_diagnosis['patient_name']) //->setContactNo ($src_diagnosis['contact_no']) ->setTransactionType(4) // 5=Discount ->setCollectionSource ($src_diagnosis['source_name']) ->setCollectionDate ($src_diagnosis['collection_date']) ->setCollectionDateTo ($src_diagnosis['collection_date_to']) ->setLimit($limit) ->setOffset($offset) ->execute(); $total = $getDiagnosisCLObj->getCount(); $this->pager['base_url'] = current_url() .'?'; $this->pager['total_rows'] = $total; $this->pager['per_page'] = $limit; $this->pager['page_query_string'] = TRUE; $this->pagination->initialize($this->pager); $sendData = array( 'discount_records' => $discount_records, 'src_diagnosis' => $src_diagnosis, 'source_name' => $source_name ); Template::set('sendData', $sendData); Template::set('toolbar_title', lang("transaction_View")); Template::set_view('transaction/show_discount'); Template::render(); }
[ "function getDiscount()\r\n {\r\n }", "public function getSubtotalWithDiscount();", "function calculateTotalDiscount() {\t\t\t\n\t\t$user = & JFactory::getUser();\n\t\t$db = & JFactory::getDBO();\n\t\t$nullDate = $db->getNullDate();\n\t\t$events = $this->getEvents();\t\t\t\n\t\t$totalDiscount = 0 ;\n\t\tfor ($i = 0 , $n = count($events) ; $i < $n ; $i++) {\n\t\t\t$event = $events[$i] ;\n\t\t\t$registrantTotalAmount = $event->rate*$event->quantity ;\n\t\t\t$registrantDiscount = 0 ;\n\t\t\t//Member discount\n\t\t\tif ($user->get('id')) {\n\t\t\t\tif ($event->discount > 0) {\n\t\t\t\t\tif ($event->discount_type == 1) {\n\t\t\t\t\t\t$registrantDiscount = $registrantTotalAmount*$event->discount/100 ;\t\t\t\t\t\t\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$registrantDiscount = $event->quantity*$event->discount ;\n\t\t\t\t\t}\n\t\t\t\t}\t\t\t\t\t\n\t\t\t}\n\t\t\t//Calculate the coupon discount\n\t\t\tif (isset($_SESSION['coupon_id'])) {\n\t\t\t\t$sql = 'SELECT * FROM #__eb_coupons WHERE id='.(int)$_SESSION['coupon_id'];\n\t\t\t\t$db->setQuery($sql) ;\n\t\t\t\t$coupon = $db->loadObject();\n\t\t\t\tif ($coupon && ($coupon->event_id == 0 || $coupon->event_id == $event->id)) {\n\t\t\t\t\tif ($coupon->coupon_type == 0) {\n\t\t\t\t\t\t$registrantDiscount += $registrantTotalAmount*$coupon->discount/100 ; \n\t\t\t\t\t} else {\n\t\t\t\t\t\t$registrantDiscount += $registrantDiscount + $coupon->discount ;\n\t\t\t\t\t}\n\t\t\t\t}\t\t\t\t\t\n\t\t\t}\t\n\t\t\t//Early bird discount\n\t\t\tif (($event->early_bird_discount_amount > 0) && ($event->early_bird_discount_date != $nullDate) && (strtotime($event->early_bird_discount_date)>= mktime())) {\t\t\t\t\t\n\t\t\t\tif ($event->early_bird_discount_type == 1) {\n\t\t\t\t\t$registrantDiscount += $registrantTotalAmount*$event->early_bird_discount_amount/100 ;\t\t\t\t\t\t\n\t\t\t\t} else {\n\t\t\t\t\t$registrantDiscount += $event->quantity*$event->early_bird_discount_amount ;\n\t\t\t\t}\t\t\t\t\t\n\t\t\t}\t\t\t\t\t\t\t\n\t\t\t$totalDiscount += $registrantDiscount ;\n\t\t}\n\t\treturn $totalDiscount ;\t\n\t}", "function setRecurItemsList($item, $from, $to,$exc_entries) {\n\t\t$begin = $item['begin'];\n\t\t$rec_end = $item['rec_end_date'];\n\t\t$itemarray = array();\n\n\t\tswitch ($item['event_type']){\n case 1:\n $steps = 'days';\n $repeat_time = $item['repeat_days']?$item['repeat_days']:1;\n\t\t\t\t$getdate = $this->getLastIntervalByDay($begin, $from, $repeat_time);\n\t\t\t\t$getdate['steps'] = 'days';\n break;\n case 2:\n $steps = 'days';\n $repeat_time = $item['repeat_weeks']?$item['repeat_weeks']*7:7;\n\t\t\t\t $getdate = $this->getLastIntervalByDay($begin, $from, $repeat_time);\n\t\t\t\t $getdate['steps'] = 'days';\n break;\n case 3:\n $steps = 'months';\n $repeat_time = $item['repeat_months']?$item['repeat_months']:1;\n\t\t\t\t$getdate = $this->getLastIntervalByMonth($begin, $from, $repeat_time);\n\t\t\t\t$getdate['steps']= 'months';\n break;\n case 4:\n $steps = 'months';\n $repeat_time = $item['repeat_years']?$item['repeat_years']*12:12;\n\t\t\t\t$getdate = $this->getLastIntervalByMonth($begin, $from, $repeat_time);\n\t\t\t\t$getdate['steps'] = 'months';\n\t\t\t\tbreak;\n }\n\n\t\tif($item['rec_time_x'] > 0){\n $x_end = strtotime(strftime('%Y-%m-%d %H:%M:0 ', $item['begin']).$item['rec_time_x']*$repeat_time.' '.$getdate['steps']);\n\t\t}\n\n\t\tif($x_end) {\n\t\t\tif($rec_end && $x_end > $rec_end)\n\t\t\t\t$getdate['end'] = $rec_end;\n else {\n\t\t\t\t$getdate['end'] = $x_end;\n\t\t\t\t$rec_end = 0;\n\t\t\t}\n\t\t} else {\n\t\t\t$getdate['end'] = $rec_end;\n\t\t}\n\n\t\tif($item['event_type'] == 2) {\n\t\t\tswitch ($item['rec_weekly_type']) {\n\t\t\t\tcase 1:\n\t\t\t\t\t$rwds = $weekdays = array(1,1,1,1,1,0,0);\n\t\t\t\tbreak;\n\t\t\t\tcase 2:\n\t\t\t\t\t$rwds = array(0,0,0,0,0,1,1);\n\t\t\t\tbreak;\n\t\t\t\tdefault:\n\t\t\t\t\t$rwds = array($item['repeat_week_monday'],$item['repeat_week_tuesday'],$item['repeat_week_wednesday'],$item['repeat_week_thursday'],$item['repeat_week_friday'],$item['repeat_week_saturday'],$item['repeat_week_sunday']);\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\t/*----BUGFIX-----\n\t\t\t * If the interval is not set one back, the script skip the last days to be shown, if they are set to following month\n\t\t\t * If the interval is set one back, the script automatically jumps back two intervalls\n\t\t\t * ----------------------\n\t\t\t * don't know why... but it works. that's all, that counts...\n\t\t\t/--------------*/\n\n\t\t\t$getdate['lastint']--;\n\n\t\t\t$getdate['begin'] = $item['begin'];\n\n\t\t\t$item['begin'] = strtotime(strftime('%Y-%m-%d ', $item['begin']).$getdate['interval']*$getdate['lastint'].$getdate['steps'].' monday this week')+($item['begin']-strtotime(strftime('%Y-%m-%d', $item['begin'])));\n\t\t\t$item['end'] = $item['begin'] + ($item['end'] - $getdate['begin']);\n\n\t\t\tfor($add=0;$add<7;$add++){\n\t\t\t\tif($rwds[$add]){\n\t\t\t\t\t$item_array = $this->setRecItemArray($from, $to, $item, $getdate, $item_array, $exc_entries);\n\t\t\t\t}\n\t\t\t\t$item['begin'] = $item['begin'] + 86400;\n\t\t\t\t$item['end'] = $item['end'] + 86400;\n\t\t\t}\n\n\t\t} else {\n\t\t\t$item_array = $this->setRecItemArray($from, $to, $item, $getdate, $item_array,$exc_entries);\n\t\t}\n\t\treturn $item_array;\n\t}", "function DiscountStartDate() {\n\t \t $bestDiscount = $this->getBestDiscount();\n\t \t \n\t \t if($bestDiscount)\n\t \t {\n\t \t \t $startDate = new SS_DateTime();\n\t \t \t $startDate->setValue($bestDiscount->From);\n\t \t \t return $startDate;\n\t \t }\n\t \t else\n\t \t {\n\t \t \t return null;\n\t \t }\n\t }", "public static function getDelinquency()\n\t\t{\n\t\t\t//get required values..\n\t\t\t\n\t\t\t$compliance= self::getComplianceData();\n\t\t\t$reminder = ReminderMaster::getActiveReminder();\n\t\t\t$remDate = $reminder->getLastRemDate();\n\t\t\t$startDate = self::getYearStartDate();\n\t\t\t$endDate = self::getYearEndDate();\n\n\t\t\t\n\t\t\t//get all months for the current year till this month end (including this month)\n\t\t\t$dayArray = CommonHelpers::getInbetweenMonthend($startDate,$remDate);\n\n\t\t\t//check if end date for active year is before the rem date...\n\t\t\t$res = array_search($endDate,$dayArray);\n\t\t\tif (!$res):\n\t\t\t\t//if no then remove the two elements at the end where\n\t\t\t\t//to give two months time before the reminder date.\n\t\t\t\tarray_pop($dayArray);\n\t\t\t\tarray_pop($dayArray);\n\t\t\telse:\n\t\t\t\t//if yes, truncate the array only to the year end date.\n\t\t\t\t$position = $res-sizeof($dayArray) + 1;\n\t\t\t\tarray_splice($dayArray,$position); \t\n\t\t\tendif;\n\n\t\t\t//reindex array\t\n\t\t\t$recomp = ArrayHelper::index($compliance,null,'centreID'); \n\t\t\t\n\t\t\t//now find which centres are fully compliant\n\t\t\t$fullCompCentres=array();\n\t\t\tforeach ($recomp as $key=>$value):\n\t\t\t\tif(sizeof($value) >= sizeof($dayArray))\n\t\t\t\t$fullCompCentres[]=$key;\n\t\t\tendforeach;\n\n\t\t\t//get centre code of all centres\n\t\t\t$query = new Query();\n\t\t\t$centres=\t$query->select(['name','wpLocCode','code','_id'=>false])\n\t\t\t\t\t\t->from ('centres')\n\t\t\t\t\t\t->where(['status'=>Centres::STATUS_ACTIVE])\n\t\t\t\t\t\t->all();\n\t\t\t\n\t\t\tforeach($centres as $centre):\n\t\t\t\t\t$centresCode[] = (int)Arrayhelper::getValue($centre,'wpLocCode');\n\t\t\tendforeach;\n\n\t\t\t//get partially compliant centres \n\t\t\t$compCentresAll = array_unique(Arrayhelper::getColumn($compliance, function($element){\n\t\t\t\treturn (int)$element['centreID'];\n\t\t\t}));\n\n\t\t\t$partCompCentres = array_diff($compCentresAll,$fullCompCentres);\n\n\t\t\t//get totally non compliant centres\n\t\t\t$res1 = array_diff($compCentresAll,$centresCode);\n\t\t\t$res2 = array_diff($centresCode, $compCentresAll);\n\t\t\t$zeroCompCentres = array_merge($res1,$res2);\n\t\t\t\n\t\t\t//check all months array & create array of noncompliance month\n\t\t\t$comptemp = array();\n\t\t\t$comp = array();\n\n\t\t\tfor ($i=0; $i<sizeof($compliance); $i++):\n\t\t\t\t$comptemp[$compliance[$i]['centreID']][] =\t\n\t\t\t\t\t\t[\n\t\t\t\t\t\t\t'forDate'=>$compliance[$i]['forDate'],\n\t\t\t\t\t\t\t'centreID'=>(int)$compliance[$i]['centreID']\n\t\t\t\t\t\t];\n\t\t\tendfor;\n\n\t\t\tforeach ($comptemp as $key=>$value):\n\t\t\t\t$comp[$key]=ArrayHelper::getColumn($value,'forDate');\n\t\t\tendforeach;\n\n\t\t\tforeach ($comp as $key=>$value):\n\t\t\t\t$diff= array_values(array_diff($dayArray,$value));\n\t\t\t\tforeach ($diff as &$val):\n\t\t\t\t\t$val = \\Yii::$app->formatter->asDate($val, 'php:m-Y');\n\t\t\t\tendforeach;\n\t\t\t\t$nonCompliance[$key][]=$diff;\n\t\t\tendforeach;\n\n\t\t\t$complianceDetails = \n\t\t\t\t[\n\t\t\t\t\t'fullCompliance'=>$fullCompCentres, \n\t\t\t\t\t'partCompliance'=>$partCompCentres,\n\t\t\t\t\t'zeroCompliance'=>$zeroCompCentres,\n\t\t\t\t\t'noncomplianceMonths'=>$nonCompliance,\n\t\t\t\t\t'complianceConsolidated'=>$compliance, \n\t\t\t\t];\n\t\t\treturn $complianceDetails;\n\t\t}", "function DiscountEndDate() {\n\t \t $bestDiscount = $this->getBestDiscount();\n\t \t \n\t \t if($bestDiscount)\n\t \t {\n\t \t \t $endDate = new SS_DateTime();\n\t \t \t $endDate->setValue($bestDiscount->Until);\n\t \t \t return $endDate;\n\t \t }\n\t \t else\n\t \t {\n\t \t \t return null;\n\t \t }\n\t }", "public function active_discount() {\n foreach($this->discounts as $discount){\n if($discount->start_date <= date(\"Y-m-d\") && date(\"Y-m-d\") <= $discount->end_date){\n return $discount;\n }\n }\n return null;\n }", "function calculateDiscount( $ammount, $discounts ) {\r\n\t\r\n\tforeach ( $discounts as $idx=>$item ) {\r\n\t\tif ( $ammount >= $item[0] && $item[1] > $percent ) {\r\n\t\t\t$percent = $item[1];\r\n\t\t\t$price = $ammount*$percent/100;\r\n\t\t}\r\n\t}\r\n\t\r\n\treturn array( intval($price), intval($percent) );\r\n}", "private function calculateStartItem()\n {\n if ($this->pageSize == 0) {\n $this->startCurrent = $this->startFinal = 0;\n return;\n }\n\n $this->startFinal = $this->normalise($this->total - 1);\n $this->startCurrent = min(\n $this->startFinal,\n isset($_GET[$this->start]) && ctype_digit($_GET[$this->start])\n ? $this->normalise($_GET[$this->start])\n : 0\n );\n }", "public function setDiscountByOrder(){\n \n foreach ($this->orderList as $key=>$order){\n // verify if customer exist in our list\n if ( array_key_exists($order['customer-id'],$this->customerList)){ \n // check if revenue until now is bigger than discount minimum value\n if ($this->discountByOrder['minimumBuy'] <= $this->customerList[$order['customer-id']]['revenue']){\n $this->orderList[$key]['discount']['discountByOrder']['config-minimumBuy']=$this->discountByOrder['minimumBuy'];\n $this->orderList[$key]['discount']['discountByOrder']['config-percentVal']=$this->discountByOrder['percentVal'];\n $this->orderList[$key]['discount']['discountByOrder']['customer-id']=$order['customer-id'];\n $this->orderList[$key]['discount']['discountByOrder']['customer-name']=$this->customerList[$order['customer-id']]['name'];\n $this->orderList[$key]['discount']['discountByOrder']['customer-revenue']=$this->customerList[$order['customer-id']]['revenue'];\n $this->orderList[$key]['discount']['discountByOrder']['sumDiscount']=$this->discountByOrder['percentVal']/100*$order['total'];\n }\n }\n }\n \n }", "public function getDiscountTaxCompensationInvoiced();", "function TransectList($start=NULL, $end=NULL, $orig=false)\n {\n if ($orig) $table = \"orig_transect_defs\";\n else $table = \"transect_defs\";\n\n $this->tEntries = array();\n\n if (is_null($start))\n $query = \"SELECT * FROM $table ORDER BY sequence ASC;\";\n else if ($end == \"COUNTY\")\n {\n $clength = strlen($start);\n $query = \"SELECT * FROM $table WHERE SUBSTR(id,1,$clength)=\\\"$start\\\" \".\n \" AND SUBSTR(id,$clength+1,1) BETWEEN '0' AND '9' ORDER BY sequence ASC;\";\n }\n else\n { \n if (! is_numeric($start))\n { $query = \"SELECT sequence FROM $table WHERE id=\\\"$start\\\";\";\n $result = submit_query($query, \"nearshore_v1\"); \n $vals = mysqli_fetch_array($result);\n $start_index = $vals['sequence']; }\n else $start_index = $start;\n\n if (! is_numeric($end))\n { $query = \"SELECT sequence FROM $table WHERE id=\\\"$end\\\";\";\n $result = submit_query($query, \"nearshore_v1\"); \n $vals = mysqli_fetch_array($result);\n $end_index = $vals['sequence']; }\n else $end_index = $end;\n\n $query = \"SELECT * FROM $table WHERE sequence>=$start_index \".\n \"AND sequence<=$end_index ORDER BY sequence ASC;\";\n }\n\n $result = submit_query($query, \"nearshore_v1\"); \n\n while ($line=mysqli_fetch_array($result))\n { $trans = new Transect($line);\n array_push($this->tEntries, $trans); }\n\n $this->count = count($this->tEntries);\n }", "function split_discount($discount) {\n if($pos=strpos($discount, '%')) { // % discount\n //echo(\"split_discount: percentage =\".);\n return array(0, substr($discount, 0, $pos));\n } else { // absolute discount\n return array($discount, 0);\n }\n}", "public function getDiscountList()\n {\n return $this->discount_list;\n }", "private\n function getDiscountItem()\n {\n $product_reference = array();\n $name = array();\n $unit_price = 0;\n $discount_description = array();\n $total_amount = 0;\n\n foreach ($this->discounts as $disc) {\n $cartRule = new CartRule($disc[\"id_cart_rule\"]);\n $name[] = $disc[\"name\"];\n $product_reference[] = $this->getOriginalDiscount($disc[\"name\"])[\"product_reference\"];\n $unit_price += -1 * Tools::ps_round($disc[\"value\"], 2);\n $tax_rate = 0.00;\n $discount = 0.00;\n $discount_description[] = $cartRule->description;\n $total_amount += -1 * Tools::ps_round($disc[\"value\"], 2);\n }\n\n $product_reference = join(\"/\", $product_reference);\n $name = join(\"/\", $name);\n $discount_description = join(\"/\", $discount_description);\n\n $item = HiPay\\Fullservice\\Gateway\\Model\\Cart\\Item::buildItemTypeDiscount(\n $product_reference,\n $name,\n $unit_price,\n $tax_rate,\n $discount,\n $discount_description,\n $total_amount\n );\n // forced category\n $item->setProductCategory(1);\n\n //save capture items and quantity in prestashop\n if ($this->maintenanceData) {\n $captureData = array(\n \"hp_ps_order_id\" => $this->order->id,\n \"hp_ps_product_id\" => 0,\n \"operation\" => $this->operation,\n \"type\" => 'discount',\n \"attempt_number\" => $this->transactionAttempt + 1,\n \"quantity\" => 1,\n \"amount\" => $total_amount\n );\n $this->maintenanceData->addItem($captureData);\n }\n\n return $item;\n }", "public function getDiscountDescription();", "public function getRewardpointsBaseDiscount();", "function Entitlement( $catCasual, $RegDay, $startedDAY, $ENYearStart ) {\n\t$HowManyDaysFromStart = datediff( \"d\", $startedDAY, date(\"Y-m-d\", time()), false ) ;\n\t$daysFrom0112 = datediff( \"d\", $ENYearStart, date(\"Y-m-d\", time()), false ) ;\n\t$LL = PaidLeaveEntitlementForRegularStaf;\n\t$PerCent = 0;\n\n\tif($HowManyDaysFromStart < 365) {\n\t if($HowManyDaysFromStart > $daysFrom0112) { $HowManyDaysFromStart = $daysFrom0112; }\n\n\t $PerCentInYear = ($HowManyDaysFromStart / 365);\n\t $PerCent = round( ($HowManyDaysFromStart / 365) * 100);\n\n\t if($catCasual==\"y\") { \t\t\n\t\t $PLEntitlement = round( $LL * $PerCentInYear, 2);\n\t } else { \n\t\t $PLEntitlement = round(( $LL * $RegDay) * $PerCentInYear, 2);\n\t }\n\t} else {\n\n\t\tif($catCasual==\"n\") { round($PLEntitlement = $LL * $RegDay, 2); \n\t\t} else { $PLEntitlement = $LL ; }\n\t}\n\n\treturn array( $PLEntitlement, $PerCent, $HowManyDaysFromStart, $LL );\n}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Get all of a user's playlists
public function getPlaylists() { $sGetPlaylists = "SELECT * FROM playlist WHERE user = :user"; $aBind = array( ':user' => $_SESSION['user']); $playlists = $this->oDb->GetQueryResults($sGetPlaylists, $aBind); return $playlists; }
[ "public function getPlaylists()\n\t{\n\t\t$playlists = Playlist::where('user_id', '=', Auth::id())->get();\n\n\t\treturn Response::json($playlists);\n\t}", "public static function getAllManagedUserPlaylists()\n {\n $user = MyRadio_User::getInstance();\n return [\n self::getInstance($user->getID().'/beds'),\n self::getInstance($user->getID().'/jingles'),\n self::getInstance($user->getID().'/links'),\n self::getInstance($user->getID().'/sfx'),\n self::getInstance($user->getID().'/other')\n ];\n }", "public function userGetPlaylists($username)\n\t{\n\t\t// build parameters\n\t\t$parameters['user'] = (string) $username;\n\n\t\t// make the call\n\t\treturn $this->doCall('user.getPlaylists', $parameters);\n\t}", "public function getPlaylists()\n {\n return $this->playlists;\n }", "public function chargerPlaylists()\n\t{\n\t\tif(!isset($this->user_id))\n\t\t\treturn;\n\t\t\t\n\t\t$this->playlists = Playlist::findByUser($this->user_id);\n\t}", "public function showPlaylists()\n {\n return Playlist::all();\n }", "public function getUserLists();", "public function getRecommendationsPlaylists()\n {\n $response = $this->api->sendRequest('GET', \"/user/me/recommendations/playlists\");\n\n return $response['body'];\n }", "function get_playlists($account, $playlist_list) {\n $result = array();\n foreach ($playlist_list as $id=>$playlist) {\n if ($playlist['user'] == $account) {\n $result[$id] = $playlist;\n }\n }\n return $result;\n}", "public function getPlaylistsByUser($user) {\n return $this->getPlaylists(['forUsername' => $user]);\n }", "public function findByUserId($id)\n {\n $queryDriver = DBQuery::getInstance()->getDSN();\n\n $stmt = $queryDriver->prepare(\n 'SELECT id, title FROM playlists WHERE user_id = :id'\n );\n\n $stmt->execute(['id' => $id]);\n $playlists = $stmt->fetchAll(PDO::FETCH_ASSOC);\n\n return $playlists;\n }", "public function getPlayList(){\n $this->db->query(\"\n SELECT * FROM playlist \n WHERE user_id = :user_id\");\n $this->db->bind(':user_id',$this->user_id);\n return $this->db->resultSet();\n }", "function listPlaylists() {\r\n\t\t$response = $this->sendCommand('listplaylists');\r\n\t\tif ($this->error) return NULL;\r\n\r\n\t\t$playlists = explode('playlist', $response);\r\n\r\n\t\tarray_shift($playlists);\r\n\r\n\t\tfor ($i = 0; $i < count($playlists); $i++) {\r\n\t\t\t$tempStr = $playlists[$i];\r\n\r\n\t\t\t$tempStr = substr($tempStr, 2);\r\n\t\t\t$tempStr = strtok($tempStr, chr(10));\r\n\r\n\t\t\t$playlists[$i] = $tempStr;\r\n\t\t}\r\n\r\n\t\treturn $playlists;\r\n\t}", "protected function _getPlaylists() {\n if (!$this->_playlists) {\n $this->_playlists = \\Drupal::entityTypeManager()->getStorage('node')->loadByProperties(['type' => 'wc_playlist', 'status' => 1]);\n }\n\n return $this->_playlists;\n }", "public function getAllUserLists()\n {\n return self::get();\n }", "public function index() \n {\n $user = Auth::user();\n\n \t$playlists = Playlist::where('user_id', $user->id)->get();\n\t\n\t\treturn view('playlists/playlists', compact('playlists'));\n }", "function getPlaylists ($api, $limit, $offset) {\n\t\t// Call the api method with the given parameters \n\t\t$playlists = $api->getMyPlaylists([\n\t\t\t'limit' => $limit,\n\t\t\t'offset' => $offset \n\t\t]);\n\n\t\treturn $playlists->items;\n\t}", "public static function getList()\n\t{\n\t\t// send the command to MPD\n\t\t$results = Music::send('listplaylists');\n\n\t\t// start building a list\n\t\t$list = array();\n\n\t\t// step through the values returned by MPD\n\t\tforeach($results['values'] as $r)\n\t\t{\n\t\t\t// is it a playlist line?\n\t\t\tif(substr($r,0,9)=='playlist:')\n\t\t\t{\n\t\t\t\t// yes! extract the playlist name and add it to the list\n\t\t\t\t$list[] = trim(substr($r,9));\n\t\t\t}\n\t\t}\n\n\t\t// sort the list\n\t\tsort($list);\n\n\t\t// and return it\n\t\treturn $list;\n\t}", "public function getPlaylists($userId)\n\t{\n\t\t$playlists = Playlists::where('user_id', '=', $userId)\n\t\t\t\t\t\t\t\t->where('is_deleted', '=', NULL)\n\t\t\t\t\t\t\t\t->orderBy('name', 'ASC')\n\t\t\t\t\t\t\t\t->get();\n\n\n\n\t\theader('Access-Control-Allow-Origin: *');\n\t\treturn Response::json($playlists);\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
get user role Decorator
public function getUserRoleDecorator() { $user = $this->getUser(); $SfUser = $this->getSfUser(); $decoratorFactory = $this->getUserRoleDecoratorFactory(); $roleDecoratorChain = array(); if ($SfUser->isAuthenticated()) { if ($SfUser->hasCredential('Admin')) { $roleDecorator = $decoratorFactory->getRoleDecorator('Admin'); $roleDecorator->setUser($user); array_push($roleDecoratorChain, $roleDecorator); } if ($SfUser->hasCredential('Moderator')) { $roleDecorator = $decoratorFactory->getRoleDecorator('Moderator'); $roleDecorator->setUser($user); array_push($roleDecoratorChain, $roleDecorator); } } else { $roleDecorator = $decoratorFactory->getRoleDecorator('NormalUser'); $roleDecorator->setUser($user); array_push($roleDecoratorChain, $roleDecorator); } return $roleDecoratorChain; }
[ "public function getRole();", "function bbp_get_moderator_role()\n{\n}", "public function getRoleProvider();", "public function getRole() {\n if($this->getUser() == true) {\n $this->_role = $this->getUser()->role;\n } \n return $this->_role;\n }", "public function getUser_role()\n {\n return $this->user_role;\n }", "private static function _get_role()\n {\n static $role = NULL;\n if (NULL !== $role)\n return ($role);\n\n if (!is_user_logged_in())\n return ($role = FALSE);\n\n $user = PeepSoUser::get_instance(get_current_user_id());\n return ($role = $user->get_user_role());\n }", "function cs_get_user_role() {\n\tglobal $current_user;\n\t$user_roles = $current_user->roles;\n\t$user_role = array_shift($user_roles);\n\treturn $user_role;\n}", "public function getUser_role()\n {\n return $this->user_role;\n }", "public function GetRoleClass ();", "public function getRole()\n {\n return $this->role;\n }", "public function getRole(){\n\t\treturn $this->role;\n\t}", "public function getUserRole()\n {\n return $this->userRole;\n }", "public function get_role()\n\t\t{\n\t\t\tif ( $this->user && ! $this->role)\n\t\t\t{\n\t\t\t\t$role = $this->role_model->get($this->user['id_role']);\n\n\t\t\t\tif ( ! empty($role))\n\t\t\t\t\t$this->role = $role;\n\t\t\t}\n\t\t\telse if ( ! $this->role)\n\t\t\t{\n\t\t\t\t$role = $this->role_model->get(array('role_code' => 'guest'));\n\n\t\t\t\tif ( ! empty($role))\n\t\t\t\t\t$this->role = $role;\n\t\t\t}\n\t\t\treturn $this->role;\n\t\t}", "public function role(){\n\n\t\t$user = $this->container->user->find($_SESSION['user_id']);\n\t}", "public static function user_role() {\n\t\treturn self::$user_role ? : ( self::$user_role = TypeRegistry::get_type( 'UserRole' ) );\n\t}", "public function rolesForUser();", "function get_role() {\n\t\treturn $this->session_get_dec('role_id');\n\t}", "public function getUserRole()\n {\n return $this->request->getAttribute('user_role');\n }", "function getRoleAccess($role){\n if($role==\"administrador\"){\n return 0;\n }else if($role==\"editor\"){\n return 1;\n }else{ // lector\n return -1;\n }\n}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
sendOne function. Sends a single action
public static function sendOne($action, $config = null, $options = array()) { $actions = array($action); return self::sendMany($actions, $config, $options); }
[ "public function send() {\n // NOOP\n }", "public function actionSendTaskAllAtOne()\n {\n foreach ( ( new TaskForDate( date(\"Y-m-d\") ) )->do()->result as $task ) {\n $result[] = [ \"CaseID\" => $task[\"case_id\"], \"TemplateID\" => 20 ];\n }\n\n foreach ( ( new CreateTask( json_encode($result) ) )->do()->result as $itm ) {\n Yii::$app->db->createCommand('UPDATE task SET todo_taken = now()::date WHERE id = '.$task[\"id\"])->execute();\n $this->l(\"'worker':'send_task','case_id':\".$task['case_id']);\n }\n\n }", "public function getAction() {\n\t\t//$this->setOutputParam('status', true);\n \t//$this->setOutputParam('message', 'Get Message sender');\n\t\t\n\t\t$this->sendMessage();\n\t}", "public function getSenderAction() /* : string */;", "public function send()\n {\n $this->sent = true;\n }", "private function SenderAction($action) {\n $payload = [\n 'recipient' => [\n 'id' => $this->recipient\n ],\n 'sender_action' => $action\n ];\n\n $this->graph->OpenSession();\n $this->graph->Post(json_encode($payload));\n $this->graph->CloseSession();\n }", "function SendChatAction($chatid,$action){\r\n\tbot('sendChatAction',[\r\n\t'chat_id'=>$chatid,\r\n\t'action'=>$action\r\n\t]);\r\n\t}", "public function Admin_Action_Send()\n\t{\n\t\t$step = 1;\n\t\t$pageStep = $this->_getGETRequest('Step', null);\n\t\tif ($pageStep != null) {\n\t\t\t$step = (int)$pageStep;\n\t\t\tif ($step <= 0) {\n\t\t\t\t$step = 1;\n\t\t\t}\n\t\t}\n\n\t\t$method = 'Show_Send_Step_'.$step;\n\n\t\trequire_once dirname(__FILE__) . '/splittest_send.php';\n\n\t\t$send = new Addons_splittest_Send;\n\n\t\tif (method_exists($send, $method)) {\n\t\t\treturn $send->$method();\n\t\t}\n\n\t\t/**\n\t\t * If the method doesn't exist, take the user back to the default action.\n\t\t */\n\t\tFlashMessage(GetLang('Addon_splittest_Send_InvalidSplitTest'), SS_FLASH_MSG_ERROR, $this->admin_url);\n\t}", "public function send()\n {\n $this->extend('onBeforeSend');\n $this->SentReservation = (boolean)$this->sendReservation();\n $this->SentNotification = (boolean)$this->sendNotification();\n }", "public function sendAction() {\r\n\t\t// check if logged in\r\n\t\t$this->verifyUser();\r\n\r\n\t\t// get record\r\n\t\t$record = $this->getRecord($this->request->getParam('id'));\r\n\r\n\t\t// only the owner of the shot record can send it to other users\r\n\t\tif($record->getOwnerId() != $this->auth->getIdentity()->id) {\r\n\t\t\t$this->msg->messages[] = $this->translate->_(\"Only the owner of the shot record can send it to other users.\");\r\n\t\t\treturn $this->_helper->redirector('index', 'shot', 'frontend', array('pet' => $record->getPetId()));\r\n\t\t}\r\n\r\n\t\tif($record->getRights() == 0) {\r\n\t\t\t// nobody/private\r\n\t\t\t$this->msg->messages[] = sprintf($this->translate->_(\"The shot record is private and cannot be visible for anyone.<br />To change this please %s\"), \"<a href='{$this->view->url(array('controller'=>'shot', 'action'=>'index', 'pet' => $record->getPetId(), 'access' => $record->getId()), 'default', true)}'>\".$this->translate->_('click here').\"</a>\");\r\n\t\t} elseif($record->getRights() == 1) {\r\n\t\t\t// public, do nothing\r\n\t\t} else { // 2 or 3 or 4\r\n\t\t\t// loop through allowed users\r\n\t\t\t$allowed = array();\r\n\t\t\tforeach($this->getAllowedUsers($record) as $user)\r\n\t\t\t\t$allowed[] = \"<a href='{$this->view->url(array('controller'=>'accounts', 'action'=>'view', 'user' => $user->getId()), 'default', true)}'>{$user->getName()}</a>\";\r\n\r\n\t\t\t$this->msg->messages[] = sprintf($this->translate->_(\"The shot record is visible only for the following users: %s.<br />To change this please %s\"), implode(', ', $allowed), \"<a href='{$this->view->url(array('controller'=>'shot', 'action'=>'index', 'pet' => $record->getPetId(), 'access' => $record->getId()), 'default', true)}'>\".$this->translate->_('click here').\"</a>\");\r\n\t\t}\r\n\r\n\t\t$populate = array (\r\n\t\t\t\"subject\" => $this->translate->_(\"Emailing: \").Petolio_Service_Util::Tr($record->getSickness()),\r\n\t\t\t\"message\" => \"<br/>\".$this->translate->_('Your message is ready to be sent with the following shot record attachments:').\"<br/><br/>\".Petolio_Service_Util::Tr($record->getSickness()).\"<br/><a href='{$this->view->url(array('controller'=>'shot', 'action'=>'view', 'id' => $record->getId()), 'default', true)}'>\".$this->translate->_('view shot record').\"</a>\"\r\n\t\t);\r\n\r\n\t\t// namespace\r\n \t$namespace = new Zend_Session_Namespace();\r\n\t\t$namespace->populate = $populate;\r\n\r\n\t\t// redirect to compose new petolio message\r\n\t\treturn $this->_helper->redirector('compose', 'messages');\r\n }", "public function sendRequest()\n {\n }", "public function actionSend()\n {\n $request = Yii::$container->get(Request::class);\n $settings = Yii::$container->get(SettingsInterface::class);\n $getVars = TradeUrl::getRequestVars();\n\n if (isset($getVars['skim'])) {\n $skim = (int) $getVars['skim'];\n } else {\n $skim = (int) $settings->get('skim', 90, 'trade');\n }\n\n // Если выпало на контент и урл для контента задан редиректим на контент.\n if ($this->isSkim($skim) && !empty($getVars['url'])) {\n return $this->redirect($getVars['url']);\n }\n\n $trader = $this->getTrader();\n\n $tradeUrl = '';\n $redirectUrl = '';\n \n if (empty($getVars['url']) && null === $trader) {\n // если оба пустые, отправляем на слив куда-то.\n return $this->redirect($settings->get('default_out_url', '', 'trade'));\n } elseif (null === $trader) {\n // если нету трейда, отправляем на контент.\n return $this->redirect($getVars['url']);\n }\n\n // дальше обрабатываем трейд.\n $trader->decreaseForcesTally();\n $this->registerSending($trader, $request);\n\n return $this->redirect($trader->trade_url);\n }", "public function sendRequest();", "abstract public function sendRequest();", "public function send_request($action, $parameters);", "public function send()\n {\n $score_id = I('id');\n $map['id'] = $score_id;\n $model = D('WxyScoreNotifyView');\n $score_data = $model->where($map)->select();\n /*var_dump($model->getLastSql());\n var_dump($score_data);\n */\n $statue = 0;\n foreach ($score_data as $value) {\n $url = U('addon/Student/Wap/score', array('publicid'=>$this->public_id, 'studentno' => $value['studentno']));\n //var_dump($value);\n $retdata = D('WxyCourseScore')->send_score_to_user($value['openid'], $url, $value, $this->token, $this->school);\n\n $statue += ($retdata[\"errcode\"] == 0)?0:1;\n usleep(60000);\n };\n\n if($statue == 0) {\n $this->success(\"此次成绩通知单已经发送到关注该学生的微信号上!\");\n\n $data = M('WxyScore')->where($map)->select()[0];\n $data[\"weixinmsgsend\"] = \"已发送\";\n //var_dump($data);\n M('WxyScore')->where($map)->save($data);\n }\n else\n $this->error(\"成绩通知单发送错误!\");\n }", "public function sendSingle($subject = 'Single Mail') { \n $mail = $this->createMail(); // Set email format to HTML\n $mail->Subject = $subject;\n $mail->send();\n }", "function sendRequest() {\r\n\t\t$friendId=$_REQUEST['friendId'];\r\n\t\t$result=loadModel(\"friend\",\"sendRequest\",$friendId);\r\n\t\t//echo $result;\r\n\t}", "public function send()\n {\n echo $this->response;die;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Options Set Server Url
function setServerUrl($url) { $this->serverUrl = (string) $url; return $this; }
[ "private function setServerURL()\n {\n if ($this->config->get('config_secure')) {\n $server_url = $this->config->get('config_ssl');\n } else {\n $server_url = $this->config->get('config_url');\n }\n\n $server_name = $_SERVER['SERVER_NAME'];\n $server_port = $_SERVER['SERVER_PORT'];\n $type = substr($server_url, 0, strpos($server_url, \"//\")+2);\n $subpath = substr($server_url, strpos($server_url, \"//\")+2);\n\n if ($server_port != \"\" || $server_port != \"80\" || $server_port != \"443\") {\n $server_port = \":\" . $server_port;\n } else {\n $server_port = \"\";\n }\n\n $return_url = $type . $server_name . $server_port . substr($subpath, strpos($subpath, \"/\"));\n\n return $return_url;\n }", "protected function setServer()\n {\n if (Arr::get($this->config, 'sandbox', false)) {\n $this->serverUrl = self::SERVER_SANDBOX_URL;\n } else {\n $this->serverUrl = self::SERVER_URL;\n }\n }", "protected function setServer()\n {\n if (Arr::get($this->config, 'sandbox', false)) {\n $this->serverUrl = self::SERVER_SANDBOX_URL;\n $this->gateUrl = self::GATE_SANDBOX_URL;\n } else {\n $this->serverUrl = self::SERVER_URL;\n $this->gateUrl = self::GATE_URL;\n }\n }", "private function setUrl()\n {\n curl_setopt($this->curl, CURLOPT_URL, $this->server);\n }", "protected function setAPIUrl()\n {\n $this->apiURL = $this->server;\n }", "public function setSiteUrl()\n {\n }", "public function setServerUrl($serverUrl)\n {\n $this->serverUrl = $serverUrl;\n // After the server is updated we must make sure the endpoint refers\n // to the correct path.\n $this->endPoint = $this->serverUrl . self::API_PATH;\n }", "public function set_url_options ($options)\n {\n $this->_url_options = $options;\n }", "protected function getServerUrl(array $options)\n {\n return $options['use_ssl']?$options['server_url_ssl']:$options['server_url'];\n }", "private function _setSiteUrl()\n {\n self::$isHttps = $this->_requestIsSsl();\n if (!Config::system()->exists('site', 'url')) {\n $host = getKey($this->_server, 'HTTP_HOST');\n $site_url = self::$isHttps ? 'https://' : 'http://';\n $site_url .= $host . '/';\n Config::system()->set('site', 'url', $site_url);\n Config::system()->set('site', 'host', $host);\n } else {\n $site_url = Config::system()->get('site', 'url');\n //Make sure we have a trailing slash.\n if (substr($site_url, -1) !== '/') {\n $site_url .= '/';\n Config::system()->set('site', 'url', $site_url);\n }\n Config::system()->set('site', 'host', parse_url($site_url, PHP_URL_HOST));\n }\n return $this;\n }", "function GetServerURL () {\n return ($this->sServerUrl);\n }", "private function setOptions(): void\n {\n if ($this->secure === null) {\n $this->secure = config('short-url.enforce_https');\n }\n\n if ($this->secure) {\n $this->destinationUrl = str_replace('http://', 'https://', $this->destinationUrl);\n }\n\n if ($this->forwardQueryParams === null) {\n $this->forwardQueryParams = config('short-url.forward_query_params') ?? false;\n }\n\n if (! $this->urlKey) {\n $this->urlKey = $this->keyGenerator->generateKeyUsing($this->generateKeyUsing);\n }\n\n if (! $this->activateAt) {\n $this->activateAt = now();\n }\n\n $this->setTrackingOptions();\n }", "abstract protected function setBaseUrl();", "public function wpptn_set_options(){\n $opt = get_option( $this->prefix.'option');\n if(isset($opt)){\n $this->webhook_url = $opt['webhook_url'];\n }else{\n $this->webhook_url = null;\n }\n }", "public function setUrlOptions(array $options)\n {\n $this->_urlOptions = $options;\n }", "public static function getServerUrl(){\n $port = $_SERVER['SERVER_PORT'];\n $http = \"http\";\n \n if($port == \"80\"){\n $port = \"\"; \n }\n \n if(!empty($_SERVER[\"HTTPS\"]) && $_SERVER[\"HTTPS\"] == \"on\"){\n $http = \"https\";\n }\n if(empty($port)){\n return $http.\"://\".$_SERVER['SERVER_NAME'];\n }else{\n return $http.\"://\".$_SERVER['SERVER_NAME'].\":\".$port; \n } \n }", "private function setBaseUrl(): void\n {\n $result = \"https://{$this->getMastodonInstance()}\";\n $this->baseUrl = $result;\n }", "public function getServerUrl()\n { \n return $this->_shoptimallyDomain;\n }", "protected function _setBaseUrl()\n {\n $this->protocol = empty($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) === 'off' ? 'http://' : 'https://';\n $this->hostname = htmlentities($_SERVER['HTTP_HOST'], ENT_QUOTES, 'UTF-8');\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
active and featured Products
public function get_active_featured_products() { return $this->db->get_where($this->table, array('featured' => '1', 'status' => '1' ))->result(); }
[ "function FeaturedProducts() {\n\t\treturn $this->ProductsShowable(\"`FeaturedProduct` = 1\", self::$featured_products_permissions);\n\t}", "public function getFeaturedProduct();", "public function getActiveProducts()\n {\n //ToDo 4: Get all the products that are ACTIVE in the database.\n return $this->getEntityManager()\n ->getRepository(Product::class)\n ->findBy(['active' => 1], ['name' => 'ASC']);\n }", "public function get_featured_products()\n\t{\n\t\t$this->db->select('*')->from('product')->where(\"product_status = 1 AND featured = 1\")->order_by(\"created\", 'DESC');\n\t\t$query = $this->db->get();\n\t\t\n\t\treturn $query;\n\t}", "function storefront_featured_products($args) {\n\n if (is_woocommerce_activated()) {\n\n $args = apply_filters('storefront_featured_products_args', array(\n 'limit' => 4,\n 'columns' => 4,\n 'orderby' => 'date',\n 'order' => 'desc',\n 'title' => __('We Recommend', 'storefront'),\n ));\n\n echo '<section class=\"storefront-product-section storefront-featured-products\">';\n\n do_action('storefront_homepage_before_featured_products');\n\n echo '<h2 class=\"section-title\">' . wp_kses_post($args['title']) . '</h2>';\n\n do_action('storefront_homepage_after_featured_products_title');\n\n echo storefront_do_shortcode('featured_products', array(\n 'per_page' => intval($args['limit']),\n 'columns' => intval($args['columns']),\n 'orderby' => esc_attr($args['orderby']),\n 'order' => esc_attr($args['order']),\n ));\n\n do_action('storefront_homepage_after_featured_products');\n\n echo '</section>';\n }\n }", "public function is_featured()\n {\n }", "public function showProducts(): bool\n {\n if ($this->getCurrentCategory()->getDisplayMode() === null) {\n return true;\n }\n\n return in_array(\n $this->getCurrentCategory()->getDisplayMode(),\n [\n Category::DM_PRODUCT,\n Category::DM_MIXED,\n ModePlugin::DM_TILING_AND_PRODUCTS,\n ModePlugin::DM_TILING_AND_PAGE_AND_PRODUCTS\n ]\n );\n }", "public function selectProductsFeatured()\n {\n $sql = \"SELECT * FROM \" . $this->getTableName(\"images\") . \" WHERE pro_id=? AND featured=\" . self::FEATURED_YES;\n $stmt = $this->prepare($sql);\n $stmt->bind_param(\"i\", $this->getProId());\n $stmt->execute();\n $result = $stmt->get_result();\n $stmt->close();\n return $this->fetch_assoc_all($result);\n }", "public function index_active(){\n $products = DB::table('products')->where('active', 1)->orderBy('id', 'DESC')->get();\n return view('cms.product.all_active_product', compact('products'));\n }", "public function hasFeaturedProducts() {\r\n $data = $this->getItemData();\r\n if (isset($data['featured_type']) && $data['featured_type']) {\r\n if ($data['featured_type'] == '1') {\r\n if ($this->getFeaturedProducts() && count($this->getFeaturedProducts()))\r\n return true;\r\n }\r\n }\r\n return false;\r\n }", "function getFeaturedProducts(){\n\tglobal $objSmarty;\n\t$selQry=\"select * from product where feature='1' order by rand() limit 8\";\n\t$resultSet =$this->ExecuteQuery($selQry, \"select\");\n\t$num_rows=$this->ExecuteQuery($selQry,\"norows\");\n\tif($num_rows > 0){\n\t\t$objSmarty->assign(\"featuredProducts\",$resultSet);\n\t}else{\n\t\t$selectProducts=\"select * from product order by rand() limit 8\";\n\t\t$resultProducts =$this->ExecuteQuery($selectProducts, \"select\");\n\t\t$objSmarty->assign(\"featuredProducts\",$resultProducts);\n\t}\n}", "public function getFeatured() {\n $query = 'SELECT prds.id, prds.name, prds.description, imgs.image_url \n FROM products AS prds INNER JOIN images AS imgs ON imgs.product_id = prds.id\n WHERE featured = 1 LIMIT 3';\n\n $stmt = $this->dbConnect()->query($query);\n return $stmt->fetchAll(PDO::FETCH_ASSOC);\n }", "public function getAllFeaturedProducts()\n {\n $products = Product::/* where('category_id', $id)-> */where('is_featured', 1)->get();\n\n return view('frontend.pages.featuredproduct', compact('products'));\n }", "public function getCategoryFeaturedProduct()\n {\n $category = Mage::registry('current_category');\n $display_mode = ($category->getDisplayMode());\n if($display_mode=='PRODUCTS' || $display_mode=='PRODUCTS_AND_PAGE'){\n $id = Mage::registry('current_category')->getId();\n $collection = Mage::getModel('catalog/product')\n ->getCollection()\n ->joinField('category_id', 'catalog/category_product', 'category_id', 'product_id = entity_id', null, 'left')\n ->addAttributeToSelect('*')\n ->addAttributeToFilter('category_id', $id)\n ->addFieldToFilter('is_featured',1)\n ->addFieldToFilter('featured_range',['in'=>[1,3]])\n ->addStoreFilter()\n ;\n\n $page_size = Mage::getStoreConfig('featured_options/general/max_slider')? Mage::getStoreConfig('featured_options/general/max_slider') : 10 ;\n $collection->setVisibility(Mage::getSingleton('catalog/product_visibility')->getVisibleInCatalogIds())\n ->setPageSize((int) $page_size );\n return $collection;\n }\n\n return;\n }", "public function featured_product($id){\n $sql = \"select * from featured_products where product_id = \".$id;\n $result = $this->sql->query($sql);\n return $result;\n }", "protected function inDevelopmentProductList()\n {\n $this->data['breadcrumbs'][] = array(\n 'text' => $this->language->get('text_active_projects'),\n 'href' => '',\n 'separator' => $this->language->get('text_separator')\n );\n\n $this->data['heading_title'] = 'Active Projects';\n\n $productService = ProductService::getInstance($this->config, $this->currency, $this->model_tool_image, $this->tax, $this->url);\n $products = $this->model_catalog_product->getInDevelopmentProducts();\n\n $this->data['products'] = $productService->getProductsThumbnailInfo($products, $this->customer);\n\n $this->template = $this->config->get('config_template') . '/template/collaborate/product_list.tpl';\n }", "public function defineProducts($data){\n if($data['hasspace']){\n return get_field('featured_products', $data['space']); \n }\n return $data['products'];\n }", "function check_featured_store_products(array $products): array {\n $featured_store_products = [];\n \n foreach ($products as $product) {\n if ($product[\"featured_in_store\"] === \"TRUE\") {\n $featured_store_products[] = $product;\n }\n }\n return $featured_store_products;\n }", "public function toggle_featured(){\n\t\t\t// Fetch existintg product\n\t\t\t\t/** @var Category $existing_object */\n\t\t\t\t$existing_object = Category::fetch($_REQUEST['id']);\n\t\t\t\tif($existing_object === false) return $this->zajlib->json('error');\n\t\t\t// Toggle!\n\t\t\t\t$existing_object->set('featured', !$existing_object->featured)->save();\n\t\t\t// redirect\n\t\t\t\treturn $this->zajlib->json($existing_object->featured);\n\t\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
/ In case you need a webhook, like PayPal IPN etc
public function webhook() { }
[ "public function webhook() {\n\n\n\n }", "public function webhook()\n\t\t{\n\t\t}", "public function webhook(Request $request)\n {\n }", "public function createwebhook(){\n $webhook = new \\PayPal\\Api\\Webhook();\n\n // # Basic Information\n // {\n // \"url\":\"https://requestb.in/10ujt3c1\",\n // \"event_types\":[\n // {\n // \"name\":\"PAYMENT.AUTHORIZATION.CREATED\"\n // },\n // {\n // \"name\":\"PAYMENT.AUTHORIZATION.VOIDED\"\n // }\n // ]\n // }\n\n $webhook->setUrl(\"https://requestb.in/10ujt3c1?uniqid=\" . uniqid());\n\n // # Event Types\n // Event types correspond to what kind of notifications you want to receive on the given URL.\n $webhookEventTypes = array();\n $webhookEventTypes[] = new \\PayPal\\Api\\WebhookEventType(\n '{\n \"name\":\"PAYMENT.AUTHORIZATION.CREATED\"\n }'\n );\n $webhookEventTypes[] = new \\PayPal\\Api\\WebhookEventType(\n '{\n \"name\":\"PAYMENT.AUTHORIZATION.VOIDED\"\n }'\n );\n $webhook->setEventTypes($webhookEventTypes);\n\n // For Sample Purposes Only.\n $request = clone $webhook;\n\n // ### Create Webhook\n try {\n $output = $webhook->create($this->_api_context);\n } catch (Exception $ex) {\n // ^ Ignore workflow code segment\n if ($ex instanceof \\PayPal\\Exception\\PayPalConnectionException) {\n $data = $ex->getData();\n // NOTE: PLEASE DO NOT USE RESULTPRINTER CLASS IN YOUR ORIGINAL CODE. FOR SAMPLE ONLY\n print_r(\"Created Webhook Failed. Checking if it is Webhook Number Limit Exceeded. Trying to delete all existing webhooks\", \"Webhook\", \"Please Use <a style='color: red;' href='DeleteAllWebhooks.php' >Delete All Webhooks</a> Sample to delete all existing webhooks in sample\", $request, $ex);\n if (strpos($data, 'WEBHOOK_NUMBER_LIMIT_EXCEEDED') !== false) {\n require 'DeleteAllWebhooks.php';\n try {\n $output = $webhook->create($this->_api_context);\n } catch (Exception $ex) {\n // NOTE: PLEASE DO NOT USE RESULTPRINTER CLASS IN YOUR ORIGINAL CODE. FOR SAMPLE ONLY\n print_r($ex);\n exit(1);\n }\n } else {\n // NOTE: PLEASE DO NOT USE RESULTPRINTER CLASS IN YOUR ORIGINAL CODE. FOR SAMPLE ONLY\n print_r($ex);\n exit(1);\n }\n } else {\n // NOTE: PLEASE DO NOT USE RESULTPRINTER CLASS IN YOUR ORIGINAL CODE. FOR SAMPLE ONLY\n print_r($ex);\n exit(1);\n }\n // Print Success Result\n }\n\n\n return $output;\n }", "function ppfpn_paypal_ipn() {\n if (isset($_GET['action']) && $_GET['action']==PPFPN_IPN_ID) { \n ppfpn_log(\"IPN Handler POST sent by PayPal\", $_POST); \n\n if(ppfpn_check_ipn()) {\n ppfpn_ipn_request($IPN_status = true);\n } else {\n ppfpn_ipn_request($IPN_status = false);\n }\n } \n}", "public function webhook(){\r\n\t\t\r\n\t\t$json = array();\r\n\r\n\t\tif($this->request->server['REQUEST_METHOD'] == 'POST'){\r\n\t\t\t\r\n\t\t\t$post = array();\r\n\t\t\tif(isset($this->request->post['coin_short_name']) && $this->request->post['coin_short_name'] != '' && isset($this->request->post['address']) && $this->request->post['address'] != '' && isset($this->request->post['type']) && $this->request->post['type'] != ''){\r\n\t\t\t\t$post = $this->request->post;\r\n\t\t\t}else{\r\n\t\t\t\t$post_json = json_decode(file_get_contents('php://input'),TRUE);\r\n\r\n\t\t\t\tif(isset($post_json['coin_short_name']) && $post_json['coin_short_name'] != '' && isset($post_json['address']) && $post_json['address'] != '' && isset($post_json['type']) && $post_json['type'] != '' ){\r\n\t\t\t\t\t$post = $post_json;\r\n\t\t\t\t}else{\r\n\t\t\t\t\t$json['flag'] = 0;\r\n\t\t\t\t\t$json['msg'] = \"Required paramters are not found\";\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tif(!empty($post)){\r\n\r\n\t\t\t\tif($post['type'] == 'receive'){\r\n\t\t\t\t\t$this->load->model('checkout/order');\r\n\r\n\t\t\t\t\t$address = $post['address'];\r\n\r\n\t\t\t\t\t/*** check if address exists in oc_coinremitter_order ***/\r\n\t\t\t\t\t$this->load->model('extension/coinremitter/payment/coinremitter');\r\n\t\t\t\t\t$order_info = $this->model_extension_coinremitter_payment_coinremitter->getOrderByAddress($address);\r\n\t\t\t\t\t\r\n\t\t\t\t\tif(!empty($order_info)){\r\n\r\n\t\t\t\t\t\tif($order_info['payment_status'] == 'pending' || $order_info['payment_status'] == 'under paid'){\r\n\r\n\t\t\t\t\t\t\t$orderId = $order_info['order_id'];\r\n\r\n\t\t\t\t\t\t\t$order_cart = $this->model_checkout_order->getOrder($orderId);\r\n\t\t\t\t\t\t\tif(!empty($order_cart)){\r\n\r\n\t\t\t\t\t\t\t\t/*** check if expired time of invoice is defined or not. If defined then check if invoice has any transaction or not. If no transaction is found and invoice time is expired then change invoice status as expired ***/\r\n\r\n\t\t\t\t\t\t\t\t/*** Get webhook by address***/\r\n\t\t\t\t\t\t\t\t$status = '';\r\n\t\t\t\t\t\t\t\tif(isset($order_info['expire_on']) && $order_info['expire_on'] != ''){\r\n\t\t\t\t\t\t\t\t\tif(time() >= strtotime($order_info['expire_on'])){\r\n\t\t\t\t\t\t\t\t\t\t$getWebhookByAddressRes = $this->model_extension_coinremitter_payment_coinremitter->getWebhookByAddress($address);\t\r\n\t\t\t\t\t\t\t\t\t\tif(empty($getWebhookByAddressRes)){\r\n\t\t\t\t\t\t\t\t\t\t\t//update payment_status,status as expired\r\n\t\t\t\t\t\t\t\t\t\t\t$status = 'expired';\r\n\t\t\t\t\t\t\t\t\t\t\t$update_arr = array('payment_status' => $status);\r\n\t\t\t\t\t\t\t\t\t\t\t$this->model_extension_coinremitter_payment_coinremitter->updateOrder($orderId,$update_arr);\r\n\t\t\t\t\t\t\t\t\t\t\t$update_arr = array('status' => ucfirst($status));\r\n\t\t\t\t\t\t\t\t\t\t\t$this->model_extension_coinremitter_payment_coinremitter->updatePaymentStatus($orderId,$update_arr);\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\tif($order_cart['order_status'] != 'Canceled'){\r\n\t\t\t\t\t\t\t\t\t\t\t\t/*** Update order history status to canceled, add comment ***/\r\n\t\t\t\t\t\t $comments = 'Order #'.$orderId;\r\n\t\t\t\t\t\t $is_customer_notified = true;\r\n\t\t\t\t\t\t $this->model_checkout_order->addHistory($orderId, 7, $comments, $is_customer_notified); // 7 = Canceled\t\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t}\t\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\t\tif($status == ''){\r\n\r\n\t\t\t\t\t\t\t\t\t$coin = $post['coin_short_name'];\r\n\t\t\t\t\t\t\t\t\t$trxId = $post['id'];\r\n\r\n\t\t\t\t\t\t\t\t\t/*** now get wallet data from oc_coinremitter_wallet with use of coin ***/\r\n\t\t\t\t\t\t\t\t\t$wallet_info = $this->model_extension_coinremitter_payment_coinremitter->getWallet($coin);\r\n\t\t\t\t\t\t\t\t\tif(!empty($wallet_info)){\r\n\r\n\t\t\t\t\t\t\t\t\t\t/*** now get transaction from coinremitter api call ***/\r\n\t\t\t\t\t\t\t\t\t\t$get_trx_params = array(\r\n\t\t\t\t\t\t\t\t\t\t\t'url'\t\t=> 'get-transaction',\r\n\t\t\t\t\t\t\t\t\t\t\t'api_key'\t=>\t$wallet_info['api_key'],\r\n\t\t\t\t\t\t 'password'\t=>\t$wallet_info['password'],\r\n\t\t\t\t\t\t 'id'\t\t=>\t$trxId,\r\n\t\t\t\t\t\t 'coin'\t\t=>\t$coin\r\n\t\t\t\t\t\t\t\t\t\t);\r\n\r\n\t\t\t\t\t\t\t\t\t\t$getTransaction = $this->obj_curl->commonApiCall($get_trx_params);\r\n\t\t\t\t\t\t\t\t\t\tif(!empty($getTransaction) && isset($getTransaction['flag']) && $getTransaction['flag'] == 1){\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t$transaction = $getTransaction['data'];\r\n\r\n\t\t\t\t\t\t\t\t\t\t\tif(isset($transaction['type']) && $transaction['type'] == 'receive'){\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t/*** now check if transaction exists in oc_coinremitter_webhook or not if does not exist then insert else update confirmations ***/\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t$webhook_info = $this->model_extension_coinremitter_payment_coinremitter->getWebhook($transaction['id']);\r\n\t\t\t\t\t\t\t\t\t\t\t\tif(empty($webhook_info)){\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t//insert record\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t$insert_arr = array(\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'order_id' => $orderId,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'address' => $transaction['address'],\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'transaction_id' => $transaction['id'],\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'txId' => $transaction['txid'],\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'explorer_url' => $transaction['explorer_url'],\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'paid_amount' => $transaction['amount'],\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'coin' => $transaction['coin_short_name'],\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'confirmations' => $transaction['confirmations'],\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'paid_date' => $transaction['date']\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t);\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t$inserted_id = $this->model_extension_coinremitter_payment_coinremitter->addWebhook($insert_arr);\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tif($inserted_id > 0){\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$json['flag'] = 1;\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$json['msg'] = \"Inserted successfully\";\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$json['flag'] = 0;\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$json['msg'] = \"system error. Please try again later.\";\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t//update confirmations if confirmation is less than 3\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tif($webhook_info['confirmations'] < 3){\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$update_confirmation = array(\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'confirmations' => $transaction['confirmations'] <= 3 ? $transaction['confirmations'] : 3 \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$this->model_extension_coinremitter_payment_coinremitter->updateTrxConfirmation($webhook_info['transaction_id'],$update_confirmation);\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t} \r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t$json['flag'] = 1;\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t$json['msg'] = \"confirmations updated successfully\";\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t/*** order paid process start ***/\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t/*** Now, get all webhook transactions which have lesser than 3 confirmations ***/\r\n\t\t\t\t\t\t\t\t\t\t\t\t$webhook_res = $this->model_extension_coinremitter_payment_coinremitter->getSpecificWebhookTrxByAddress($address);\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t/*** Get wallet info if and only if webhook_res has atleast one data ***/\r\n\t\t\t\t\t\t\t\t\t\t\t\tif(!empty($webhook_res)){\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tforeach ($webhook_res as $webhook) {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t/*** Get confirmation from coinremitter api (get-transaction) ***/\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$get_trx_params['id'] = $webhook['transaction_id']; \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$getTransactionRes = $this->obj_curl->commonApiCall($get_trx_params);\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif(!empty($getTransactionRes) && isset($getTransactionRes['flag']) && $getTransactionRes['flag'] == 1){\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$transactionData = $getTransactionRes['data'];\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$update_confirmation = array(\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'confirmations' => $transactionData['confirmations'] <= 3 ? $transactionData['confirmations'] : 3 \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$this->model_extension_coinremitter_payment_coinremitter->updateTrxConfirmation($webhook['transaction_id'],$update_confirmation);\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t/*** Get sum of paid amount of all transations which have 3 or more than 3 confirmtions ***/\r\n\t\t\t\t\t\t\t\t\t\t\t\t$total_paid_res = $this->model_extension_coinremitter_payment_coinremitter->getTotalPaidAmountByAddress($address);\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t$total_paid = 0;\r\n\t\t\t\t\t\t\t\t\t\t\t\tif(isset($total_paid_res['total_paid']) && $total_paid_res['total_paid'] > 0 ){\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t$total_paid = $total_paid_res['total_paid'];\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t$status = '';\r\n\t\t\t\t\t\t\t\t\t\t\t\tif($total_paid == $order_info['crp_amount']){\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t$status = 'paid';\r\n\t\t\t\t\t\t\t\t\t\t\t\t}else if($total_paid > $order_info['crp_amount']){\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t$status = 'over paid';\r\n\t\t\t\t\t\t\t\t\t\t\t\t}else if($total_paid != 0 && $total_paid < $order_info['crp_amount']){\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t$status = 'under paid';\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\tif($status != ''){\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t//update payment_status,status\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t$update_arr = array('payment_status' => $status);\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t$this->model_extension_coinremitter_payment_coinremitter->updateOrder($orderId,$update_arr);\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t$update_arr = array('status' => ucfirst($status));\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t$this->model_extension_coinremitter_payment_coinremitter->updatePaymentStatus($orderId,$update_arr);\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tif($status == 'paid' || $status == 'over paid' || $status == 'under paid'){\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t/*** Update order status as complete ***/\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$this->add_order_success_history($orderId);\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t/*** order paid process end ***/\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t\t\t\t$json['flag'] = 0; \r\n\t\t\t\t\t\t\t\t\t\t\t\t$json['msg'] = 'Transaction type is not receive';\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t\t\t$msg = 'Something went wrong while getting transactions. Please try again later'; \r\n\t\t\t\t\t\t\t\t\t\t\tif(isset($getTransaction['msg']) && $getTransaction['msg'] != ''){\r\n\t\t\t\t\t\t\t\t\t\t\t\t$msg = $getTransaction['msg']; \r\n\t\t\t\t\t\t\t\t\t\t\t} \r\n\t\t\t\t\t\t\t\t\t\t\t$json['flag'] = 0; \r\n\t\t\t\t\t\t\t\t\t\t\t$json['msg'] = $msg; \r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t\t$json['flag'] = 0;\r\n\t\t\t\t\t\t\t\t\t\t$json['msg'] = \"Wallet not found\";\t\r\n\t\t\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t$json['flag'] = 0;\r\n\t\t\t\t\t\t\t\t\t$json['msg'] = \"Order is expired\";\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t$json['flag'] = 0;\r\n\t\t\t\t\t\t\t\t$json['msg'] = \"Order not found\";\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t$json['flag'] = 0;\r\n\t\t\t\t\t\t\t$json['msg'] = \"Order status is neither a 'pending' nor a'under paid'\";\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}else{\r\n\t\t\t\t\t\t$json['flag'] = 0;\r\n\t\t\t\t\t\t$json['msg'] = \"Address not found\";\r\n\t\t\t\t\t}\r\n\t\t\t\t}else{\r\n\t\t\t\t\t$json['flag'] = 0;\r\n\t\t\t\t\t$json['msg'] = \"Invalid type\";\r\n\t\t\t\t}\r\n\t\t\t}else{\r\n\t\t\t\t$json['flag'] = 0;\r\n\t\t\t\t$json['msg'] = \"Required paramters are not found\";\r\n\t\t\t}\r\n\t\t}else{\r\n\t\t\t$json['flag'] = 0;\r\n\t\t\t$json['msg'] = \"Only post request allowed\";\r\n\t\t}\r\n\t\t\r\n\t\t$this->response->addHeader('Content-Type: application/json');\r\n\t\t$this->response->setOutput(json_encode($json));\r\n\t}", "public function webhookAction()\n {\n $modelWebhook = Mage::getModel('chargepayment/webhook');\n\n $isDebugCard = Mage::getModel('chargepayment/creditCard')->isDebug();\n $isDebugJs = Mage::getModel('chargepayment/creditCardJs')->isDebug();\n $isDebugKit = Mage::getModel('chargepayment/creditCardKit')->isDebug();\n $isDebugHosted = Mage::getModel('chargepayment/hosted')->isDebug();\n\n $isDebug = $isDebugCard || $isDebugJs || $isDebugKit || $isDebugHosted ? true : false;\n\n if ($isDebug) {\n Mage::log(file_get_contents('php://input'), null, CheckoutApi_ChargePayment_Model_Webhook::LOG_FILE);\n Mage::log(json_decode(file_get_contents('php://input')), null, CheckoutApi_ChargePayment_Model_Webhook::LOG_FILE);\n }\n\n if (!$this->getRequest()->isPost()) {\n $this->getResponse()->setHttpResponseCode(400);\n return;\n }\n\n $request = new Zend_Controller_Request_Http();\n $key = $request->getHeader('Authorization');\n\n if (!$modelWebhook->isValidPublicKey($key)) {\n $this->getResponse()->setHttpResponseCode(401);\n return;\n }\n\n $data = json_decode(file_get_contents('php://input'));\n\n if (empty($data)) {\n $this->getResponse()->setHttpResponseCode(400);\n return;\n }\n\n $eventType = $data->eventType;\n\n if (!$modelWebhook->isValidResponse($data)) {\n $this->getResponse()->setHttpResponseCode(400);\n return;\n }\n\n switch ($eventType) {\n case CheckoutApi_ChargePayment_Model_Webhook::EVENT_TYPE_CHARGE_CAPTURED:\n $result = $modelWebhook->captureOrder($data);\n break;\n case CheckoutApi_ChargePayment_Model_Webhook::EVENT_TYPE_CHARGE_REFUNDED:\n $result = $modelWebhook->refundOrder($data);\n break;\n case CheckoutApi_ChargePayment_Model_Webhook::EVENT_TYPE_CHARGE_VOIDED:\n $result = $modelWebhook->voidOrder($data);\n break;\n case CheckoutApi_ChargePayment_Model_Webhook::EVENT_TYPE_INVOICE_CANCELLED:\n $result = $modelWebhook->voidOrder($data);\n break;\n default:\n $this->getResponse()->setHttpResponseCode(500);\n return;\n }\n\n $httpCode = $result ? 200 : 400;\n\n $this->getResponse()->setHttpResponseCode($httpCode);\n }", "public function check_for_webhook() {\n\t\tif ( ( 'POST' !== $_SERVER['REQUEST_METHOD'] )\n\t\t\t|| ! isset( $_GET['wc-api'] )\n\t\t\t|| ( 'wc_product_vendors_paypal' !== $_GET['wc-api'] )\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\t$request_body = file_get_contents( 'php://input' );\n\t\t$request_headers = array_change_key_case( $this->get_request_headers(), CASE_UPPER );\n\n\t\t// Validate it to make sure it is legit.\n\t\tif ( $this->is_valid_request( $request_headers, $request_body ) ) {\n\t\t\t$this->process_webhook( $request_body );\n\t\t} else {\n\t\t\tstatus_header( 400 );\n\t\t\texit;\n\t\t}\n\t}", "function update_webhook()\n\t{\n\t\t$data = filter_forwarded_data($this);\n\t\t\n\t\tif(!empty($data['u'])) $response = $this->_webhook->update($data['u'], 'http://pro-dw-crn1.clout.com/');\n\t\t\n\t\t# record the result of the webhook update\n\t\tif(empty($respose['result'])) $response['result'] = 'FAIL';\n\t\tlog_message('debug', 'Plaid_webhook/update_webhook:: [1] '.$response['result']);\n\t}", "public function webhook(){\n $this->config->load('flutterwave');\n \n $local_secret_hash = $this->config->item('secret_hash');\n \n $body = @file_get_contents(\"php://input\");\n \n $response = json_decode($body,1);\n \n\t\t/* \n\t\t\tto store the flutter wave response and server response into the log file, \n\t\t\twhich can be found under 'application/logs/' folder\n\n\t\t\tMake a note many times codeIgniter cannot directly read the values of '$_SERVER' variable therefore if such problem arises \n\t\t\tyou can add the following line in your root .htaccess file\n\t\t\t\n\t\t\tSetEnvIf Authorization \"(.*)\" HTTP_AUTHORIZATION=$1 \n\t\t\t\n\t\t*/\n log_message('debug', 'Flutter Wave Webhook - Normal Response - JSON DATA --> ' . var_export($response, true));\n log_message('debug', 'Server Variable --> '.var_export($_SERVER,true));\n \n\t\t/* Reading the signature sent by flutter wave webhook */\n $signature = (isset($_SERVER['HTTP_VERIF_HASH']))?$_SERVER['HTTP_VERIF_HASH']:'';\n \n\t\t/* comparing our local signature with received signature */\n if(empty($signature) || $signature != $local_secret_hash ){\n log_message('error', 'Flutter Wave Webhook - Invalid Signature - JSON DATA --> ' . var_export($response, true));\n log_message('error', 'Server Variable --> '.var_export($_SERVER,true));\n exit();\n }\n\t\t\n if(strtolower($response['status']) == 'successful') {\n // TIP: you may still verify the transaction\n // before giving value.\n $response = $this->flutterwave->verify_transaction($response['txRef']);\n \n $response = json_decode($response,1);\n \n if(!empty($response) && isset($response['data']['status']) && strtolower($response['data']['status']) == 'successful' \n && isset($response['data']['chargecode']) && ( $response['data']['chargecode'] == '00' || $response['data']['chargecode'] == '0')\n ){\n \n $payer_email = $response['data']['custemail'];\n $paymentplan = $response['data']['paymentplan'];\n \n /* \n\t\t\t\t\tPerform Database Operations here \n\t\t\t\t\tAdd your custom code here for any other operation like \n\t\t\t\t\tselling good / inserting / update transaction record in database / anything else\n\t\t\t\t*/\n \n }else{\n /* Transaction failed */\n log_message('error', 'Flutter Wave Webhook - Inner Verification Failed --> ' . var_export($response, true));\n log_message('error', 'Server Variable --> '.var_export($_SERVER,true));\n }\n \n }else{\n /* Transaction failed */\n log_message('error', 'Flutter Wave Webhook - Outter Verification Failed --> ' . var_export($response, true));\n log_message('error', 'Server Variable --> '.var_export($_SERVER,true));\n }\n \n }", "public function shouldDeliverWebhook(): bool;", "function requireWebhooks()\n {\n require_once('lib/Services/Paymill/Webhooks.php');\n }", "public function testCreateWebhook()\n {\n }", "public function postToThirdParty()\n {\n }", "public function webhook() \n\t {\n\t \t// If webhooks is enabled and that a valid key is set.\n\t \tif ($this->config->get('mailchimp_webhooks') && $this->config->get('mailchimp_webhooks_key')) {\n\t \t\tif (isset($_GET['key']) && $_GET['key'] == $this->config->get('mailchimp_webhooks_key')) {\n\t \t\t\t$this->load->model('module/mailchimp');\n\n\t \t\t\t$inbound_data = array(\n\t\t \t\t\t'type' \t=> $_POST['type'],\n\t\t \t\t\t'email'\t=> filter_var($_POST['data']['email'], FILTER_VALIDATE_EMAIL)\n\t\t \t\t);\n\n\t \t\t\tswitch ($inbound_data['type']) {\n\t \t\t\t\tcase 'subscribe':\n\t \t\t\t\t\t$this->model_module_mailchimp->set_newsletter($inbound_data['email'], TRUE);\n\t \t\t\t\t\tbreak;\n\t \t\t\t\tcase 'unsubscribe':\n\t \t\t\t\t\t$this->model_module_mailchimp->set_newsletter($inbound_data['email'], FALSE);\n\t \t\t\t\t\tbreak;\n\t \t\t\t\tcase 'cleaned':\n\t \t\t\t\t\t$this->model_module_mailchimp->set_newsletter($inbound_data['email'], FALSE);\n\t \t\t\t\t\tbreak;\n\t \t\t\t\tdefault:\n\t \t\t\t\t\tbreak;\n\t \t\t\t}\n\t \t\t}\n\t \t}\n\t }", "function PPHttpPost($methodName_, $nvpStr_) {\n\t\t\tglobal $gateway_environment;\n\t\t\t$environment = $gateway_environment;\n\n\t\t\t$API_UserName = pmpro_getOption(\"apiusername\");\n\t\t\t$API_Password = pmpro_getOption(\"apipassword\");\n\t\t\t$API_Signature = pmpro_getOption(\"apisignature\");\n\t\t\t$API_Endpoint = \"https://api-3t.paypal.com/nvp\";\n\t\t\tif(\"sandbox\" === $environment || \"beta-sandbox\" === $environment) {\n\t\t\t\t$API_Endpoint = \"https://api-3t.$environment.paypal.com/nvp\";\n\t\t\t}\n\n $nvp_args = array(\n 'METHOD' => $methodName_,\n 'VERSION' => '72.0',\n 'bn' => PAYPAL_BN_CODE,\n );\n\n\t\t\tif ( ! empty( $API_UserName ) ) {\n\t\t\t $nvp_args['USER'] = $API_UserName;\n }\n\n\t\t\tif ( !empty( $API_Password ) ) {\n\t\t\t $nvp_args['PWD'] = $API_Password;\n }\n\n if ( !empty( $API_Signature ) ) {\n\t\t\t $nvp_args['SIGNATURE'] = $API_Signature;\n }\n\n\t\t\t$nvpreq = http_build_query( $nvp_args );\n $nvpreq = \"{$nvpStr_}&{$nvpreq}\";\n\n\t\t\t//post to PayPal\n\t\t\t$response = wp_remote_post( $API_Endpoint, array(\n\t\t\t\t\t'timeout' => 60,\n\t\t\t\t\t'sslverify' => FALSE,\n\t\t\t\t\t'httpversion' => '1.1',\n\t\t\t\t\t'body' => $nvpreq\n\t\t\t )\n\t\t\t);\n\n\t\t\tif ( is_wp_error( $response ) ) {\n\t\t\t $error_message = $response->get_error_message();\n\t\t\t die( \"{$methodName_} failed: $error_message\" );\n\t\t\t} else {\n\t\t\t\t//extract the response details\n\t\t\t\t$httpParsedResponseAr = array();\n\t\t\t\tparse_str(wp_remote_retrieve_body($response), $httpParsedResponseAr);\n\n\t\t\t\t//check for valid response\n\t\t\t\tif((0 == sizeof($httpParsedResponseAr)) || !array_key_exists('ACK', $httpParsedResponseAr)) {\n\t\t\t\t\texit(\"Invalid HTTP Response for POST request($nvpreq) to $API_Endpoint.\");\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn $httpParsedResponseAr;\n\t\t}", "public function actionPaymentWebhook(): void\n {\n $this->requirePostRequest();\n\n if (craft()->depositManagement_mollie->updatePayment($_POST['id'])) {\n http_response_code(200);\n } else {\n echo craft()->depositManagement_mollie->getMollieError();\n http_response_code(500);\n }\n die();\n }", "function webhook(){\n\n\t//1 recup de l'header et verifie si signature dropbox\n\t$signature = (isset(getallheaders()['X-Dropbox-Signature'])) ? getallheaders()['X-Dropbox-Signature'] : \"signature invalide\" ;\n\t//comment vérifier la signature ? (non facultatif)\n\n\t//2 recup du json\n\t$data = file_get_contents(\"php://input\"); \n\t$uidList = json_decode($data);\n\t// file_put_contents('dblog.txt',$data.\"\\n\".$uidList);\n\n\t//3 repondre rapidement\n\techo 'Lancement process_user';\n\tprocess_user();\n\t//nb : on n'utilise pas les uid donc cette fonction pourrait se résumer en process_user();\n}", "public function sendVerification();" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Filters unwanted characters out of an input string based on an allowable character set. Useful for tidying up FORM field inputs Parameter strRawText is a value to clean. Parameter "strAllowableChars" is a string of characters allowable in "strRawText" if its to be deemed valid. Parameter "blnAllowAccentedChars" accepts a boolean value which determines if "strRawText" can contain Accented or Highorder characters.
function cleanInput2($strRawText, $strAllowableChars, $blnAllowAccentedChars) { $iCharPos = 0; $chrThisChar = ""; $strCleanedText = ""; //Compare each character based on list of acceptable characters while ($iCharPos < strlen($strRawText)) { // Only include valid characters ** $chrThisChar = substr($strRawText, $iCharPos, 1); if (strpos($strAllowableChars, $chrThisChar) !== FALSE) { $strCleanedText = $strCleanedText . $chrThisChar; } elseIf ($blnAllowAccentedChars == TRUE) { // Allow accented characters and most high order bit chars which are harmless ** if (ord($chrThisChar) >= 191) { $strCleanedText = $strCleanedText . $chrThisChar; } } $iCharPos = $iCharPos + 1; } return $strCleanedText; }
[ "public function testMustStripUnwantedCharacters(): void\n {\n $unwantedCharacters = implode('', HtmlPurifier::UNWANTED_CHARACTERS);\n $strippedString = $this->purifier->stripUnwantedCharacters(self::RAW_TEXT);\n $this->assertFalse(\n strpbrk($strippedString, $unwantedCharacters),\n \"It couldn't remove special characters\"\n );\n }", "public static function removeUnsafeChars($str) {\n\t\tstatic $blacklist = '/[!\\\"?():\\']/';\n\t\tstatic $whitelist = '/[^a-zA-Z0-9-_.]/';\n\t\t$validStr = preg_replace(array($blacklist, $whitelist), array('', '-'), $str);\n\t\treturn $validStr;\n\t}", "private function normalize_special_characters($str) {\n\t\t$unwanted_array = array( 'Š'=>'S', 'š'=>'s', 'Ž'=>'Z', 'ž'=>'z', 'À'=>'A', 'Á'=>'A', 'Â'=>'A', 'Ã'=>'A', 'Ä'=>'A', 'Å'=>'A', 'Æ'=>'A', 'Ç'=>'C', 'È'=>'E', 'É'=>'E',\n\t\t\t\t\t\t\t\t\t'Ê'=>'E', 'Ë'=>'E', 'Ì'=>'I', 'Í'=>'I', 'Î'=>'I', 'Ï'=>'I', 'Ñ'=>'N', 'Ò'=>'O', 'Ó'=>'O', 'Ô'=>'O', 'Õ'=>'O', 'Ö'=>'O', 'Ø'=>'O', 'Ù'=>'U',\n\t\t\t\t\t\t\t\t\t'Ú'=>'U', 'Û'=>'U', 'Ü'=>'U', 'Ý'=>'Y', 'Þ'=>'B', 'ß'=>'Ss', 'à'=>'a', 'á'=>'a', 'â'=>'a', 'ã'=>'a', 'ä'=>'a', 'å'=>'a', 'æ'=>'a', 'ç'=>'c',\n\t\t\t\t\t\t\t\t\t'è'=>'e', 'é'=>'e', 'ê'=>'e', 'ë'=>'e', 'ì'=>'i', 'í'=>'i', 'î'=>'i', 'ï'=>'i', 'ð'=>'o', 'ñ'=>'n', 'ò'=>'o', 'ó'=>'o', 'ô'=>'o', 'õ'=>'o',\n\t\t\t\t\t\t\t\t\t'ö'=>'o', 'ø'=>'o', 'ù'=>'u', 'ú'=>'u', 'û'=>'u', 'ý'=>'y', 'ý'=>'y', 'þ'=>'b', 'ÿ'=>'y', ' '=>'-', '/'=>'-', '\\\\'=>'-' );\n\t\t$str = strtr($str, $unwanted_array);\n\t\t$str = strtolower(preg_replace('/[^a-zA-Z0-9_-]/s', '', $str));\n\t\treturn $str;\n\t}", "protected function cleanup($text, $allowed_chars = null, $encoding = 'utf-8')\n\t{\n\t\tstatic $conv = array(), $conv_loaded = array();\n\t\t$words = $allow = array();\n\n\t\t// Convert the text to UTF-8\n\t\t$encoding = strtolower($encoding);\n\t\tif ($encoding != 'utf-8')\n\t\t{\n\t\t\t$text = utf8_recode($text, $encoding);\n\t\t}\n\n\t\t$utf_len_mask = array(\n\t\t\t\"\\xC0\"\t=>\t2,\n\t\t\t\"\\xD0\"\t=>\t2,\n\t\t\t\"\\xE0\"\t=>\t3,\n\t\t\t\"\\xF0\"\t=>\t4\n\t\t);\n\n\t\t/**\n\t\t* Replace HTML entities and NCRs\n\t\t*/\n\t\t$text = htmlspecialchars_decode(utf8_decode_ncr($text), ENT_QUOTES);\n\n\t\t/**\n\t\t* Load the UTF-8 normalizer\n\t\t*\n\t\t* If we use it more widely, an instance of that class should be held in a\n\t\t* a global variable instead\n\t\t*/\n\t\t\\utf_normalizer::nfc($text);\n\n\t\t/**\n\t\t* The first thing we do is:\n\t\t*\n\t\t* - convert ASCII-7 letters to lowercase\n\t\t* - remove the ASCII-7 non-alpha characters\n\t\t* - remove the bytes that should not appear in a valid UTF-8 string: 0xC0,\n\t\t* 0xC1 and 0xF5-0xFF\n\t\t*\n\t\t* @todo in theory, the third one is already taken care of during normalization and those chars should have been replaced by Unicode replacement chars\n\t\t*/\n\t\t$sb_match\t= \"ISTCPAMELRDOJBNHFGVWUQKYXZ\\r\\n\\t!\\\"#$%&'()*+,-./:;<=>?@[\\\\]^_`{|}~\\x00\\x01\\x02\\x03\\x04\\x05\\x06\\x07\\x08\\x0B\\x0C\\x0E\\x0F\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1A\\x1B\\x1C\\x1D\\x1E\\x1F\\xC0\\xC1\\xF5\\xF6\\xF7\\xF8\\xF9\\xFA\\xFB\\xFC\\xFD\\xFE\\xFF\";\n\t\t$sb_replace\t= 'istcpamelrdojbnhfgvwuqkyxz ';\n\n\t\t/**\n\t\t* This is the list of legal ASCII chars, it is automatically extended\n\t\t* with ASCII chars from $allowed_chars\n\t\t*/\n\t\t$legal_ascii = ' eaisntroludcpmghbfvq10xy2j9kw354867z';\n\n\t\t/**\n\t\t* Prepare an array containing the extra chars to allow\n\t\t*/\n\t\tif (isset($allowed_chars[0]))\n\t\t{\n\t\t\t$pos = 0;\n\t\t\t$len = strlen($allowed_chars);\n\t\t\tdo\n\t\t\t{\n\t\t\t\t$c = $allowed_chars[$pos];\n\n\t\t\t\tif ($c < \"\\x80\")\n\t\t\t\t{\n\t\t\t\t\t/**\n\t\t\t\t\t* ASCII char\n\t\t\t\t\t*/\n\t\t\t\t\t$sb_pos = strpos($sb_match, $c);\n\t\t\t\t\tif (is_int($sb_pos))\n\t\t\t\t\t{\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t* Remove the char from $sb_match and its corresponding\n\t\t\t\t\t\t* replacement in $sb_replace\n\t\t\t\t\t\t*/\n\t\t\t\t\t\t$sb_match = substr($sb_match, 0, $sb_pos) . substr($sb_match, $sb_pos + 1);\n\t\t\t\t\t\t$sb_replace = substr($sb_replace, 0, $sb_pos) . substr($sb_replace, $sb_pos + 1);\n\t\t\t\t\t\t$legal_ascii .= $c;\n\t\t\t\t\t}\n\n\t\t\t\t\t++$pos;\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t/**\n\t\t\t\t\t* UTF-8 char\n\t\t\t\t\t*/\n\t\t\t\t\t$utf_len = $utf_len_mask[$c & \"\\xF0\"];\n\t\t\t\t\t$allow[substr($allowed_chars, $pos, $utf_len)] = 1;\n\t\t\t\t\t$pos += $utf_len;\n\t\t\t\t}\n\t\t\t}\n\t\t\twhile ($pos < $len);\n\t\t}\n\n\t\t$text = strtr($text, $sb_match, $sb_replace);\n\t\t$ret = '';\n\n\t\t$pos = 0;\n\t\t$len = strlen($text);\n\n\t\tdo\n\t\t{\n\t\t\t/**\n\t\t\t* Do all consecutive ASCII chars at once\n\t\t\t*/\n\t\t\tif ($spn = strspn($text, $legal_ascii, $pos))\n\t\t\t{\n\t\t\t\t$ret .= substr($text, $pos, $spn);\n\t\t\t\t$pos += $spn;\n\t\t\t}\n\n\t\t\tif ($pos >= $len)\n\t\t\t{\n\t\t\t\treturn $ret;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* Capture the UTF char\n\t\t\t*/\n\t\t\t$utf_len = $utf_len_mask[$text[$pos] & \"\\xF0\"];\n\t\t\t$utf_char = substr($text, $pos, $utf_len);\n\t\t\t$pos += $utf_len;\n\n\t\t\tif (($utf_char >= UTF8_HANGUL_FIRST && $utf_char <= UTF8_HANGUL_LAST)\n\t\t\t\t|| ($utf_char >= UTF8_CJK_FIRST && $utf_char <= UTF8_CJK_LAST)\n\t\t\t\t|| ($utf_char >= UTF8_CJK_B_FIRST && $utf_char <= UTF8_CJK_B_LAST))\n\t\t\t{\n\t\t\t\t/**\n\t\t\t\t* All characters within these ranges are valid\n\t\t\t\t*\n\t\t\t\t* We separate them with a space in order to index each character\n\t\t\t\t* individually\n\t\t\t\t*/\n\t\t\t\t$ret .= ' ' . $utf_char . ' ';\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (isset($allow[$utf_char]))\n\t\t\t{\n\t\t\t\t/**\n\t\t\t\t* The char is explicitly allowed\n\t\t\t\t*/\n\t\t\t\t$ret .= $utf_char;\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (isset($conv[$utf_char]))\n\t\t\t{\n\t\t\t\t/**\n\t\t\t\t* The char is mapped to something, maybe to itself actually\n\t\t\t\t*/\n\t\t\t\t$ret .= $conv[$utf_char];\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* The char isn't mapped, but did we load its conversion table?\n\t\t\t*\n\t\t\t* The search indexer table is split into blocks. The block number of\n\t\t\t* each char is equal to its codepoint right-shifted for 11 bits. It\n\t\t\t* means that out of the 11, 16 or 21 meaningful bits of a 2-, 3- or\n\t\t\t* 4- byte sequence we only keep the leftmost 0, 5 or 10 bits. Thus,\n\t\t\t* all UTF chars encoded in 2 bytes are in the same first block.\n\t\t\t*/\n\t\t\tif (isset($utf_char[2]))\n\t\t\t{\n\t\t\t\tif (isset($utf_char[3]))\n\t\t\t\t{\n\t\t\t\t\t/**\n\t\t\t\t\t* 1111 0nnn 10nn nnnn 10nx xxxx 10xx xxxx\n\t\t\t\t\t* 0000 0111 0011 1111 0010 0000\n\t\t\t\t\t*/\n\t\t\t\t\t$idx = ((ord($utf_char[0]) & 0x07) << 7) | ((ord($utf_char[1]) & 0x3F) << 1) | ((ord($utf_char[2]) & 0x20) >> 5);\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t/**\n\t\t\t\t\t* 1110 nnnn 10nx xxxx 10xx xxxx\n\t\t\t\t\t* 0000 0111 0010 0000\n\t\t\t\t\t*/\n\t\t\t\t\t$idx = ((ord($utf_char[0]) & 0x07) << 1) | ((ord($utf_char[1]) & 0x20) >> 5);\n\t\t\t\t}\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t/**\n\t\t\t\t* 110x xxxx 10xx xxxx\n\t\t\t\t* 0000 0000 0000 0000\n\t\t\t\t*/\n\t\t\t\t$idx = 0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* Check if the required conv table has been loaded already\n\t\t\t*/\n\t\t\tif (!isset($conv_loaded[$idx]))\n\t\t\t{\n\t\t\t\t$conv_loaded[$idx] = 1;\n\t\t\t\t$file = $this->phpbb_root_path . 'includes/utf/data/search_indexer_' . $idx . '.' . $this->php_ext;\n\n\t\t\t\tif (file_exists($file))\n\t\t\t\t{\n\t\t\t\t\t$conv += include($file);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (isset($conv[$utf_char]))\n\t\t\t{\n\t\t\t\t$ret .= $conv[$utf_char];\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t/**\n\t\t\t\t* We add an entry to the conversion table so that we\n\t\t\t\t* don't have to convert to codepoint and perform the checks\n\t\t\t\t* that are above this block\n\t\t\t\t*/\n\t\t\t\t$conv[$utf_char] = ' ';\n\t\t\t\t$ret .= ' ';\n\t\t\t}\n\t\t}\n\t\twhile (1);\n\n\t\treturn $ret;\n\t}", "function sanitize($string, $force_lowercase = true, $anal = false) {\n $unwanted_array = array( 'Š'=>'S', 'š'=>'s', 'Ž'=>'Z', 'ž'=>'z', 'À'=>'A', 'Á'=>'A', 'Â'=>'A', 'Ã'=>'A', 'Ä'=>'A', 'Å'=>'A', 'Æ'=>'A', 'Ç'=>'C', 'È'=>'E', 'É'=>'E',\n 'Ê'=>'E', 'Ë'=>'E', 'Ì'=>'I', 'Í'=>'I', 'Î'=>'I', 'Ï'=>'I', 'Ñ'=>'N', 'Ò'=>'O', 'Ó'=>'O', 'Ô'=>'O', 'Õ'=>'O', 'Ö'=>'O', 'Ø'=>'O', 'Ù'=>'U',\n 'Ú'=>'U', 'Û'=>'U', 'Ü'=>'U', 'Ý'=>'Y', 'Þ'=>'B', 'ß'=>'Ss', 'à'=>'a', 'á'=>'a', 'â'=>'a', 'ã'=>'a', 'ä'=>'a', 'å'=>'a', 'æ'=>'a', 'ç'=>'c',\n 'è'=>'e', 'é'=>'e', 'ê'=>'e', 'ë'=>'e', 'ì'=>'i', 'í'=>'i', 'î'=>'i', 'ï'=>'i', 'ð'=>'o', 'ñ'=>'n', 'ò'=>'o', 'ó'=>'o', 'ô'=>'o', 'õ'=>'o',\n 'ö'=>'o', 'ø'=>'o', 'ù'=>'u', 'ú'=>'u', 'û'=>'u', 'ý'=>'y', 'þ'=>'b', 'ÿ'=>'y', 'Ğ'=>'G', 'İ'=>'I', 'Ş'=>'S', 'ğ'=>'g', 'ı'=>'i', 'ş'=>'s', 'ü'=>'u' );\n $string = strtr( $string, $unwanted_array );\n $strip = array(\"~\", \"`\", \"!\", \"@\", \"#\", \"$\", \"%\", \"^\", \"&\", \"*\", \"(\", \")\", \"_\", \"=\", \"+\", \"[\", \"{\", \"]\",\n \"}\", \"\\\\\", \"|\", \";\", \":\", \"\\\"\", \"'\", \"&#8216;\", \"&#8217;\", \"&#8220;\", \"&#8221;\", \"&#8211;\", \"&#8212;\",\n \"—\", \"–\", \",\", \"<\", \".\", \">\", \"/\", \"?\");\n $clean = trim(str_replace($strip, \"\", strip_tags($string)));\n $clean = preg_replace('/\\s+/', \"-\", $clean);\n $clean = ($anal) ? preg_replace(\"/[^a-zA-Z0-9]/\", \"\", $clean) : $clean ;\n return ($force_lowercase) ?\n (function_exists('mb_strtolower')) ?\n mb_strtolower($clean, 'UTF-8') :\n strtolower($clean) :\n $clean;\n }", "function strip_special_characters($str)\r\n {\r\n $out = \"\";\r\n for ($i = 0;$i < strlen($str);$i++)\r\n if ((ord($str[$i]) != 9) && (ord($str[$i]) != 10) &&\r\n (ord($str[$i]) != 13))\r\n $out .= $str[$i];\r\n\r\n // Return character only strings.\r\n return $out;\r\n }", "function sanitiseString($dirty){\n $dirty = filter_var($dirty, FILTER_SANITIZE_FULL_SPECIAL_CHARS);\n $clean = filter_var($dirty, FILTER_SANITIZE_STRING);\n return $clean;\n }", "function maskchars( $str )\n\t{\n// \t\t$str = htmlspecialchars( $str );\n\t\t// first make the two arrys\n\t\t$chars = array(\n\t\t\t\t'(',\n\t\t\t\t')',\n\t\t\t\t'[',\n\t\t\t\t']',\n\t\t\t\t'{',\n\t\t\t\t'}',\n\t\t\t\t':',\n\t\t\t\t'=',\n\t\t\t\t'*',\n\t\t\t\t'-',\n\t\t\t);\n\t\t$replaces = array(\n\t\t\t\t'&#40;',\n\t\t\t\t'&#41;',\n\t\t\t\t'&#91;',\n\t\t\t\t'&#93;',\n\t\t\t\t'&#123;',\n\t\t\t\t'&#125;',\n\t\t\t\t'&#58;',\n\t\t\t\t'&#61;',\n\t\t\t\t'&#42;',\n\t\t\t\t'&#45;',\n\t\t\t);\n\n\t\t// return it masked\n\t\treturn str_replace( $chars, $replaces, $str );\n\t}", "function removeSpecialChars($str) {\n\t\n\t\treturn preg_replace(\"/[^A-Za-z0-9 ]/\",\"\",$str);\n\t\n\t}", "function normalize_special_characters($str) {\r\n\t\t# Quotes cleanup\r\n\t\t$str = ereg_replace ( chr ( ord ( \"`\" ) ), \"'\", $str ); # `\r\n\t\t$str = ereg_replace ( chr ( ord ( \"�\" ) ), \"'\", $str ); # �\r\n\t\t$str = ereg_replace ( chr ( ord ( \"�\" ) ), \",\", $str ); # �\r\n\t\t$str = ereg_replace ( chr ( ord ( \"`\" ) ), \"'\", $str ); # `\r\n\t\t$str = ereg_replace ( chr ( ord ( \"�\" ) ), \"'\", $str ); # �\r\n\t\t$str = ereg_replace ( chr ( ord ( \"�\" ) ), \"\\\"\", $str ); # �\r\n\t\t$str = ereg_replace ( chr ( ord ( \"�\" ) ), \"\\\"\", $str ); # �\r\n\t\t$str = ereg_replace ( chr ( ord ( \"�\" ) ), \"'\", $str ); # �\r\n\t\t\r\n\r\n\t\t$unwanted_array = array ('�' => 'S', '�' => 's', '�' => 'Z', '�' => 'z', '�' => 'A', '�' => 'A', '�' => 'A', '�' => 'A', '�' => 'A', '�' => 'A', '�' => 'A', '�' => 'C', '�' => 'E', '�' => 'E', '�' => 'E', '�' => 'E', '�' => 'I', '�' => 'I', '�' => 'I', '�' => 'I', '�' => 'N', '�' => 'O', '�' => 'O', '�' => 'O', '�' => 'O', '�' => 'O', '�' => 'O', '�' => 'U', '�' => 'U', '�' => 'U', '�' => 'U', '�' => 'Y', '�' => 'B', '�' => 'Ss', '�' => 'a', '�' => 'a', '�' => 'a', '�' => 'a', '�' => 'a', '�' => 'a', '�' => 'a', '�' => 'c', '�' => 'e', '�' => 'e', '�' => 'e', '�' => 'e', '�' => 'i', '�' => 'i', '�' => 'i', '�' => 'i', '�' => 'o', '�' => 'n', '�' => 'o', '�' => 'o', '�' => 'o', '�' => 'o', '�' => 'o', '�' => 'o', '�' => 'u', '�' => 'u', '�' => 'u', '�' => 'y', '�' => 'y', '�' => 'b', '�' => 'y' );\r\n\t\t$str = strtr ( $str, $unwanted_array );\r\n\t\t\r\n\t\t# Bullets, dashes, and trademarks\r\n\t\t$str = ereg_replace ( chr ( 149 ), \"&#8226;\", $str ); # bullet �\r\n\t\t$str = ereg_replace ( chr ( 150 ), \"&ndash;\", $str ); # en dash\r\n\t\t$str = ereg_replace ( chr ( 151 ), \"&mdash;\", $str ); # em dash\r\n\t\t$str = ereg_replace ( chr ( 153 ), \"&#8482;\", $str ); # trademark\r\n\t\t$str = ereg_replace ( chr ( 169 ), \"&copy;\", $str ); # copyright mark\r\n\t\t$str = ereg_replace ( chr ( 174 ), \"&reg;\", $str ); # registration mark\r\n\t\t\r\n\r\n\t\treturn $str;\r\n\t}", "function sanitize($string, $force_lowercase = true, $anal = false) {\n $strip = array(\"~\", \"`\", \"!\", \"@\", \"#\", \"$\", \"%\", \"^\", \"&\", \"*\", \"(\", \")\", \"_\", \"=\", \"+\", \"[\", \"{\", \"]\",\n \"}\", \"\\\\\", \"|\", \";\", \":\", \"\\\"\", \"'\", \"&#8216;\", \"&#8217;\", \"&#8220;\", \"&#8221;\", \"&#8211;\", \"&#8212;\",\n \"—\", \"–\", \",\", \"<\", \".\", \">\", \"/\", \"?\");\n $clean = trim(str_replace($strip, \"\", strip_tags($string)));\n $clean = preg_replace('/\\s+/', \"-\", $clean);\n $clean = ($anal) ? preg_replace(\"/[^a-zA-Z0-9]/\", \"\", $clean) : $clean ;\n return ($force_lowercase) ?\n (function_exists('mb_strtolower')) ?\n mb_strtolower($clean, 'UTF-8') :\n strtolower($clean) :\n $clean;\n }", "function sanitize($string, $force_lowercase = true, $anal = false) {\n $strip = array(\"~\", \"`\", \"!\", \"@\", \"#\", \"$\", \"%\", \"^\", \"&\", \"*\", \"(\", \")\", \"_\", \"=\", \"+\", \"[\", \"{\", \"]\",\n \"}\", \"\\\\\", \"|\", \";\", \":\", \"\\\"\", \"'\", \"&#8216;\", \"&#8217;\", \"&#8220;\", \"&#8221;\", \"&#8211;\", \"&#8212;\",\n \"—\", \"–\", \",\", \"<\", \".\", \">\", \"/\", \"?\");\n $clean = trim(str_replace($strip, \"\", strip_tags($string)));\n $clean = preg_replace('/\\s+/', \"-\", $clean);\n $clean = ($anal) ? preg_replace(\"/[^a-zA-Z0-9]/\", \"\", $clean) : $clean ;\n return ($force_lowercase) ?\n (function_exists('mb_strtolower')) ?\n mb_strtolower($clean, 'UTF-8') :\n strtolower($clean) :\n $clean;\n }", "function clean( $string, $allowed )\n\t{\n\t\t$allow = null;\n\t\tif (!empty($allowed)) {\n\t\t\tforeach ($allowed as $value) {\n\t\t\t\t$allow .= \"\\\\$value\";\n\t\t\t}\n\t\t}\n\n\t\tif (!is_array($string)) {\n\t\t\treturn preg_replace(\"/[^{$allow}a-zA-Z0-9]/\", '', $string);\n\t\t}\n\n\t\t$cleaned = array();\n\t\tforeach ($string as $key => $clean) {\n\t\t\t$cleaned[$key] = preg_replace(\"/[^{$allow}a-zA-Z0-9]/\", '', $clean);\n\t\t}\n\n\t\treturn $cleaned;\n\t}", "function sanitize($string, $force_lowercase = true, $anal = false, $trunc = 100) {\n $strip = array(\"~\", \"`\", \"!\", \"@\", \"#\", \"$\", \"%\", \"^\", \"&\", \"*\", \"(\", \")\", \"_\", \"=\", \"+\", \"[\", \"{\", \"]\",\n \"}\", \"\\\\\", \"|\", \";\", \":\", \"\\\"\", \"'\", \"&#8216;\", \"&#8217;\", \"&#8220;\", \"&#8221;\", \"&#8211;\", \"&#8212;\",\n \"—\", \"–\", \",\", \"<\", \".\", \">\", \"/\", \"?\");\n $clean = trim(str_replace($strip, \"\", strip_tags($string)));\n // $clean = preg_replace('/\\s+/', \"-\", $clean);\n $clean = ($anal ? preg_replace(\"/[^a-zA-Z0-9]/\", \"\", $clean) : $clean);\n $clean = ($trunc ? substr($clean, 0, $trunc) : $clean);\n return ($force_lowercase) ?\n (function_exists('mb_strtolower')) ?\n mb_strtolower($clean, 'UTF-8') :\n strtolower($clean) :\n $clean;\n}", "function sanitize($string, $force_lowercase = true, $anal = false)\n {\n $strip = array(\"~\", \"`\", \"!\", \"@\", \"#\", \"$\", \"%\", \"^\", \"&\", \"*\", \"(\", \")\", \"_\", \"=\", \"+\", \"[\", \"{\", \"]\",\n \"}\", \"\\\\\", \"|\", \";\", \":\", \"\\\"\", \"'\", \"&#8216;\", \"&#8217;\", \"&#8220;\", \"&#8221;\", \"&#8211;\", \"&#8212;\",\n \"—\", \"–\", \",\", \"<\", \".\", \">\", \"/\", \"?\");\n $clean = trim(str_replace($strip, \"\", strip_tags($string)));\n $clean = preg_replace('/\\s+/', \"-\", $clean);\n $clean = ($anal) ? preg_replace(\"/[^a-zA-Z0-9]/\", \"\", $clean) : $clean;\n\n return ($force_lowercase) ?\n (function_exists('mb_strtolower')) ?\n mb_strtolower($clean, 'UTF-8') :\n strtolower($clean) :\n $clean;\n }", "public function filterEncodedChars(string $string): string;", "function sanitize($string, $force_lowercase = true, $anal = true)\n{\n\t$strip = array(\"~\", \"`\", \"!\", \"@\", \"#\", \"$\", \"%\", \"^\", \"&\", \"*\", \"(\", \")\", \"_\", \"=\", \"+\", \"[\", \"{\", \"]\",\n\t\t\"}\", \"\\\\\", \"|\", \";\", \":\", \"\\\"\", \"'\", \"&#8216;\", \"&#8217;\", \"&#8220;\", \"&#8221;\", \"&#8211;\", \"&#8212;\",\n\t\t\"—\", \"–\", \",\", \"<\", \".\", \">\", \"/\", \"?\");\n\t$clean = trim(str_replace($strip, \"\", strip_tags($string)));\n\t$clean = preg_replace('/[\\s-]+/', \"-\", $clean);\n\t$clean = ($anal) ? preg_replace(\"/[^a-zA-Z0-9-]/\", \"\", $clean) : $clean;\n\treturn ($force_lowercase) ?\n\t\t(function_exists('mb_strtolower')) ?\n\t\t\tmb_strtolower($clean, 'UTF-8') :\n\t\t\tstrtolower($clean) :\n\t\t$clean;\n}", "public function sanitize($string, $force_lowercase = true, $anal = false) {\n\t\t$strip = array(\"~\", \"`\", \"!\", \"@\", \"#\", \"$\", \"%\", \"^\", \"&\", \"*\", \"(\", \")\", \"_\", \"=\", \"+\", \"[\", \"{\", \"]\", \"}\", \"\\\\\", \"|\", \";\", \":\", \"\\\"\", \"'\", \"&#8216;\", \"&#8217;\", \"&#8220;\", \"&#8221;\", \"&#8211;\", \"&#8212;\", \"—\", \"–\", \",\", \"<\", \".\", \">\", \"/\", \"?\");\n\t\t$clean = trim(str_replace($strip, \"\", strip_tags($string)));\n\t\t$clean = preg_replace('/\\s+/', \"-\", $clean);\n\t\t$clean = ($anal) ? preg_replace(\"/[^a-zA-Z0-9]/\", \"\", $clean) : $clean;\n\t\treturn ($force_lowercase) ? (function_exists('mb_strtolower')) ? mb_strtolower($clean, 'UTF-8') : strtolower($clean) : $clean;\n\t}", "function remove_unwanted_chars($string) {\r\r\n\t\r\r\n\t// replace annoying characters characters with a space:\r\r\n\t//\r\r\n\t\t$string = preg_replace (\"/\\W+ /\",\" \",$string); //remove non word characters at end of word\r\r\n\t\t$string = preg_replace (\"/ \\W+/\",\" \",$string); //remove non word characters at start of word\r\r\n\t\t$string = preg_replace (\"/^\\W+/\",\"\",$string); //remove non word characters at start of string\r\r\n\t\t$string = preg_replace (\"/\\W+$/\",\"\",$string); //remove non word characters at end of string\r\r\n\t\t$string = preg_replace (\"/'/\",\"\",$string); // remove single quotes\r\r\n\t\t$string = preg_replace (\"/-/\",\" \",$string); // convert hyphen to space\r\r\n\t\t$string = preg_replace (\"/\\s/\",\" \",$string); // convert whitespace characters to definite space\r\r\n\t\t\r\r\n\t\r\r\n\treturn $string;\r\r\n\r\r\n}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
getEsolDbConfigFilePath retourne le chemin du fichier de config
public function getEsolDbConfigFilePath() { $syTools = new SyTools(); $projectDir = $syTools->getProjectDir(); $configDir = $projectDir . '/config/packages/'; if (!file_exists($configDir . 'prod' . '/esolDb.yml')) { $this->initEsolDbYml('prod'); } if (!file_exists($configDir . 'dev' . '/esolDb.yml')) { $this->initEsolDbYml('dev'); } if (!file_exists($configDir . 'test' . '/esolDb.yml')) { $this->initEsolDbYml('test'); } return $this->getConfDir() . 'esolDb.yml'; }
[ "private static function __getDbConfig() {\n return include Sys::getCfgDir() . 'db.php';\n }", "public function getConfigFileName();", "abstract public function getValidConfigurationFilePath();", "private function getPath()\n {\n return $this->config->get('sqlite_path');\n }", "function get_model_config_db_path($dbFileName)\n {\n helper('string');\n $mainPath = config('App')->model_config_path;\n $instancePath = config('App')->model_config_instance_path;\n\n $data = new \\stdClass();\n $data->exists = false;\n $data->disabled = false;\n $data->dirPath = $instancePath;\n $data->path = $instancePath . $dbFileName;\n\n // If $instancePath is whitespace/not defined, then always use $mainPath\n if (IsNullOrWhiteSpace($instancePath)) {\n $data->path = $mainPath . $dbFileName;\n $data->exists = file_exists($data->path);\n return $data;\n }\n\n // Test if the file exists in the instance model config directory\n $testPath = $instancePath . $dbFileName;\n if (file_exists($testPath)) {\n $data->path = $testPath;\n $data->exists = true;\n return $data;\n }\n\n // Test if the model is disabled in the instance model config directory\n $testPath .= '.disabled';\n if (file_exists($testPath)) {\n $data->path = $testPath;\n $data->exists = false;\n $data->disabled = true;\n return $data;\n }\n\n // Test if the model exists in the main config directory\n $testPathMain = $mainPath . $dbFileName;\n if (file_exists($testPathMain)) {\n $data->path = $testPathMain;\n $data->exists = true;\n }\n\n return $data;\n }", "protected function getConfigFilePath()\n {\n return $this->getUtilsDirectory() . CONFIG_FILE;\n }", "public function readDbConfig()\n {\n return parse_ini_file(dirname(__FILE__).$this->dbConf);\n }", "public function getConfigFile()\n\t{\n\t\treturn $this->configfile;\n\t}", "private static function getConfigFilePath()\n {\n $input = new ArgvInput();\n $path = $input->getParameterOption(['-c', '--config'], 'behat.yml');\n $basePath = '';\n\n // If the path provided isn't an absolute path, then find the folder it is in recursively.\n if (substr($path, 0, 1) !== '/') {\n $basePath = self::getBasePathForFile($path, getcwd()) . DIRECTORY_SEPARATOR;\n }\n\n $configFile = $basePath . $path;\n\n if (!file_exists($configFile)) {\n throw new Exception(\n \"Autoclean: Config file '$path' not found at base path: '$basePath',\n please pass in the path to the config file through the -c flag and check permissions.\"\n );\n }\n\n return $configFile;\n }", "abstract protected static function getConfigFilePathKey(): string;", "abstract protected function getInvalidConfigPath();", "function _config_db()\n {\n static $CC_DB_INFO_FILE;\n if( empty($CC_DB_INFO_FILE) )\n return( 'cc-config-db.php' );\n return( $CC_DB_INFO_FILE );\n }", "public static function getConfigFilename()\n {\n // return \\CB_DOC_ROOT . 'config.ini';\n return TEST_PATH_TEMP . 'auto_install_config.ini';\n }", "public static function getApplicationConfigFilePath() {\n\t\treturn self::$application_config_file_path;\n\t}", "private function getConfigPath()\n {\n return __DIR__ . '/../config/AtomicPanel.php';\n }", "protected function getFactoryConfigurationFileLocation() {}", "public function getLocalConfigurationFileLocation() {}", "public function getDatabaseFile()\n {\n\t\t$r = null;\n\n\t\tif (!isset($this->_configuration[CFG_PATH_TO_SQLITE_DATABASE])) {\n\t\t\t$r = dirname(__FILE__) . \"/svn2db.sqlite\";\n\t\t} else {\n\t\t\t$r = $this->_configuration[CFG_PATH_TO_SQLITE_DATABASE];\n\t\t}\n\n\t\treturn $r;\n }", "public function configPath()\n {\n return $this->paths->get('config');\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Function to get the pr0gramm post and commentid from an URL This regex was created and improved during the following pullrequest:
function postid_commentid($text) { $regex = '/http(?:s?):\/\/pr0gramm\.com\/(?:top|new|user\/\w+\/(?:uploads|likes)|stalk)(?:(?:\/\w+)?)\/(\d+)(?:(?::)comment(\d+))?/im'; preg_match_all($regex, $text, $matches); $ids = array(); foreach($matches[1] as $key => $value) { $ids[] = array('postid' => $value, 'commentid' => (empty($matches[2][$key]) ? NULL : $matches[2][$key])); } return $ids; }
[ "function get_pid_from_url($p) {\n\t$pos = strpos($p,'/',0);\n\t$url = substr($p,$pos+1);\n\t$post = post_load_from_url_alias($url);\n\treturn isset($post['Post_ID']) ? $post['Post_ID']: null;\n}", "function get_pid_by_url() {\n \n $url = current_path();\n if(preg_match('/((uuid\\/)|(islandora\\/object\\/islandora)(:|%3A))((\\w|-)+)($|(#|\\/)\\w+)/', $url, $matches)){\n return \"islandora:\".$matches[5];\n }\n else{\n return false;\n }\n}", "function imdb_url_id($url) {\n if (!is_string($url)) {\n return '';\n }\n $id = regex_get('#title\\\\/(.*)\\\\/#', $url, 1);\n return empty($id) ? FALSE : $id;\n}", "function webmention_url_to_postid( $url ) {\n\treturn apply_filters( 'webmention_post_id', url_to_postid( $url ), $url );\n}", "function getPostIDfromURL($url) {\r\n global $wpdb;\r\n $url = trim($url);\r\n $url = substr($url, strrpos($url, '/', -2));\r\n $url = str_replace(\"/\", \"\", $url);\r\n $postID = $wpdb->get_row(\"SELECT `ID` FROM $wpdb->posts WHERE `post_status` = 'publish' AND `post_name` = '\" . $url .\"'\");\r\n return $postID->ID;\r\n}", "function webmention_url_to_postid( $url ) {\n\tif ( '/' === wp_make_link_relative( trailingslashit( $url ) ) ) {\n\t\treturn apply_filters( 'webmention_post_id', get_option( 'webmention_home_mentions' ), $url );\n\t}\n\n\treturn apply_filters( 'webmention_post_id', url_to_postid( $url ), $url );\n}", "function attachment_url_to_postid($url)\n{\n}", "function url_to_postid( $url ) {\n\tglobal $wp_rewrite;\n\n\t/**\n\t * Filter the URL to derive the post ID from.\n\t *\n\t * @since 2.2.0\n\t *\n\t * @param string $url The URL to derive the post ID from.\n\t */\n\t$url = apply_filters( 'url_to_postid', $url );\n\n\t// First, check to see if there is a 'p=N' or 'page_id=N' to match against\n\tif ( preg_match('#[?&](p|page_id|attachment_id)=(\\d+)#', $url, $values) )\t{\n\t\t$id = absint($values[2]);\n\t\tif ( $id )\n\t\t\treturn $id;\n\t}\n\n\t// Check to see if we are using rewrite rules\n\t$rewrite = $wp_rewrite->wp_rewrite_rules();\n\n\t// Not using rewrite rules, and 'p=N' and 'page_id=N' methods failed, so we're out of options\n\tif ( empty($rewrite) )\n\t\treturn 0;\n\n\t// Get rid of the #anchor\n\t$url_split = explode('#', $url);\n\t$url = $url_split[0];\n\n\t// Get rid of URL ?query=string\n\t$url_split = explode('?', $url);\n\t$url = $url_split[0];\n\n\t// Set the correct URL scheme.\n\t$url = set_url_scheme( $url );\n\n\t// Add 'www.' if it is absent and should be there\n\tif ( false !== strpos(home_url(), '://www.') && false === strpos($url, '://www.') )\n\t\t$url = str_replace('://', '://www.', $url);\n\n\t// Strip 'www.' if it is present and shouldn't be\n\tif ( false === strpos(home_url(), '://www.') )\n\t\t$url = str_replace('://www.', '://', $url);\n\n\t// Strip 'index.php/' if we're not using path info permalinks\n\tif ( !$wp_rewrite->using_index_permalinks() )\n\t\t$url = str_replace( $wp_rewrite->index . '/', '', $url );\n\n\tif ( false !== strpos( trailingslashit( $url ), home_url( '/' ) ) ) {\n\t\t// Chop off http://domain.com/[path]\n\t\t$url = str_replace(home_url(), '', $url);\n\t} else {\n\t\t// Chop off /path/to/blog\n\t\t$home_path = parse_url( home_url( '/' ) );\n\t\t$home_path = isset( $home_path['path'] ) ? $home_path['path'] : '' ;\n\t\t$url = preg_replace( sprintf( '#^%s#', preg_quote( $home_path ) ), '', trailingslashit( $url ) );\n\t}\n\n\t// Trim leading and lagging slashes\n\t$url = trim($url, '/');\n\n\t$request = $url;\n\t$post_type_query_vars = array();\n\n\tforeach ( get_post_types( array() , 'objects' ) as $post_type => $t ) {\n\t\tif ( ! empty( $t->query_var ) )\n\t\t\t$post_type_query_vars[ $t->query_var ] = $post_type;\n\t}\n\n\t// Look for matches.\n\t$request_match = $request;\n\tforeach ( (array)$rewrite as $match => $query) {\n\n\t\t// If the requesting file is the anchor of the match, prepend it\n\t\t// to the path info.\n\t\tif ( !empty($url) && ($url != $request) && (strpos($match, $url) === 0) )\n\t\t\t$request_match = $url . '/' . $request;\n\n\t\tif ( preg_match(\"#^$match#\", $request_match, $matches) ) {\n\n\t\t\tif ( $wp_rewrite->use_verbose_page_rules && preg_match( '/pagename=\\$matches\\[([0-9]+)\\]/', $query, $varmatch ) ) {\n\t\t\t\t// This is a verbose page match, let's check to be sure about it.\n\t\t\t\t$page = get_page_by_path( $matches[ $varmatch[1] ] );\n\t\t\t\tif ( ! $page ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t$post_status_obj = get_post_status_object( $page->post_status );\n\t\t\t\tif ( ! $post_status_obj->public && ! $post_status_obj->protected\n\t\t\t\t\t&& ! $post_status_obj->private && $post_status_obj->exclude_from_search ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Got a match.\n\t\t\t// Trim the query of everything up to the '?'.\n\t\t\t$query = preg_replace(\"!^.+\\?!\", '', $query);\n\n\t\t\t// Substitute the substring matches into the query.\n\t\t\t$query = addslashes(WP_MatchesMapRegex::apply($query, $matches));\n\n\t\t\t// Filter out non-public query vars\n\t\t\tglobal $wp;\n\t\t\tparse_str( $query, $query_vars );\n\t\t\t$query = array();\n\t\t\tforeach ( (array) $query_vars as $key => $value ) {\n\t\t\t\tif ( in_array( $key, $wp->public_query_vars ) ){\n\t\t\t\t\t$query[$key] = $value;\n\t\t\t\t\tif ( isset( $post_type_query_vars[$key] ) ) {\n\t\t\t\t\t\t$query['post_type'] = $post_type_query_vars[$key];\n\t\t\t\t\t\t$query['name'] = $value;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Resolve conflicts between posts with numeric slugs and date archive queries.\n\t\t\t$query = wp_resolve_numeric_slug_conflicts( $query );\n\n\t\t\t// Do the query\n\t\t\t$query = new WP_Query( $query );\n\t\t\tif ( ! empty( $query->posts ) && $query->is_singular )\n\t\t\t\treturn $query->post->ID;\n\t\t\telse\n\t\t\t\treturn 0;\n\t\t}\n\t}\n\treturn 0;\n}", "function obtainId($url){\n preg_match('~/\\w{32}/(items/\\w+|tasks)/([\\w-_]+)/?$~', $url, $matches);\n return $matches[2];\n}", "function filter_url_to_postid( $url ) {\n\t$url = normalise_url( $url, custom_home_urls()['DEFAULT'] );\n\treturn $url;\n}", "private static function _parsePhotoUrl($url)\n {\n $expUrl = explode(\"/\",$url);\n\n if(count($expUrl)>1)\n $photoID = $expUrl[5];\n else\n $photoID = $url;\n\n return $photoID;\n }", "function getPostId() {\r\n $url = \"http://\".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];\r\n if (strpos($url, 'postid')) {\r\n $postId = explode('postid=', $url)[1];\r\n return $postId;\r\n } else {\r\n ;\r\n }\r\n }", "function exercise_parse_youtube_id($youtube_url) {\n $youtube_query_parameters = parse_url($youtube_url, PHP_URL_QUERY);\n \n parse_str($youtube_query_parameters, $query_param_array);\n \n $youtube_id = !empty($query_param_array['v']) ? $query_param_array['v'] : null;\n\n return $youtube_id;\n}", "function sm_get_comment_id($content) {\n\t$post_id = array();\n\t$starts = strpos($content, \"[comment_id\");\n\t$ends = strpos($content, \"]\") - $starts;\n\t$post_id = substr($content, $starts, $ends);\n\t$post_id = explode(':', $post_id);\n\n\tif($starts !== FALSE) {\n\t\treturn array('type' => 'comment', 'id' => $post_id[1]);\n\t} else {\n\t\treturn false;\n\t}\n}", "function get_video_id($url) {\n $parts = parse_url($url);\n // Handle Youtube\n if (strpos($url, \"youtube.com\")) {\n\n // Make sure $url had a query string\n if (!array_key_exists('query', $parts))\n return null;\n\n parse_str($parts['query']);\n\n // Return the 'v' parameter if it existed\n return isset($v) ? $v : null;\n }\n else if (strpos($url, \"vimeo.com\")) {\n $video_id=explode('vimeo.com/', $url);\n $video_id=$video_id[1];\n return $video_id;\n }\n else if(strpos($url,\"dailymotion.com\")){\n $debut_id = explode(\"/video/\",$url,2);\n $id_et_fin_url = explode(\"_\",$debut_id[1],2);\n $id = $id_et_fin_url[0];\n return $id;\n }\n else{}\n}", "function get_youtube_id($url){\n\t$shortlink_domain = '/^http\\:\\/\\/(?:www.)?youtu.be/';\n\tif (preg_match($shortlink_domain, $url)) {\n\t\t$parts = parse_url($url);\n\t\treturn substr($parts['path'], 1, strlen($parts['path']) - 1);\n\t}\n\telse {\n\t\t$parts = parse_url($url);\n\t\tparse_str($parts['query'], $parts);\n\t\treturn $parts['v'];\n\t}\n}", "function nsp_ExtractFeedFromUrl($url) {\n // list($null,$q)=explode(\"?\",$url); /*old def before PHP7, to delete if no pb.*/\n list($null,$q)=array_pad(explode(\"?\",$url,2), 2, null);\n\n if (strpos($q, \"&\")!== false)\n list($res,$null)=explode(\"&\",$q);\n else\n $res=$q;\n\n return $res;\n}", "public function video_id($url) \n\t\t\t{\n\t\t\t\treturn preg_replace(\"/[^[:digit:]]/\",\"\",$url);\n\t\t\t}", "private static function obtainId($url) {\n preg_match('~/\\w{32}/(items/\\w+|tasks)/([\\w-_]+)/?$~', $url, $matches);\n return $matches[2];\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Scope query to select only if it is tagged.
public function scopeTaggedTo($query, $tag) { if (!is_array($tag)) { $tag = [$tag]; } return $query->whereHas('tags', function ($q) use ($tag) { $q->whereIn($this->prepareTagColumn('id'), $tag) ->orWhereIn($this->prepareTagColumn($this->getTagNameColumn()), $tag); }); }
[ "public function scopeWhereTags($query)\n {\n $tags = join(\" \", params_as_array(func_get_args(), 1));\n $query->whereRaw(\"MATCH (tags) AGAINST (? IN BOOLEAN MODE)\" , $tags);\n return $query;\n }", "public function scopePublished($query){\n \t$query->where('published_at', '<=', Carbon::now());\n }", "public function scopePublished($query)\n {\n \t$query->where('published_at', '<=', Carbon::now());\n }", "public function scopePublished($query)\n {\n return $query->where(\"status\", \"=\", 1);\n }", "public function scopePublished($query){\n \n $query->where('published_at','<=',Carbon::now());\n\n }", "public function scopePublished($query) {\n\t\t$query->where('posted_at', '<=', Carbon::now());\n\t}", "public function scopePublisher($query)\n {\n \treturn $query->where('is_publisher', true);\n }", "public function scopeWhereHasMediumWithTag($query, $tag = null) {\n $query->whereHas('medium', function (Builder $query) use ($tag) {\n $query->whereJsonContains('tags', $tag);\n });\n }", "public function getTagsSearchCondition();", "public function scopeWithTags($query)\n {\n return $query->with('tags');\n }", "function scopeActiveTil($query)\n {\n return $query->where(['til_drafts.isactive' => 1]);\n }", "public function scopeOnlyActive($query)\n {\n return $query->where('is_active', 1);\n }", "public function scopeActive($query)\n {\n return $query->where('active_flag', '=', 'Y');\n }", "public function scopeSearchable($query)\n {\n return $query->where('searchable', 1);\n }", "public function scopePublic(Builder $query);", "public function scopeTags($query, array $tags)\n {\n $query->where(function($q) use ($tags) {\n foreach($tags as $tag) {\n $q->orWhereJsonContains('tags', $tag);\n }\n });\n }", "public function scopeIsSelected( $query )\n {\n return $query->whereIsSelected( TRUE );\n }", "public function scopeActive($query)\n {;\n return $query->where('active', 1)->whereHas('active_categories')->available();\n }", "public function scopeActive($query){\n return $query->where('active',1);\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Show the form for creating a new Operation.
public function create() { return view('operations.create'); }
[ "public function newAction() {\n $entity = new WebService();\n $form = $this->createGenerateCForm($entity);\n $form_action = \"\";\n $gen_action = \"\";\n\n return $this->render('WebServiceBundle:WebService:new.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n 'form_action' => $form_action,\n 'gen_action' => $gen_action,\n ));\n }", "public function newAction()\n {\n $entity = new Opcion();\n $form = $this->createForm(new OpcionType(), $entity);\n\n return $this->render('AdministradorAdjBundle:Opcion:new.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n ));\n }", "public function newAction()\n {\n $entity = new ConceptoCosto();\n $form = $this->createCreateForm($entity);\n\n return $this->render('BackendBundle:ConceptoCosto:new.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n ));\n }", "public function actionCreate()\n {\n $model = new OrderOptRbSec();\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['view', 'id' => $model->id]);\n }\n\n return $this->render('create', [\n 'model' => $model,\n ]);\n }", "public function create()\n {\n return view(\"aasource.addform\");\n }", "public function actionCreate()\n {\n $model = new ControlNutricional();\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['view', 'id' => $model->id_control]);\n } else {\n return $this->render('create', [\n 'model' => $model,\n ]);\n }\n }", "public function actionCreate()\n {\n $model = new Operation();\n $credit = new Credit();\n\n $isLoaded = $model->load(Yii::$app->request->post());\n if ($model->isCredit && $credit->load(Yii::$app->request->post())) {\n if (!$model->toCreditId) {\n //new credit\n $model->credit = $credit;\n } else {\n //link to existing credit\n $credit = Credit::findOne($model->toCreditId);\n if (!$credit) {\n $model->addError('toCreditId', 'Credit does not exist');\n } else {\n $model->creditId = $credit->id;\n }\n }\n\n }\n if ($isLoaded && $model->save()) {\n return $this->redirect(['']);\n } else {\n return $this->render('create', [\n 'model' => $model,\n 'credit' => $credit,\n ]);\n }\n }", "public function newAction()\n {\n $NoLayout = $this->container->get('request')->query->get('NoLayout');\n \n $entity = new Widget();\n $form = $this->createForm(new WidgetByTransType($this->container), $entity, array('show_legend' => false));\n\n return $this->render('PiAppAdminBundle:Widget:new.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n 'NoLayout' => $NoLayout,\n ));\n }", "public function newAction()\n {\n $entity = new Opinion();\n $form = $this->createCreateForm($entity);\n\n return $this->render(\n 'ZIMZIMBundlesOpinionBundle:Opinion:new.html.twig',\n array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n )\n );\n }", "public function newAction()\n {\n $entity = new DataSolicitudes();\n $options=array('path'=>'datasolicitudes_create','tipoL'=>'ROLE_CENTRO_HIPICO'); \n //tipoL= CH:'Autorizacion' , Oper:'Licencia' \n $form = $this->createCreateForm($entity,$options);\n if(!$form) { throw new \\Symfony\\Component\\HttpKernel\\Exception\\HttpException(500,'Lo siento pero Faltan Datos en la Base de Datos Contacte con el Administrador');}\n //if(!$form) { throw new \\Symfony\\Component\\Config\\Definition\\Exception\\Exception('Lo siento pero Faltan Datos en la Base de Datos Contacte con el Administrador',500);}\n return $this->render('SolicitudesCitasBundle:DataSolicitudes:crear.html.twig',array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n ));\n }", "public function newAction()\n {\n $user = $this->getUser();\n $entity = new Program();\n $form = $this->createCreateForm($entity);\n\n return $this->render('SifoAdminBundle:new:layout.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n 'user' => $user,\n ));\n }", "public function newAction()\n {\n $request = $this->container->get('request');\n $options = $request->get('options');\n $alias = $request->get('alias');\n\n $metadata = $this->getMetadata($options['class']);\n $entity = $this->newEntityInstance($metadata);\n\n $fields = $this->getFields($metadata, $options, 'new');\n $type = $this->getCustomFormType($options, 'new');\n\n $form = $this->createCreateForm($entity, $alias, $fields, $type);\n\n return $this->render(\n 'SgDatatablesBundle:Crud:new.html.twig',\n array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n 'list_action' => DatatablesRoutingLoader::PREF . $alias . '_index',\n 'heading' => $this->getHeading()\n )\n );\n }", "public function create()\n {\n return view('catalogos.create');\n }", "public function newAction()\n {\n $entity = new Contador();\n $form = $this->createForm(new ContadorType(), $entity);\n\n return $this->render('ContadoresBundle:Contador:new.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n 'css_active' => 'contador_new'\n ));\n }", "public function newAction()\n {\n $entity = new Service();\n $form = $this->createForm(new ServiceType(), $entity);\n\n return $this->render('HegesAppServiceBundle:Service:new.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView()\n ));\n }", "public function create_form() {\n\n\t\treturn $this->render('user-create-form.php', array(\n\t\t\t'page_title' => 'Create Account',\n\t\t));\n\t}", "public function create()\n\t{\n\t\treturn View::make('productos.create');\n\t}", "public function newAction()\n {\n $entity = new Obra();\n $form = $this->createForm(new ObraType(), $entity);\n\n return $this->render('AcmeReservasBundle:Obra:new.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n ));\n }", "public function create()\n {\n return view('info_bank_forms.create');\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Get the value of doorNumber
public function getDoorNumber() { return $this->doorNumber; }
[ "public function getDoorNumber(): int\n {\n return $this->_door_number;\n }", "public function getDoorNo() :string\n {\n return $this->doorNo;\n }", "public function getDoorId()\n {\n return $this->doorId;\n }", "public function getDoorId() : int\n {\n return $this->door_id;\n }", "public function getDoor()\n {\n return $this->door;\n }", "public function getHouseNumber();", "public function getDoorCount()\n {\n return intval($this->levelDetail['doorCount'] ?? 3);\n }", "private function getGpio($door) {\r\n if ($door == 1) {\r\n $gpio = self::DOOR_ONE_GPIO;\r\n }\r\n else if ($door == 2) {\r\n $gpio = self::DOOR_TWO_GPIO;\r\n }\r\n else {\r\n throw new LogicException(\"invalid door number: $door\");\r\n }\r\n return $gpio;\r\n }", "public function houseNumber(): string\n {\n return $this->houseNumber;\n }", "public function getHouseNumber(): string\n {\n return $this->houseNumber;\n }", "public function getNumber(): string\r\n {\r\n\r\n return $this->number;\r\n }", "public function getNumber()\n {\n return isset($this->Number) ? $this->Number : null;\n }", "public function getHouseNumber()\r\n {\r\n return $this->getField(self::HOUSE_NUMBER);\r\n }", "public function odometer(): int;", "public function getDoor()\n {\n return $this->doors;\n }", "public function getNumber()\n {\n $value = $this->get(self::NUMBER);\n return $value === null ? (string)$value : $value;\n }", "public function getDoor(int $door_number): Door\n {\n $matching_doors = $this->_getFilteredDoorList(\n function ($door) use ($door_number) {\n return $door->getDoorNumber() === $door_number;\n }\n );\n return array_shift($matching_doors);\n }", "public function getVehicleNumber(): string\r\n\t{\t\r\n\t\treturn $this->vehicleNumber;\r\n\t}", "public function getOriValue() {\n return $this->get(self::ORI_VALUE);\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Updates an existing Otherfarms model. If update is successful, the browser will be redirected to the 'view' page.
public function actionOtherfarmsupdate($id) { $model = $this->findModel($id); if ($model->load(Yii::$app->request->post()) && $model->save()) { return $this->redirect(['otherfarmsview', 'id' => $model->id]); } else { return $this->render('otherfarmsupdate', [ 'model' => $model, ]); } }
[ "public function actionOtherfarmscreate()\n {\n $model = new Otherfarms();\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['otherfarmsview', 'id' => $model->id]);\n } else {\n return $this->render('otherfarmscreate', [\n 'model' => $model,\n ]);\n }\n }", "public function updateFarm()\n {\n $data = $this->validate([\n 'name' => ['required'],\n 'contacts' => ['required'],\n 'address' => ['required'],\n 'status' => ['nullable'],\n ]);\n\n $this->farm->update($data);\n\n session()->flash('success', 'Farm Info successfully Udated.');\n\n return redirect(route('farms.index'));\n }", "public function actionUpdate()\n {\n $model = $this->findModel();\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n \\Yii::$app->getSession()->setFlash('success', $this->getFlashMsg('success'));\n return $this->redirect(ArrayHelper::merge(['view'], $model->getPrimaryKey(true)));\n } else {\n if ($model->hasErrors()) {\n \\Yii::$app->getSession()->setFlash('error', $this->getFlashMsg('error'));\n }\n return $this->render($this->viewID, [\n 'model' => $model,\n ]);\n }\n }", "public function actionUpdate($id) {\n //$this->layout='dashboard';\n $model = $this->findModel($id);\n $data = $model->getFarmerDetails($id);\n if ($model->load(Yii::$app->request->post())) {\n $model->birth_date = date(\"Y-m-d\", strtotime($model->birth_date));\n if ($model->validate()) {\n if ($_FILES['Farmers']['name']['profile_pic'] != \"\") {\n $model->profile_pic = UploadedFile::getInstance($model, 'profile_pic');\n if ($model->profile_pic && $model->validate()) {\n $fileName = date(\"Y-m-d\") . \"_\" . rand(100, 500000) . \".jpg\";\n $model->profile_pic->saveAs('images/farmerImages/' . $fileName);\n $model->profile_pic = $fileName;\n }\n }\n if ($model->save()) {\n Yii::$app->session->setFlash('insert', \"Farmer updated successfully. Please add farm details.\");\n return $this->redirect(['update', 'id' => $model->farmer_id, 'tab' => 2]);\n }\n } else {\n return $this->render('update', [\n 'model' => $model,\n 'data' => $data,\n ]);\n }\n }\n return $this->render('update', [\n 'model' => $model,\n 'data' => $data,\n ]);\n }", "public function actionUpdate()\n {\n $model = $this->findModel(Yii::$app->request->post('id'));\n\n if ($model->load(Yii::$app->request->post(),'') && $model->save()) {\n return $this->success();\n }\n\n return $this->fail();\n }", "public function actionUpdate($id)\n {\n $model = $this->findModel($id);\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['view', 'id' => $model->FIRM_ID]);\n } else {\n return $this->render('update', [\n 'model' => $model,\n ]);\n }\n }", "public function actionUpdate($id)\n\t{\n\t\t$model = $this->findModel($id);\n\n\t\tif ($model->load($_POST) && $model->save()) {\n $model->voyage->updateDistance();\n // return $this->redirect(Url::previous());\n\t\t}\n return $this->render('update', [\n 'model' => $model,\n 'voyages' => Voyage::find()->all()\n ]);\n\t}", "public function actionUpdate($id) {\n $model = $this->findModel($id);\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['view', 'id' => $model->loan_application_id]);\n } else {\n return $this->render('update', [\n 'model' => $model,\n ]);\n }\n }", "public function actionUpdate($id)\n {\n $model = $this->findModel($id);\n $model->scenario = Restaurants::SCENARIO_UPDATE;\n $model->load(Yii::$app->request->post());\n $model->validate();\n $model->save();\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['restaurants/details', 'id' => $model->id]);\n }\n return $this->render('update', [\n 'model' => $model,\n ]);\n }", "public function actionUpdate($id) {\n\n $model = new Main();\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n\n return $this->redirect(['view', 'id' => $model->id]);\n } else {\n\n return $this->render('update', [\n 'model' => $model,\n ]);\n }\n }", "public function actionUpdate($id)\n {\n $model = $this->findModel($id);\n\t\tif ($model->load(Yii::$app->request->post()) ) {\n \t$post = Yii::$app->request->post();\n \t$model->load($post);\n \t\tif ( !$model->save() ){\n \t\t\tprint_r($model->getErrors());\n \t\t\tdie();\n \t\t}\n return Yii::$app->getResponse()->redirect(array('/room/owner','rent_id'=>$model->rent_id));\n } else {\n // either the page is initially displayed or there is some validation error\n return $this->render('update', ['model' => $model]);\n }\n }", "public function actionUpdate($id)\n {\n $model = $this->findModel($id);\n\n if ($model->load(Yii::$app->request->post()) && $model->validate()) {\n \t$model->updatedBy=Yii::$app->user->id;\n \t$model->updatedDate=date('Y-m-d H:i:s');\n \t$model->save();\n //return $this->redirect(['view', 'id' => $model->planetrel]);\n \treturn $this->redirect(['index']);\n }\n\n return $this->render('update', [\n 'model' => $model,\n ]);\n }", "public function actionUpdate($id) \r\n\r\n\t{\r\n\t\t$model = $this->findModel ( $id );\r\n\t\t\r\n\t\tif ($model->load ( Yii::$app->request->post () ) && $model->save ()) {\r\n\t\t\treturn $this->redirect ( [ \r\n\t\t\t\t\t'view',\r\n\t\t\t\t\t'id' => $model->followID \r\n\t\t\t] );\r\n\t\t} else {\r\n\t\t\treturn $this->render ( 'update', [ \r\n\t\t\t\t\t'model' => $model \r\n\t\t\t] );\r\n\t\t}\r\n\t}", "public function actionUpdate()\n\t{\n $id=Yii::app()->user->id;\n\t\t$model=$this->loadModel($id);\n\t\t// Uncomment the following line if AJAX validation is needed\n\t\t// $this->performAjaxValidation($model);\n\n\t\tif(isset($_POST['User']))\n\t\t{\n\t\t\t$model->attributes=$_POST['User'];\n\t\t\tif($model->save())\n\t\t\t\t$this->redirect(array('view','user_name'=>$model->user_name));\n\n\t\t}\n\n\t\t$this->render('update',array(\n\t\t\t'model'=>$model,\n\t\t));\n\t}", "public function actionUpdate()\n {\n if (!$model = $this->findModel()) {\n Yii::$app->session->setFlash(\"error\", Yii::t('modules/user', \"You are not logged in.\"));\n $this->goHome();\n }\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n Yii::$app->session->setFlash(\"success\", Yii::t('modules/user', \"Changes has been saved.\"));\n return $this->refresh();\n } else {\n return $this->render('update', [\n 'model' => $model,\n ]);\n }\n }", "public function actionUpdate($id)\n{\n$model = $this->findModel($id);\n\nif ($model->load($_POST) && $model->save()) {\n Yii::$app->session->setFlash('success', Yii::t('app',\"Contract updated successfully!\"));\nreturn $this->redirect(Url::previous());\n} else {\nreturn $this->render('update', [\n'model' => $model,\n]);\n}\n}", "public function actionUpdate($id)\n {\n \n \n $model = Guarantor::findOne($id);\n \n\n if ($model->load(Yii::$app->request->post())) {\n $model->passport_photo = \\yii\\web\\UploadedFile::getInstance($model, 'passport_photo');\n if($model->type == 'G'){\n $toValidate = [\n 'organization_name',\n 'physical_address',\n 'email_address',\n 'postal_address',\n 'phone_number',\n 'type',\n ] ;\n } else if($model->type == 'P'){\n $toValidate = [\n 'firstname',\n 'middlename',\n 'surname',\n 'sex',\n 'phone_number',\n 'occupation_id',\n 'postal_address',\n 'email_address',\n 'passport_photo',\n 'relationship_type_id',\n \n ];\n }\n \n \n \n if($model->validate($toValidate, false)){\n if($model->save(false)){\n if($model->type == 'P'){\n $filename = md5($model->guarantor_id).\".\".$model->passport_photo->extension;\n $path = \"uploads/guarantor_photos/\".$filename;\n $model->passport_photo->saveAs($path);\n $model->passport_photo = $filename;\n $model->save(false);\n }\n return $this->redirect(['view', 'id' => $model->guarantor_id]); \n }\n }\n \n \n } \n \n return $this->render('update', [\n 'model' => $model,\n ]);\n \n }", "public function actionUpdate()\n {\n $purifier = new HtmlPurifier;\n $param = $purifier->process(Yii::$app->request->get('id'));\n $model = $this->findModel($param);\n\n //if ($model->load(Yii::$app->request->post()) && $model->save()) {\n //return $this->redirect(['view', 'id' => $model->idperscom]);\n //}\n\n return $this->render('update', [\n 'model' => $model,\n ]);\n }", "public function actionUpdate()\n {\n if(isset(Yii::$app->request->post()['id'])){\n $id=Yii::$app->request->post()['id'];\n $akta_ppat_id=Yii::$app->request->post()['akta_ppat_id'];\n $model = $this->findModel($id, $akta_ppat_id);\n }else{\n $id=Yii::$app->request->post()['AktaPpatPihak']['id'];\n $akta_ppat_id=Yii::$app->request->post()['AktaPpatPihak']['akta_ppat_id'];\n $model = $this->findModel($id, $akta_ppat_id);\n }\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n //return $this->redirect(['view', 'id' => $model->id]);\n return $this->redirect(['akta-ppat/view', 'id' => $model->akta_ppat_id]);\n } else {\n $kelurahan = Kelurahan::find()->where(['id'=>$model->kelurahan_id])->one();\n $kecamatan = Kecamatan::find()->where(['id'=>$kelurahan->kecamatan])->one();\n $kabupaten = Kabupaten::find()->where(['id'=>$kecamatan->kabupaten])->one();\n\n $model->kelurahan_id = $kelurahan->id;\n $model->kecamatan_id = $kelurahan->kecamatan_id;\n $model->kabupaten_id = $kecamatan->kabupaten_id;\n $model->provinsi_id = $kabupaten->provinsi_id;\n\n return $this->render('update', [\n 'model' => $model,\n ]);\n }\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
/ Replace Umlaute and other
function replaceUmlaut ($word) { // Sanitize and Normalize string $umlaut = array( "ä" => "ae", "ö" => "oe", "ß" => "ss", "ü" => "ue", "æ" => "ae", "ø" => "oe", "å" => "aa", "é" => "e", "è" => "e" ); $word = str_replace( array_keys($umlaut), array_values($umlaut), $word ); return $word; }
[ "function umlauts($input){\n\t\t$search = array(\"ä\", \"ö\", \"ü\", \"ß\", \"Ä\", \"Ö\", \"Ü\");\n\t\t$replace = array(\"ae\", \"oe\", \"ue\", \"ss\", \"Ae\", \"Oe\", \"Ue\");\n\t\t$str = str_replace($search, $replace, $input);\n\n\t\treturn $str;\n\t}", "function unformat($value) {\n\t$value = str_replace(\"'s\", 's', $value); // Changes the text 'Binny's code' to 'Binnys code'. Because 'binny_s_code' looks bad.\n\t\n\t$value = preg_replace('/\\W/','_',$value);\t//Replace all special chars with an '_'\n\t$value = preg_replace('/__+/','_',$value);\t//Replace multiple '_' with a single one.\n\t$value = preg_replace(\n\t\tarray('/^_/','/_$/'), //Removes the '_' towards the beginning and the end of the string.\n\t\tarray('_','_'),\n\t\t$value);\n\treturn strtolower($value);\n}", "public function getUnicodeReplace();", "function diacritics_out($vstup) {\n $has_dia = array('á','ä','ă','â','ą','č','ć','ď','é','ě','ę','í','î','ľ','ĺ','ł','ň','ń','ó','ô','ö','ő','ř','ŕ','š','ș','ś','ť','ț','ů','ú','ü','ű','ý','ž','ź','ż','ß'); \n $bez_dia = array('a','a','a','a','a','c','c','d','e','e','e','i','i','l','l','l','n','n','o','o','o','o','r','r','s','s','s','t','t','u','u','u','u','y','z','z','z','s'); \n \n $has_dia_up = ARRAY('Á','Ä','Ă','Â','Ą','Č','Ć','Ď','É','Ě','Ę','Í','Î','Ľ','Ĺ','Ł','Ň','Ń','Ó','Ô','Ö','Ő','Ř','Ŕ','Š','Ș','Ś','Ť','Ț','Ů','Ú','Ü','Ű','Ý','Ž','Ź','Ż','ẞ'); \n $bez_dia_up = ARRAY('A','A','A','A','A','C','C','D','E','E','E','I','I','L','L','L','N','N','O','O','O','O','R','R','S','S','S','T','T','U','U','U','U','Y','Z','Z','Z','S'); \n\n $string = str_replace($has_dia, $bez_dia, $vstup); \n $string = str_replace($has_dia_up, $bez_dia_up, $string); \n \n return $string;\n }", "private function rU($string){\n return str_replace(\"_\", \" \", $string);\n }", "function removeMoreAccents($str){\n\tstatic $convTable;\n\t# create conversion table on first call\n\tif(! isset($convTable) ){\n\t\t$tmpTable = array(\n\t\t\t'µ'=>'u',\n\t\t\t'À'=>'A', 'Á'=>'A', 'Â'=>'A', 'Ã'=>'A', 'Ä'=>'A', 'Å'=>'A', 'Æ'=>'AE',\n\t\t\t'Ç'=>'C', 'È'=>'E', 'É'=>'E', 'Ê'=>'E', 'Ë'=>'E',\n\t\t\t'Ì'=>'I', 'Í'=>'I', 'Î'=>'I', 'Ï'=>'I', 'Ð'=>'D', 'Ñ'=>'N',\n\t\t\t'Ò'=>'O', 'Œ'=>'OE', 'Ó'=>'O', 'Ô'=>'O', 'Õ'=>'O', 'Ö'=>'O', 'Ø'=>'O',\n\t\t\t'Ù'=>'U', 'Ú'=>'U', 'Û'=>'U', 'Ü'=>'U', 'Ý'=>'Y', 'ß'=>'s',\n\t\t\t'à'=>'a', 'á'=>'a', 'â'=>'a', 'ã'=>'a', 'ä'=>'a', 'å'=>'a', 'æ'=>'ae',\n\t\t\t'ç'=>'c', 'è'=>'e', 'é'=>'e', 'ê'=>'e', 'ë'=>'e',\n\t\t\t'ì'=>'i', 'í'=>'i', 'î'=>'i', 'ï'=>'i', 'ñ'=>'n',\n\t\t\t'ð'=>'o', 'œ'=>'oe', 'ò'=>'o', 'ó'=>'o', 'ô'=>'o', 'õ'=>'o', 'ö'=>'o', 'ø'=>'o',\n\t\t\t'ù'=>'u', 'ú'=>'u', 'û'=>'u', 'ü'=>'u', 'ý'=>'y', 'ÿ'=>'y',\n\t\t\t'’'=>'\\'','`'=>'\\'',\n\t\t);\n\t\t$keys = array_keys($tmpTable);\n\t\t$values= array_values($tmpTable);\n\t\t# check internal encoding\n\t\tif(ord('µ')===194){ # we are already in utf 8\n\t\t\t$utf8keys = $keys;\n\t\t\t$keys = array_map('utf8_decode',$keys);\n\t\t}else{\n\t\t\t$utf8keys = array_map('utf8_encode',$keys);\n\t\t}\n\t\tif(function_exists('array_combine')){\n\t\t\t$convTable = array_merge(array_combine($utf8keys,$values),array_combine($keys,$values));\n\t\t}else{\n\t\t\tforeach($utf8keys as $n=>$k){\n\t\t\t\t$convTable[$k] = $convTable[$keys[$n]] = $values[$n];\n\t\t\t}\n\t\t}\n\t}\n\tif(is_array($str)){\n\t\tforeach($str as $k=>$v)\n\t\t\t$str[$k] = strtr($v,$convTable);\n\t\treturn $str;\n\t}\n\treturn strtr($str,$convTable);\n}", "function removeStrtr($value){\n\t\t$value = strtr($value,[\"-\"=>\" \"]);\n\t\treturn $value;\n\t}", "function ga_str_clean($val) {\r\n\t\t\treturn remove_accents(str_replace('---','-',str_replace(' ','-',strtolower(html_entity_decode($val)))));\r\n\t\t}", "public function unsub_two_most_common_patterns() {\n\t\t$this->string = str_replace( array( '@', '=' ), array( '00', '$$' ), $this->string );\n\t}", "function _fixName($field_or_value_name) {\r\n if ($field_or_value_name == \"\")\r\n return \"\";\r\n // convert space into underscore\r\n $result = preg_replace(\"/ /\", \"_\", strtolower($field_or_value_name));\r\n // strip all non alphanumeric chars\r\n $result = preg_replace(\"/\\W/\", \"\", $result);\r\n return $result;\r\n }", "public function fixDuplicateCharacters($str)\n {\n // REPLACE(_, 'ά', 'ά') - 1F71,03AC - Lowercase Alpha + acute\n // REPLACE(_, 'Ά', 'Ά') - 1FBB,0386 - Uppercase Alpha + acute\n // REPLACE(_, 'έ', 'έ') - 1F73,03AD - Lowercase Epsilon + acute\n // REPLACE(_, 'Έ', 'Έ') - 1FC9,0388 - Uppercase Epsilon + acute\n // REPLACE(_, 'ή', 'ή') - 1F75,03AE - Lowercase Eta + acute\n // REPLACE(_, 'Ή', 'Ή') - 1FCB,0389 - Uppercase Eta + acute\n // REPLACE(_, 'ί', 'ί') - 1F77,03AF - Lowercase Iota + acute\n // REPLACE(_, 'Ί', 'Ί') - 1FDB,038A - Uppercase Iota + acute\n // REPLACE(_, 'ό', 'ό') - 1F79,03CC - Lowercase Omicron + acute\n // REPLACE(_, 'Ό', 'Ό') - 1FF9,038C - Uppercase Omicron + acute\n // REPLACE(_, 'ύ', 'ύ') - 1F7B,03CD - Lowercase Upsilon + acute\n // REPLACE(_, 'Ύ', 'Ύ') - 1FEB,038E - Uppercase Upsilon + acute\n // REPLACE(_, 'ώ', 'ώ') - 1F7D,03CE - Lowercase Omega + acute\n // REPLACE(_, 'Ώ', 'Ώ') - 1FFB,038F - Uppercase Omega + acute \n\n // Extra case: <὏> 8015, Hex 1f4f, Octal 17517 \n // 1FBF is a non-combining circumflex, hence the display issues, but\n // it appears in the Perseus dataset. It does not exist as a Unicode\n // Extended Greek character. Leaving in the DB. Romanizing to \"ho\". \n //\n // <὏> 8015, Hex 1f4f, Octal 17517\n\n $tr = array(\n\n $this->unicodeChr('1F71') => $this->unicodeChr('03AC'), // Lowercase Alpha + acute\n $this->unicodeChr('1FBB') => $this->unicodeChr('0386'), // Uppercase Alpha + acute\n $this->unicodeChr('1F73') => $this->unicodeChr('03AD'), // Lowercase Epsilon + acute\n $this->unicodeChr('1FC9') => $this->unicodeChr('0388'), // Uppercase Epsilon + acute\n $this->unicodeChr('1F75') => $this->unicodeChr('03AE'), // Lowercase Eta + acute\n $this->unicodeChr('1FCB') => $this->unicodeChr('0389'), // Uppercase Eta + acute\n $this->unicodeChr('1F77') => $this->unicodeChr('03AF'), // Lowercase Iota + acute\n $this->unicodeChr('1FDB') => $this->unicodeChr('038A'), // Uppercase Iota + acute\n $this->unicodeChr('1F79') => $this->unicodeChr('03CC'), // Lowercase Omicron + acute\n $this->unicodeChr('1FF9') => $this->unicodeChr('038C'), // Uppercase Omicron + acute\n $this->unicodeChr('1F7B') => $this->unicodeChr('03CD'), // Lowercase Upsilon + acute\n $this->unicodeChr('1FEB') => $this->unicodeChr('038E'), // Uppercase Upsilon + acute\n $this->unicodeChr('1F7D') => $this->unicodeChr('03CE'), // Lowercase Omega + acute\n $this->unicodeChr('1FFB') => $this->unicodeChr('038F'), // Uppercase Omega + acute \n\n $this->unicodeChr('2019') => \"'\", // Abbreviation in classical texts: ’\n $this->unicodeChr('1FBD') => \"'\", // Koronis is given as a single-quote in the DB.\n\n \"’\" => \"'\", // Abbreviation was unmatched -- ? \n\n ); \n\n return str_replace(\n array_keys($tr), \n array_values($tr), \n $str\n );\n }", "function u_ ($s) {\n $out = preg_replace('/([^_])([A-Z])/', '$1_$2', $s);\n return 'u_' . strtolower($out);\n}", "public function or_replace()\n\t{\n\t}", "function replace_special_characters($value)\n {\n // Detecta a codificação da string.\n $originalEncode = mb_detect_encoding($value);\n\n // Resgata os caracteres que serão substituídos.\n $toSearch = config('constant.specialCharacter.search');\n $toReplace = config('constant.specialCharacter.replace');\n\n // Converte a codificação para ISO-8859-1.\n $toSearch = mb_convert_encoding($toSearch, \"ISO-8859-1\");\n $toReplace = mb_convert_encoding($toReplace, \"ISO-8859-1\");\n $value = mb_convert_encoding($value, \"ISO-8859-1\");\n\n // Substitui os caracteres.\n $value = strtr($value, $toSearch, $toReplace);\n\n // Converte a codificação da string para o formato original.\n $value = mb_convert_encoding($value, $originalEncode);\n\n return $value;\n }", "function normalizeID($id){\n //letters: αβγεζ\n //return strtr($id, 'αβγεζ', 'abcez');\n return str_replace(array('α', 'β', 'γ', 'ε', 'ζ'), array('a','b','g','e','z'), $id);\n}", "public static function ucase()\n\t{\n\t}", "function unu_ ($s) {\n $s = preg_replace('/^u_/', '', $s);\n return v($s)->u_to_camel_case();\n}", "function simplify_name($name){\n $name = str_replace(\"á\", \"a\", $name);\n $name = str_replace(\"é\", \"e\", $name);\n $name = str_replace(\"í\", \"i\", $name);\n $name = str_replace(\"ó\", \"o\", $name);\n $name = str_replace(\"ú\", \"u\", $name);\n \n $name = str_replace(\"@\", \"\", $name);\n $name = str_replace(\"/\", \"\", $name);\n $name = str_replace(\"?\", \"\", $name);\n $name = str_replace(\"\\\\\", \"\", $name);\n $name = str_replace(\"\\\"\", \"\", $name);\n $name = str_replace(\"'\", \"\", $name);\n $name = str_replace(\"%\", \"\", $name);\n $name = str_replace(\" \", \"\", $name);\n $name = str_replace(\"=\", \"\", $name);\n $name = str_replace(\"&\", \"\", $name);\n \n return $name;\n }", "function stripVN($str) {\n $str = preg_replace(\"/(à|á|ạ|ả|ã|â|ầ|ấ|ậ|ẩ|ẫ|ă|ằ|ắ|ặ|ẳ|ẵ)/\", 'a', $str);\n $str = preg_replace(\"/(è|é|ẹ|ẻ|ẽ|ê|ề|ế|ệ|ể|ễ)/\", 'e', $str);\n $str = preg_replace(\"/(ì|í|ị|ỉ|ĩ)/\", 'i', $str);\n $str = preg_replace(\"/(ò|ó|ọ|ỏ|õ|ô|ồ|ố|ộ|ổ|ỗ|ơ|ờ|ớ|ợ|ở|ỡ)/\", 'o', $str);\n $str = preg_replace(\"/(ù|ú|ụ|ủ|ũ|ư|ừ|ứ|ự|ử|ữ)/\", 'u', $str);\n $str = preg_replace(\"/(ỳ|ý|ỵ|ỷ|ỹ)/\", 'y', $str);\n $str = preg_replace(\"/(đ)/\", 'd', $str);\n \n $str = preg_replace(\"/(À|Á|Ạ|Ả|Ã|Â|Ầ|Ấ|Ậ|Ẩ|Ẫ|Ă|Ằ|Ắ|Ặ|Ẳ|Ẵ)/\", 'A', $str);\n $str = preg_replace(\"/(È|É|Ẹ|Ẻ|Ẽ|Ê|Ề|Ế|Ệ|Ể|Ễ)/\", 'E', $str);\n $str = preg_replace(\"/(Ì|Í|Ị|Ỉ|Ĩ)/\", 'I', $str);\n $str = preg_replace(\"/(Ò|Ó|Ọ|Ỏ|Õ|Ô|Ồ|Ố|Ộ|Ổ|Ỗ|Ơ|Ờ|Ớ|Ợ|Ở|Ỡ)/\", 'O', $str);\n $str = preg_replace(\"/(Ù|Ú|Ụ|Ủ|Ũ|Ư|Ừ|Ứ|Ự|Ử|Ữ)/\", 'U', $str);\n $str = preg_replace(\"/(Ỳ|Ý|Ỵ|Ỷ|Ỹ)/\", 'Y', $str);\n $str = preg_replace(\"/(Đ)/\", 'D', $str);\n return $str;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Get the art provider to be used.
function GetArtProvider(){}
[ "protected function getProvider()\n\t{\n\t\treturn $this->provider;\n\t}", "protected function getProvider() {\n if (!isset($this->provider)) {\n $this->provider = $this->theme->getCdnProvider();\n }\n return $this->provider;\n }", "public function getArt()\n\t{\n\t\tif ($this->_art == null) {\n\t\t\t$this->_art = Art::model()->findByPk($this->resource_id);\n\t\t\tif ($this->_art == null) { // return an empty art if not found\n\t\t\t\t$this->_art = new Art;\n\t\t\t}\n\t\t}\n\t\treturn $this->_art;\n\t}", "function SetArtProvider(wxAuiDockArt &$art_provider){}", "public function getProvider()\n {\n if (array_key_exists(\"provider\", $this->_propDict)) {\n return $this->_propDict[\"provider\"];\n } else {\n return null;\n }\n }", "public function getProviderAlias()\n {\n return $this->providerAlias;\n }", "public function getArt_image()\n {\n return $this->art_image;\n }", "public function getCurrentProvider()\n {\n return $this->provider;\n }", "public function getGalittProvider()\n {\n return $this->galittProvider;\n }", "public function getProviderDisplay()\n {\n return $this->providerDisplay;\n }", "function SetArtProvider(wxRibbonArtProvider &$art){}", "public function getProvider($type);", "public function getProvider($name);", "protected function getDefaultProvider()\n {\n return $this->config('provider');\n }", "protected function provider() {\n if (($l = $this->newsletterList()) && ($p = $l->provider())) {\n return $p;\n }\n }", "protected function provider()\n {\n if (empty($this->provider)) {\n $this->provider = new ServiceProvider($this->app());\n }\n\n return $this->provider;\n }", "public function getProvider()\n\t{\n\t\tif( isset( $this->values['plugin.provider'] ) ) {\n\t\t\treturn (string) $this->values['plugin.provider'];\n\t\t}\n\n\t\treturn '';\n\t}", "public function getProvider()\n {\n $config = $this->scopeConfig->getValue(\n 'payment/az2009_cielo_bank_slip/provider',\n \\Magento\\Store\\Model\\ScopeInterface::SCOPE_STORE\n );\n\n return $config;\n }", "public function getArt_description()\n {\n return $this->art_description;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
getter/accessor method for author hash/password
public function getAuthorHash() : string { return $this->authorHash; }
[ "public function getAuthorPassword() {\n return $this->author_password;\n }", "public function getAuthorHash(): string {\n\t\t\treturn $this->authorHash;\n\t}", "public function getAuthorHash(): string {\n\t\treturn $this->authorHash;\n\t}", "public function getAuthorHash() : string {\n\t\treturn $this-> authorHash;\n\t}", "public function getAuthorHash (): string {\n\t\treturn $this->authorHash;\n\t}", "public function getAuthorHash() {\n\t\treturn $this->authorHash;\n\t}", "public function getAuthorHash(): string {\n\t\treturn ($this->authorHash);\n\t}", "function get_hash() {\n return $this->user_hash;\n }", "public function getHashedPassword()\n {\n }", "public function getAuthPassword()\n {\n }", "public\nfunction getUserHash(): string {\n\treturn $this->userHash;\n}", "public function getAuthPassword() {\n\t\treturn Hash::make('moz:persona');\n\t}", "public function getUser_hash ()\n {\n return $this->user_hash;\n }", "function get_password(){\n return $this->password;\n }", "public function getAuthorLogin () {\n\t\treturn $this->_authorLogin;\n\t}", "function getUserPassword() { return $this->_userpassword; }", "public function getHash() {\n return $this -> d -> getUserPasswordHash($this -> id);\n }", "public function fetchHash() {\n return hash(\"sha256\", $this->user_id.$this->username.config('app.loginSalt'));\n }", "public function getHash()\n {\n return $this->user_hash;\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Hooks in the `post_row_actions` and `page_row_actions` filters to add a 'Clone' link.
public function add_clone_action_link( $actions, $post ) { if ( ! $post instanceof WP_Post || ! $this->permissions_helper->should_links_be_displayed( $post ) || ! \is_array( $actions ) ) { return $actions; } $title = \_draft_or_post_title( $post ); $actions['clone'] = '<a href="' . $this->link_builder->build_clone_link( $post->ID ) . '" aria-label="' . \esc_attr( /* translators: %s: Post title. */ \sprintf( \__( 'Clone &#8220;%s&#8221;', 'duplicate-post' ), $title ) ) . '">' . \esc_html_x( 'Clone', 'verb', 'duplicate-post' ) . '</a>'; return $actions; }
[ "public function list_row_action( array $actions, WP_Post $post ) {\n\t\t// Check if the post type is whitelisted to be clonable and we're not\n\t\t// trying to clone a trashed/pending review post.\n\t\tif ( ! is_post_clonable( $post ) ) {\n\t\t\treturn $actions;\n\t\t}\n\n\t\t// User is not allowed to clone posts - bail.\n\t\tif ( ! can_user_clone() ) {\n\t\t\treturn $actions;\n\t\t}\n\n\t\t// Add our custom action.\n\t\t$actions = array_merge(\n\t\t\t$actions,\n\t\t\t[\n\t\t\t\t'clone' => sprintf( '<a href=\"%1$s\">%2$s</a>',\n\t\t\t\t\tesc_url( $this->clone_post_link( $post->ID ) ),\n\t\t\t\t\tesc_html__( 'Clone', 'post-cloner' )\n\t\t\t\t),\n\t\t\t]\n\t\t);\n\n\t\treturn $actions;\n\t}", "private function renderCloneColumn()\r\n {\r\n return Html::tag('td', $this->renderCloneButton(), [\r\n 'class' => 'list-cell__button',\r\n ]);\r\n }", "function clone_button_maker(){\n global $post;\n $form_id = RGFormsModel::get_form_id('duplicate site');\n $url = acf_fetch_site_url($post->ID);\n $main = parse_url($url);//probably need to add a check for trailing slash\n $arg = array(\n 'domain' => $main['host'],\n 'path' => $main['path']\n );\n $blog_details = get_blog_details($arg);\n\n $site_id = $blog_details->blog_id; \n\n $clone_page = get_field('cloner_page', 'option');\n $clone_page_slug = $clone_page->post_name;\n //var_dump($clone_page_slug);\n return '<a class=\"dup-button\" href=\"' . get_site_url() . '/' . $clone_page_slug . '?cloner=' . $site_id . '#field_'. $form_id .'_2\">Clone it to own it!</a>';\n}", "public function add_row_action( $actions, $post ) {\n\t\tif ( ! $this->user_can_access_post( $post->ID ) ||\n\t\t\t! $post instanceof WP_Post ||\n\t\t\t! $this->validate_post_type( $post ) ) {\n\t\t\treturn $actions;\n\t\t}\n\n\t\t$edit_url = add_query_arg(\n\t\t\tarray(\n\t\t\t\t'post_type' => $post->post_type,\n\t\t\t\t'jetpack-copy' => $post->ID,\n\t\t\t),\n\t\t\tadmin_url( 'post-new.php' )\n\t\t);\n\t\t$edit_action = array(\n\t\t\t'jetpack-copy' => sprintf(\n\t\t\t\t'<a href=\"%s\" aria-label=\"%s\">%s</a>',\n\t\t\t\tesc_url( $edit_url ),\n\t\t\t\tesc_attr__( 'Copy this post.', 'jetpack' ),\n\t\t\t\tesc_html__( 'Copy', 'jetpack' )\n\t\t\t),\n\t\t);\n\n\t\t// Insert the Copy action before the Trash action.\n\t\t$edit_offset = array_search( 'trash', array_keys( $actions ), true );\n\t\t$updated_actions = array_merge(\n\t\t\tarray_slice( $actions, 0, $edit_offset ),\n\t\t\t$edit_action,\n\t\t\tarray_slice( $actions, $edit_offset )\n\t\t);\n\n\t\t/**\n\t\t * Fires after the new Copy action has been added to the row actions.\n\t\t * Allows changes to the action presentation, or other final checks.\n\t\t *\n\t\t * @module copy-post\n\t\t *\n\t\t * @since 7.0.0\n\t\t *\n\t\t * @param array $updated_actions Updated row actions with the Copy Post action.\n\t\t * @param array $actions Original row actions passed to this filter.\n\t\t * @param WP_Post $post Post object of current post in listing.\n\t\t */\n\t\treturn apply_filters( 'jetpack_copy_post_row_actions', $updated_actions, $actions, $post );\n\t}", "public function add_link_to_index($actions, $post){\n $button_link_class = \"button button-primary button-small\";\n $button_icon = \"<\" . \"span class=\\\"dashicons dashicons-admin-page\\\"></span>\";\n $button_title = \"Clone to Projects\";\n $button_label = $button_title;\n $button_link_styles = '';\n if (current_user_can('edit_posts')) {\n if ($post->post_type == self::getOriginalPostType()) {\n //$actions['duplicate'] = 'test';\n $actions['duplicate'] = '<a style=\"'.$button_link_styles.'\" class=\"'.$button_link_class.'\" href=\"admin.php?action='.self::getAction().'&amp;post=' . $post->ID . '\" title=\"'.$button_title.'\" rel=\"permalink\">'.$button_label.'</a>';\n }\n }\n return $actions;\n }", "function qi_duplicate_post_link( $actions, $post ) {\n\tif ( get_post_type() === 'quadro_mods' && current_user_can('edit_posts') ) {\n\t\t$actions['duplicate'] = '<a href=\"admin.php?action=qi_duplicate_post_as_draft&amp;post=' . $post->ID . '\" title=\"' . esc_html__('Duplicate this item', 'quadro') . '\" rel=\"permalink\">' . esc_html__('Duplicate', 'quadro') . '</a>';\n\t}\n\treturn $actions;\n}", "public function clone_flow() {\n\n\t\tglobal $wpdb;\n\n\t\tif ( ! ( isset( $_GET['post'] ) || isset( $_POST['post'] ) || ( isset( $_REQUEST['action'] ) && 'cartflows_clone_flow' === $_REQUEST['action'] ) ) ) {\n\t\t\twp_die( 'No post to duplicate has been supplied!' );\n\t\t}\n\n\t\t/*\n\t\t * Nonce verification\n\t\t */\n\t\tif ( ! isset( $_GET['flow_clone_nonce'] ) || ! wp_verify_nonce( sanitize_text_field( wp_unslash( $_GET['flow_clone_nonce'] ) ), basename( __FILE__ ) ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t/**\n\t\t * Get the original post id\n\t\t */\n\t\t$post_id = ( isset( $_GET['post'] ) ? absint( $_GET['post'] ) : absint( $_POST['post'] ) );\n\n\t\t/**\n\t\t * And all the original post data then\n\t\t */\n\t\t$post = get_post( $post_id );\n\n\t\t/**\n\t\t * Assign current user to be the new post author\n\t\t */\n\t\t$current_user = wp_get_current_user();\n\t\t$new_post_author = $current_user->ID;\n\n\t\t/**\n\t\t * If post data exists, create the post duplicate\n\t\t */\n\t\tif ( isset( $post ) && null !== $post ) {\n\n\t\t\t/**\n\t\t\t * New post data array\n\t\t\t */\n\n\t\t\t$args = array(\n\t\t\t\t'comment_status' => $post->comment_status,\n\t\t\t\t'ping_status' => $post->ping_status,\n\t\t\t\t'post_author' => $new_post_author,\n\t\t\t\t'post_content' => $post->post_content,\n\t\t\t\t'post_excerpt' => $post->post_excerpt,\n\t\t\t\t'post_name' => $post->post_name,\n\t\t\t\t'post_parent' => $post->post_parent,\n\t\t\t\t'post_password' => $post->post_password,\n\t\t\t\t'post_status' => $post->post_status,\n\t\t\t\t'post_title' => $post->post_title . ' Clone',\n\t\t\t\t'post_type' => $post->post_type,\n\t\t\t\t'to_ping' => $post->to_ping,\n\t\t\t\t'menu_order' => $post->menu_order,\n\t\t\t);\n\n\t\t\t/**\n\t\t\t * Insert the post\n\t\t\t */\n\t\t\t$new_flow_id = wp_insert_post( $args );\n\n\t\t\t/**\n\t\t\t * Get all current post terms ad set them to the new post\n\t\t\t */\n\t\t\t// returns array of taxonomy names for post type, ex array(\"category\", \"post_tag\");.\n\t\t\t$taxonomies = get_object_taxonomies( $post->post_type );\n\n\t\t\tforeach ( $taxonomies as $taxonomy ) {\n\n\t\t\t\t$post_terms = wp_get_object_terms( $post_id, $taxonomy, array( 'fields' => 'slugs' ) );\n\n\t\t\t\twp_set_object_terms( $new_flow_id, $post_terms, $taxonomy, false );\n\t\t\t}\n\n\t\t\t/**\n\t\t\t * Duplicate all post meta just in two SQL queries\n\t\t\t */\n\t\t\t// @codingStandardsIgnoreStart\n\t\t\t$post_meta_infos = $wpdb->get_results(\n\t\t\t\t\"SELECT meta_key, meta_value FROM $wpdb->postmeta WHERE post_id=$post_id\"\n\t\t\t);\n\t\t\t// @codingStandardsIgnoreEnd\n\n\t\t\tif ( ! empty( $post_meta_infos ) ) {\n\n\t\t\t\t$sql_query = \"INSERT INTO $wpdb->postmeta (post_id, meta_key, meta_value) VALUES \";\n\n\t\t\t\t$sql_query_sel = array();\n\n\t\t\t\tforeach ( $post_meta_infos as $meta_info ) {\n\n\t\t\t\t\t$meta_key = $meta_info->meta_key;\n\n\t\t\t\t\tif ( '_wp_old_slug' === $meta_key ) {\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\n\t\t\t\t\t$meta_value = addslashes( $meta_info->meta_value );\n\n\t\t\t\t\t$sql_query_sel[] = \"($new_flow_id, '$meta_key', '$meta_value')\";\n\t\t\t\t}\n\n\t\t\t\t$sql_query .= implode( ',', $sql_query_sel );\n\n\t\t\t\t// @codingStandardsIgnoreStart\n\t\t\t\t$wpdb->query( $sql_query );\n \t\t\t// @codingStandardsIgnoreEnd\n\t\t\t}\n\n\t\t\t/* Steps Cloning */\n\t\t\t$flow_steps = get_post_meta( $post_id, 'wcf-steps', true );\n\t\t\t$new_flow_steps = array();\n\n\t\t\t/* Set Steps Empty */\n\t\t\tupdate_post_meta( $new_flow_id, 'wcf-steps', $new_flow_steps );\n\n\t\t\tif ( is_array( $flow_steps ) && ! empty( $flow_steps ) ) {\n\n\t\t\t\tforeach ( $flow_steps as $index => $step_data ) {\n\n\t\t\t\t\t$step_id = $step_data['id'];\n\t\t\t\t\t$step_type = get_post_meta( $step_id, 'wcf-step-type', true );\n\n\t\t\t\t\t$step_object = get_post( $step_id );\n\n\t\t\t\t\t/**\n\t\t\t\t\t * New step post data array\n\t\t\t\t\t */\n\t\t\t\t\t$step_args = array(\n\t\t\t\t\t\t'comment_status' => $step_object->comment_status,\n\t\t\t\t\t\t'ping_status' => $step_object->ping_status,\n\t\t\t\t\t\t'post_author' => $new_post_author,\n\t\t\t\t\t\t'post_content' => $step_object->post_content,\n\t\t\t\t\t\t'post_excerpt' => $step_object->post_excerpt,\n\t\t\t\t\t\t'post_name' => $step_object->post_name,\n\t\t\t\t\t\t'post_parent' => $step_object->post_parent,\n\t\t\t\t\t\t'post_password' => $step_object->post_password,\n\t\t\t\t\t\t'post_status' => $step_object->post_status,\n\t\t\t\t\t\t'post_title' => $step_object->post_title,\n\t\t\t\t\t\t'post_type' => $step_object->post_type,\n\t\t\t\t\t\t'to_ping' => $step_object->to_ping,\n\t\t\t\t\t\t'menu_order' => $step_object->menu_order,\n\t\t\t\t\t);\n\n\t\t\t\t\t/**\n\t\t\t\t\t * Insert the post\n\t\t\t\t\t */\n\t\t\t\t\t$new_step_id = wp_insert_post( $step_args );\n\n\t\t\t\t\t/**\n\t\t\t\t\t * Duplicate all step meta\n\t\t\t\t\t */\n\t\t\t\t\t// @codingStandardsIgnoreStart\n\t\t\t\t\t$post_meta_infos = $wpdb->get_results(\n\t\t\t\t\t\t\"SELECT meta_key, meta_value FROM $wpdb->postmeta WHERE post_id=$step_id\"\n\t\t\t\t\t);\n\t\t\t\t\t// @codingStandardsIgnoreEnd\n\n\t\t\t\t\tif ( ! empty( $post_meta_infos ) ) {\n\n\t\t\t\t\t\t$sql_query = \"INSERT INTO $wpdb->postmeta (post_id, meta_key, meta_value) VALUES \";\n\n\t\t\t\t\t\t$sql_query_sel = array();\n\n\t\t\t\t\t\tforeach ( $post_meta_infos as $meta_info ) {\n\n\t\t\t\t\t\t\t$meta_key = $meta_info->meta_key;\n\n\t\t\t\t\t\t\tif ( '_wp_old_slug' === $meta_key ) {\n\t\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t$meta_value = addslashes( $meta_info->meta_value );\n\n\t\t\t\t\t\t\t$sql_query_sel[] = \"($new_step_id, '$meta_key', '$meta_value')\";\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t$sql_query .= implode( ',', $sql_query_sel );\n\n\t\t\t\t\t\t// @codingStandardsIgnoreStart\n\t\t\t\t\t\t$wpdb->query( $sql_query );\n\t\t \t\t\t// @codingStandardsIgnoreEnd\n\t\t\t\t\t}\n\n\t\t\t\t\t// insert post meta.\n\t\t\t\t\tupdate_post_meta( $new_step_id, 'wcf-flow-id', $new_flow_id );\n\t\t\t\t\tupdate_post_meta( $new_step_id, 'wcf-step-type', $step_type );\n\n\t\t\t\t\twp_set_object_terms( $new_step_id, $step_type, CARTFLOWS_TAXONOMY_STEP_TYPE );\n\t\t\t\t\twp_set_object_terms( $new_step_id, 'flow-' . $new_flow_id, CARTFLOWS_TAXONOMY_STEP_FLOW );\n\n\t\t\t\t\t/* Add New Flow Steps */\n\t\t\t\t\t$new_flow_steps[] = array(\n\t\t\t\t\t\t'id' => $new_step_id,\n\t\t\t\t\t\t'title' => $step_object->post_title,\n\t\t\t\t\t\t'type' => $step_type,\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t/* Update New Flow Step Post Meta */\n\t\t\tupdate_post_meta( $new_flow_id, 'wcf-steps', $new_flow_steps );\n\n\t\t\t/* Clear Page Builder Cache */\n\t\t\t$this->clear_cache();\n\n\t\t\t/**\n\t\t\t * Redirect to the new flow edit screen\n\t\t\t */\n\t\t\twp_safe_redirect( admin_url( 'post.php?action=edit&post=' . $new_flow_id ) );\n\t\t\texit;\n\t\t} else {\n\t\t\twp_die( 'Post creation failed, could not find original post: ' . $post_id );\n\t\t}\n\t}", "function awesome_duplicate_post_link( $actions, $post ) {\n if (current_user_can('edit_posts')) {\n $actions['duplicate'] = '<a href=\"admin.php?action=rd_duplicate_post_as_draft&amp;post=' . $post->ID . '\" title=\"Duplicate this item\" rel=\"permalink\">Duplicate</a>';\n }\n return $actions;\n}", "public function __clone()\n {\n $this->_customActions = array();\n }", "protected function column_default_add_action( $item, $column_name, &$actions ) {\n\t\t\tparent::column_default_add_action( $item, $column_name, $actions );\n\t\t\t?>\n\t\t\t<script type='text/javascript'>\n\t\t\t\tjQuery(\"#view_form_\" + <?php echo( self::$list_number - 1 ) ?>).append('<input type=\"hidden\" name=\"tab\" value=\"tables\">');\n\t\t\t\tjQuery(\"#edit_form_\" + <?php echo( self::$list_number - 1 ) ?>).append('<input type=\"hidden\" name=\"tab\" value=\"tables\">');\n\t\t\t\tjQuery(\"#delete_form_\" + <?php echo( self::$list_number - 1 ) ?>).append('<input type=\"hidden\" name=\"tab\" value=\"tables\">');\n\t\t\t</script>\n\t\t\t<?php\n\t\t\t// Add copy table options action.\n\t\t\t$wp_nonce_action = \"wpda-copy-{$this->table_name}\";\n\t\t\t$wp_nonce = esc_attr( wp_create_nonce( $wp_nonce_action ) );\n\t\t\t$form_id = '_' . ( self::$list_number - 1 );\n\t\t\t$copy_form =\n\t\t\t\t\"<form\" .\n\t\t\t\t\" id='copy_form$form_id'\" .\n\t\t\t\t\" action='?page=\" . esc_attr( $this->page ) . \"&schema_name=\" . esc_attr( $this->schema_name ) . \"&table_name=\" . esc_attr( $this->table_name ) . \"'\" .\n\t\t\t\t\" method='post'>\" .\n\t\t\t\t$this->get_key_input_fields( $item ) .\n\t\t\t\t$this->add_parent_args_as_string( $item ) .\n\t\t\t\t\"<input type='hidden' name='action' value='copy' />\" .\n\t\t\t\t\"<input type='hidden' name='_wpnonce' value='$wp_nonce'>\" .\n\t\t\t\t$this->page_number_item .\n\t\t\t\t\"<input type='hidden' name='tab' value='tables'>\" .\n\t\t\t\t\"</form>\"\n\t\t\t?>\n\n\t\t\t<script type='text/javascript'>\n\t\t\t\tjQuery(\"#wpda_invisible_container\").append(\"<?php echo $copy_form; ?>\");\n\t\t\t</script>\n\n\t\t\t<?php\n\n\t\t\t// Add link to submit form.\n\t\t\t$copy_warning = __( \"Copy table options set?\\\\n\\\\'Cancel\\\\' to stop, \\\\'OK\\\\' to copy.\", 'wp-data-access' );\n\t\t\t$actions['copy'] = sprintf(\n\t\t\t\t'<a href=\"javascript:void(0)\" \n class=\"edit\" \n onclick=\"if (confirm(\\'%s\\')) jQuery(\\'#%s\\').submit()\">\n %s\n </a>\n ',\n\t\t\t\t$copy_warning,\n\t\t\t\t\"copy_form$form_id\",\n\t\t\t\t__( 'Copy', 'wp-data-access' )\n\t\t\t);\n\t\t}", "public function __clone() {\r\n\r\n /// Read Typo3 fields to copy into extra table\r\n $row = tx_newspaper::selectOneRow(\r\n implode(', ', self::$fields_to_copy_into_extra_table),\r\n $this->getTable(),\r\n 'uid = ' . $this->getUid()\r\n );\r\n\r\n /// Write the uid and table into extra table, with the values read above\r\n $row['extra_uid'] = $this->getUid();\r\n $row['extra_table'] = $this->getTable();\r\n /// \\c tstamp is set to now\r\n $row['tstamp'] = time();\r\n\r\n $this->setExtraUid(tx_newspaper::insertRows(self::$table, $row));\r\n }", "function rd_duplicate_post_link( $actions, $post ) {\r\n\tif (current_user_can('edit_posts')) {\r\n\t $actions['duplicate'] = '<a href=\"' . wp_nonce_url('admin.php?action=rd_duplicate_post_as_draft&post=' . $post->ID, basename(__FILE__), 'duplicate_nonce' ) . '\" title=\"Duplicate this item\" rel=\"permalink\">Duplicate</a>';\r\n\t}\r\n\treturn $actions;\r\n }", "function rd_duplicate_post_link( $actions, $post ) {\r\n\tif (current_user_can('edit_posts')) {\r\n\t\t$actions['duplicate'] = '<a href=\"admin.php?action=rd_duplicate_post_as_draft&amp;post=' . $post->ID . '\" title=\"Duplicate this item\" rel=\"permalink\">Duplicate</a>';\r\n\t}\r\n\treturn $actions;\r\n}", "public function row_actions() {\n\t\tif ( ! $this->show_remove ) {\n\t\t\treturn;\n\t\t}\n\t\t?>\n\t\t<td class=\"acf-row-handle remove\">\n\t\t\t<a class=\"acf-icon -plus small acf-js-tooltip hide-on-shift\" href=\"#\" data-event=\"add-row\" title=\"<?php _e( 'Add row', 'acf' ); ?>\"></a>\n\t\t\t<a class=\"acf-icon -duplicate small acf-js-tooltip show-on-shift\" href=\"#\" data-event=\"duplicate-row\" title=\"<?php _e( 'Duplicate row', 'acf' ); ?>\"></a>\n\t\t\t<a class=\"acf-icon -minus small acf-js-tooltip\" href=\"#\" data-event=\"remove-row\" title=\"<?php _e( 'Remove row', 'acf' ); ?>\"></a>\n\t\t</td>\n\t\t<?php\n\t}", "public function action_cloning(): void {\n\t\t\t$redirect_url = admin_url( 'edit.php?post_type=' . learndash_get_post_type_slug( $this->get_cloning_object() ) );\n\n\t\t\t// request validation.\n\t\t\tif ( ! isset( $_GET['object_id'] ) || ! isset( $_GET['nonce'] ) ) {\n\t\t\t\tLearndash_Admin_Action_Scheduler::add_admin_notice( __( 'Invalid request.', 'learndash' ), 'error', 0, $redirect_url );\n\t\t\t}\n\n\t\t\t// nonce validation.\n\t\t\t$object_id = absint( sanitize_text_field( wp_unslash( $_GET['object_id'] ) ) );\n\t\t\tif ( ! wp_verify_nonce( sanitize_text_field( wp_unslash( $_GET['nonce'] ) ), $this->get_cloning_action_name() . $object_id ) ) {\n\t\t\t\tLearndash_Admin_Action_Scheduler::add_admin_notice( __( 'Request expired. Please try it again.', 'learndash' ), 'error', $object_id, $redirect_url );\n\t\t\t}\n\n\t\t\t// object validation.\n\t\t\t$object = ! empty( $object_id ) ? get_post( $object_id ) : false;\n\t\t\tif ( empty( $object ) || learndash_get_post_type_slug( $this->get_cloning_object() ) !== $object->post_type ) {\n\t\t\t\t// translators: placeholder: object name.\n\t\t\t\tLearndash_Admin_Action_Scheduler::add_admin_notice( sprintf( __( 'Invalid LearnDash %s.', 'learndash' ), $this->get_cloning_object() ), 'error', $object_id, $redirect_url );\n\t\t\t}\n\n\t\t\t// check if we should run the cloning now.\n\t\t\tif ( $this->run_clone_immediately( $object ) ) {\n\t\t\t\t$this->cloning_task( $object->ID, get_current_user_id() );\n\t\t\t} else {\n\t\t\t\t// enqueue the cloning task.\n\t\t\t\tLearndash_Admin_Action_Scheduler::add_admin_notice(\n\t\t\t\t\tsprintf(\n\t\t\t\t\t// translators: placeholder: current object link, new object name.\n\t\t\t\t\t\t__( 'The cloning of %1$s into %2$s is scheduled. Please refresh this page to see the progress.', 'learndash' ),\n\t\t\t\t\t\t'<a href=\"' . get_edit_post_link( $object ) . '\">' . esc_html( $object->post_title ) . '</a>',\n\t\t\t\t\t\t'<b>' . esc_html( $this->get_default_copy_name( $object ) ) . '</b>'\n\t\t\t\t\t),\n\t\t\t\t\t'info',\n\t\t\t\t\t$object_id\n\t\t\t\t);\n\t\t\t\t$this->cloning_scheduler->enqueue_task(\n\t\t\t\t\t$this->get_cloning_task_name(),\n\t\t\t\t\tarray(\n\t\t\t\t\t\t'object_id' => $object->ID,\n\t\t\t\t\t\t'user_id' => get_current_user_id(),\n\t\t\t\t\t),\n\t\t\t\t\t$object->ID,\n\t\t\t\t\tsprintf(\n\t\t\t\t\t// translators: placeholder: current object link, new object name.\n\t\t\t\t\t\t__( 'The cloning of %1$s into %2$s is in the processing queue. Please refresh this page to see the progress.', 'learndash' ),\n\t\t\t\t\t\t'<a href=\"' . get_edit_post_link( $object ) . '\">' . esc_html( $object->post_title ) . '</a>',\n\t\t\t\t\t\t'<b>' . esc_html( $this->get_default_copy_name( $object ) ) . '</b>'\n\t\t\t\t\t),\n\t\t\t\t\tsprintf(\n\t\t\t\t\t// translators: placeholder: current object link, new object name.\n\t\t\t\t\t\t__( 'The cloning of %1$s into %2$s is running. Please refresh this page to see the progress.', 'learndash' ),\n\t\t\t\t\t\t'<a href=\"' . get_edit_post_link( $object ) . '\">' . esc_html( $object->post_title ) . '</a>',\n\t\t\t\t\t\t'<b>' . esc_html( $this->get_default_copy_name( $object ) ) . '</b>'\n\t\t\t\t\t)\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// redirect to listing page.\n\t\t\tlearndash_safe_redirect( $redirect_url );\n\t\t}", "public function column_default_add_action( $item, $column_name, &$actions ) {\n\t\t\tparent::column_default_add_action( $item, $column_name, $actions );\n\n\t\t\t// Add copy publication to actions\n\t\t\t$wp_nonce_action = \"wpda-copy-{$this->table_name}\";\n\t\t\t$wp_nonce = esc_attr( wp_create_nonce( $wp_nonce_action ) );\n\t\t\t$form_id = '_' . ( self::$list_number - 1 );\n\t\t\t$copy_form =\n\t\t\t\t\"<form\" .\n\t\t\t\t\" id='copy_form$form_id'\" .\n\t\t\t\t\" action='?page=\" . esc_attr( $this->page ) . \"&table_name=\" . esc_attr( $this->table_name ) . \"'\" .\n\t\t\t\t\" method='post'>\" .\n\t\t\t\t$this->get_key_input_fields( $item ) .\n\t\t\t\t\"<input type='hidden' name='action' value='copy' />\" .\n\t\t\t\t\"<input type='hidden' name='_wpnonce' value='$wp_nonce'>\" .\n\t\t\t\t$this->page_number_item .\n\t\t\t\t\"</form>\"\n\t\t\t?>\n\n\t\t\t<script type='text/javascript'>\n\t\t\t\tjQuery(\"#wpda_invisible_container\").append(\"<?php echo $copy_form; ?>\");\n\t\t\t</script>\n\n\t\t\t<?php\n\t\t\t$copy_warning = __( \"Copy table options set?\\\\n\\\\'Cancel\\\\' to stop, \\\\'OK\\\\' to copy.\", 'wp-data-access' );\n\t\t\t$actions['copy'] = sprintf(\n\t\t\t\t'<a href=\"javascript:void(0)\" \n\t\t\t\t\t\t\t\t\ttitle=\"%s\"\n class=\"edit\" \n onclick=\"if (confirm(\\'%s\\')) jQuery(\\'#%s\\').submit()\">\n %s\n </a>\n ',\n\t\t\t\t__( 'New publication name = old publication name + _ + n', 'wp-data-access' ),\n\t\t\t\t$copy_warning,\n\t\t\t\t\"copy_form$form_id\",\n\t\t\t\t__( 'Copy', 'wp-data-access' )\n\t\t\t);\n\n\t\t\tif ( 'rdb:' !== substr( $item['pub_schema_name'], 0, 4) ) {\n\t\t\t\t// Check if database exists. If database is not found, a test link is not provided. This might happen\n\t\t\t\t// when a user transfers a publication from one repository to another.\n\t\t\t\tif ( WPDA_Dictionary_Exist::schema_exists( $item['pub_schema_name'] ) ) {\n\t\t\t\t\t// Show publication directly from Data Publisher main page\n\t\t\t\t\tif ( 'pub_id' === $column_name ) {\n\t\t\t\t\t\tWPDA_Publisher_Form::show_publication( $item['pub_id'], $item['pub_table_name'] );\n\t\t\t\t\t}\n\t\t\t\t\t$actions['test'] = sprintf(\n\t\t\t\t\t\t'<a href=\"javascript:void(0)\"\n\t\t\t\t\t\t\t\t\ttitle=\"%s\"\n class=\"view\"\n onclick=\"jQuery(\\'#data_publisher_test_container_%s\\').toggle()\">\n %s\n </a>\n ',\n\t\t\t\t\t\t__( 'Test shortcode in popup', 'wp-data-access' ),\n\t\t\t\t\t\t$item['pub_id'],\n\t\t\t\t\t\t__( 'Test', 'wp-data-access' )\n\t\t\t\t\t);\n\t\t\t\t} else {\n\t\t\t\t\t$actions['test'] = sprintf(\n\t\t\t\t\t\t'<a href=\"javascript:void(0)\"\n\t\t\t\t\t\t\t\t\ttitle=\"%s\"\n class=\"delete\">\n %s\n </a>\n ',\n\t\t\t\t\t\t__( 'ERROR: Database not found!', 'wp-data-access' ),\n\t\t\t\t\t\t__( 'Test', 'wp-data-access' )\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t$actions['test'] = sprintf(\n\t\t\t\t\t'<a href=\"javascript:void(0)\"\n\t\t\t\t\t\t\t\t\ttitle=\"%s\"\n class=\"view\">\n %s\n </a>\n ',\n\t\t\t\t\t__( 'Shortcode test not available for remote database connections', 'wp-data-access' ),\n\t\t\t\t\t__( 'Test', 'wp-data-access' )\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Show publication shortcode directly from Data Publisher main page\n\t\t\t$actions['shortcode'] = sprintf(\n\t\t\t\t'<a href=\"javascript:void(0)\" \n\t\t\t\t\t\t\t\t\ttitle=\"%s\"\n class=\"view\" \n onclick=\\'prompt(\"%s\", \"[wpdataaccess pub_id=\\\"%s\\\"]\")\\'>\n %s\n </a>\n ',\n\t\t\t\t__( 'Show/copy shortcode in popup', 'wp-data-access' ),\n\t\t\t\t__( 'Publication Shortcode', 'wp-data-access' ),\n\t\t\t\t$item['pub_id'],\n\t\t\t\t__( 'Shortcode', 'wp-data-access' )\n\t\t\t);\n\t\t}", "function rd_duplicate_post_link( $actions, $post ) {\n\tif ( current_user_can( 'edit_posts' ) ) {\n\t\t$actions['duplicate'] = '<a href=\"admin.php?action=rd_duplicate_post_as_draft&amp;post=' . $post->ID . '\" title=\"Duplicate this item\" rel=\"permalink\">Duplicate</a>';\n\t}\n\n\treturn $actions;\n}", "public function getRouteClone() {\n return 'cms.node.clone';\n }", "function drush_git_site_clone() {\n\t\n}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Get super sales collection
public function getSuperSalesCollection($saleIdentifier = null, $pageSize = null) { $now = $this->timezone->date()->format('Y-m-d H:i:s'); $sales = $this->saleFactory ->create() ->getCollection() ->addFieldToFilter('start_date', ['lteq' => $now]) ->addFieldToFilter('end_date', ['gt' => $now]) ->addFieldToFilter('is_enabled', true); if($saleIdentifier !== null) { $sales->addFieldToFilter('sale_identifier', $saleIdentifier); if ($pageSize !== null){ $sales->setPageSize($pageSize); } } return $sales; }
[ "public function sales()\n\t{\n\t\treturn $this->belongsToMany('Sale');\n\t}", "public function sales()\n {\n \treturn $this->hasMany('App/Sales');\n }", "public function Sales() {\n\t\treturn $this->belongsTo('App\\Http\\Models\\Sales', 'SalesID')->select();\n\t}", "public function sales()\n {\n // invoices\n return $this->belongsToMany('Biffy\\Entities\\Sale\\Sale')\n ->withPivot([])\n ->withTimestamps();\n }", "public function getSales()\n {\n return $this->hasMany(Sale::className(), ['request_id' => 'id']);\n }", "public function sales()\n {\n \treturn $this->hasMany(App\\Models\\Sale::class,'sale_id');\n }", "public function getSellerCollection()\n {\n return $this->sellerCollection;\n }", "protected function _getCollectionForRetrieve()\n {\n /** @var $customer VES_Vendors_Model_Vendor */\n $vendor = $this->_getVendorByApiKey($this->getRequest()->getParam('api'));\n if(!$vendor->getId()) {\n $this->_critical(self::RESOURCE_NOT_FOUND);\n }\n\n /** @var $collection Mage_Sales_Model_Resource_Order_Collection */\n if($this->_isAdvancedMode())\n {\n $collection = Mage::getResourceModel('sales/order_collection');\n $collection->addFieldToFilter('vendor_id',$vendor->getId());\n } else {\n $collection = Mage::getResourceModel('sales/order_item_collection');\n $collection->removeFieldFromSelect('item_id');\n\n $collection->getSelect()->columns(array(\n 'base_grand_total'=>'sum(base_row_total)',\n 'grand_total'=>'sum(row_total)',\n 'subtotal_incl_tax'=>'sum(row_total_incl_tax)',\n 'base_subtotal_incl_tax'=>'sum(base_row_total_incl_tax)',\n 'weight'=>'sum(row_weight)',\n 'total_qty_ordered'=>'sum(qty_ordered)',\n 'base_total_invoiced'=>'sum(base_row_invoiced)',\n 'total_invoiced'=>'sum(row_invoiced)',\n\n ))\n ->group('order_id')\n ->join(array('order_table'=>$collection->getTable('sales/order_grid')),'order_id=entity_id',array('entity_id','increment_id','status','billing_name','shipping_name','order_currency_code','base_currency_code'))\n ->where('main_table.vendor_id=?',$vendor->getId());\n ;\n }\n\n // Mage::log($collection->count());\n\n $this->_applyCollectionModifiers($collection);\n\n return $collection;\n }", "public function sellerSales()\n {\n return $this->hasMany('App\\Domains\\Sale\\Sale');\n }", "public function sales()\n {\n return $this->hasMany('App\\Sale');\n }", "public function getSales() {\n $sales = (new Sale)->allSale();\n return view('sale', compact('sales'));\n }", "public function getSaleList();", "public function getSales()\n {\n if (!$this->_sales instanceof Rowset\\Sales) {\n $service = new Service\\Sales();\n\n $select = $service->getTable()->getAdapter()->select()\n ->from(array('l' => 'sales_listings'))\n ->joinLeft(array('s' => 'sales'), 'l.sale_id = s.id', 's.buyer_id')\n ->where('l.listing_id = ?', intval($this->getData('id')))\n ->where('s.pending = ?', 0)\n ->order(array('l.id DESC'));\n\n $this->_sales = $service->fetchAll($select);\n }\n\n return $this->_sales;\n }", "public function sales()\n {\n return $this->has('sales')\n ? collect($this->validated()['sales'])\n : collect(Arr::wrap($this->validated()));\n }", "function getAllSales()\n\t{\n\t\treturn $this->db->get('tbl_sales').result();\n\t}", "public function getSales_id()\r\n {\r\n \t return $this->_sales_id;\r\n }", "public function get_sale_products(){\n\t\treturn $this->get_products(\"SELECT * FROM products WHERE SalePrice > 0 ORDER BY Name\");\n\t}", "public function initSaless()\n\t{\n\t\t$this->collSaless = array();\n\t}", "public function sellers()\n {\n SellerResource::withoutWrapping();\n return SellerResource::collection($this->sellerService->getSellers());\n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Retorna o Password de email configurado
public function getMailPassword() { return $this->mailPassword; }
[ "public static function getMailPassword() {\n return AppConfiguration::getInstance()->getMailPassword();\n }", "public function getPassword() {}", "public function esig_mail_get_password() {\n\n $esig_options = get_option('esig_mail_options');\n $temp_password = $esig_options['smtp_settings']['password'];\n $password = \"\";\n if (!$temp_password) {\n return $password;\n }\n\n $decoded_pass = base64_decode($temp_password);\n\n if (base64_encode($decoded_pass) === $temp_password) { //it might be encoded\n $password = base64_decode($temp_password);\n } else { //not encoded\n $password = $temp_password;\n }\n return $password;\n }", "public function getEmailForPasswordReset();", "public function getRegistrationPassword();", "public function getPassword();", "protected function getConfiguredPassword() {}", "public function getPassword() {\n\t}", "function private_customer_password_get($email='')\n {\n\n if ( ! class_exists('HelpSpotAPI'))\n\t\t{\n\t\t\trequire PATH_THIRD.'helpspot_ee_manager/HelpSpotAPI'.EXT;\n\t\t}\n \t $api = new HelpSpotAPI(array(\n \"helpSpotApiURL\" => trim($this->url, \"/\").\"/api/index.php\",\n 'username' => $this->login,\n\t\t\t\t\t\t\t\t 'password' => $this->password,\n 'cacheDir' => PATH_THIRD.'helpspot_ee_manager/cache'\n )); \n\n $params['sEmail'] = ($email!='')?$email:$this->EE->TMPL->fetch_param('email');\n\n if (empty($params))\n {\n return false;\n }\n \n $password = $api->privateCustomerGetPasswordByEmail($params);\t\n \n return $password;\n }", "public static function password()\n {\n return Config::get('auth.password', 'password');\n }", "public function getAuthPassword()\n {\n }", "public function getPassword() {\n return $this->config->get('credentials.password');\n }", "public function enviaPasswordMail()\n\t\t{\n\t\t\t\t$message = \"G'Day!\n\t\t\t\t \n\t\t\t\tYour personal account for the Project Web Site\n\t\t\t\thas been created! To log in, proceed to the\n\t\t\t\tfollowing address:\n\t\t\t\t \n\t\t\t\thttp://www.example.com/\n\t\t\t\t \n\t\t\t\tYour personal login ID and password are as follows:\n\t\t\t\t \n\t\t\t\tuserid: $_POST[newid]\n\t\t\t\tpassword: $newpass\n\t\t\t\t \n\t\t\t\tYou aren't stuck with this password! You can change it at any time after you have logged in.\n\t\t\t\t \n\t\t\t\tIf you have any problems, feel free to contact me at <you@example.com>.\n\t\t\t\t \n\t\t\t\t-Your Name\n\t\t\t\tYour Site Webmaster\n\t\t\t\t\";\n\t\t\t\t \n\t\t\t\tmail($_POST['newemail'],\"Your Password for Your Website\",\n\t\t\t\t$message, \"From:Your Name <you@example.com>\");\n\t\t\t\t$newpass = substr(md5(time()),0,6);\n\t\t}", "public function getResetPasswordMailSender();", "public function password(): string {\n\t\treturn $this->post->post_password;\n\t}", "function get_password(){\n return $this->password;\n }", "function getPassword() {\n return $this->getFieldValue('password');\n }", "public function passwordEmail()\n {\n $reference = Hash::get($this->args, 0);\n if (empty($reference)) {\n $this->abort(__d('cake_d_c/users', 'Please enter a username or email.'));\n }\n $resetUser = $this->Users->resetToken($reference, [\n 'expiration' => Configure::read('Users.Token.expiration'),\n 'checkActive' => false,\n 'sendEmail' => true,\n ]);\n if ($resetUser) {\n $msg = __d(\n 'cake_d_c/users',\n 'Please ask the user to check the email to continue with password reset process'\n );\n $this->out($msg);\n } else {\n $msg = __d(\n 'cake_d_c/users',\n 'The password token could not be generated. Please try again'\n );\n $this->abort($msg);\n }\n }", "public function get_password() \n {\n return password_hash($this->register_password, PASSWORD_DEFAULT); \n }" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
Returns the source file name of the copied file.
public function getSourceFilePath() { return Path::combine($this->getPath(), $this->sourceFileName); }
[ "public function getSourceFileName();", "public function getSourceFileName(): string;", "public function getSourceFilename()\n\t{\n\t\treturn $this->source_filename;\n\t}", "public function getSrcName() {\n return $this->get(self::SRC_NAME);\n }", "abstract protected function getSourceFileName();", "public function getSourceName() {\n return $this->get(self::SOURCE_NAME);\n }", "public function getTargetFilename()\n {\n if ($this->targetFolder->containsFile($this->getFilename()) &&\n strpos($this->copyOptions, 'overwrite') === false &&\n strpos($this->copyOptions, 'autorename') !== false) {\n $this->autorename();\n }\n\n return $this->fileName;\n }", "public function get_source_file()\n {\n if (isset($this->_properties['source_file']))\n {\n return $this->_properties['source_file'];\n }\n else\n {\n return $this->tmp_file;\n }\n }", "public function source_file()\n\t{\n\t\treturn $this->_source_file;\n\t}", "public function getSourceName()\n\t{\n\t\treturn ($this->sourceName);\n\t}", "public function getSourceName()\n {\n return $this->sourceName;\n }", "public function getSource()\n {\n return Yii::$app->storage->fileAbsoluteHttpPath($this->filter_id . '_' . $this->file->name_new_compound);\n }", "public function getTargetFileName()\n {\n return $this->target_file_name;\n }", "public function getSourceName()\n {\n $this->enforceIsLoaded();\n\n return $this->data['sourcename'];\n }", "public function getFileName() {\n if ( $this->reflectionSource instanceof ReflectionMethod ) {\n \t\treturn $this->reflectionSource->getFileName();\n \t} else {\n \t\treturn parent::getFileName();\n \t}\n }", "public function getNewFilePath()\n {\n //Get the directory path of the source file\n $path = dirname($this->sourceFile);\n\n //Create new unique file name\n $this->fileName = time() . '_' . $this->fileName;\n\n return $path . $this->fileName;\n }", "private function getSourceFile() {\n return $this->sourceFile;\n }", "protected function getFileSource() {\n\t\t$extractor = $this->getSourceExtractor();\n\t\treturn $extractor->getFileSource();\n\t}", "private function getFileName()\n\t{\n\t\treturn $this->file_name;\n\t}" ]
{ "objective": { "paired": [], "self": [], "triplet": [ [ "query", "document", "negatives" ] ] } }