This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"№","Компетенция 1 уровня","№","Компетенция 2 уровня","№","Компетенция 3 уровня","№ Вопроса","Уровень вопроса","Обновление","Вопрос","Ответ 1","Ответ 2","Ответ 3","Ответ 4","Ответ 5","Ответ 6" | |
"2","Управление человеческим капиталом","2.3","Поиск и подбор персонала","2.3.2","Знание основ разработки и внедрения требований к должностям, критериев подбора и расстановки персонала и умением применять их на практике",2,2,,2,2,2,#2,2,2, | |
"2","Управление человеческим капиталом","2.3","Поиск и подбор персонала","2.3.2","Зн5ание основ разработки и внедрения требований к должностям, критериев подбора и расстановки персонала и умением применять их на практике",2,2,,2,2,2,#2,2,2, | |
"2","Управление человеческим капиталом","2.3","Поиск и подбор персонала","2.3.2","Зн4ание основ разработки и внедрения требований к должностям, критериев подбора и расстановки персонала и умением применять их на практике",2,2,,2,2,2,#2,2,2, | |
"2","Управление человеческим капиталом","2.3","Поиск и подбор персонала","2.3.2","Зна3ние основ разработки и |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body.application-is-loaded #loading-bar-spinner{ | |
display: none ! important; | |
} | |
body.application-is-loaded .body-container-wrapper { | |
opacity: 1; | |
} | |
body.application-is-loading #loading-bar-spinner{ | |
left: 50%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div text-angular-toolbar="" name="textAngularToolbar8033566789235920" ta-toolbar="[['h1','h2','h3'],['bold','italics','underline','ul','ol'], ['undo','redo','clear','html'], ['insertVimeo', 'insertYoutube', 'uploadImage']]" class="ng-scope ng-isolate-scope ta-toolbar btn-toolbar"><div class="btn-group"><button type="button" class="btn btn-default ng-scope" name="h1" unselectable="on" ng-disabled="isDisabled()" tabindex="-1" ng-click="executeAction()" ng-class="displayActiveToolClass(active)" title="Heading 1" disabled="disabled">H1</button><button type="button" class="btn btn-default ng-scope" name="h2" unselectable="on" ng-disabled="isDisabled()" tabindex="-1" ng-click="executeAction()" ng-class="displayActiveToolClass(active)" title="Heading 2" disabled="disabled">H2</button><button type="button" class="btn btn-default ng-scope" name="h3" unselectable="on" ng-disabled="isDisabled()" tabindex="-1" ng-click="executeAction()" ng-class="displayActiveToolClass(active)" title="Heading 3" disabled="disabled">H3</ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using the selenium server at http://localhost:4444/wd/hub | |
Session created: count=1, browserName=chrome | |
Spec started | |
Project respondents page | |
✓ should open projects tests page (17 secs) | |
. ✓ should filter list work correctly (31 secs) | |
. ✓ should order list work correctly (29 secs) | |
. | |
Executed 3 of 3 specs SUCCESS in 1 mins 17 secs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This Source Code Form is subject to the terms of the Mozilla Public | |
* License, v. 2.0. If a copy of the MPL was not distributed with this | |
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
"use strict"; | |
const { Cc, Ci } = require("chrome"); | |
const unload = require("unload").when; | |
const sss = Cc["@mozilla.org/content/style-sheet-service;1"] | |
.getService(Ci.nsIStyleSheetService); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
var {unload} = require("unload+"); | |
/** | |
* Helper that adds event listeners and remembers to remove on unload | |
*/ | |
exports.listen = function listen(window, node, event, func, capture) { | |
// Default to use capture | |
if (capture == null) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//https://github.com/inbasic/ignotifier/blob/master/src/lib/toolbarbutton.js | |
//Thanks! | |
const NS_XUL = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; | |
const NS_SVG = "http://www.w3.org/2000/svg"; | |
const NS_XLINK = "http://www.w3.org/1999/xlink"; | |
const {unload} = require("unload+"); | |
const {listen} = require("listen"); | |
const winUtils = require("window-utils"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!--[if lt IE 7]> <html lang="ru" class="ie ie6 lte9 lte8 lte7 os-mac"> <![endif]--> | |
<!--[if IE 7]> <html lang="ru" class="ie ie7 lte9 lte8 lte7 os-mac"> <![endif]--> | |
<!--[if IE 8]> <html lang="ru" class="ie ie8 lte9 lte8 os-mac"> <![endif]--> | |
<!--[if IE 9]> <html lang="ru" class="ie ie9 lte9 os-mac"> <![endif]--> | |
<!--[if gt IE 9]> <html lang="ru" class="os-mac"> <![endif]--> | |
<!--[if !IE]><!--> <html lang="ru" class="os-mac"> <!--<![endif]--> | |
<head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl 'https://api.staffim.ru/companies/50b8b5580b212ac348000002/persons' -H 'Pragma: no-cache' -H 'Origin: https://ext.staffim.ru' -H 'Accept-Encoding: gzip,deflate,sdch' -H 'Accept-Language: en-US,en;q=0.8,ru;q=0.6' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1685.0 Safari/537.36' -H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' -H 'Accept: text/plain, */*; q=0.01' -H 'Cache-Control: no-cache' -H 'Referer: https://ext.staffim.ru/modal.php' -H 'Cookie: __utma=122957641.359864242.1371733900.1382702225.1382704289.3; __utmz=122957641.1371733900.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PHPSESSID=7djagem59u4b0bf4v8bv7fekv6' -H 'Connection: keep-alive' --data $'{"lastName":"\u041c\u043e\u0438\u0441\u0435\u0435\u043d\u043a\u043e","firstName":"\u0410\u043b\u0438\u043d\u0430","middleName":"\u0410\u043d\u0430\u0442\u043e\u043b\u044c\u0435\u0432\u043d\u0430","emails":["[email protected]"],"phones":["+7\xa0924\xa0108931 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"log": { | |
"version": "1.2", | |
"creator": { | |
"name": "WebInspector", | |
"version": "537.36" | |
}, | |
"pages": [], | |
"entries": [ | |
{ |
NewerOlder