Searched full:as (Results 1 – 25 of 10824) sorted by relevance
12345678910>>...433
2 <add as="defaultVertex">3 <add as="shape" value="label"/>4 <add as="perimeter" value="rectanglePerimeter"/>5 <add as="fontSize" value="12"/>6 <add as="fontFamily" value="Helvetica"/>7 <add as="align" value="center"/>8 <add as="verticalAlign" value="middle"/>9 <add as="fillColor" value="default"/>10 <add as="strokeColor" value="default"/>11 <add as="fontColor" value="default"/>[all …]
2 <add as="defaultVertex">3 <add as="shape" value="label"/>4 <add as="perimeter" value="rectanglePerimeter"/>5 <add as="fontSize" value="12"/>6 <add as="fontFamily" value="Verdana"/>7 <add as="align" value="center"/>8 <add as="verticalAlign" value="middle"/>9 <add as="fillColor" value="#adc5ff"/>10 <add as="gradientColor" value="#7d85df"/>11 <add as="strokeColor" value="#5d65df"/>[all …]
3 <add as="defaultVertex" extend="defaultVertex">4 <add as="fillColor" value="#adc5ff"/>5 <add as="gradientColor" value="#7d85df"/>6 <add as="strokeColor" value="#5d65df"/>7 <add as="fontSize" value="12"/>8 <add as="fontColor" value="#1d258f"/>9 <add as="fontFamily" value="Verdana"/>11 <add as="defaultEdge" extend="defaultEdge">12 <add as="labelBackgroundColor" value="white"/>13 <add as="rounded" value="1"/>[all …]
2 <add as="defaultVertex">3 <add as="shape" value="label"/>4 <add as="perimeter" value="rectanglePerimeter"/>5 <add as="fontSize" value="11"/>6 <add as="align" value="center"/>7 <add as="verticalAlign" value="middle"/>8 <add as="strokeColor" value="black"/>9 <add as="fillColor" value="white"/>11 <add as="defaultEdge">12 <add as="shape" value="connector"/>[all …]
3 <add as="defaultVertex" extend="defaultVertex">4 <add as="strokeColor" value="#000000"/>5 <add as="fillColor" value="#E8EEF7"/>7 <add as="defaultEdge" extend="defaultEdge">8 <add as="labelBackgroundColor" value="white"/>9 <add as="rounded" value="1"/>10 <add as="edgeStyle" value="elbowEdgeStyle"/>12 <add as="entity" extend="defaultEdge">13 <add as="edgeStyle" value="entityRelationEdgeStyle"/>15 <add as="vertical" extend="defaultEdge">[all …]
12 ByRef pPlainText As DATA_BLOB, _13 ByVal szDescription As String, _14 ByRef pEntropy As DATA_BLOB, _15 ByVal pReserved As IntPtr, _16 ByRef pPrompt As CRYPTPROTECT_PROMPTSTRUCT, _17 ByVal dwFlags As Integer, _18 ByRef pCipherText As DATA_BLOB _19 ) As Boolean24 ByRef pCipherText As DATA_BLOB, _25 ByRef pszDescription As String, _[all …]
... classes/com/visualcondition/twease/Colors.as GraphGear-1.4/source/classes/com/
36 * @param string $from The start date as YYYY-MM-DD37 * @param string $to The end date as YYYY-MM-DD118 END as ref_type,119 COUNT(*) as cnt120 FROM pageviews as P121 LEFT JOIN referers as R ON P.ref_id = R.id122 LEFT JOIN sessions as S ON P.session = S.session128 foreach ($result as $row) {147 $sql = "SELECT COUNT(DISTINCT P.session) as sessions,148 COUNT(P.session) as views,[all …]
5 {{ definedVar |default('default') is same as('default') ? 'ko' : 'ok' }}6 {{ zeroVar |default('default') is same as('default') ? 'ko' : 'ok' }}7 {{ emptyVar |default('default') is same as('default') ? 'ok' : 'ko' }}8 {{ nullVar |default('default') is same as('default') ? 'ok' : 'ko' }}9 {{ undefinedVar |default('default') is same as('default') ? 'ok' : 'ko' }}11 {{ nested.definedVar |default('default') is same as('default') ? 'ko' : 'ok' }}12 {{ nested['definedVar'] |default('default') is same as('default') ? 'ko' : 'ok' }}13 {{ nested.zeroVar |default('default') is same as('default') ? 'ko' : 'ok' }}14 {{ nested.emptyVar |default('default') is same as('default') ? 'ok' : 'ko' }}15 {{ nested.nullVar |default('default') is same as('default') ? 'ok' : 'ko' }}[all …]
11 As of Twig 1.21, Twig generates deprecation notices when a template uses17 As of Twig 2.0, macros imported in a file are not available in child templates24 * As of Twig 1.x, the token parser broker sub-system is deprecated. The30 * As of Twig 1.27, ``\Twig\Parser::getFilename()`` is deprecated. From a token33 * As of Twig 1.27, ``\Twig\Parser::getEnvironment()`` is deprecated.38 * As of Twig 1.x, the ability to remove an extension is deprecated and the41 * As of Twig 1.23, the ``\Twig\Extension\ExtensionInterface::initRuntime()`` method is48 * As of Twig 1.23, the ``\Twig\Extension\ExtensionInterface::getGlobals()`` method is52 * As of Twig 1.26, the ``\Twig\Extension\ExtensionInterface::getName()`` method is64 * As of Twig 1.x, use ``\Twig\TwigFilter`` to add a filter. The following[all …]
34 SUM(thread_participant.original_poster) AS original_poster_sum,35 SUM(thread_participant.coordinator) AS coordinator_sum,36 SUM(thread_participant.commentator) AS commentator_sum,37 SUM(thread_participant.task_assignee) AS task_assignee_sum45 SUM(original_poster) AS original_poster_sum,46 SUM(coordinator) AS coordinator_sum,47 SUM(commentator) AS commentator_sum,48 SUM(task_assignee) AS task_assignee_sum63 $sql = "SELECT COUNT(*)*1.0/COUNT(DISTINCT thread_id) AS kpi68 $sql = "SELECT COUNT(*)*1.0/COUNT(DISTINCT thread_id) AS kpi[all …]
39 foreach ($tasks as $task) {54 … task_closing_comment.content_html AS task_comment_content_html, task.assignee57 AS task_closing_comment ON task.id = task_closing_comment.task_id70 foreach ($stmt as $task) {83 SUM(task_participant.original_poster) AS original_poster_sum,84 SUM(task_participant.assignee) AS assignee_sum,85 SUM(task_participant.commentator) AS commentator_sum93 SUM(original_poster) AS original_poster_sum,94 SUM(assignee) AS assignee_sum,95 SUM(commentator) AS commentator_sum[all …]
27 'SELECT pid AS item, COUNT(*) AS cnt37 'SELECT pid AS item, COUNT(*) AS cnt47 'SELECT pid AS item, COUNT(*) AS cnt61 'SELECT pid AS item, COUNT(*) AS cnt75 'SELECT pid AS item, COUNT(*) AS cnt90 'SELECT pid AS item, COUNT(*) AS cnt101 'SELECT pid AS item, COUNT(*) AS cnt111 'SELECT pid AS item, COUNT(*) AS cnt121 'SELECT pid AS item, COUNT(*) AS cnt131 'SELECT pid AS item, COUNT(*) AS cnt[all …]
2 …1:2. Smelling sweet of the best ointments. Thy name is as oil poured out: therefore young maidens …4 …1:4. I am black but beautiful, O ye daughters of Jerusalem, as the tents of Cedar, as the curtains…9 1:9. Thy cheeks are beautiful as the turtledove's, thy neck as jewels.14 1:14. Behold thou are fair, O my love, behold thou are fair, thy eyes are as those of doves.18 2:2. As the lily among thorns, so is my love among the daughters.19 …2:3. As the apple tree among the trees of the woods, so is my beloved among the sons. I sat down u…39 …3:6. Who is she that goeth up by the desert, as a pillar of smoke of aromatical spices, of myrrh, …45 …rt thou! thy eyes are doves' eyes, besides what is hid within. Thy hair is as flocks of goats, whi…46 …4:2. Thy teeth as flocks of sheep, that are shorn, which come up from the washing, all with twins,…47 …4:3. Thy lips are as a scarlet lace: and thy speech sweet. Thy cheeks are as a piece of a pomegran…[all …]
10 * As with any software that integrates with the Facebook platform, your use15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR44 * Returns the `id` (The event ID) as string if present.54 * Returns the `cover` (Cover picture) as GraphCoverPhoto if present.64 * Returns the `description` (Long-form description) as string if present.74 * Returns the `end_time` (End time, if one has been set) as DateTime if present.84 …* Returns the `is_date_only` (Whether the event only has a date specified, but no time) as bool if…94 * Returns the `name` (Event name) as string if present.104 * Returns the `owner` (The profile that created the event) as GraphNode if present.114 * Returns the `parent_group` (The group the event belongs to) as GraphGroup if present.[all …]
10 * As with any software that integrates with the Facebook platform, your use15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR42 * Returns the `id` (The Group ID) as string if present.52 * Returns the `cover` (The cover photo of the Group) as GraphCoverPhoto if present.62 * Returns the `description` (A brief description of the Group) as string if present.72 … upload content to the Group. Only current members of the Group can use this) as string if present.82 * Returns the `icon` (The URL for the Group's icon) as string if present.92 * Returns the `link` (The Group's website) as string if present.102 * Returns the `name` (The name of the Group) as string if present.112 …* Returns the `member_request_count` (Number of people asking to join the group.) as int if presen…[all …]
35 "SELECT DATA.pid AS PID,36 DATA.col1 AS out1,37 DATA.col2 AS out238 FROM data_testtable AS DATA51 "SELECT DATA.pid AS PID,52 DATA.col1 AS out1,53 DATA.col2 AS out2,54 GROUP_CONCAT_DISTINCT(M3.value,'" . Search::CONCAT_SEPARATOR . "') AS out355 FROM data_testtable AS DATA56 LEFT OUTER JOIN multi_testtable AS M3[all …]
5 block of text is treated as a literal51 same as "clipped" above: "This has one newline.\n"58 same as "stripped" above: "This has no newline."65 same as "kept" above: "This has four newlines.\n\n\n\n"69 'same as "clipped" above' => "This has one newline.\n",71 'same as "stripped" above' => 'This has no newline.',73 'same as "kept" above' => "This has four newlines.\n\n\n\n"105 block of text is treated as a folded block, in107 are concatenated as a single line.125 test: Folded Block as a Mapping Value[all …]
80 SELECT `id` AS `uid`,81 `username` AS `user`,82 `name` AS `name`,83 `password` AS `hash`,84 `email` AS `mail`95 p.id AS `gid`,98 FROM `' . $prefix . 'usergroups` AS xp100 ) AS `group`101 FROM `' . $prefix . 'user_usergroup_map` AS m,102 `' . $prefix . 'usergroups` AS g,[all …]
125 7D1ASAFAFG4Afghanistan, Islamic Republic ofAfghanistan �E�133 &65OCASASM16American SamoaAmerican Samoa ��9�145 �6�-612ASAMARM51Armenia, Republic ofArmenia �&�146 …ASAZAZE31Azerbaijan, Republic ofAzerbaijan �>�5>17NABSBHS44Bahamas, …147 …ASIOIOT86British Indian Ocean Territory (Chagos Archipelago)British Indian Ocean Territory …
7 AS10 task_program.name AS task_program_name,11 thread.coordinator AS coordinator,15 ELSE '2' END AS priority21 AS27 label.id AS label_id,28 label.name AS label_name,29 (SELECT MAX(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority,34 WHEN thread.state = 'rejected' THEN 4 END AS sort,36 ELSE thread.state END AS state
12 * Defines the API endpoint URL as a string input field in the configuration interface.21 * Defines the API key as a password field in the configuration interface.31 * Defines the model identifier as a string input field in the configuration interface.40 * Defines the timeout value as a numeric input field with a minimum value of 5 seconds.50 * Defines the profile as a string input field in the configuration interface.60 * Defines the temperature as a numeric field with a range from 0.0 to 1.0,70 * Defines the top-p (nucleus sampling) as a numeric field with a range from 0.0 to 1.0,80 * Defines the top-k as a numeric field with a minimum value of 1,90 * Defines the min-p as a numeric field with a range from 0.0 to 1.0,100 * Defines whether the copy button should be shown as a boolean field.[all …]
14 * Added `github` format support & autodetection to render errors as annotations20 * Added support for parsing numbers prefixed with `0o` as octal numbers.21 …ated support for parsing numbers starting with `0` as octal numbers. They will be parsed as string…22 so that they are parsed as octal numbers.49 * Added support to dump `null` as `~` by using the `Yaml::DUMP_NULL_AS_TILDE` flag.68 * support for the comma as a group separator for floats has been dropped, use97 * the `Dumper`, `Parser`, and `Yaml` classes are marked as final107 * Deprecated using the non-specific tag `!` as its behavior will change in 4.0.116 * Deprecated support for implicitly parsing non-string mapping keys as strings.118 4.0. Use quotes to opt-in for keys to be parsed as strings.[all …]